[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.360] [INFO] Initializing BusSpeedStateManager V2 [2025-08-26,12:41:44.367] [INFO] LocationSqlManager initialising [2025-08-26,12:41:44.368] [INFO] Location DB initialising [2025-08-26,12:41:44.379] [INFO] LocationSqlManager initialisation complete [2025-08-26,12:41:44.381] [DEBUG] UploadManager Init [2025-08-26,12:41:44.382] [DEBUG] UploadManager Init Complete [2025-08-26,12:41:44.387] [INFO] Initializing GPS... [2025-08-26,12:41:44.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' 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-10-31,14:14:46.279] [INFO] Initializing BusSpeedStateManager V2 [2025-10-31,14:14:46.283] [INFO] LocationSqlManager initialising [2025-10-31,14:14:46.283] [INFO] Location DB initialising [2025-10-31,14:14:46.293] [INFO] LocationSqlManager initialisation complete [2025-10-31,14:14:46.294] [DEBUG] UploadManager Init [2025-10-31,14:14:46.294] [DEBUG] UploadManager Init Complete [2025-10-31,14:14:46.297] [INFO] Initializing GPS... [2025-10-31,14:14:46.298] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 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,14:18:18.766] [INFO] Initializing BusSpeedStateManager V2 [2025-10-31,14:18:18.771] [INFO] LocationSqlManager initialising [2025-10-31,14:18:18.771] [INFO] Location DB initialising [2025-10-31,14:18:18.782] [INFO] LocationSqlManager initialisation complete [2025-10-31,14:18:18.782] [DEBUG] UploadManager Init [2025-10-31,14:18:18.783] [DEBUG] UploadManager Init Complete [2025-10-31,14:18:18.786] [INFO] Initializing GPS... [2025-10-31,14:18:18.787] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 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,14:23:38.964] [INFO] Initializing BusSpeedStateManager V2 [2025-10-31,14:23:38.969] [INFO] LocationSqlManager initialising [2025-10-31,14:23:38.970] [INFO] Location DB initialising [2025-10-31,14:23:38.981] [INFO] LocationSqlManager initialisation complete [2025-10-31,14:23:38.982] [DEBUG] UploadManager Init [2025-10-31,14:23:38.983] [DEBUG] UploadManager Init Complete [2025-10-31,14:23:38.988] [INFO] Initializing GPS... [2025-10-31,14:23:38.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' [2025-10-31,14:25:11.244] [INFO] Initializing BusSpeedStateManager V2 [2025-10-31,14:25:11.248] [INFO] LocationSqlManager initialising [2025-10-31,14:25:11.249] [INFO] Location DB initialising [2025-10-31,14:25:11.259] [INFO] LocationSqlManager initialisation complete [2025-10-31,14:25:11.260] [DEBUG] UploadManager Init [2025-10-31,14:25:11.260] [DEBUG] UploadManager Init Complete [2025-10-31,14:25:11.263] [INFO] Initializing GPS... [2025-10-31,14:25:11.265] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interfac[2025-10-31,14:25:49.917] [INFO] Initializing BusSpeedStateManager V2 [2025-10-31,14:25:49.920] [INFO] LocationSqlManager initialising [2025-10-31,14:25:49.920] [INFO] Location DB initialising [2025-10-31,14:25:49.930] [INFO] LocationSqlManager initialisation complete [2025-10-31,14:25:49.931] [DEBUG] UploadManager Init [2025-10-31,14:25:49.931] [DEBUG] UploadManager Init Complete [2025-10-31,14:25:49.934] [INFO] Initializing GPS... [2025-10-31,14:25:49.936] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 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' [2025-11-04,12:05:32.647] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,12:05:32.651] [INFO] LocationSqlManager initialising [2025-11-04,12:05:32.651] [INFO] Location DB initialising [2025-11-04,12:05:32.662] [INFO] LocationSqlManager initialisation complete [2025-11-04,12:05:32.663] [DEBUG] UploadManager Init [2025-11-04,12:05:32.663] [DEBUG] UploadManager Init Complete [2025-11-04,12:05:32.666] [INFO] Initializing GPS... [2025-11-04,12:05:32.668] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 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' [2025-11-04,12:23:15.661] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,12:23:15.666] [INFO] LocationSqlManager initialising [2025-11-04,12:23:15.667] [INFO] Location DB initialising [2025-11-04,12:23:15.678] [INFO] LocationSqlManager initialisation complete [2025-11-04,12:23:15.679] [DEBUG] UploadManager Init [2025-11-04,12:23:15.679] [DEBUG] UploadManager Init Complete [2025-11-04,12:23:15.684] [INFO] Initializing GPS... [2025-11-04,12:23:15.687] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,12:28:04.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-04,12:43:07.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:44.197] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,13:26:44.201] [INFO] LocationSqlManager initialising [2025-11-04,13:26:44.201] [INFO] Location DB initialising [2025-11-04,13:26:44.211] [INFO] LocationSqlManager initialisation complete [2025-11-04,13:26:44.211] [DEBUG] UploadManager Init [2025-11-04,13:26:44.212] [DEBUG] UploadManager Init Complete [2025-11-04,13:26:44.215] [INFO] Initializing GPS... [2025-11-04,13:26:44.217] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 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' [2025-11-04,14:58:50.198] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,14:58:50.202] [INFO] LocationSqlManager initialising [2025-11-04,14:58:50.203] [INFO] Location DB initialising [2025-11-04,14:58:50.213] [INFO] LocationSqlManager initialisation complete [2025-11-04,14:58:50.214] [DEBUG] UploadManager Init [2025-11-04,14:58:50.214] [DEBUG] UploadManager Init Complete [2025-11-04,14:58:50.218] [INFO] Initializing GPS... [2025-11-04,14:58:50.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' [2025-11-04,15:03:38.807] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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 "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.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,15:18:38.941] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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 "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [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-04,15:33:39.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 111] Connection refused')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.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,15:48:39.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 111] Connection refused')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.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,16:03:39.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 111] Connection refused')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.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,14:58:50.337] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,14:58:50.340] [INFO] LocationSqlManager initialising [2025-11-04,14:58:50.341] [INFO] Location DB initialising [2025-11-04,14:58:50.350] [INFO] LocationSqlManager initialisation complete [2025-11-04,14:58:50.350] [DEBUG] UploadManager Init [2025-11-04,14:58:50.351] [DEBUG] UploadManager Init Complete [2025-11-04,14:58:50.354] [INFO] Initializing GPS... [2025-11-04,14:58:50.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' 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,15:03:39.028] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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 "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.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,15:18:59.177] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 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-04,17:48:54.919] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,17:48:54.922] [INFO] LocationSqlManager initialising [2025-11-04,17:48:54.923] [INFO] Location DB initialising [2025-11-04,17:48:54.932] [INFO] LocationSqlManager initialisation complete [2025-11-04,17:48:54.933] [DEBUG] UploadManager Init [2025-11-04,17:48:54.933] [DEBUG] UploadManager Init Complete [2025-11-04,17:48:54.936] [INFO] Initializing GPS... [2025-11-04,17:48:54.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' 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/13b_main_capture_location_continuously.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/18b_do_ota.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/13b_main_capture_location_continuously.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/18b_do_ota.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/13b_main_capture_location_continuously.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/18b_do_ota.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/13b_main_capture_location_continuously.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/13b_main_capture_location_continuously.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/18b_do_ota.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/13b_main_capture_location_continuously.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/18b_do_ota.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/13b_main_capture_location_continuously.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/18b_do_ota.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/13b_main_capture_location_continuously.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 5, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/18b_do_ota.py", line 4, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 10, in from sh_pc_v3.config.config import ConfigClass File "/home/sh/sh_pc_v3_device/sh_pc_v3/config/config.py", line 7, in logger = sh_logger.ShLogger(__name__, 10).get_logger() File "/home/sh/sh_pc_v3_device/sh_pc_v3/log/sh_logger.py", line 20, in __init__ cfg.read(os.path.join(config_dir, cf_file_name)) File "/usr/lib/python3.9/configparser.py", line 697, in read self._read(fp, filename) File "/usr/lib/python3.9/configparser.py", line 1082, in _read raise MissingSectionHeaderError(fpname, lineno, line) configparser.MissingSectionHeaderError: File contains no section headers. file: '/home/sh/sh_pc_v3_device/sh_pc_v3/log/../config/config.ini', line: 1 'ino[general]\n' [2025-11-05,13:18:53.182] [INFO] Initializing BusSpeedStateManager V2 [2025-11-05,13:18:53.185] [INFO] LocationSqlManager initialising [2025-11-05,13:18:53.186] [INFO] Location DB initialising [2025-11-05,13:18:53.195] [INFO] LocationSqlManager initialisation complete [2025-11-05,13:18:53.195] [DEBUG] UploadManager Init [2025-11-05,13:18:53.196] [DEBUG] UploadManager Init Complete [2025-11-05,13:18:53.199] [INFO] Initializing GPS... [2025-11-05,13:18:53.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-05,13:20:41.712] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-05,13:20:43.194] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-05,13:20:47.095] [DEBUG] Log Upload Complete! [2025-11-05,13:23:41.974] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-05,13:23:44.234] [DEBUG] Remote Access Enabled [2025-11-05,13:23:46.186] [INFO] Server Address: 138.201.17.179 [2025-11-05,13:23:46.188] [INFO] Server Port: 7000 [2025-11-05,13:23:46.197] [DEBUG] Starting Remote Access! 2025-11-05 13:23:46.363 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-05 13:23:46.364 [I] [client/service.go:294] try to connect to server... 2025-11-05 13:23:47.559 [I] [client/service.go:286] [d173b2a0bf171962] login to server success, get run id [d173b2a0bf171962] 2025-11-05 13:23:47.561 [I] [proxy/proxy_manager.go:173] [d173b2a0bf171962] proxy added: [DNL01B4203] 2025-11-05 13:23:48.099 [I] [client/control.go:168] [d173b2a0bf171962] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:02.354] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-05,13:35:04.145] [DEBUG] 6 processes running of frp type [2025-11-05,13:37:07.027] [INFO] Initializing BusSpeedStateManager V2 [2025-11-05,13:37:07.031] [INFO] LocationSqlManager initialising [2025-11-05,13:37:07.031] [INFO] Location DB initialising [2025-11-05,13:37:07.041] [INFO] LocationSqlManager initialisation complete [2025-11-05,13:37:07.042] [DEBUG] UploadManager Init [2025-11-05,13:37:07.042] [DEBUG] UploadManager Init Complete [2025-11-05,13:37:07.046] [INFO] Initializing GPS... [2025-11-05,13:37:07.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' [2025-11-18,11:14:44.666] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,11:14:46.464] [DEBUG] Remote Access Enabled [2025-11-18,11:14:48.010] [INFO] Server Address: 138.201.17.179 [2025-11-18,11:14:48.012] [INFO] Server Port: 7000 [2025-11-18,11:14:48.021] [DEBUG] Starting Remote Access! 2025-11-18 11:14:48.177 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-18 11:14:48.178 [I] [client/service.go:294] try to connect to server... 2025-11-18 11:14:49.277 [I] [client/service.go:286] [5de7ef812b8ed263] login to server success, get run id [5de7ef812b8ed263] 2025-11-18 11:14:49.278 [I] [proxy/proxy_manager.go:173] [5de7ef812b8ed263] proxy added: [DNL01B4203] 2025-11-18 11:14:49.606 [I] [client/control.go:168] [5de7ef812b8ed263] [DNL01B4203] start proxy success [2025-11-18,11:20:03.250] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,11:20:05.060] [DEBUG] 6 processes running of frp type 2025-11-18 11:23:41.823 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 11:23:42.299 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 11:23:44.394 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 11:23:45.342 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 11:23:49.853 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 11:23:51.420 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 11:24:01.088 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 11:24:02.090 [I] [client/service.go:286] [5de7ef812b8ed263] login to server success, get run id [5de7ef812b8ed263] 2025-11-18 11:24:02.091 [I] [proxy/proxy_manager.go:173] [5de7ef812b8ed263] proxy added: [DNL01B4203] 2025-11-18 11:24:02.385 [I] [client/control.go:168] [5de7ef812b8ed263] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,11:35:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,11:35:04.239] [DEBUG] 6 processes running of frp type [2025-11-18,11:50:02.908] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,11:50:04.672] [DEBUG] 6 processes running of frp type 2025-11-18 11:57:33.604 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 11:57:34.154 [I] [client/service.go:286] [5de7ef812b8ed263] login to server success, get run id [5de7ef812b8ed263] 2025-11-18 11:57:34.156 [I] [proxy/proxy_manager.go:173] [5de7ef812b8ed263] proxy added: [DNL01B4203] 2025-11-18 11:57:34.341 [I] [client/control.go:168] [5de7ef812b8ed263] [DNL01B4203] start proxy success [2025-11-18,12:05:02.878] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,12:05:04.248] [DEBUG] 6 processes running of frp type [2025-11-18,12:20:02.418] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,12: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-11-18 12:33:57.198 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:33:57.228 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-18 12:33:59.286 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:33:59.292 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-18 12:34:03.640 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:34:04.996 [I] [client/service.go:286] [5de7ef812b8ed263] login to server success, get run id [5de7ef812b8ed263] 2025-11-18 12:34:04.998 [I] [proxy/proxy_manager.go:173] [5de7ef812b8ed263] proxy added: [DNL01B4203] 2025-11-18 12:34:05.926 [I] [client/control.go:168] [5de7ef812b8ed263] [DNL01B4203] start proxy success [2025-11-18,12:35:02.094] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,12:35:03.535] [DEBUG] 6 processes running of frp type 2025-11-18 12:36:44.569 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:36:44.570 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 12:36:46.598 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:36:46.599 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 12:36:50.726 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:36:50.727 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 12:36:59.698 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:36:59.699 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 12:37:18.448 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:37:18.449 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 12:37:38.450 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:37:38.451 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 12:37:58.453 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:37:58.455 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 12:38:18.456 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:38:18.457 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 12:38:38.459 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:38:38.460 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 12:38:58.462 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:38:58.463 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 12:39:18.464 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:39:18.465 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 12:39:38.467 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:39:38.468 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 12:39:58.469 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:39:58.477 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-18 12:40:18.478 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:40:18.502 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-18 12:40:38.503 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:40:39.118 [I] [client/service.go:286] [5de7ef812b8ed263] login to server success, get run id [5de7ef812b8ed263] 2025-11-18 12:40:39.120 [I] [proxy/proxy_manager.go:173] [5de7ef812b8ed263] proxy added: [DNL01B4203] 2025-11-18 12:40:39.336 [I] [client/control.go:168] [5de7ef812b8ed263] [DNL01B4203] start proxy success 2025-11-18 12:41:39.394 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:41:40.467 [I] [client/service.go:286] [5de7ef812b8ed263] login to server success, get run id [5de7ef812b8ed263] 2025-11-18 12:41:40.469 [I] [proxy/proxy_manager.go:173] [5de7ef812b8ed263] proxy added: [DNL01B4203] 2025-11-18 12:41:40.878 [I] [client/control.go:168] [5de7ef812b8ed263] [DNL01B4203] start proxy success 2025-11-18 12:43:20.397 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:43:30.400 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:43:30.401 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:43:40.402 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:43:40.403 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:43:50.406 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:43:50.406 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:44:00.408 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:44:00.409 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:44:10.410 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:44:30.411 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:44:40.413 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:45:00.414 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:45:05.185 [I] [client/service.go:286] [5de7ef812b8ed263] login to server success, get run id [5de7ef812b8ed263] 2025-11-18 12:45:05.186 [I] [proxy/proxy_manager.go:173] [5de7ef812b8ed263] proxy added: [DNL01B4203] 2025-11-18 12:45:05.875 [I] [client/control.go:168] [5de7ef812b8ed263] [DNL01B4203] start proxy success [2025-11-18,12:50:02.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,12:50:04.513] [DEBUG] 6 processes running of frp type 2025-11-18 12:50:44.160 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:50:54.163 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:50:54.163 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:51:04.165 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:51:04.165 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:51:14.167 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:51:14.168 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:51:24.169 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:51:24.170 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:51:34.171 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:51:54.172 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:52:04.174 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:52:24.175 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:52:34.177 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:52:54.179 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:53:04.181 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:53:24.182 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:53:34.184 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:53:54.186 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:54:04.188 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:54:24.189 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:54:34.191 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:54:54.193 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:55:04.195 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:55:24.196 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:55:34.199 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:55:54.200 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:56:04.202 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:56:24.203 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:56:34.206 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:56:54.207 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:57:04.209 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:57:24.210 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:57:34.213 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:57:54.215 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:58:04.217 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:58:24.219 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:58:34.220 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:58:54.222 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:59:04.224 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:59:24.226 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:59:34.228 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 12:59:54.229 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 12:59:55.336 [I] [client/service.go:286] [5de7ef812b8ed263] login to server success, get run id [5de7ef812b8ed263] 2025-11-18 12:59:55.338 [I] [proxy/proxy_manager.go:173] [5de7ef812b8ed263] proxy added: [DNL01B4203] 2025-11-18 12:59:55.664 [I] [client/control.go:168] [5de7ef812b8ed263] [DNL01B4203] start proxy success 2025-11-18 13:03:06.130 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:03:16.133 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:03:16.133 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:03:26.135 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:03:26.136 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:03:36.137 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:03:36.137 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:03:46.139 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:03:46.140 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:03:56.142 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:04:16.143 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:04:26.145 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:04:46.147 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:04:56.148 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:05:16.149 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:05:26.152 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:05:46.153 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:05:56.156 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:06:16.157 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:06:26.159 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:06:46.160 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:06:56.162 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:07:16.164 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:07:26.165 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:07:46.167 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:07:56.169 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:08:16.170 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:08:26.172 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:08:46.173 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:08:56.176 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:09:16.177 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:09:26.179 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:09:46.180 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:09:56.183 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:10:16.184 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:10:26.186 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:10:46.187 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:10:56.189 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:11:16.190 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:11:26.193 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:11:46.194 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:11:56.196 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:12:16.197 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:12:26.199 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:12:46.201 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:12:56.203 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:13:16.204 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:13:26.206 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:13:46.208 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:13:56.210 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:14:16.211 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:14:26.214 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:14:46.215 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:14:56.216 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:15:16.218 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:15:26.220 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:15:46.221 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:15:56.223 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:16:16.225 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:16:26.227 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:16:46.229 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:16:56.231 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:17:16.232 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:17:19.179 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 13:17:39.180 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:17:39.181 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:17:59.182 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:17:59.183 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:18:19.184 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:18:19.185 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:18:39.186 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:18:39.188 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:18:59.188 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:18:59.190 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:19:19.190 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:19:19.192 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:19:39.194 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:19:39.195 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:19:59.197 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:19:59.198 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:20:19.199 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:20:19.200 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:20:39.201 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:20:39.204 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:20:59.205 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:20:59.216 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:21:19.218 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:21:19.242 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:21:39.243 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:21:39.247 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:21:59.248 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:21:59.257 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:22:19.259 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:22:20.250 [I] [client/service.go:286] [5de7ef812b8ed263] login to server success, get run id [5de7ef812b8ed263] 2025-11-18 13:22:20.252 [I] [proxy/proxy_manager.go:173] [5de7ef812b8ed263] proxy added: [DNL01B4203] 2025-11-18 13:22:20.561 [I] [client/control.go:168] [5de7ef812b8ed263] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-11-18 13:32:06.106 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:32:06.432 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 13:32:08.444 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:32:09.471 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 13:32:13.666 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:32:23.669 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 13:32:23.669 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:32:23.670 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:32:42.384 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:32:42.385 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:33:02.386 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:33:02.388 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:33:22.389 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:33:22.391 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:33:42.392 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:33:42.393 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:34:02.394 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:34:02.395 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:34:22.395 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:34:22.396 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:34:42.397 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:34:42.398 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:35:02.399 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:35:02.400 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:35:22.401 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:35:22.403 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:35:42.404 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:35:42.409 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:36:02.411 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:36:02.414 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:36:22.415 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:36:22.419 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:36:42.420 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:36:42.427 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:37:02.428 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:37:02.432 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 13:37:22.433 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 13:37:25.131 [I] [client/service.go:286] [5de7ef812b8ed263] login to server success, get run id [5de7ef812b8ed263] 2025-11-18 13:37:25.132 [I] [proxy/proxy_manager.go:173] [5de7ef812b8ed263] proxy added: [DNL01B4203] 2025-11-18 13:37:25.431 [I] [client/control.go:168] [5de7ef812b8ed263] [DNL01B4203] start proxy success [2025-11-18,13:50:02.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,13:50:04.236] [DEBUG] 6 processes running of frp type [2025-11-18,14:05:02.693] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,14:05:04.486] [DEBUG] 6 processes running of frp type [2025-11-18,14:20:02.976] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,14: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' 2025-11-18 14:28:09.653 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:28:09.655 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:28:11.731 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:28:11.732 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:28:16.238 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:28:16.239 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:28:25.620 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:28:25.621 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:28:45.621 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:28:45.623 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:29:05.624 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:29:05.625 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:29:25.626 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:29:25.628 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:29:45.629 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:29:45.630 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:30:05.632 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:30:05.633 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:30:25.634 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:30:25.636 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:30:45.636 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:30:45.638 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:31:05.638 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:31:05.640 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:31:25.642 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:31:25.649 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:31:45.651 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:31:45.657 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:32:05.658 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:32:05.667 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:32:25.668 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:32:25.672 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:32:45.673 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:32:45.680 [W] [client/service.go:297] [5de7ef812b8ed263] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-18 14:33:05.681 [I] [client/service.go:294] [5de7ef812b8ed263] try to connect to server... 2025-11-18 14:33:06.537 [I] [client/service.go:286] [5de7ef812b8ed263] login to server success, get run id [5de7ef812b8ed263] 2025-11-18 14:33:06.539 [I] [proxy/proxy_manager.go:173] [5de7ef812b8ed263] proxy added: [DNL01B4203] 2025-11-18 14:33:06.839 [I] [client/control.go:168] [5de7ef812b8ed263] [DNL01B4203] start proxy success [2025-11-18,14:35:02.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,14:35:04.271] [DEBUG] 6 processes running of frp type [2025-11-18,14:50:03.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,14:50:04.594] [DEBUG] 6 processes running of frp type [2025-11-18,15:05:03.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,15:05:04.841] [DEBUG] 6 processes running of frp type [2025-11-18,15:20:02.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,15:20:03.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-11-18,15:35:02.851] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,15:35:04.438] [DEBUG] 6 processes running of frp type [2025-11-18,15:41:34.404] [INFO] Initializing BusSpeedStateManager V2 [2025-11-18,15:41:34.407] [INFO] LocationSqlManager initialising [2025-11-18,15:41:34.407] [INFO] Location DB initialising [2025-11-18,15:41:34.417] [INFO] LocationSqlManager initialisation complete [2025-11-18,15:41:34.418] [DEBUG] UploadManager Init [2025-11-18,15:41:34.418] [DEBUG] UploadManager Init Complete [2025-11-18,15:41:34.421] [INFO] Initializing GPS... [2025-11-18,15:41:34.422] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,15:43:23.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-18,15:43:24.560] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-18,15:43:27.132] [DEBUG] Log Upload Complete! [2025-11-18,15:43:22.329] [INFO] Initializing BusSpeedStateManager V2 [2025-11-18,15:43:22.334] [INFO] LocationSqlManager initialising [2025-11-18,15:43:22.335] [INFO] Location DB initialising [2025-11-18,15:43:22.346] [INFO] LocationSqlManager initialisation complete [2025-11-18,15:43:22.347] [DEBUG] UploadManager Init [2025-11-18,15:43:22.347] [DEBUG] UploadManager Init Complete [2025-11-18,15:43:22.352] [INFO] Initializing GPS... [2025-11-18,15:43:22.355] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,11:19:37.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,11:19:43.834] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-19,11:19:51.735] [DEBUG] Log Upload Complete! [2025-11-19,11:22:51.128] [INFO] Initializing BusSpeedStateManager V2 [2025-11-19,11:22:51.133] [INFO] LocationSqlManager initialising [2025-11-19,11:22:51.134] [INFO] Location DB initialising [2025-11-19,11:22:51.145] [INFO] LocationSqlManager initialisation complete [2025-11-19,11:22:51.146] [DEBUG] UploadManager Init [2025-11-19,11:22:51.147] [DEBUG] UploadManager Init Complete [2025-11-19,11:22:51.151] [INFO] Initializing GPS... [2025-11-19,11:22:51.154] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,11:24:39.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,11:24:41.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( [2025-11-19,11:24:50.881] [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' [2025-11-19,11:27:39.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,11:27:41.345] [DEBUG] Remote Access Enabled [2025-11-19,11:27:42.584] [INFO] Server Address: 138.201.17.179 [2025-11-19,11:27:42.585] [INFO] Server Port: 7000 [2025-11-19,11:27:42.589] [DEBUG] Starting Remote Access! 2025-11-19 11:27:42.724 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-19 11:27:42.725 [I] [client/service.go:294] try to connect to server... 2025-11-19 11:27:43.632 [I] [client/service.go:286] [10a159728d2364bc] login to server success, get run id [10a159728d2364bc] 2025-11-19 11:27:43.632 [I] [proxy/proxy_manager.go:173] [10a159728d2364bc] proxy added: [DNL01B4203] 2025-11-19 11:27:43.923 [I] [client/control.go:168] [10a159728d2364bc] [DNL01B4203] start proxy success [2025-11-19,11:35:02.859] [INFO] Initializing BusSpeedStateManager V2 [2025-11-19,11:35:02.863] [INFO] LocationSqlManager initialising [2025-11-19,11:35:02.863] [INFO] Location DB initialising [2025-11-19,11:35:02.873] [INFO] LocationSqlManager initialisation complete [2025-11-19,11:35:02.874] [DEBUG] UploadManager Init [2025-11-19,11:35:02.874] [DEBUG] UploadManager Init Complete [2025-11-19,11:35:02.877] [INFO] Initializing GPS... [2025-11-19,11:35:02.880] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,11:36:51.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,11:36:55.669] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-19,11:37:02.581] [DEBUG] Log Upload Complete! [2025-11-19,11:39:51.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,11:39:53.363] [DEBUG] Remote Access Enabled [2025-11-19,11:39:54.850] [INFO] Server Address: 138.201.17.179 [2025-11-19,11:39:54.851] [INFO] Server Port: 7000 [2025-11-19,11:39:54.855] [DEBUG] Starting Remote Access! 2025-11-19 11:39:54.987 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-19 11:39:54.988 [I] [client/service.go:294] try to connect to server... 2025-11-19 11:39:56.010 [I] [client/service.go:286] [46e504a1c3b6bf3f] login to server success, get run id [46e504a1c3b6bf3f] 2025-11-19 11:39:56.011 [I] [proxy/proxy_manager.go:173] [46e504a1c3b6bf3f] proxy added: [DNL01B4203] 2025-11-19 11:39:56.491 [I] [client/control.go:168] [46e504a1c3b6bf3f] [DNL01B4203] start proxy success [2025-11-19,11:45:07.322] [INFO] Initializing BusSpeedStateManager V2 [2025-11-19,11:45:07.328] [INFO] LocationSqlManager initialising [2025-11-19,11:45:07.329] [INFO] Location DB initialising [2025-11-19,11:45:07.340] [INFO] LocationSqlManager initialisation complete [2025-11-19,11:45:07.341] [DEBUG] UploadManager Init [2025-11-19,11:45:07.342] [DEBUG] UploadManager Init Complete [2025-11-19,11:45:07.347] [INFO] Initializing GPS... [2025-11-19,11:45:07.349] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,11:46:56.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,11:46:57.820] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-19,11:47:11.765] [DEBUG] Log Upload Complete! [2025-11-19,11:49:56.099] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,11:49:58.138] [DEBUG] Remote Access Enabled [2025-11-19,11:50:00.294] [INFO] Server Address: 138.201.17.179 [2025-11-19,11:50:00.294] [INFO] Server Port: 7000 [2025-11-19,11:50:00.298] [DEBUG] Starting Remote Access! 2025-11-19 11:50:00.428 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-19 11:50:00.429 [I] [client/service.go:294] try to connect to server... [2025-11-19,11:50:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2025-11-19 11:50:03.055 [I] [client/service.go:286] [e1bee0357f852f01] login to server success, get run id [e1bee0357f852f01] 2025-11-19 11:50:03.056 [I] [proxy/proxy_manager.go:173] [e1bee0357f852f01] proxy added: [DNL01B4203] 2025-11-19 11:50:03.376 [I] [client/control.go:168] [e1bee0357f852f01] [DNL01B4203] start proxy success [2025-11-19,11:50:04.353] [DEBUG] 6 processes running of frp type [2025-11-19,12:05:02.520] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,12:05:09.614] [DEBUG] 6 processes running of frp type [2025-11-19,12:20:02.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,12: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' [2025-11-19,12:26:44.239] [INFO] Initializing BusSpeedStateManager V2 [2025-11-19,12:26:44.244] [INFO] LocationSqlManager initialising [2025-11-19,12:26:44.245] [INFO] Location DB initialising [2025-11-19,12:26:44.256] [INFO] LocationSqlManager initialisation complete [2025-11-19,12:26:44.257] [DEBUG] UploadManager Init [2025-11-19,12:26:44.258] [DEBUG] UploadManager Init Complete [2025-11-19,12:26:44.262] [INFO] Initializing GPS... [2025-11-19,12:26:44.266] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,12:28:33.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,12:28:34.633] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-19,12:28:42.793] [DEBUG] Log Upload Complete! [2025-11-19,12:31:33.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,12:31:34.658] [DEBUG] Remote Access Enabled [2025-11-19,12:31:35.836] [INFO] Server Address: 138.201.17.179 [2025-11-19,12:31:35.837] [INFO] Server Port: 7000 [2025-11-19,12:31:35.840] [DEBUG] Starting Remote Access! 2025-11-19 12:31:35.972 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-19 12:31:35.973 [I] [client/service.go:294] try to connect to server... 2025-11-19 12:31:37.346 [I] [client/service.go:286] [43548b251c82e57d] login to server success, get run id [43548b251c82e57d] 2025-11-19 12:31:37.346 [I] [proxy/proxy_manager.go:173] [43548b251c82e57d] proxy added: [DNL01B4203] 2025-11-19 12:31:38.994 [I] [client/control.go:168] [43548b251c82e57d] [DNL01B4203] start proxy success [2025-11-19,12:35:02.353] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,12:35:03.977] [DEBUG] 6 processes running of frp type 2025-11-19 12:36:19.390 [I] [client/service.go:294] [43548b251c82e57d] try to connect to server... 2025-11-19 12:36:25.003 [I] [client/service.go:286] [43548b251c82e57d] login to server success, get run id [43548b251c82e57d] 2025-11-19 12:36:25.004 [I] [proxy/proxy_manager.go:173] [43548b251c82e57d] proxy added: [DNL01B4203] 2025-11-19 12:36:25.692 [I] [client/control.go:168] [43548b251c82e57d] [DNL01B4203] start proxy success 2025-11-19 12:40:36.655 [I] [client/service.go:294] [43548b251c82e57d] try to connect to server... 2025-11-19 12:40:36.658 [W] [client/service.go:297] [43548b251c82e57d] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-19 12:40:38.839 [I] [client/service.go:294] [43548b251c82e57d] try to connect to server... 2025-11-19 12:40:38.844 [W] [client/service.go:297] [43548b251c82e57d] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-19 12:40:43.429 [I] [client/service.go:294] [43548b251c82e57d] try to connect to server... 2025-11-19 12:40:44.960 [I] [client/service.go:286] [43548b251c82e57d] login to server success, get run id [43548b251c82e57d] 2025-11-19 12:40:44.960 [I] [proxy/proxy_manager.go:173] [43548b251c82e57d] proxy added: [DNL01B4203] 2025-11-19 12:40:46.803 [I] [client/control.go:168] [43548b251c82e57d] [DNL01B4203] start proxy success [2025-11-19,12:50:19.553] [INFO] Initializing BusSpeedStateManager V2 [2025-11-19,12:50:19.557] [INFO] LocationSqlManager initialising [2025-11-19,12:50:19.558] [INFO] Location DB initialising [2025-11-19,12:50:19.568] [INFO] LocationSqlManager initialisation complete [2025-11-19,12:50:19.569] [DEBUG] UploadManager Init [2025-11-19,12:50:19.570] [DEBUG] UploadManager Init Complete [2025-11-19,12:50:19.573] [INFO] Initializing GPS... [2025-11-19,12:50:19.575] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,12:52:07.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,12:52:08.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( [2025-11-19,12:52:16.027] [DEBUG] Log Upload Complete! [2025-11-19,12:55:07.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,12:55:09.430] [DEBUG] Remote Access Enabled [2025-11-19,12:55:10.940] [INFO] Server Address: 138.201.17.179 [2025-11-19,12:55:10.941] [INFO] Server Port: 7000 [2025-11-19,12:55:10.950] [DEBUG] Starting Remote Access! 2025-11-19 12:55:11.157 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-19 12:55:11.157 [I] [client/service.go:294] try to connect to server... 2025-11-19 12:55:12.292 [I] [client/service.go:286] [c108060f8e1ee4ae] login to server success, get run id [c108060f8e1ee4ae] 2025-11-19 12:55:12.293 [I] [proxy/proxy_manager.go:173] [c108060f8e1ee4ae] proxy added: [DNL01B4203] 2025-11-19 12:55:12.849 [I] [client/control.go:168] [c108060f8e1ee4ae] [DNL01B4203] start proxy success 2025-11-19 13:01:01.068 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 13:01:12.645 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: connection write timeout 2025-11-19 13:01:12.646 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 13:01:31.095 [I] [client/service.go:286] [c108060f8e1ee4ae] login to server success, get run id [c108060f8e1ee4ae] 2025-11-19 13:01:31.096 [I] [proxy/proxy_manager.go:173] [c108060f8e1ee4ae] proxy added: [DNL01B4203] 2025-11-19 13:01:31.415 [I] [client/control.go:168] [c108060f8e1ee4ae] [DNL01B4203] start proxy success [2025-11-19,13:05:02.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,13:05:04.308] [DEBUG] 6 processes running of frp type [2025-11-19,13:20:02.515] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,13:20:10.007] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,13:35:03.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,13:35:05.410] [DEBUG] 6 processes running of frp type [2025-11-19,13:50:02.750] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,13:50:04.617] [DEBUG] 6 processes running of frp type [2025-11-19,14:05:03.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,14:05:04.690] [DEBUG] 6 processes running of frp type [2025-11-19,14:20:03.408] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,14:20:05.082] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,14:35:02.333] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,14:35:04.190] [DEBUG] 6 processes running of frp type [2025-11-19,14:50:02.629] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,14:50:04.316] [DEBUG] 6 processes running of frp type [2025-11-19,15:05:02.549] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,15:05:04.299] [DEBUG] 6 processes running of frp type [2025-11-19,15:20:02.518] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,15: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' [2025-11-19,15:35:02.274] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,15:35:04.035] [DEBUG] 6 processes running of frp type [2025-11-19,15:50:02.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,15:50:09.321] [DEBUG] 6 processes running of frp type [2025-11-19,16:05:02.915] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,16:05:04.516] [DEBUG] 6 processes running of frp type [2025-11-19,16:20:02.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,16: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' [2025-11-19,16:35:02.171] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,16:35:03.854] [DEBUG] 6 processes running of frp type [2025-11-19,16:50:02.805] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,16:50:04.334] [DEBUG] 6 processes running of frp type [2025-11-19,17:05:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,17:05:04.093] [DEBUG] 6 processes running of frp type [2025-11-19,17:20:02.491] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,17:20:04.162] [DEBUG] 6 processes running of frp type 2025-11-19 17:23:34.082 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:23:35.085 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 17:23:35.085 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:23:38.126 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 17:23:38.126 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:23:48.127 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 17:23:48.128 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:23:48.129 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:24:08.130 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:24:08.132 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:24:28.132 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:24:28.134 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:24:48.135 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:24:48.137 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:25:08.139 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:25:08.140 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:25:28.141 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:25:28.143 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:25:48.144 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:25:48.145 [W] [client/service.go:297] [c108060f8e1ee4ae] 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-19 17:26:08.146 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:26:08.148 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:26:28.149 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:26:28.151 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:26:48.152 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:26:48.153 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:27:08.154 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:27:08.159 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:27:28.161 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:27:28.164 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:27:48.165 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:27:48.169 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:28:08.170 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:28:08.174 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:28:28.176 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:28:28.182 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-19 17:28:48.183 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-19 17:28:50.469 [I] [client/service.go:286] [c108060f8e1ee4ae] login to server success, get run id [c108060f8e1ee4ae] 2025-11-19 17:28:50.470 [I] [proxy/proxy_manager.go:173] [c108060f8e1ee4ae] proxy added: [DNL01B4203] 2025-11-19 17:28:51.710 [I] [client/control.go:168] [c108060f8e1ee4ae] [DNL01B4203] start proxy success [2025-11-19,17:35:03.245] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,17:35:05.155] [DEBUG] 6 processes running of frp type [2025-11-19,17:50:02.492] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,17:50:04.611] [DEBUG] 6 processes running of frp type [2025-11-19,18:05:03.267] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,18:05:05.171] [DEBUG] 6 processes running of frp type [2025-11-19,18:20:02.432] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,18: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' [2025-11-19,18:35:02.352] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,18:35:04.301] [DEBUG] 6 processes running of frp type [2025-11-19,18:50:02.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,18:50:05.089] [DEBUG] 6 processes running of frp type [2025-11-19,19:05:02.368] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,19:05:04.224] [DEBUG] 6 processes running of frp type [2025-11-19,19:20:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,19: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' [2025-11-19,19:35:02.270] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,19:35:04.183] [DEBUG] 6 processes running of frp type [2025-11-19,19:50:02.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,19:50:04.688] [DEBUG] 6 processes running of frp type [2025-11-19,20:05:03.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,20:05:05.063] [DEBUG] 6 processes running of frp type [2025-11-19,20:20:02.403] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,20:20:04.247] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,20:35:02.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,20:35:03.774] [DEBUG] 6 processes running of frp type [2025-11-19,20:50:03.027] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,20:50:05.301] [DEBUG] 6 processes running of frp type [2025-11-19,21:05:02.908] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,21:05:05.115] [DEBUG] 6 processes running of frp type [2025-11-19,21:20:02.597] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,21:20:04.985] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,21:35:02.399] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,21:35:04.246] [DEBUG] 6 processes running of frp type [2025-11-19,21:50:02.742] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,21:50:04.478] [DEBUG] 6 processes running of frp type [2025-11-19,22:05:02.801] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,22:05:04.506] [DEBUG] 6 processes running of frp type [2025-11-19,22:20:02.791] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,22:20:14.633] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-19,22:35:02.553] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,22:35:04.022] [DEBUG] 6 processes running of frp type [2025-11-19,22:50:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,22:50:03.761] [DEBUG] 6 processes running of frp type [2025-11-19,23:05:02.099] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,23:05:03.612] [DEBUG] 6 processes running of frp type [2025-11-19,23:20:03.010] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,23: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' [2025-11-19,23:35:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,23:35:03.874] [DEBUG] 6 processes running of frp type [2025-11-19,23:50:02.400] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-19,23:50:04.749] [DEBUG] 6 processes running of frp type [2025-11-20,00:05:02.413] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,00:05:03.935] [DEBUG] 6 processes running of frp type [2025-11-20,00:20:02.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,00: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' [2025-11-20,00:35:02.460] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,00:35:04.961] [DEBUG] 6 processes running of frp type [2025-11-20,00:50:02.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,00:50:09.678] [DEBUG] 6 processes running of frp type [2025-11-20,01:05:01.922] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,01:05:03.670] [DEBUG] 6 processes running of frp type [2025-11-20,01:20:03.234] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,01: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' [2025-11-20,01:35:02.743] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,01:35:04.704] [DEBUG] 6 processes running of frp type [2025-11-20,01:50:02.269] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,01:50:04.159] [DEBUG] 6 processes running of frp type [2025-11-20,02:05:02.504] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,02:05:04.552] [DEBUG] 6 processes running of frp type [2025-11-20,02:20:02.770] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,02:20:05.230] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,02:35:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,02:35:04.314] [DEBUG] 6 processes running of frp type [2025-11-20,02:50:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,02:50:04.140] [DEBUG] 6 processes running of frp type [2025-11-20,03:05:02.391] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,03:05:04.350] [DEBUG] 6 processes running of frp type [2025-11-20,03:20:02.924] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,03: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-11-20,03:35:02.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,03:35:04.637] [DEBUG] 6 processes running of frp type [2025-11-20,03:50:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,03:50:04.593] [DEBUG] 6 processes running of frp type [2025-11-20,04:05:03.012] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,04:05:04.978] [DEBUG] 6 processes running of frp type [2025-11-20,04:20:02.474] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,04: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' [2025-11-20,04:35:02.502] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,04:35:04.330] [DEBUG] 6 processes running of frp type [2025-11-20,04:50:02.755] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,04:51:09.853] [DEBUG] 6 processes running of frp type [2025-11-20,05:05:02.503] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,05:05:04.065] [DEBUG] 6 processes running of frp type [2025-11-20,05:20:02.316] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,05: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' [2025-11-20,05:35:02.625] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,05:35:04.660] [DEBUG] 6 processes running of frp type [2025-11-20,05:50:02.693] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,05:50:04.603] [DEBUG] 6 processes running of frp type [2025-11-20,06:05:03.160] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,06:05:04.971] [DEBUG] 6 processes running of frp type [2025-11-20,06:20:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,06: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-11-20,06:35:02.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,06:35:04.260] [DEBUG] 6 processes running of frp type [2025-11-20,06:50:02.877] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,06:50:04.800] [DEBUG] 6 processes running of frp type [2025-11-20,07:05:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,07:05:04.640] [DEBUG] 6 processes running of frp type [2025-11-20,07:20:03.320] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,07:20:04.890] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,07:35:02.639] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,07:35:04.097] [DEBUG] 6 processes running of frp type [2025-11-20,07:50:03.040] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,07:50:04.567] [DEBUG] 6 processes running of frp type [2025-11-20,08:02:03.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,08:02:04.414] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-20,08:02:07.252] [DEBUG] Log Upload Complete! [2025-11-20,08:05:02.915] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,08:05:04.430] [DEBUG] 6 processes running of frp type [2025-11-20,08:20:02.651] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,08: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-11-20,08:35:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,08:35:03.965] [DEBUG] 6 processes running of frp type [2025-11-20,08:50:02.446] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,08:50:04.111] [DEBUG] 6 processes running of frp type [2025-11-20,09:05:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,09:05:03.960] [DEBUG] 6 processes running of frp type [2025-11-20,09:20:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,09:20:04.013] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,09:35:02.704] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,09:35:04.204] [DEBUG] 6 processes running of frp type [2025-11-20,09:50:02.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,09:50:08.823] [DEBUG] 6 processes running of frp type 2025-11-20 09:51:20.882 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:51:23.053 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-20 09:51:23.054 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:51:33.055 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 09:51:33.056 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:51:33.056 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:51:41.549 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:51:41.550 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:51:58.804 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:51:58.806 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:52:18.806 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:52:18.808 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:52:38.808 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:52:38.810 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:52:58.810 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:52:58.812 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:53:18.814 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:53:18.815 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:53:38.816 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:53:38.818 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:53:58.819 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:53:58.820 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:54:18.821 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:54:18.822 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:54:38.823 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:54:38.824 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:54:58.826 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:54:58.827 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:55:18.827 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:55:18.829 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:55:38.830 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:55:38.831 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:55:58.832 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:55:58.833 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:56:18.834 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:56:18.835 [W] [client/service.go:297] [c108060f8e1ee4ae] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-20 09:56:38.836 [I] [client/service.go:294] [c108060f8e1ee4ae] try to connect to server... 2025-11-20 09:56:41.492 [I] [client/service.go:286] [c108060f8e1ee4ae] login to server success, get run id [c108060f8e1ee4ae] 2025-11-20 09:56:41.493 [I] [proxy/proxy_manager.go:173] [c108060f8e1ee4ae] proxy added: [DNL01B4203] 2025-11-20 09:56:42.692 [I] [client/control.go:168] [c108060f8e1ee4ae] [DNL01B4203] start proxy success [2025-11-20,10:05:02.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,10:05:03.691] [DEBUG] 6 processes running of frp type [2025-11-20,10:20:03.027] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,10: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' [2025-11-20,10:35:02.445] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,10:35:03.960] [DEBUG] 6 processes running of frp type [2025-11-20,10:31:01.240] [INFO] Initializing BusSpeedStateManager V2 [2025-11-20,10:31:01.244] [INFO] LocationSqlManager initialising [2025-11-20,10:31:01.245] [INFO] Location DB initialising [2025-11-20,10:31:01.255] [INFO] LocationSqlManager initialisation complete [2025-11-20,10:31:01.256] [DEBUG] UploadManager Init [2025-11-20,10:31:01.257] [DEBUG] UploadManager Init Complete [2025-11-20,10:31:01.260] [INFO] Initializing GPS... [2025-11-20,10:31:01.262] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-20,10:35:50.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-11-20,10:35:50.490] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-11-20,11:18:17.498] [INFO] downloaded zip passenger_count [2025-11-20,11:18:17.703] [INFO] extraction successful [2025-11-20,11:18:17.870] [INFO] Code Update is Done Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 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-20,12:50:00.013] [INFO] Initializing BusSpeedStateManager V2 [2025-11-20,12:50:00.016] [INFO] LocationSqlManager initialising [2025-11-20,12:50:00.017] [INFO] Location DB initialising [2025-11-20,12:50:00.026] [INFO] LocationSqlManager initialisation complete [2025-11-20,12:50:00.027] [DEBUG] UploadManager Init [2025-11-20,12:50:00.027] [DEBUG] UploadManager Init Complete [2025-11-20,12:50:00.030] [INFO] Initializing GPS... [2025-11-20,12:50:00.032] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,11:19:24.749] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,11:34:26.011] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.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-24,11:49:26.080] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-11-24,11:20:18.837] [INFO] Initializing BusSpeedStateManager V2 [2025-11-24,11:20:18.841] [INFO] LocationSqlManager initialising [2025-11-24,11:20:18.842] [INFO] Location DB initialising [2025-11-24,11:20:18.851] [INFO] LocationSqlManager initialisation complete [2025-11-24,11:20:18.851] [DEBUG] UploadManager Init [2025-11-24,11:20:18.852] [DEBUG] UploadManager Init Complete [2025-11-24,11:20:18.854] [INFO] Initializing GPS... [2025-11-24,11:20:18.856] [INFO] Starting location capture [2025-11-24,11:20:18.994] [INFO] Initializing BusSpeedStateManager V2 [2025-11-24,11:20:19.000] [INFO] LocationSqlManager initialising [2025-11-24,11:20:19.001] [INFO] Location DB initialising [2025-11-24,11:20:19.012] [INFO] LocationSqlManager initialisation complete [2025-11-24,11:20:19.014] [DEBUG] UploadManager Init [2025-11-24,11:20:19.014] [DEBUG] UploadManager Init Complete [2025-11-24,11:20:19.019] [INFO] Initializing GPS... [2025-11-24,11:20:19.022] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 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-24,12:47:55.012] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.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-24,12:59:46.829] [INFO] Initializing BusSpeedStateManager V2 [2025-11-24,12:59:46.836] [INFO] LocationSqlManager initialising [2025-11-24,12:59:46.837] [INFO] Location DB initialising [2025-11-24,12:59:46.850] [INFO] LocationSqlManager initialisation complete [2025-11-24,12:59:46.851] [DEBUG] UploadManager Init [2025-11-24,12:59:46.852] [DEBUG] UploadManager Init Complete [2025-11-24,12:59:46.856] [INFO] Initializing GPS... [2025-11-24,12:59:46.859] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 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-24,13:21:57.919] [INFO] Initializing BusSpeedStateManager V2 [2025-11-24,13:21:57.924] [INFO] LocationSqlManager initialising [2025-11-24,13:21:57.925] [INFO] Location DB initialising [2025-11-24,13:21:57.936] [INFO] LocationSqlManager initialisation complete [2025-11-24,13:21:57.937] [DEBUG] UploadManager Init [2025-11-24,13:21:57.938] [DEBUG] UploadManager Init Complete [2025-11-24,13:21:57.943] [INFO] Initializing GPS... [2025-11-24,13:21:57.945] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-24,13:26:46.608] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-24,13:36:45.591] [INFO] Initializing BusSpeedStateManager V2 [2025-11-24,13:36:45.596] [INFO] LocationSqlManager initialising [2025-11-24,13:36:45.597] [INFO] Location DB initialising [2025-11-24,13:36:45.608] [INFO] LocationSqlManager initialisation complete [2025-11-24,13:36:45.609] [DEBUG] UploadManager Init [2025-11-24,13:36:45.610] [DEBUG] UploadManager Init Complete [2025-11-24,13:36:45.614] [INFO] Initializing GPS... [2025-11-24,13:36:45.617] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 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/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,10:34:46.167] [INFO] Initializing BusSpeedStateManager V2 [2025-12-08,10:34:46.170] [INFO] LocationSqlManager initialising [2025-12-08,10:34:46.171] [INFO] Location DB initialising [2025-12-08,10:34:46.180] [INFO] LocationSqlManager initialisation complete [2025-12-08,10:34:46.181] [DEBUG] UploadManager Init [2025-12-08,10:34:46.181] [DEBUG] UploadManager Init Complete [2025-12-08,10:34:46.184] [INFO] Initializing GPS... [2025-12-08,10:34:46.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' [2025-12-08,10:36:34.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,10:36:36.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( [2025-12-08,10:36:38.396] [DEBUG] Log Upload Complete! [2025-12-08,10:39:34.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,10:39:36.129] [DEBUG] Remote Access Enabled [2025-12-08,10:39:37.212] [INFO] Server Address: 138.201.17.179 [2025-12-08,10:39:37.212] [INFO] Server Port: 7000 [2025-12-08,10:39:37.217] [DEBUG] Starting Remote Access! 2025-12-08 10:39:37.348 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-08 10:39:37.349 [I] [client/service.go:294] try to connect to server... 2025-12-08 10:39:37.939 [I] [client/service.go:286] [d0b6e48a2c0ad522] login to server success, get run id [d0b6e48a2c0ad522] 2025-12-08 10:39:37.941 [I] [proxy/proxy_manager.go:173] [d0b6e48a2c0ad522] proxy added: [DNL01B4203] 2025-12-08 10:39:38.121 [I] [client/control.go:168] [d0b6e48a2c0ad522] [DNL01B4203] start proxy success [2025-12-08,10:50:02.562] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,10:50:04.008] [DEBUG] 6 processes running of frp type [2025-12-08,11:05:02.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,11:05:03.685] [DEBUG] 6 processes running of frp type [2025-12-08,11:20:02.866] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,11:20:04.337] [DEBUG] 6 processes running of frp type 2025-12-08 11:23:33.910 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:23:35.712 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 11:23:35.713 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:23:38.752 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 11:23:38.753 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:23:48.755 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 11:23:48.755 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:23:48.756 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:24:07.977 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:24:07.978 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:24:27.980 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:24:27.981 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:24:47.982 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:24:47.983 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:25:07.983 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:25:07.985 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:25:27.986 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:25:27.987 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:25:47.988 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:25:47.989 [W] [client/service.go:297] [d0b6e48a2c0ad522] 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-08 11:26:07.990 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:26:07.991 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:26:27.992 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:26:27.993 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:26:47.995 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:26:47.996 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:27:07.996 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:27:07.998 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:27:27.999 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:27:28.000 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:27:48.001 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:27:48.002 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:28:08.003 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:28:08.004 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:28:28.005 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:28:28.007 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:28:48.008 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:28:48.012 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:29:08.013 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:29:08.018 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 11:29:28.019 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:29:30.290 [I] [client/service.go:286] [d0b6e48a2c0ad522] login to server success, get run id [d0b6e48a2c0ad522] 2025-12-08 11:29:30.292 [I] [proxy/proxy_manager.go:173] [d0b6e48a2c0ad522] proxy added: [DNL01B4203] 2025-12-08 11:29:30.579 [I] [client/control.go:168] [d0b6e48a2c0ad522] [DNL01B4203] start proxy success 2025-12-08 11:31:09.006 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:31:09.010 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:31:11.189 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:31:11.200 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:31:15.982 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:31:15.987 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:31:26.433 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:31:26.438 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:31:46.439 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:31:46.449 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:32:06.450 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:32:06.454 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:32:26.455 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:32:26.498 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:32:46.499 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:32:46.529 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:33:06.530 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:33:06.540 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:33:26.540 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:33:26.544 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:33:46.546 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:33:46.756 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:34:06.756 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:34:06.787 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:34:26.787 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:34:26.794 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:34:46.795 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:34:46.903 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-12-08,11:35:02.747] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-12-08 11:35:06.904 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:35:06.908 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:35:26.910 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:35:26.941 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:35:46.942 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:35:46.985 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:36:06.986 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:36:07.039 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:36:27.041 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:36:27.045 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:36:47.047 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:36:50.087 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:37:10.088 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:37:10.092 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:37:30.093 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:37:30.099 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:37:50.101 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:37:50.106 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:38:10.107 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:38:10.112 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:38:30.114 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:38:30.118 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:38:50.119 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:38:50.128 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:39:10.128 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:39:10.133 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:39:30.134 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:39:30.154 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:39:50.156 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:39:50.179 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:40:10.181 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:40:10.216 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:40:30.217 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:40:30.224 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:40:50.226 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:40:50.234 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:41:10.235 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:41:10.264 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:41:30.265 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:41:30.270 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:41:50.272 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:41:50.306 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:42:10.307 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:42:10.317 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:42:30.318 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:42:30.329 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:42:50.331 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:42:50.427 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:43:10.429 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:43:10.468 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:43:30.469 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:43:30.476 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:43:50.478 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:43:50.492 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:44:10.494 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:44:10.497 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:44:30.498 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:44:30.502 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:44:50.503 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:44:50.545 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:45:10.546 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:45:10.572 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:45:30.574 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:45:30.578 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:45:50.580 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:45:50.584 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:46:10.586 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:46:10.589 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:46:30.590 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:46:30.597 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:46:50.599 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:46:50.614 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:47:10.615 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:47:10.649 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:47:30.650 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:47:30.658 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:47:50.659 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:47:50.676 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:48:10.676 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:48:10.679 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:48:30.681 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:48:30.686 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:48:50.687 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:48:50.694 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:49:10.695 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:49:10.758 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:49:30.760 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:49:30.764 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:49:50.766 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:49:50.770 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-12-08,11:50:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-12-08 11:50:10.771 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:50:10.869 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:50:30.870 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:50:30.881 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:50:50.883 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:50:50.891 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:51:10.892 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:51:10.937 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:51:30.938 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:51:30.943 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:51:50.944 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:51:50.950 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:52:10.951 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:52:10.964 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:52:30.966 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:52:30.970 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:52:50.972 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:52:50.976 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:53:10.978 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:53:10.982 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:53:30.984 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:53:31.047 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:53:51.049 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:53:51.086 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:54:11.087 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:54:11.091 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:54:31.093 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:54:31.159 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:54:51.160 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:54:51.243 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:55:11.245 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:55:11.276 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:55:31.277 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:55:31.300 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:55:51.301 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:55:51.402 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:56:11.404 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:56:11.440 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:56:31.441 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:56:31.445 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:56:51.447 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:56:51.482 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:57:11.483 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:57:11.488 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:57:31.489 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:57:31.494 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:57:51.495 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:57:51.509 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:58:11.510 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:58:11.515 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:58:31.516 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:58:31.523 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:58:51.524 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:58:51.529 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:59:11.530 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:59:11.536 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:59:31.537 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:59:31.541 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 11:59:51.543 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 11:59:51.553 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:00:11.554 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:00:11.839 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:00:31.840 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:00:31.844 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:00:51.846 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:00:51.850 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:01:11.852 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:01:11.856 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:01:31.858 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:01:31.985 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:01:51.986 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:01:51.991 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:02:11.993 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:02:12.009 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:02:32.009 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:02:32.013 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:02:52.014 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:02:52.021 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:03:12.022 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:03:12.026 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:03:32.028 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:03:32.031 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:03:52.032 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:03:52.037 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:04:12.038 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:04:12.042 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:04:32.043 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:04:32.049 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:04:52.049 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:04:52.053 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-12-08,12:05:02.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-12-08 12:05:12.055 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:05:12.071 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:05:32.072 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:05:32.076 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:05:52.077 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:05:52.082 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:06:12.084 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:06:12.089 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:06:32.089 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:06:32.097 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:06:52.098 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:06:52.103 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:07:12.105 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:07:12.116 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:07:32.118 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:07:32.124 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:07:52.125 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:07:52.130 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:08:12.131 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:08:12.138 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:08:32.139 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:08:32.144 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:08:52.145 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:08:52.151 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:09:12.152 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:09:12.156 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:09:32.158 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:09:32.162 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:09:52.163 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:09:52.185 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:10:12.185 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:10:12.189 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:10:32.191 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:10:32.195 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 12:10:52.196 [I] [client/service.go:294] [d0b6e48a2c0ad522] try to connect to server... 2025-12-08 12:10:52.200 [W] [client/service.go:297] [d0b6e48a2c0ad522] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-12-08,11:08:59.503] [INFO] Initializing BusSpeedStateManager V2 [2025-12-08,11:08:59.506] [INFO] LocationSqlManager initialising [2025-12-08,11:08:59.507] [INFO] Location DB initialising [2025-12-08,11:08:59.516] [INFO] LocationSqlManager initialisation complete [2025-12-08,11:08:59.517] [DEBUG] UploadManager Init [2025-12-08,11:08:59.518] [DEBUG] UploadManager Init Complete [2025-12-08,11:08:59.520] [INFO] Initializing GPS... [2025-12-08,11:08:59.522] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,11:13:48.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-12-08,12:31:23.452] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-12-08,12:35:02.326] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-08,12:46:23.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 111] Connection refused')) [2025-12-08,12:50:02.773] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-08,13:01:23.645] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-08,13:05:02.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-08,13:20:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,13:20:04.499] [DEBUG] Remote Access Enabled [2025-12-08,13:20:05.793] [INFO] Server Address: 138.201.17.179 [2025-12-08,13:20:05.795] [INFO] Server Port: 7000 [2025-12-08,13:20:05.804] [DEBUG] Starting Remote Access! 2025-12-08 13:20:05.989 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-08 13:20:05.990 [I] [client/service.go:294] try to connect to server... 2025-12-08 13:20:06.996 [I] [client/service.go:286] [0a40a4e1d298c4c5] login to server success, get run id [0a40a4e1d298c4c5] 2025-12-08 13:20:06.997 [I] [proxy/proxy_manager.go:173] [0a40a4e1d298c4c5] proxy added: [DNL01B4203] 2025-12-08 13:20:07.316 [I] [client/control.go:168] [0a40a4e1d298c4c5] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,13:35:02.412] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,13:35:04.057] [DEBUG] 6 processes running of frp type [2025-12-08,13:50:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,13:50:04.063] [DEBUG] 6 processes running of frp type 2025-12-08 13:51:07.233 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:51:08.211 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 13:51:10.229 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:51:11.252 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 13:51:15.570 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:51:17.332 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 13:51:26.478 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:51:26.480 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:51:44.817 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:51:44.818 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:52:04.819 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:52:04.820 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:52:24.820 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:52:24.821 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:52:44.822 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:52:44.824 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:53:04.825 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:53:04.826 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:53:24.827 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:53:24.828 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:53:44.829 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:53:44.831 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:54:04.832 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:54:04.833 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:54:24.834 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:54:24.835 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:54:44.836 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:54:44.837 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:55:04.838 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:55:04.840 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:55:24.841 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:55:24.842 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:55:44.843 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:55:44.844 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:56:04.845 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:56:04.846 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 13:56:24.847 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:56:24.851 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 13:56:44.852 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:56:44.857 [W] [client/service.go:297] [0a40a4e1d298c4c5] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-08 13:57:04.858 [I] [client/service.go:294] [0a40a4e1d298c4c5] try to connect to server... 2025-12-08 13:57:05.778 [I] [client/service.go:286] [0a40a4e1d298c4c5] login to server success, get run id [0a40a4e1d298c4c5] 2025-12-08 13:57:05.779 [I] [proxy/proxy_manager.go:173] [0a40a4e1d298c4c5] proxy added: [DNL01B4203] 2025-12-08 13:57:06.096 [I] [client/control.go:168] [0a40a4e1d298c4c5] [DNL01B4203] start proxy success [2025-12-08,14:05:02.320] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,14:05:03.875] [DEBUG] 6 processes running of frp type [2025-12-08,14:20:02.229] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,14:20:03.800] [DEBUG] 6 processes running of frp type [2025-12-08,13:57:08.828] [INFO] Initializing BusSpeedStateManager V2 [2025-12-08,13:57:08.833] [INFO] LocationSqlManager initialising [2025-12-08,13:57:08.834] [INFO] Location DB initialising [2025-12-08,13:57:08.846] [INFO] LocationSqlManager initialisation complete [2025-12-08,13:57:08.847] [DEBUG] UploadManager Init [2025-12-08,13:57:08.847] [DEBUG] UploadManager Init Complete [2025-12-08,13:57:08.852] [INFO] Initializing GPS... [2025-12-08,13:57:08.856] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,14:28:26.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,14:28:28.075] [DEBUG] Remote Access Enabled [2025-12-08,14:28:29.165] [INFO] Server Address: 138.201.17.179 [2025-12-08,14:28:29.166] [INFO] Server Port: 7000 [2025-12-08,14:28:29.171] [DEBUG] Starting Remote Access! 2025-12-08 14:28:29.307 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-08 14:28:29.307 [I] [client/service.go:294] try to connect to server... 2025-12-08 14:28:29.873 [I] [client/service.go:286] [7ff98344839d4526] login to server success, get run id [7ff98344839d4526] 2025-12-08 14:28:29.874 [I] [proxy/proxy_manager.go:173] [7ff98344839d4526] proxy added: [DNL01B4203] 2025-12-08 14:28:30.060 [I] [client/control.go:168] [7ff98344839d4526] [DNL01B4203] start proxy success 2025-12-08 14:29:00.016 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:29:00.914 [I] [client/service.go:286] [7ff98344839d4526] login to server success, get run id [7ff98344839d4526] 2025-12-08 14:29:00.914 [I] [proxy/proxy_manager.go:173] [7ff98344839d4526] proxy added: [DNL01B4203] 2025-12-08 14:29:01.237 [I] [client/control.go:168] [7ff98344839d4526] [DNL01B4203] start proxy success [2025-12-08,14:31:31.984] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,14:31:33.581] [DEBUG] 6 processes running of frp type 2025-12-08 14:33:42.741 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:33:52.743 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:33:52.744 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:34:02.746 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:34:02.746 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:34:12.748 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:34:12.749 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:34:22.750 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:34:22.750 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:34:32.752 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:34:52.753 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:35:10.598 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: i/o deadline reached 2025-12-08 14:35:30.599 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:35:40.602 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:36:00.603 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:36:10.605 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:36:30.606 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:36:40.608 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:37:00.610 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:37:10.612 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:37:30.612 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:37:40.614 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:38:00.616 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:38:10.617 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:38:30.619 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:38:40.620 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:39:00.622 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:39:10.623 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:39:30.624 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:39:40.625 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 14:40:00.627 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:40:07.792 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 14:40:27.793 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:40:28.798 [I] [client/service.go:286] [7ff98344839d4526] login to server success, get run id [7ff98344839d4526] 2025-12-08 14:40:28.800 [I] [proxy/proxy_manager.go:173] [7ff98344839d4526] proxy added: [DNL01B4203] 2025-12-08 14:40:29.113 [I] [client/control.go:168] [7ff98344839d4526] [DNL01B4203] start proxy success [2025-12-08,14:50:02.253] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,14:50:03.890] [DEBUG] 6 processes running of frp type 2025-12-08 14:57:20.325 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:57:20.326 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 14:57:22.472 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:57:22.473 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 14:57:26.810 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:57:26.812 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 14:57:35.858 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:57:35.859 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 14:57:54.799 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:57:54.801 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 14:58:14.803 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:58:14.805 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 14:58:34.805 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:58:34.807 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-08 14:58:54.807 [I] [client/service.go:294] [7ff98344839d4526] try to connect to server... 2025-12-08 14:58:54.809 [W] [client/service.go:297] [7ff98344839d4526] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2025-12-08,14:28:35.666] [INFO] Initializing BusSpeedStateManager V2 [2025-12-08,14:28:35.671] [INFO] LocationSqlManager initialising [2025-12-08,14:28:35.672] [INFO] Location DB initialising [2025-12-08,14:28:35.683] [INFO] LocationSqlManager initialisation complete [2025-12-08,14:28:35.684] [DEBUG] UploadManager Init [2025-12-08,14:28:35.684] [DEBUG] UploadManager Init Complete [2025-12-08,14:28:35.687] [INFO] Initializing GPS... [2025-12-08,14:28:35.690] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,15:02:34.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,15:02:36.675] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-08,15:02:41.571] [DEBUG] Log Upload Complete! [2025-12-08,15:03:32.024] [INFO] Initializing BusSpeedStateManager V2 [2025-12-08,15:03:32.027] [INFO] LocationSqlManager initialising [2025-12-08,15:03:32.028] [INFO] Location DB initialising [2025-12-08,15:03:32.037] [INFO] LocationSqlManager initialisation complete [2025-12-08,15:03:32.038] [DEBUG] UploadManager Init [2025-12-08,15:03:32.038] [DEBUG] UploadManager Init Complete [2025-12-08,15:03:32.041] [INFO] Initializing GPS... [2025-12-08,15:03:32.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-12-08,15:14:07.280] [INFO] Initializing BusSpeedStateManager V2 [2025-12-08,15:14:07.285] [INFO] LocationSqlManager initialising [2025-12-08,15:14:07.285] [INFO] Location DB initialising [2025-12-08,15:14:07.294] [INFO] LocationSqlManager initialisation complete [2025-12-08,15:14:07.295] [DEBUG] UploadManager Init [2025-12-08,15:14:07.295] [DEBUG] UploadManager Init Complete [2025-12-08,15:14:07.298] [INFO] Initializing GPS... [2025-12-08,15:14:07.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-08,15:15:55.499] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-08,15:15:57.242] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-08,15:16:04.211] [DEBUG] Log Upload Complete! [2025-12-08,15:18:55.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,15:33:55.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')) [2025-12-08,15:48:55.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')) [2025-12-08,16:03:55.635] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-08,16:18:55.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-12-08,16:11:57.481] [INFO] Initializing BusSpeedStateManager V2 [2025-12-08,16:11:57.486] [INFO] LocationSqlManager initialising [2025-12-08,16:11:57.487] [INFO] Location DB initialising [2025-12-08,16:11:57.497] [INFO] LocationSqlManager initialisation complete [2025-12-08,16:11:57.498] [DEBUG] UploadManager Init [2025-12-08,16:11:57.498] [DEBUG] UploadManager Init Complete [2025-12-08,16:11:57.501] [INFO] Initializing GPS... [2025-12-08,16:11:57.503] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,16:16:46.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-08,16:31:46.221] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-09,11:20:02.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,11:20:11.208] [DEBUG] Remote Access Enabled [2025-12-09,11:20:12.531] [INFO] Server Address: 138.201.17.179 [2025-12-09,11:20:12.533] [INFO] Server Port: 7000 [2025-12-09,11:20:12.541] [DEBUG] Starting Remote Access! 2025-12-09 11:20:12.721 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-09 11:20:12.722 [I] [client/service.go:294] try to connect to server... 2025-12-09 11:20:13.315 [I] [client/service.go:286] [31fdcad72034ed83] login to server success, get run id [31fdcad72034ed83] 2025-12-09 11:20:13.316 [I] [proxy/proxy_manager.go:173] [31fdcad72034ed83] proxy added: [DNL01B4203] 2025-12-09 11:20:13.508 [I] [client/control.go:168] [31fdcad72034ed83] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,11:35:02.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,11:35:04.172] [DEBUG] 6 processes running of frp type [2025-12-09,11:50:03.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,11:50:04.720] [DEBUG] 6 processes running of frp type [2025-12-09,11:39:44.414] [INFO] Initializing BusSpeedStateManager V2 [2025-12-09,11:39:44.419] [INFO] LocationSqlManager initialising [2025-12-09,11:39:44.419] [INFO] Location DB initialising [2025-12-09,11:39:44.428] [INFO] LocationSqlManager initialisation complete [2025-12-09,11:39:44.429] [DEBUG] UploadManager Init [2025-12-09,11:39:44.429] [DEBUG] UploadManager Init Complete [2025-12-09,11:39:44.432] [INFO] Initializing GPS... [2025-12-09,11:39:44.434] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,11:44:33.289] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-09,12:10:04.003] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,12:10:05.864] [DEBUG] Remote Access Enabled [2025-12-09,12:10:07.237] [INFO] Server Address: 138.201.17.179 [2025-12-09,12:10:07.238] [INFO] Server Port: 7000 [2025-12-09,12:10:07.247] [DEBUG] Starting Remote Access! 2025-12-09 12:10:07.425 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-09 12:10:07.426 [I] [client/service.go:294] try to connect to server... 2025-12-09 12:10:08.435 [I] [client/service.go:286] [3c8f0e9536af86a0] login to server success, get run id [3c8f0e9536af86a0] 2025-12-09 12:10:08.435 [I] [proxy/proxy_manager.go:173] [3c8f0e9536af86a0] proxy added: [DNL01B4203] 2025-12-09 12:10:08.782 [I] [client/control.go:168] [3c8f0e9536af86a0] [DNL01B4203] start proxy success [2025-12-09,12:20:03.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,12: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' [2025-12-09,12:35:02.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,12:35:05.197] [DEBUG] 6 processes running of frp type [2025-12-09,12:50:02.916] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,12:50:04.715] [DEBUG] 6 processes running of frp type [2025-12-09,13:05:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,13:05:04.085] [DEBUG] 6 processes running of frp type [2025-12-09,13:05:58.092] [INFO] Initializing BusSpeedStateManager V2 [2025-12-09,13:05:58.098] [INFO] LocationSqlManager initialising [2025-12-09,13:05:58.098] [INFO] Location DB initialising [2025-12-09,13:05:58.108] [INFO] LocationSqlManager initialisation complete [2025-12-09,13:05:58.109] [DEBUG] UploadManager Init [2025-12-09,13:05:58.109] [DEBUG] UploadManager Init Complete [2025-12-09,13:05:58.113] [INFO] Initializing GPS... [2025-12-09,13:05:58.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-12-09,13:07:46.360] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,13:07:48.138] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-09,13:07:53.362] [DEBUG] Log Upload Complete! [2025-12-09,13:11:06.831] [INFO] Initializing BusSpeedStateManager V2 [2025-12-09,13:11:06.836] [INFO] LocationSqlManager initialising [2025-12-09,13:11:06.837] [INFO] Location DB initialising [2025-12-09,13:11:06.846] [INFO] LocationSqlManager initialisation complete [2025-12-09,13:11:06.847] [DEBUG] UploadManager Init [2025-12-09,13:11:06.847] [DEBUG] UploadManager Init Complete [2025-12-09,13:11:06.850] [INFO] Initializing GPS... [2025-12-09,13:11:06.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-12-09,13:12:54.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,13:12:56.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( [2025-12-09,13:13:03.368] [DEBUG] Log Upload Complete! [2025-12-09,13:15:54.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,13:15:56.586] [DEBUG] Remote Access Enabled [2025-12-09,13:15:57.987] [INFO] Server Address: 138.201.17.179 [2025-12-09,13:15:57.988] [INFO] Server Port: 7000 [2025-12-09,13:15:57.999] [DEBUG] Starting Remote Access! 2025-12-09 13:15:58.159 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-09 13:15:58.159 [I] [client/service.go:294] try to connect to server... 2025-12-09 13:15:59.237 [I] [client/service.go:286] [002476c16ad3fa76] login to server success, get run id [002476c16ad3fa76] 2025-12-09 13:15:59.238 [I] [proxy/proxy_manager.go:173] [002476c16ad3fa76] proxy added: [DNL01B4203] 2025-12-09 13:15:59.558 [I] [client/control.go:168] [002476c16ad3fa76] [DNL01B4203] start proxy success [2025-12-09,13:20:02.990] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,13:20:04.972] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,13:35:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,13:35:04.704] [DEBUG] 6 processes running of frp type [2025-12-09,13:50:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,13:50:04.084] [DEBUG] 6 processes running of frp type [2025-12-09,14:05:02.404] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,14:05:04.298] [DEBUG] 6 processes running of frp type [2025-12-09,14:20:03.096] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,14: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' [2025-12-09,14:35:03.292] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,14:35:05.317] [DEBUG] 6 processes running of frp type [2025-12-09,14:50:03.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,14:50:05.040] [DEBUG] 6 processes running of frp type [2025-12-09,15:05:02.735] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,15:05:04.606] [DEBUG] 6 processes running of frp type [2025-12-09,15:20:02.842] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,15:20:04.814] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,15:35:02.911] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,15:35:04.909] [DEBUG] 6 processes running of frp type [2025-12-09,15:50:02.317] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,15:50:04.177] [DEBUG] 6 processes running of frp type [2025-12-09,16:05:02.520] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,16:05:04.443] [DEBUG] 6 processes running of frp type [2025-12-09,16:20:02.840] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,16: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' [2025-12-09,16:35:02.055] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,16:35:03.940] [DEBUG] 6 processes running of frp type [2025-12-09,16:50:03.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,16:50:04.837] [DEBUG] 6 processes running of frp type [2025-12-09,17:05:02.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,17:05:04.199] [DEBUG] 6 processes running of frp type [2025-12-09,17:20:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,17: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' [2025-12-09,17:35:02.256] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,17:35:04.079] [DEBUG] 6 processes running of frp type [2025-12-09,17:50:02.861] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,17:50:04.620] [DEBUG] 6 processes running of frp type [2025-12-09,18:05:02.848] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,18:05:04.633] [DEBUG] 6 processes running of frp type [2025-12-09,18:20:02.151] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,18: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-09,18:35:02.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,18:35:04.933] [DEBUG] 6 processes running of frp type [2025-12-09,18:50:02.534] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,18:50:04.418] [DEBUG] 6 processes running of frp type [2025-12-09,19:05:02.814] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,19:05:04.959] [DEBUG] 6 processes running of frp type [2025-12-09,19:20:02.242] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,19: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' [2025-12-09,19:35:02.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,19:35:03.881] [DEBUG] 6 processes running of frp type [2025-12-09,19:50:02.644] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,19:50:04.652] [DEBUG] 6 processes running of frp type [2025-12-09,20:05:03.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,20:05:05.442] [DEBUG] 6 processes running of frp type [2025-12-09,20:20:02.968] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,20:20:05.278] [DEBUG] 6 processes running of frp type 2025-12-09 20:23:47.579 [I] [client/service.go:294] [002476c16ad3fa76] try to connect to server... 2025-12-09 20:23:51.509 [I] [client/service.go:286] [002476c16ad3fa76] login to server success, get run id [002476c16ad3fa76] 2025-12-09 20:23:51.511 [I] [proxy/proxy_manager.go:173] [002476c16ad3fa76] proxy added: [DNL01B4203] 2025-12-09 20:23:52.193 [I] [client/control.go:168] [002476c16ad3fa76] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,20:35:02.731] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,20:35:04.981] [DEBUG] 6 processes running of frp type [2025-12-09,20:50:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,20:50:05.069] [DEBUG] 6 processes running of frp type [2025-12-09,21:05:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,21:05:07.352] [DEBUG] 6 processes running of frp type [2025-12-09,21:20:02.737] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,21:20:07.265] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,21:35:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,21:35:04.729] [DEBUG] 6 processes running of frp type [2025-12-09,21:46:35.005] [INFO] Initializing BusSpeedStateManager V2 [2025-12-09,21:46:35.010] [INFO] LocationSqlManager initialising [2025-12-09,21:46:35.011] [INFO] Location DB initialising [2025-12-09,21:46:35.020] [INFO] LocationSqlManager initialisation complete [2025-12-09,21:46:35.020] [DEBUG] UploadManager Init [2025-12-09,21:46:35.021] [DEBUG] UploadManager Init Complete [2025-12-09,21:46:35.023] [INFO] Initializing GPS... [2025-12-09,21:46:35.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-12-09,21:48:30.616] [INFO] Initializing BusSpeedStateManager V2 [2025-12-09,21:48:30.621] [INFO] LocationSqlManager initialising [2025-12-09,21:48:30.622] [INFO] Location DB initialising [2025-12-09,21:48:30.631] [INFO] LocationSqlManager initialisation complete [2025-12-09,21:48:30.631] [DEBUG] UploadManager Init [2025-12-09,21:48:30.632] [DEBUG] UploadManager Init Complete [2025-12-09,21:48:30.634] [INFO] Initializing GPS... [2025-12-09,21:48:30.636] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,21:50:19.362] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,21:50:21.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( [2025-12-09,21:50:32.061] [DEBUG] Log Upload Complete! [2025-12-09,21:53:19.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,21:53:21.385] [DEBUG] Remote Access Enabled [2025-12-09,21:53:22.863] [INFO] Server Address: 138.201.17.179 [2025-12-09,21:53:22.864] [INFO] Server Port: 7000 [2025-12-09,21:53:22.873] [DEBUG] Starting Remote Access! 2025-12-09 21:53:23.084 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-09 21:53:23.084 [I] [client/service.go:294] try to connect to server... 2025-12-09 21:53:24.091 [I] [client/service.go:286] [7a68840efe39e3a2] login to server success, get run id [7a68840efe39e3a2] 2025-12-09 21:53:24.092 [I] [proxy/proxy_manager.go:173] [7a68840efe39e3a2] proxy added: [DNL01B4203] 2025-12-09 21:53:24.416 [I] [client/control.go:168] [7a68840efe39e3a2] [DNL01B4203] start proxy success [2025-12-09,22:05:02.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,22:05:04.076] [DEBUG] 6 processes running of frp type [2025-12-09,22:20:02.378] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,22: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' [2025-12-09,22:35:02.642] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,22:35:04.448] [DEBUG] 6 processes running of frp type [2025-12-09,22:50:02.575] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,22:50:04.844] [DEBUG] 6 processes running of frp type [2025-12-09,23:05:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,23:05:04.984] [DEBUG] 6 processes running of frp type [2025-12-09,23:20:02.542] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-09,23: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' 2025-12-09 23:30:23.729 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:30:33.731 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 23:30:33.732 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:30:43.733 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 23:30:43.734 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:30:46.774 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:30:56.475 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:30:59.521 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:31:19.522 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:31:19.787 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:31:39.788 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:31:42.081 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:32:02.082 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:32:04.373 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:32:24.375 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:32:24.640 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:32:44.642 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:32:46.934 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:33:06.935 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:33:09.227 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:33:29.229 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:33:29.494 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:33:49.494 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:33:51.787 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:34:11.788 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:34:14.081 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:34:34.082 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:34:34.348 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:34:54.349 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:34:56.641 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:35:16.642 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:35:17.921 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:35:37.923 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:35:38.187 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:35:58.189 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:36:00.480 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:36:20.481 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:36:22.774 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:36:42.775 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:36:43.040 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:37:03.042 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:37:05.334 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:37:25.335 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:37:27.627 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:37:47.629 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:37:47.894 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:38:07.895 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:38:10.187 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:38:30.189 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:38:32.481 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:38:52.482 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:38:52.746 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:39:12.748 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:39:15.041 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:39:35.041 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:39:37.333 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:39:57.334 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:39:57.601 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:40:17.602 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:40:19.893 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:40:39.895 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:40:42.187 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:41:02.189 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:41:02.453 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:41:22.454 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:41:24.747 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:41:44.749 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:41:47.041 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:42:07.043 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:42:07.307 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:42:27.308 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:42:29.601 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:42:49.602 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:42:51.895 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:43:11.897 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:43:14.187 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:43:34.189 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:43:37.227 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:43:57.228 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:43:59.521 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:44:19.523 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:44:21.814 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:44:41.815 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:44:42.080 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:45:02.081 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:45:04.374 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:45:24.375 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:45:26.667 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:45:46.668 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:45:46.934 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:46:06.935 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:46:09.228 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:46:29.229 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:46:31.521 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:46:51.522 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:46:51.788 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:47:11.789 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:47:14.081 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:47:34.082 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:47:36.374 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:47:56.375 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:47:56.640 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:48:16.641 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:48:18.934 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:48:38.936 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:48:41.228 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:49:01.229 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:49:01.493 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:49:21.494 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:49:23.787 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:49:43.789 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:49:46.081 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:50:06.082 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:50:08.401 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:50:28.402 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:50:31.441 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:50:51.442 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:50:53.734 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:51:13.735 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:51:16.027 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:51:36.029 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:51:36.294 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:51:56.295 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:51:58.587 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:52:18.588 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:52:20.880 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:52:40.881 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:52:41.147 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:53:01.148 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:53:03.440 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:53:23.441 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:53:24.720 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:53:44.722 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:53:44.987 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:54:04.989 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:54:07.280 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:54:27.281 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:54:29.573 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:54:49.575 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:54:49.840 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:55:09.842 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:55:12.134 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:55:32.135 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:55:34.427 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:55:54.428 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:55:54.693 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:56:14.696 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:56:16.988 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:56:36.990 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:56:39.281 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:56:59.281 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:56:59.546 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:57:19.547 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:57:21.840 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:57:41.842 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:57:44.134 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:58:04.135 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:58:04.400 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:58:24.402 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:58:26.694 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:58:46.695 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:58:48.987 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:59:08.989 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:59:09.254 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:59:29.255 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:59:31.546 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 23:59:51.548 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-09 23:59:53.841 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:00:13.841 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:00:14.107 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:00:34.108 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:00:35.387 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:00:55.388 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:00:57.680 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:01:17.682 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:01:17.947 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:01:37.949 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:01:40.241 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:02:00.242 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:02:02.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:02:22.535 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:02:22.800 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:02:42.802 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:02:45.094 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:03:05.094 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:03:07.388 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:03:27.389 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:03:27.654 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:03:47.655 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:03:49.948 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:04:09.949 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:04:12.241 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:04:32.242 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:04:32.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:04:52.507 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:04:54.801 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:05:14.802 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:05:16.081 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:05:36.082 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:05:36.347 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:05:56.348 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:05:58.641 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:06:18.642 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:06:20.934 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:06:40.935 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:06:41.200 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:07:01.202 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:07:03.493 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:07:23.495 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:07:25.788 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:07:45.789 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:07:46.054 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:08:06.055 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:08:08.347 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:08:28.348 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:08:30.640 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:08:50.642 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:08:50.907 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:09:10.908 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:09:12.187 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:09:32.189 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:09:34.480 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:09:54.481 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:09:54.747 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:10:14.749 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:10:17.041 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:10:37.042 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:10:39.334 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:10:59.335 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:10:59.600 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:11:19.602 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:11:21.894 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:11:41.895 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:11:44.187 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:12:04.188 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:12:04.453 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:12:24.454 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:12:26.747 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:12:46.749 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:12:49.041 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:13:09.042 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:13:09.307 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:13:29.308 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:13:31.601 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:13:51.602 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:13:53.894 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:14:13.895 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:14:14.160 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:14:34.163 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:14:36.453 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:14:56.454 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:14:58.747 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:15:18.749 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:15:19.013 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:15:39.015 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:15:41.307 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:16:01.309 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:16:03.600 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:16:23.601 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:16:23.866 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:16:43.867 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:16:46.160 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:17:06.161 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:17:08.453 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:17:28.454 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:17:29.735 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:17:49.736 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:17:51.014 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:18:11.015 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:18:13.307 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:18:33.309 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:18:34.587 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:18:54.588 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:18:54.853 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:19:14.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:19:17.148 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:19:37.148 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:19:39.440 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:19:59.441 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:19:59.707 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:20:19.708 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:20:20.988 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:20:40.989 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:20:43.281 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:21:03.282 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:21:03.547 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:21:23.549 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:21:25.840 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:21:45.840 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:21:48.134 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:22:08.135 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:22:08.400 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:22:28.401 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:22:30.694 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:22:50.695 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:22:52.987 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:23:12.989 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:23:13.254 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:23:33.254 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:23:35.547 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:23:55.549 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:23:57.840 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:24:17.842 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:24:18.107 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:24:38.108 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:24:40.401 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:25:00.402 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:25:02.693 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:25:22.694 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:25:22.960 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:25:42.962 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:25:45.254 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 00:26:05.255 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:26:07.547 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:26:27.548 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:26:27.813 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:26:47.815 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:26:50.107 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:27:10.108 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:27:12.400 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:27:32.400 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:27:32.668 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:27:52.669 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:27:54.961 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:28:14.962 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:28:17.254 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:28:37.255 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:28:37.520 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:28:57.521 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:28:59.814 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:29:19.815 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:29:22.108 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:29:42.109 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:29:42.373 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:30:02.375 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:30:04.667 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:30:24.669 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:30:26.961 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:30:46.962 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:30:47.227 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:31:07.229 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:31:09.520 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:31:29.521 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:31:31.814 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:31:51.815 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:31:52.080 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:32:12.081 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:32:14.373 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:32:34.374 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:32:36.667 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:32:56.669 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:32:56.933 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:33:16.935 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:33:19.227 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:33:39.229 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:33:41.520 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:34:01.522 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:34:01.787 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:34:21.788 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:34:24.080 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:34:44.082 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:34:46.373 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:35:06.374 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:35:08.667 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:35:28.668 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:35:31.707 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:35:51.708 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:35:54.000 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:36:14.002 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:36:16.294 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:36:36.295 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:36:36.560 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:36:56.562 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:36:58.854 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:37:18.855 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:37:21.147 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:37:41.149 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:37:41.413 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:38:01.414 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:38:03.707 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:38:23.709 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:38:26.000 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:38:46.002 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:38:46.267 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:39:06.269 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:39:08.560 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:39:28.561 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:39:30.853 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:39:50.855 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:39:51.120 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:40:11.121 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:40:13.414 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:40:33.414 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:40:35.707 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:40:55.709 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:40:55.973 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:41:15.975 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:41:18.266 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:41:38.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:41:40.560 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:42:00.561 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:42:00.826 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:42:20.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:42:23.120 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:42:43.121 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:42:45.414 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:43:05.415 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:43:05.680 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:43:25.682 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:43:27.974 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:43:47.975 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:43:50.266 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:44:10.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:44:10.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:44:30.535 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:44:32.827 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:44:52.828 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:44:55.120 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:45:15.121 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:45:15.387 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:45:35.389 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:45:37.680 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:45:57.681 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:45:59.974 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:46:19.975 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:46:20.239 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:46:40.240 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:46:42.534 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:47:02.535 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:47:04.827 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:47:24.828 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:47:25.093 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:47:45.094 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:47:47.387 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:48:07.389 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:48:09.680 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:48:29.682 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:48:31.974 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:48:51.975 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:48:55.014 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:49:15.016 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:49:17.307 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:49:37.308 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:49:39.601 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:49:59.602 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:49:59.866 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:50:19.868 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:50:21.147 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:50:41.148 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:50:43.440 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:51:03.442 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:51:03.707 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:51:23.708 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:51:26.001 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:51:46.002 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:51:48.294 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:52:08.295 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:52:10.588 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:52:30.589 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:52:31.868 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:52:51.869 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:52:53.146 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:53:13.147 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:53:15.441 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:53:35.442 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:53:35.707 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:53:55.709 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:53:58.000 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:54:18.002 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:54:20.294 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:54:40.296 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:54:40.560 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:55:00.561 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:55:02.853 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:55:22.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:55:25.146 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:55:45.148 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:55:45.413 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:56:05.414 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:56:07.707 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:56:27.709 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:56:30.001 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:56:50.002 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:56:50.267 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:57:10.268 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:57:12.560 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:57:32.562 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:57:34.854 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:57:54.855 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:57:55.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:58:15.120 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:58:17.414 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:58:37.418 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:58:39.707 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:58:59.708 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:58:59.973 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:59:19.975 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:59:22.267 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 00:59:42.268 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 00:59:44.560 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:00:04.562 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:00:04.826 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:00:24.828 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:00:27.120 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:00:47.121 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:00:49.417 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:01:09.418 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:01:09.680 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:01:29.682 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:01:31.973 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:01:51.975 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:01:54.267 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:02:14.268 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:02:14.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:02:34.534 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:02:36.827 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:02:56.829 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:02:59.120 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:03:19.122 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:03:19.386 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:03:39.388 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:03:41.680 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:04:01.682 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:04:03.974 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:04:23.975 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:04:24.240 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:04:44.242 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:04:46.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:05:06.535 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:05:08.827 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:05:28.828 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:05:29.093 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:05:49.094 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:05:51.387 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:06:11.388 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:06:13.680 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:06:33.680 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:06:33.947 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:06:53.948 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:06:56.240 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:07:16.241 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:07:18.534 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:07:38.535 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:07:38.803 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:07:58.804 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:08:01.093 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:08:21.095 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:08:23.387 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:08:43.388 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:08:43.654 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:09:03.655 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:09:05.947 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:09:25.948 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:09:28.240 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:09:48.241 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:09:48.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:10:08.507 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:10:10.800 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:10:30.802 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:10:33.094 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:10:53.095 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:10:53.360 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:11:13.361 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:11:15.653 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:11:35.654 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:11:37.947 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:11:57.948 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:12:00.240 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:12:20.241 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:12:23.280 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:12:43.282 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:12:45.574 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:13:05.576 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:13:07.867 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:13:27.869 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:13:28.133 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:13:48.134 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:13:50.427 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:14:10.428 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:14:12.720 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:14:32.721 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:14:32.986 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:14:52.988 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:14:55.281 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:15:15.283 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:15:17.573 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:15:37.574 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:15:37.840 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:15:57.841 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:16:00.133 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:16:20.135 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:16:22.427 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:16:42.428 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:16:42.693 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:17:02.695 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:17:04.987 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:17:24.988 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:17:27.280 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:17:47.281 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:17:47.546 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:18:07.548 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:18:09.840 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:18:29.842 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:18:32.133 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:18:52.135 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:18:52.400 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:19:12.401 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:19:14.694 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:19:34.695 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:19:36.987 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:19:56.988 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:19:57.253 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:20:17.255 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:20:18.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:20:38.533 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:20:40.827 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:21:00.828 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:21:01.092 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:21:21.093 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:21:23.387 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:21:43.388 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:21:45.680 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:22:05.681 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:22:05.946 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:22:25.947 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:22:28.240 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:22:48.242 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:22:50.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:23:10.534 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:23:10.800 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:23:30.801 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:23:33.094 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:23:53.095 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:23:55.387 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:24:15.388 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:24:15.653 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:24:35.655 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:24:37.947 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:24:57.948 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:25:00.240 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:25:20.241 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:25:20.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:25:40.508 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:25:42.800 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 01:26:02.802 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:26:05.093 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:26:25.094 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:26:25.360 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:26:45.361 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:26:47.654 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:27:07.655 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:27:08.933 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:27:28.935 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:27:30.214 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:27:50.216 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:27:52.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:28:12.507 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:28:14.801 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:28:34.802 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:28:37.095 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:28:57.096 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:28:57.360 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:29:17.361 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:29:19.654 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:29:39.655 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:29:41.947 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:30:01.948 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:30:02.213 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:30:22.213 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:30:24.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:30:44.507 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:30:46.800 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:31:06.801 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:31:07.066 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:31:27.067 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:31:29.360 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:31:49.361 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:31:51.653 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:32:11.654 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:32:11.920 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:32:31.921 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:32:34.213 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:32:54.214 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:32:56.507 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:33:16.508 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:33:16.773 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:33:36.774 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:33:39.067 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:33:59.068 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:34:01.359 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:34:21.360 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:34:21.626 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:34:41.628 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:34:43.920 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:35:03.922 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:35:06.214 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:35:26.215 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:35:28.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:35:48.508 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:35:51.547 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:36:11.548 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:36:13.840 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:36:33.841 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:36:36.134 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:36:56.135 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:36:56.399 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:37:16.400 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:37:18.693 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:37:38.695 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:37:40.986 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:38:00.987 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:38:01.252 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:38:21.253 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:38:23.547 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:38:43.548 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:38:45.840 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:39:05.841 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:39:06.106 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:39:26.108 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:39:28.399 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:39:48.400 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:39:50.693 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:40:10.695 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:40:10.960 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:40:30.961 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:40:33.253 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:40:53.254 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:40:55.547 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:41:15.548 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:41:15.813 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:41:35.814 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:41:38.107 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:41:58.108 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:42:00.400 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:42:20.401 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:42:20.666 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:42:40.667 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:42:42.960 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:43:02.961 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:43:05.254 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:43:25.255 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:43:27.547 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:43:47.548 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:43:50.587 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:44:10.588 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:44:12.880 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:44:32.881 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:44:35.173 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:44:55.174 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:44:55.440 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:45:15.441 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:45:17.733 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:45:37.735 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:45:40.027 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:46:00.028 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:46:00.292 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:46:20.295 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:46:22.587 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:46:42.588 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:46:44.879 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:47:04.880 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:47:05.147 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:47:25.148 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:47:27.440 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:47:47.441 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:47:49.733 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:48:09.734 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:48:09.999 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:48:30.001 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:48:32.293 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:48:52.294 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:48:54.587 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:49:14.589 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:49:14.853 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:49:34.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:49:37.147 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:49:57.148 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:49:59.440 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:50:19.441 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:50:19.600 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:50:39.602 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:50:41.893 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:51:01.895 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:51:04.187 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:51:24.189 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:51:24.453 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:51:44.455 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:51:46.746 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:52:06.747 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:52:09.040 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:52:29.041 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:52:29.306 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:52:49.307 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:52:51.600 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:53:11.602 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:53:13.893 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:53:33.895 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:53:34.159 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:53:54.160 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:53:56.453 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:54:16.455 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:54:18.746 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:54:38.746 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:54:39.013 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:54:59.014 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:55:01.306 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:55:21.307 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:55:23.600 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:55:43.601 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:55:43.866 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:56:03.867 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:56:06.160 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:56:26.161 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:56:28.453 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:56:48.455 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:56:48.719 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:57:08.721 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:57:11.013 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:57:31.014 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:57:33.306 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:57:53.308 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:57:53.573 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:58:13.574 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:58:15.867 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:58:35.867 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:58:38.160 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:58:58.162 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:58:58.267 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:59:18.268 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:59:20.559 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 01:59:40.560 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 01:59:42.853 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:00:02.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:00:03.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:00:23.121 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:00:25.414 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:00:45.414 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:00:47.707 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:01:07.708 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:01:07.973 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:01:27.975 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:01:30.266 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:01:50.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:01:52.560 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:02:12.561 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:02:13.840 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:02:33.842 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:02:35.120 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:02:55.121 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:02:57.413 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:03:17.415 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:03:19.707 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:03:39.708 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:03:39.973 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:03:59.975 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:04:02.266 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:04:22.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:04:24.560 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:04:44.561 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:04:44.826 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:05:04.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:05:07.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:05:27.120 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:05:29.413 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:05:49.414 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:05:49.679 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:06:09.681 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:06:11.973 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:06:31.974 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:06:34.266 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:06:54.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:06:54.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:07:14.534 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:07:16.826 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:07:36.828 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:07:39.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:07:59.120 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:07:59.386 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:08:19.387 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:08:21.680 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:08:41.681 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:08:43.973 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:09:03.975 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:09:04.240 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:09:24.241 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:09:26.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:09:46.535 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:09:48.827 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:10:08.829 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:10:09.092 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:10:29.093 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:10:31.386 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:10:51.387 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:10:53.680 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:11:13.682 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:11:13.946 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:11:33.949 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:11:36.240 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:11:56.241 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:11:58.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:12:18.535 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:12:18.799 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:12:38.800 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:12:41.092 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:13:01.094 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:13:03.386 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:13:23.388 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:13:23.653 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:13:43.655 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:13:45.946 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:14:05.947 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:14:08.240 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:14:28.241 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:14:30.987 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:14:50.989 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:14:54.026 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:15:14.027 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:15:16.320 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:15:36.321 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:15:38.613 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:15:58.614 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:15:58.880 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:16:18.881 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:16:21.173 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:16:41.175 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:16:43.466 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:17:03.467 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:17:03.733 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:17:23.734 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:17:26.026 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:17:46.028 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:17:48.320 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:18:08.321 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:18:08.586 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:18:28.587 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:18:30.880 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:18:50.882 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:18:53.173 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:19:13.174 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:19:13.439 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:19:33.440 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:19:35.733 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:19:55.735 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:19:58.026 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:20:18.027 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:20:18.292 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:20:38.293 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:20:40.586 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:21:00.588 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:21:02.880 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:21:22.881 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:21:23.147 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:21:43.148 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:21:45.439 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:22:05.441 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:22:07.733 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:22:27.735 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:22:27.999 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:22:48.001 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:22:50.293 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:23:10.294 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:23:12.586 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:23:32.588 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:23:32.853 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:23:52.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:23:55.147 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:24:15.148 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:24:17.440 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:24:37.441 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:24:37.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:24:57.708 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:25:00.003 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:25:20.004 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:25:22.293 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:25:42.295 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:25:42.559 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:26:02.561 [I] [client/service.go:294] [7a68840efe39e3a2] 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-10 02:26:04.852 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:26:24.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:26:27.147 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:26:47.147 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:26:47.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:27:07.414 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:27:09.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:27:29.708 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:27:31.999 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:27:52.000 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:27:52.266 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:28:12.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:28:14.560 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:28:34.561 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:28:36.853 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:28:56.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:28:57.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:29:17.120 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:29:19.413 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:29:39.414 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:29:41.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:30:01.707 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:30:01.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:30:21.972 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:30:23.253 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:30:43.254 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:30:45.546 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:31:05.547 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:31:05.813 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:31:25.815 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:31:28.107 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:31:48.108 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:31:50.400 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:32:10.401 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:32:10.666 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:32:30.667 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:32:32.960 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:32:52.961 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:32:55.253 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:33:15.254 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:33:15.520 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:33:35.522 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:33:37.813 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:33:57.815 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:34:00.106 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:34:20.107 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:34:20.372 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:34:40.373 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:34:42.666 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:35:02.668 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:35:04.960 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:35:24.961 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:35:27.253 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:35:47.254 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:35:50.293 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:36:10.293 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:36:12.586 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:36:32.587 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:36:34.879 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:36:54.881 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:36:57.174 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:37:17.175 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:37:18.453 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:37:38.455 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:37:39.733 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:37:59.734 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:38:02.026 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:38:22.027 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:38:22.292 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:38:42.293 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:38:44.587 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:39:04.588 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:39:06.880 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:39:26.882 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:39:27.146 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:39:47.148 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:39:49.440 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:40:09.441 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:40:11.733 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:40:31.736 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:40:31.999 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:40:52.001 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:40:54.293 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:41:14.295 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:41:16.586 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:41:36.588 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:41:36.852 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:41:56.853 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:41:59.146 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:42:19.148 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:42:21.440 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:42:41.441 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:42:41.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:43:01.707 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:43:04.000 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:43:24.001 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:43:26.293 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:43:46.294 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:43:46.560 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:44:06.561 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:44:08.852 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:44:28.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:44:31.147 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:44:51.148 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:44:51.413 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:45:11.415 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:45:13.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:45:33.708 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:45:36.000 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:45:56.001 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:45:58.294 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:46:18.296 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:46:21.333 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:46:41.334 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:46:43.626 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:47:03.628 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:47:05.920 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:47:25.921 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:47:26.186 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:47:46.187 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:47:48.479 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:48:08.481 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:48:10.772 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:48:30.773 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:48:33.066 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:48:53.067 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:48:56.106 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:49:16.107 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:49:18.400 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:49:38.401 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:49:40.692 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:50:00.693 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:50:00.959 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:50:20.960 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:50:22.239 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:50:42.240 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:50:44.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:51:04.534 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:51:04.799 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:51:24.801 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:51:27.092 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:51:47.094 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:51:49.386 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:52:09.387 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:52:09.653 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:52:29.654 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:52:31.946 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:52:51.948 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:52:54.239 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:53:14.241 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:53:14.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:53:34.507 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:53:36.800 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:53:56.801 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:53:59.093 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:54:19.094 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:54:19.359 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:54:39.360 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:54:41.653 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:55:01.654 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:55:03.946 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:55:23.947 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:55:24.213 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:55:44.214 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:55:46.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:56:06.507 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:56:08.800 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:56:28.802 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:56:29.065 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:56:49.066 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:56:51.359 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:57:11.360 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:57:13.652 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:57:33.653 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:57:33.919 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:57:53.920 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:57:56.213 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:58:16.214 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:58:18.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:58:38.508 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:58:38.773 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:58:58.775 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:59:01.066 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:59:21.066 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:59:23.359 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 02:59:43.361 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 02:59:43.626 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:00:03.627 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:00:05.920 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:00:25.921 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:00:28.213 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:00:48.214 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:00:48.480 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:01:08.481 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:01:10.773 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:01:30.775 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:01:33.067 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:01:53.068 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:01:55.360 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:02:15.361 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:02:18.399 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:02:38.400 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:02:40.693 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:03:00.694 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:03:02.986 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:03:22.988 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:03:23.252 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:03:43.254 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:03:45.546 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:04:05.547 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:04:07.840 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:04:27.841 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:04:28.106 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:04:48.107 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:04:50.399 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:05:10.401 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:05:11.680 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:05:31.681 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:05:31.945 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:05:51.946 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:05:54.240 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:06:14.242 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:06:16.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:06:36.535 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:06:36.800 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:06:56.801 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:06:59.093 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:07:19.093 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:07:21.387 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:07:41.388 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:07:41.652 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:08:01.654 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:08:03.947 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:08:23.948 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:08:26.240 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:08:46.242 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:08:46.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:09:06.507 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:09:08.799 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:09:28.801 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:09:31.093 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:09:51.094 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:09:51.359 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:10:11.360 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:10:13.653 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:10:33.655 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:10:35.946 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:10:55.948 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:10:56.212 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:11:16.214 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:11:18.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:11:38.508 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:11:40.799 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:12:00.801 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:12:03.014 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:12:23.015 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:12:24.293 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:12:44.294 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:12:46.586 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:13:06.587 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:13:08.879 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:13:28.880 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:13:29.146 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:13:49.147 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:13:51.439 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:14:11.440 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:14:13.733 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:14:33.734 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:14:33.999 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:14:54.000 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:14:56.293 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:15:16.295 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:15:18.587 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:15:38.588 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:15:38.852 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:15:58.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:16:01.145 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:16:21.147 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:16:23.439 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:16:43.440 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:16:43.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:17:03.708 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:17:05.999 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:17:26.001 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:17:27.280 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:17:47.281 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:17:47.546 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:18:07.547 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:18:09.840 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:18:29.840 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:18:32.133 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:18:52.134 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:18:52.399 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:19:12.400 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:19:14.693 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:19:34.694 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:19:36.987 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:19:56.988 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:19:57.252 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:20:17.254 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:20:18.532 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:20:38.533 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:20:40.826 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:21:00.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:21:01.092 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:21:21.093 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:21:23.385 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:21:43.386 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:21:45.679 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:22:05.681 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:22:05.946 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:22:25.948 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:22:28.239 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:22:48.241 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:22:50.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:23:10.534 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:23:10.799 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:23:30.800 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:23:33.093 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:23:53.093 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:23:55.385 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:24:15.386 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:24:15.652 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:24:35.653 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:24:37.946 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:24:57.948 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:25:00.239 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:25:20.240 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:25:20.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:25:40.506 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:25:42.800 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 03:26:02.801 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:26:05.093 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:26:25.094 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:26:25.358 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:26:45.359 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:26:47.653 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:27:07.654 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:27:09.947 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:27:29.948 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:27:30.213 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:27:50.215 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:27:52.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:28:12.507 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:28:14.799 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:28:34.800 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:28:35.069 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:28:55.071 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:28:57.359 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:29:17.361 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:29:19.653 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:29:39.654 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:29:39.919 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:29:59.921 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:30:02.212 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:30:22.213 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:30:24.506 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:30:44.507 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:30:44.772 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:31:04.774 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:31:07.066 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:31:27.067 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:31:29.359 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:31:49.360 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:31:49.626 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:32:09.627 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:32:11.919 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:32:31.920 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:32:34.212 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:32:54.214 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:32:54.479 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:33:14.481 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:33:16.773 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:33:36.773 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:33:39.066 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:33:59.068 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:33:59.332 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:34:19.333 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:34:21.626 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:34:41.628 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:34:43.919 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:35:03.920 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:35:04.185 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:35:24.187 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:35:26.479 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:35:46.481 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:35:48.773 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:36:08.774 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:36:09.039 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:36:29.040 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:36:31.333 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:36:51.334 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:36:53.626 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:37:13.628 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:37:13.892 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:37:33.893 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:37:36.186 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:37:56.188 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:37:58.479 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:38:18.480 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:38:18.746 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:38:38.747 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:38:41.039 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:39:01.040 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:39:03.333 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:39:23.334 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:39:23.599 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:39:43.600 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:39:45.892 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:40:05.893 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:40:08.186 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:40:28.187 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:40:28.453 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:40:48.454 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:40:50.746 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:41:10.748 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:41:13.039 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:41:33.041 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:41:33.306 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:41:53.308 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:41:55.600 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:42:15.602 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:42:17.892 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:42:37.893 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:42:38.159 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:42:58.161 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:43:00.451 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:43:20.452 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:43:22.746 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:43:42.747 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:43:43.013 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:44:03.015 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:44:05.306 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:44:25.307 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:44:27.599 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:44:47.601 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:44:47.865 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:45:07.866 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:45:10.159 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:45:30.160 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:45:32.452 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:45:52.456 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:45:52.720 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:46:12.721 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:46:15.012 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:46:35.013 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:46:37.306 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:46:57.308 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:46:59.599 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:47:19.600 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:47:20.879 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:47:40.881 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:47:43.173 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:48:03.174 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:48:05.465 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:48:25.466 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:48:25.732 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:48:45.733 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:48:47.013 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:49:07.014 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:49:09.306 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:49:29.307 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:49:29.572 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:49:49.574 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:49:51.866 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:50:11.868 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:50:13.146 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:50:33.147 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:50:33.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:50:53.413 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:50:55.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:51:15.707 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:51:17.999 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:51:38.000 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:51:38.266 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:51:58.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:52:00.559 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:52:20.561 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:52:22.853 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:52:42.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:52:43.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:53:03.121 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:53:05.416 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:53:25.417 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:53:27.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:53:47.707 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:53:47.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:54:07.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:54:10.266 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:54:30.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:54:32.560 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:54:52.561 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:54:52.825 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:55:12.825 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:55:15.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:55:35.121 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:55:37.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:55:57.412 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:55:57.679 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:56:17.680 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:56:19.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:56:39.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:56:42.266 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:57:02.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:57:02.532 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:57:22.533 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:57:24.826 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:57:44.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:57:47.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:58:07.120 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:58:07.386 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:58:27.387 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:58:29.679 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:58:49.680 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:58:51.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:59:11.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:59:12.239 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:59:32.240 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:59:34.532 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 03:59:54.533 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 03:59:56.826 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:00:16.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:00:17.092 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:00:37.093 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:00:39.385 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:00:59.386 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:01:01.678 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:01:21.679 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:01:21.946 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:01:41.946 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:01:44.239 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:02:04.241 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:02:06.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:02:26.535 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:02:26.799 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:02:46.800 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:02:49.092 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:03:09.094 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:03:11.385 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:03:31.386 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:03:31.652 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:03:51.653 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:03:53.946 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:04:13.947 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:04:16.242 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:04:36.244 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:04:38.532 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:04:58.533 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:05:01.572 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:05:21.573 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:05:22.853 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:05:42.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:05:45.146 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:06:05.147 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:06:05.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:06:25.413 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:06:27.705 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:06:47.707 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:06:49.999 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:07:10.001 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:07:10.265 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:07:30.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:07:32.559 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:07:52.561 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:07:54.853 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:08:14.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:08:15.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:08:35.120 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:08:37.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:08:57.414 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:08:59.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:09:19.707 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:09:19.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:09:39.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:09:42.267 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:10:02.269 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:10:04.559 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:10:24.560 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:10:24.826 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:10:44.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:10:47.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:11:07.121 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:11:09.413 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:11:29.414 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:11:29.678 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:11:49.679 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:11:51.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:12:11.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:12:14.265 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:12:34.266 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:12:34.532 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:12:54.533 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:12:56.826 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:13:16.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:13:19.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:13:39.120 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:13:39.386 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:13:59.387 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:14:01.679 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:14:21.681 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:14:23.973 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:14:43.974 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:14:44.239 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:15:04.240 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:15:06.532 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:15:26.534 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:15:28.826 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:15:48.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:15:49.092 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:16:09.093 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:16:11.386 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:16:31.386 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:16:33.679 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:16:53.680 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:16:53.945 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:17:13.947 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:17:16.238 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:17:36.240 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:17:38.532 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:17:58.533 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:17:58.799 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:18:18.800 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:18:21.093 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:18:41.094 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:18:43.386 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:19:03.387 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:19:03.652 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:19:23.654 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:19:25.946 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:19:45.947 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:19:48.239 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:20:08.239 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:20:10.533 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:20:30.534 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:20:33.572 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:20:53.573 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:20:55.866 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:21:15.867 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:21:18.158 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:21:38.160 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:21:38.426 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:21:58.428 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:21:59.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:22:19.708 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:22:20.986 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:22:40.988 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:22:41.252 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:23:01.254 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:23:03.545 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:23:23.546 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:23:25.839 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:23:45.840 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:23:46.105 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:24:06.107 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:24:08.399 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:24:28.400 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:24:30.692 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:24:50.694 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:24:50.959 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:25:10.960 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:25:13.252 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:25:33.253 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:25:35.545 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:25:55.546 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:25:55.812 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 04:26:15.813 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:26:18.106 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:26:38.107 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:26:40.399 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:27:00.400 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:27:00.666 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:27:20.667 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:27:22.959 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:27:42.961 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:27:45.252 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:28:05.253 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:28:05.519 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:28:25.520 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:28:27.812 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:28:47.813 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:28:50.106 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:29:10.107 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:29:10.372 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:29:30.373 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:29:32.666 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:29:52.667 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:29:54.959 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:30:14.961 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:30:15.226 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:30:35.227 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:30:37.518 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:30:57.519 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:30:59.812 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:31:19.813 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:31:20.079 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:31:40.080 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:31:42.372 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:32:02.374 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:32:04.666 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:32:24.667 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:32:24.932 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:32:44.933 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:32:47.226 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:33:07.226 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:33:09.519 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:33:29.520 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:33:29.785 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:33:49.787 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:33:52.081 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:34:12.083 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:34:14.372 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:34:34.374 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:34:34.639 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:34:54.641 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:34:56.932 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:35:16.934 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:35:18.212 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:35:38.213 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:35:38.478 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:35:58.479 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:36:00.771 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:36:20.773 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:36:23.066 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:36:43.067 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:36:43.332 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:37:03.333 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:37:05.625 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:37:25.626 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:37:27.919 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:37:47.920 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:37:48.185 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:38:08.186 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:38:10.479 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:38:30.480 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:38:32.773 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:38:52.774 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:38:53.039 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:39:13.041 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:39:15.332 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:39:35.334 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:39:37.626 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:39:57.627 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:39:57.892 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:40:17.894 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:40:20.185 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:40:40.187 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:40:42.479 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:41:02.480 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:41:04.826 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:41:24.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:41:27.866 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:41:47.867 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:41:50.159 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:42:10.160 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:42:12.452 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:42:32.453 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:42:32.719 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:42:52.720 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:42:55.012 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:43:15.014 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:43:17.306 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:43:37.307 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:43:37.572 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:43:57.573 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:43:58.879 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:44:18.880 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:44:21.172 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:44:41.173 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:44:41.439 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:45:01.440 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:45:03.733 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:45:23.734 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:45:26.025 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:45:46.027 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:45:46.292 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:46:06.292 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:46:08.586 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:46:28.587 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:46:30.879 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:46:50.879 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:46:51.145 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:47:11.146 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:47:13.439 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:47:33.439 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:47:35.732 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:47:55.734 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:47:55.998 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:48:15.999 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:48:18.292 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:48:38.293 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:48:40.585 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:49:00.587 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:49:00.851 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:49:20.853 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:49:23.146 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:49:43.147 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:49:45.438 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:50:05.439 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:50:05.491 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:50:25.493 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:50:27.786 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:50:47.787 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:50:50.079 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:51:10.081 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:51:10.345 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:51:30.346 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:51:31.625 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:51:51.626 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:51:53.919 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:52:13.920 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:52:14.185 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:52:34.187 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:52:36.479 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:52:56.480 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:52:58.772 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:53:18.773 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:53:19.038 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:53:39.039 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:53:41.332 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:54:01.333 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:54:03.626 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:54:23.627 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:54:23.892 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:54:43.893 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:54:46.185 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:55:06.186 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:55:08.479 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:55:28.480 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:55:28.745 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:55:48.747 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:55:51.039 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:56:11.040 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:56:13.332 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:56:33.333 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:56:33.598 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:56:53.599 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:56:54.879 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:57:14.881 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:57:16.159 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:57:36.160 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:57:36.425 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:57:56.426 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:57:58.719 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:58:18.721 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:58:21.012 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:58:41.014 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:58:41.279 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:59:01.281 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:59:03.572 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:59:23.573 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:59:25.865 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:59:45.867 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 04:59:46.132 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:00:06.133 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:00:08.425 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:00:28.426 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:00:30.719 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:00:50.720 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:00:50.985 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:01:10.986 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:01:13.279 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:01:33.280 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:01:35.572 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:01:55.573 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:01:55.838 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:02:15.840 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:02:18.132 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:02:38.133 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:02:40.425 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:03:00.426 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:03:00.692 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:03:20.693 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:03:22.985 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:03:42.986 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:03:45.278 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:04:05.279 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:04:05.545 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:04:25.545 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:04:27.839 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:04:47.841 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:04:50.131 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:05:10.131 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:05:12.425 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:05:32.426 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:05:35.465 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:05:55.467 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:05:57.759 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:06:17.760 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:06:20.052 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:06:40.053 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:06:40.318 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:07:00.319 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:07:02.612 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:07:22.613 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:07:24.906 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:07:44.907 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:07:45.172 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:08:05.172 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:08:07.465 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:08:27.466 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:08:29.759 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:08:49.761 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:08:50.025 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:09:10.026 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:09:12.319 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:09:32.321 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:09:34.612 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:09:54.614 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:09:54.878 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:10:14.880 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:10:17.173 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:10:37.174 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:10:39.465 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:10:59.467 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:10:59.732 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:11:19.733 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:11:22.026 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:11:42.026 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:11:44.319 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:12:04.320 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:12:04.585 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:12:24.586 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:12:26.879 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:12:46.880 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:12:49.172 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:13:09.174 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:13:09.438 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:13:29.439 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:13:31.732 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:13:51.733 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:13:54.025 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:14:14.026 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:14:14.292 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:14:34.293 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:14:36.586 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:14:56.588 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:14:58.879 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:15:18.880 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:15:19.145 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:15:39.147 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:15:41.439 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:16:01.440 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:16:03.732 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:16:23.734 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:16:23.998 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:16:44.000 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:16:46.292 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:17:06.293 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:17:08.585 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:17:28.586 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:17:28.852 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:17:48.853 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:17:51.145 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:18:11.147 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:18:13.439 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:18:33.441 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:18:33.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:18:53.707 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:18:55.998 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:19:15.999 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:19:18.292 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:19:38.293 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:19:38.559 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:19:58.560 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:20:00.853 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:20:20.854 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:20:23.145 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:20:43.147 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:20:43.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:21:03.413 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:21:05.705 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:21:25.706 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:21:27.998 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:21:47.999 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:21:48.265 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:22:08.266 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:22:10.559 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:22:30.560 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:22:32.852 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:22:52.853 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:22:53.118 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:23:13.120 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:23:15.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:23:35.414 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:23:37.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:23:57.707 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:23:57.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:24:17.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:24:20.265 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:24:40.266 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:24:42.559 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:25:02.560 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:25:02.825 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:25:22.826 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:25:25.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:25:45.119 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:25:47.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 05:26:07.413 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:26:07.679 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:26:27.681 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:26:29.971 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:26:49.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:26:52.265 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:27:12.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:27:12.532 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:27:32.534 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:27:34.825 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:27:54.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:27:57.118 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:28:17.120 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:28:17.385 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:28:37.386 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:28:39.678 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:28:59.680 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:29:01.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:29:21.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:29:22.238 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:29:42.240 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:29:44.532 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:30:04.534 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:30:06.825 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:30:26.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:30:27.091 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:30:47.092 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:30:49.385 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:31:09.386 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:31:11.679 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:31:31.680 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:31:33.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:31:53.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:31:55.252 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:32:15.254 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:32:16.531 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:32:36.532 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:32:38.825 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:32:58.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:32:59.092 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:33:19.093 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:33:21.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:33:41.119 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:33:43.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:34:03.413 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:34:03.678 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:34:23.680 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:34:25.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:34:45.974 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:34:48.264 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:35:08.265 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:35:10.559 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:35:30.561 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:35:33.598 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:35:53.599 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:35:55.892 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:36:15.893 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:36:18.185 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:36:38.185 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:36:38.452 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:36:58.454 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:37:00.744 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:37:20.745 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:37:23.038 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:37:43.040 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:37:43.305 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:38:03.306 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:38:05.599 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:38:25.600 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:38:27.892 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:38:47.893 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:38:48.158 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:39:08.159 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:39:10.452 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:39:30.453 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:39:32.745 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:39:52.746 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:39:53.012 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:40:13.013 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:40:15.305 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:40:35.306 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:40:37.599 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:40:57.600 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:40:57.865 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:41:17.867 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:41:20.158 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:41:40.159 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:41:42.452 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:42:02.453 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:42:02.718 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:42:22.719 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:42:24.266 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:42:44.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:42:46.559 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:43:06.560 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:43:06.824 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:43:26.826 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:43:29.119 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:43:49.120 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:43:51.411 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:44:11.412 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:44:11.678 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:44:31.680 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:44:33.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:44:53.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:44:56.265 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:45:16.266 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:45:16.398 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:45:36.399 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:45:38.692 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:45:58.693 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:46:00.985 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:46:20.986 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:46:21.252 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:46:41.253 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:46:43.545 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:47:03.547 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:47:05.838 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:47:25.840 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:47:26.105 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:47:46.107 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:47:48.399 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:48:08.399 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:48:10.692 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:48:30.693 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:48:32.985 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:48:52.987 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:48:56.025 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:49:16.026 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:49:18.319 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:49:38.320 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:49:40.612 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:50:00.614 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:50:00.877 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:50:20.879 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:50:22.158 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:50:42.160 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:50:44.452 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:51:04.454 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:51:04.719 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:51:24.720 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:51:27.012 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:51:47.014 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:51:49.305 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:52:09.306 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:52:09.571 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:52:29.573 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:52:31.865 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:52:51.866 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:52:54.159 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:53:14.161 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:53:14.425 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:53:34.426 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:53:36.718 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:53:56.719 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:53:59.012 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:54:19.012 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:54:21.305 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:54:41.306 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:54:44.345 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:55:04.346 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:55:06.638 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:55:26.639 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:55:28.585 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:55:48.586 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:55:48.852 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:56:08.853 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:56:11.145 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:56:31.146 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:56:33.439 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:56:53.440 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:56:53.705 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:57:13.707 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:57:15.998 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:57:35.999 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:57:38.292 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:57:58.293 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:57:58.558 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:58:18.558 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:58:20.852 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:58:40.853 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:58:43.144 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:59:03.145 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:59:03.411 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:59:23.412 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:59:25.705 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 05:59:45.707 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 05:59:47.998 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:00:07.999 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:00:08.265 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:00:28.266 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:00:30.561 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:00:50.563 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:00:52.852 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:01:12.853 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:01:13.118 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:01:33.119 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:01:35.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:01:55.413 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:01:57.705 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:02:17.706 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:02:17.971 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:02:37.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:02:40.265 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:03:00.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:03:02.558 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:03:22.558 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:03:22.825 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:03:42.826 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:03:45.118 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:04:05.119 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:04:07.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:04:27.413 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:04:27.678 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:04:47.679 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:04:49.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:05:09.974 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:05:11.732 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:05:31.734 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:05:31.998 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:05:51.999 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:05:54.292 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:06:14.293 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:06:16.584 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:06:36.586 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:06:38.879 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:06:58.880 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:07:00.159 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:07:20.160 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:07:22.452 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:07:42.453 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:07:44.745 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:08:04.747 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:08:05.011 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:08:25.012 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:08:27.305 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:08:47.306 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:08:49.599 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:09:09.600 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:09:09.865 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:09:29.867 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:09:32.158 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:09:52.159 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:09:53.439 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:10:13.439 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:10:13.705 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:10:33.706 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:10:35.999 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:10:56.000 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:10:58.292 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:11:18.293 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:11:18.557 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:11:38.558 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:11:40.852 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:12:00.853 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:12:03.145 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:12:23.146 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:12:23.411 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:12:43.414 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:12:45.706 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:13:05.707 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:13:07.998 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:13:28.000 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:13:28.265 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:13:48.265 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:13:50.558 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:14:10.559 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:14:12.852 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:14:32.853 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:14:33.118 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:14:53.119 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:14:55.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:15:15.413 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:15:17.705 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:15:37.706 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:15:37.971 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:15:57.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:16:00.265 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:16:20.266 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:16:22.558 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:16:42.559 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:16:42.825 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:17:02.826 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:17:05.118 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:17:25.119 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:17:27.412 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:17:47.413 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:17:47.678 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:18:07.680 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:18:09.972 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:18:29.974 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:18:32.265 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:18:52.267 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:18:52.532 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:19:12.533 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:19:14.825 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:19:34.827 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:19:37.118 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:19:57.120 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:19:57.385 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:20:17.387 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:20:18.664 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:20:38.666 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:20:40.958 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:21:00.959 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:21:01.224 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:21:21.225 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:21:23.518 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:21:43.520 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:21:45.815 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:22:05.817 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:22:06.078 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:22:26.079 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:22:28.372 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:22:48.373 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:22:50.665 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:23:10.667 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:23:10.931 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:23:30.933 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:23:33.225 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:23:53.225 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:23:55.518 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:24:15.520 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:24:15.785 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:24:35.786 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:24:38.078 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:24:58.079 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:25:00.372 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:25:20.373 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:25:20.638 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:25:40.639 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:25:41.918 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:26:01.919 [I] [client/service.go:294] [7a68840efe39e3a2] 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-10 06:26:04.211 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:26:24.212 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:26:24.477 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:26:44.478 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:26:46.772 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:27:06.774 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:27:09.064 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:27:29.065 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:27:29.331 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:27:49.332 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:27:51.625 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:28:11.627 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:28:13.918 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:28:33.920 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:28:34.185 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:28:54.186 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:28:56.479 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:29:16.481 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:29:18.772 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:29:38.773 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:29:39.038 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:29:59.040 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:30:01.331 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:30:21.332 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:30:23.625 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:30:43.627 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:30:43.893 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:31:03.895 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:31:06.185 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:31:26.186 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:31:28.478 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:31:48.480 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:31:48.744 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:32:08.745 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:32:11.038 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:32:31.038 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:32:33.331 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:32:53.332 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:32:53.598 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:33:13.599 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:33:15.892 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:33:35.893 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:33:38.185 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:33:58.186 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:33:58.451 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:34:18.453 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:34:20.745 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:34:40.747 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:34:43.038 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:35:03.039 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:35:03.304 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:35:23.305 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:35:25.598 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:35:45.599 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:35:47.892 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:36:07.892 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:36:08.158 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:36:28.159 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:36:30.451 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:36:50.452 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:36:52.745 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:37:12.746 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:37:13.011 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:37:33.012 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:37:35.306 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:37:55.306 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:37:57.599 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:38:17.600 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:38:17.865 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:38:37.866 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:38:40.158 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:39:00.160 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:39:02.451 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:39:22.452 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:39:22.718 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:39:42.720 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:39:45.011 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:40:05.012 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:40:07.305 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:40:27.306 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:40:27.572 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:40:47.573 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:40:49.865 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:41:09.866 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:41:12.158 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:41:32.159 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:41:33.438 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:41:53.440 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:41:54.719 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:42:14.720 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:42:17.012 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:42:37.013 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:42:39.305 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:42:59.307 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:43:02.318 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:43:22.319 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:43:25.358 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:43:45.360 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:43:47.651 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:44:07.652 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:44:09.945 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:44:29.945 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:44:30.211 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:44:50.213 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:44:52.505 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:45:12.507 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:45:14.798 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:45:34.799 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:45:35.064 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:45:55.065 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:45:57.358 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:46:17.359 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:46:19.651 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:46:39.653 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:46:39.918 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:46:59.919 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:47:02.211 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:47:22.212 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:47:24.505 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:47:44.507 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:47:44.771 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:48:04.773 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:48:07.065 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:48:27.067 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:48:29.358 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:48:49.359 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:48:49.624 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:49:09.626 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:49:11.918 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:49:31.920 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:49:34.211 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:49:54.212 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:49:54.478 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:50:14.479 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:50:15.758 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:50:35.759 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:50:38.051 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:50:58.053 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:50:58.318 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:51:18.319 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:51:20.611 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:51:40.613 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:51:42.905 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:52:02.906 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:52:03.171 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:52:23.173 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:52:25.465 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:52:45.465 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:52:47.758 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:53:07.761 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:53:08.024 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:53:28.025 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:53:30.318 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:53:50.320 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:53:52.611 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:54:12.613 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:54:12.878 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:54:32.879 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:54:35.171 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:54:55.172 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:54:57.465 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:55:17.466 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:55:17.731 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:55:37.733 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:55:40.025 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:56:00.027 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:56:02.318 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:56:22.319 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:56:22.584 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:56:42.585 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:56:44.878 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:57:04.880 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:57:06.157 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:57:26.159 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:57:26.424 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:57:46.426 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:57:48.718 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:58:08.719 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:58:11.011 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:58:31.013 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:58:31.278 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:58:51.279 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:58:53.572 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:59:13.573 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:59:15.865 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:59:35.867 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:59:36.131 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 06:59:56.133 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 06:59:58.425 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:00:18.425 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:00:20.718 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:00:40.720 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:00:40.984 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:01:00.985 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:01:03.278 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:01:23.280 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:01:25.572 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:01:45.573 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:01:45.838 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:02:05.839 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:02:08.132 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:02:28.133 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:02:30.425 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:02:50.427 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:02:50.691 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:03:10.693 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:03:12.985 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:03:32.986 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:03:35.279 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:03:55.280 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:03:55.545 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:04:15.546 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:04:17.838 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:04:37.839 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:04:40.131 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:05:00.132 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:05:00.398 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:05:20.399 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:05:21.678 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:05:41.679 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:05:43.971 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:06:03.973 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:06:04.238 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:06:24.239 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:06:26.531 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:06:46.533 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:06:48.825 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:07:08.826 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:07:09.091 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:07:29.092 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:07:31.385 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:07:51.386 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:07:53.678 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:08:13.679 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:08:13.944 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:08:33.945 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:08:36.239 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:08:56.239 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:08:58.531 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:09:18.533 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:09:18.797 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:09:38.799 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:09:41.091 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:10:01.092 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:10:03.385 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:10:23.386 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:10:23.651 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:10:43.652 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:10:45.945 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:11:05.946 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:11:08.238 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:11:28.239 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:11:28.504 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:11:48.506 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:11:50.798 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:12:10.800 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:12:13.091 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:12:33.092 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:12:33.358 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:12:53.359 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:12:55.651 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:13:15.653 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:13:17.945 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:13:37.946 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:13:38.211 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:13:58.212 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:14:00.505 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:14:20.506 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:14:22.798 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:14:42.800 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:14:43.064 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:15:03.066 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:15:05.359 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:15:25.360 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:15:27.651 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:15:47.653 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:15:47.918 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:16:07.920 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:16:10.212 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:16:30.214 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:16:31.492 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:16:51.494 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:16:52.771 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:17:12.772 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:17:15.811 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:17:35.813 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:17:38.105 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:17:58.106 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:18:00.397 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:18:20.398 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:18:20.664 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:18:40.666 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:18:42.958 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:19:02.959 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:19:05.252 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:19:25.253 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:19:25.518 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:19:45.519 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:19:47.811 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:20:07.812 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:20:10.105 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:20:30.106 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:20:30.371 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:20:50.372 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:20:52.665 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:21:12.666 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:21:14.958 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:21:34.959 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:21:35.224 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:21:55.225 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:21:57.518 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:22:17.520 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:22:19.811 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:22:39.812 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:22:40.077 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:23:00.080 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:23:02.371 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:23:22.372 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:23:24.665 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:23:44.666 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:23:44.931 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:24:04.933 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:24:07.225 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:24:27.226 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:24:29.518 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:24:49.519 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:24:49.785 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:25:09.786 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:25:12.078 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:25:32.079 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:25:34.372 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:25:54.373 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:25:54.639 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-10 07:26:14.640 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:26:16.931 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:26:36.933 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:26:39.225 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:26:59.226 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:26:59.491 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:27:19.492 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:27:21.784 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:27:41.785 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:27:44.078 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:28:04.079 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:28:04.344 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:28:24.346 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:28:25.625 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:28:45.626 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:28:47.918 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:29:07.919 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:29:08.158 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:29:28.159 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:29:30.451 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:29:50.452 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:29:52.745 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:30:12.746 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:30:13.011 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:30:33.011 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:30:35.304 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:30:55.306 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:30:57.598 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:31:17.599 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:31:17.865 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:31:37.866 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:31:40.158 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:32:00.159 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:32:02.451 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:32:22.451 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:32:22.664 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:32:42.666 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:32:44.958 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:33:04.960 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:33:07.251 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 07:33:27.253 [I] [client/service.go:294] [7a68840efe39e3a2] try to connect to server... 2025-12-10 07:33:27.518 [W] [client/service.go:297] [7a68840efe39e3a2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host [2025-12-09,23:07:34.831] [INFO] Initializing BusSpeedStateManager V2 [2025-12-09,23:07:34.838] [INFO] LocationSqlManager initialising [2025-12-09,23:07:34.840] [INFO] Location DB initialising [2025-12-09,23:07:34.852] [INFO] LocationSqlManager initialisation complete [2025-12-09,23:07:34.853] [DEBUG] UploadManager Init [2025-12-09,23:07:34.854] [DEBUG] UploadManager Init Complete [2025-12-09,23:07:34.860] [INFO] Initializing GPS... [2025-12-09,23:07:34.863] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,23:07:34.922] [INFO] Initializing BusSpeedStateManager V2 [2025-12-09,23:07:34.927] [INFO] LocationSqlManager initialising [2025-12-09,23:07:34.928] [INFO] Location DB initialising [2025-12-09,23:07:34.938] [INFO] LocationSqlManager initialisation complete [2025-12-09,23:07:34.939] [DEBUG] UploadManager Init [2025-12-09,23:07:34.939] [DEBUG] UploadManager Init Complete [2025-12-09,23:07:34.942] [INFO] Initializing GPS... [2025-12-09,23:07:34.945] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-09,23:12:23.454] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,10:35:02.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,10:35:04.831] [DEBUG] Remote Access Enabled [2025-12-10,10:35:06.274] [INFO] Server Address: 138.201.17.179 [2025-12-10,10:35:06.274] [INFO] Server Port: 7000 [2025-12-10,10:35:06.279] [DEBUG] Starting Remote Access! 2025-12-10 10:35:06.412 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-10 10:35:06.413 [I] [client/service.go:294] try to connect to server... 2025-12-10 10:35:07.580 [I] [client/service.go:286] [19515999abfc926e] login to server success, get run id [19515999abfc926e] 2025-12-10 10:35:07.581 [I] [proxy/proxy_manager.go:173] [19515999abfc926e] proxy added: [DNL01B4203] 2025-12-10 10:35:08.194 [I] [client/control.go:168] [19515999abfc926e] [DNL01B4203] start proxy success [2025-12-10,10:50:02.932] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,10:50:05.094] [DEBUG] 6 processes running of frp type [2025-12-10,11:05:02.546] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,11:05:04.523] [DEBUG] 6 processes running of frp type [2025-12-10,11:20:02.899] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,11:20:05.664] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,11:35:02.658] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,11:35:05.440] [DEBUG] 6 processes running of frp type [2025-12-10,11:50:02.230] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,11:50:03.974] [DEBUG] 6 processes running of frp type [2025-12-10,12:05:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,12:05:04.195] [DEBUG] 6 processes running of frp type [2025-12-10,12:20:02.547] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,12: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-10,12:35:02.480] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,12:35:04.875] [DEBUG] 6 processes running of frp type 2025-12-10 12:43:22.928 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 12:43:22.960 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-10 12:43:25.038 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 12:43:25.055 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-10 12:43:29.483 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 12:43:30.946 [I] [client/service.go:286] [19515999abfc926e] login to server success, get run id [19515999abfc926e] 2025-12-10 12:43:30.948 [I] [proxy/proxy_manager.go:173] [19515999abfc926e] proxy added: [DNL01B4203] 2025-12-10 12:43:31.576 [I] [client/control.go:168] [19515999abfc926e] [DNL01B4203] start proxy success [2025-12-10,12:50:02.553] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,12:50:04.606] [DEBUG] 6 processes running of frp type 2025-12-10 13:00:52.757 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:00:52.759 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:00:54.850 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:00:54.851 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:00:59.269 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:00:59.270 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:01:08.338 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:01:08.339 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:01:27.356 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:01:27.357 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:01:47.359 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:01:47.360 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:02:07.361 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:02:07.362 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:02:27.363 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:02:27.364 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:02:47.366 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:02:47.367 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:03:07.368 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:03:07.369 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:03:27.371 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:03:27.372 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:03:47.373 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:03:47.375 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:04:07.376 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:04:07.377 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:04:27.378 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:04:27.380 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:04:47.380 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:04:47.382 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:05:07.383 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:05:07.384 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:05:27.385 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:05:27.386 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:05:47.387 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:05:47.391 [W] [client/service.go:297] [19515999abfc926e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 13:06:07.394 [I] [client/service.go:294] [19515999abfc926e] try to connect to server... 2025-12-10 13:06:08.444 [I] [client/service.go:286] [19515999abfc926e] login to server success, get run id [19515999abfc926e] 2025-12-10 13:06:08.445 [I] [proxy/proxy_manager.go:173] [19515999abfc926e] proxy added: [DNL01B4203] 2025-12-10 13:06:09.081 [I] [client/control.go:168] [19515999abfc926e] [DNL01B4203] start proxy success [2025-12-10,13:20:02.553] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,13:20:05.443] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,13:35:02.317] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,13:35:04.262] [DEBUG] 6 processes running of frp type [2025-12-10,13:50:03.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,13:50:04.992] [DEBUG] 6 processes running of frp type [2025-12-10,14:05:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,14:05:04.835] [DEBUG] 6 processes running of frp type [2025-12-10,14:20:02.152] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,14: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-10,14:35:03.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,14:35:05.047] [DEBUG] 6 processes running of frp type [2025-12-10,14:50:02.617] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,14:50:05.010] [DEBUG] 6 processes running of frp type [2025-12-10,15:05:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,15:05:04.500] [DEBUG] 6 processes running of frp type [2025-12-10,15:20:02.791] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,15:20:04.589] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,15:35:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,15:35:04.481] [DEBUG] 6 processes running of frp type [2025-12-10,15:50:02.159] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,15:50:03.879] [DEBUG] 6 processes running of frp type [2025-12-10,16:05:02.149] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,16:05:03.898] [DEBUG] 6 processes running of frp type [2025-12-10,16:20:02.142] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,16:20:04.243] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,16:31:05.200] [INFO] Initializing BusSpeedStateManager V2 [2025-12-10,16:31:05.205] [INFO] LocationSqlManager initialising [2025-12-10,16:31:05.205] [INFO] Location DB initialising [2025-12-10,16:31:05.215] [INFO] LocationSqlManager initialisation complete [2025-12-10,16:31:05.215] [DEBUG] UploadManager Init [2025-12-10,16:31:05.216] [DEBUG] UploadManager Init Complete [2025-12-10,16:31:05.218] [INFO] Initializing GPS... [2025-12-10,16:31:05.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' [2025-12-10,16:35:53.831] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-10,16:42:52.087] [INFO] Initializing BusSpeedStateManager V2 [2025-12-10,16:42:52.092] [INFO] LocationSqlManager initialising [2025-12-10,16:42:52.093] [INFO] Location DB initialising [2025-12-10,16:42:52.104] [INFO] LocationSqlManager initialisation complete [2025-12-10,16:42:52.105] [DEBUG] UploadManager Init [2025-12-10,16:42:52.106] [DEBUG] UploadManager Init Complete [2025-12-10,16:42:52.111] [INFO] Initializing GPS... [2025-12-10,16:42:52.113] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:47:40.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-12-10,16:57:35.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,16:57:38.254] [DEBUG] Remote Access Enabled [2025-12-10,16:57:39.853] [INFO] Server Address: 138.201.17.179 [2025-12-10,16:57:39.854] [INFO] Server Port: 7000 [2025-12-10,16:57:39.863] [DEBUG] Starting Remote Access! 2025-12-10 16:57:40.057 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-10 16:57:40.058 [I] [client/service.go:294] try to connect to server... 2025-12-10 16:57:41.163 [I] [client/service.go:286] [f73481e1540c575a] login to server success, get run id [f73481e1540c575a] 2025-12-10 16:57:41.164 [I] [proxy/proxy_manager.go:173] [f73481e1540c575a] proxy added: [DNL01B4203] 2025-12-10 16:57:41.522 [I] [client/control.go:168] [f73481e1540c575a] [DNL01B4203] start proxy success [2025-12-10,17:05:03.075] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,17:05:05.703] [DEBUG] 6 processes running of frp type [2025-12-10,17:20:02.781] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,17: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,17:35:02.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,17:35:04.291] [DEBUG] 6 processes running of frp type [2025-12-10,17:50:03.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,17:50:05.111] [DEBUG] 6 processes running of frp type 2025-12-10 17:56:02.755 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 17:56:19.769 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: connection write timeout 2025-12-10 17:56:19.770 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 17:56:29.771 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 17:56:29.772 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 17:56:40.946 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: connection write timeout 2025-12-10 17:56:40.948 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 17:56:50.950 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 17:56:50.951 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 17:57:06.762 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: connection write timeout 2025-12-10 17:57:26.763 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 17:57:36.765 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 17:57:56.766 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 17:58:07.357 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: connection write timeout 2025-12-10 17:58:27.358 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 17:58:37.361 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 17:58:57.362 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 17:59:09.594 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: session shutdown 2025-12-10 17:59:29.595 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 17:59:39.597 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 17:59:59.599 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:00:10.211 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: connection write timeout 2025-12-10 18:00:30.213 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:00:43.697 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: connection write timeout 2025-12-10 18:01:03.699 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:01:04.922 [I] [client/service.go:286] [f73481e1540c575a] login to server success, get run id [f73481e1540c575a] 2025-12-10 18:01:04.923 [I] [proxy/proxy_manager.go:173] [f73481e1540c575a] proxy added: [DNL01B4203] 2025-12-10 18:01:05.302 [I] [client/control.go:168] [f73481e1540c575a] [DNL01B4203] start proxy success [2025-12-10,18:05:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,18:05:09.670] [DEBUG] 6 processes running of frp type 2025-12-10 18:11:21.733 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:11:31.734 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:11:31.735 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:11:41.736 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:11:41.737 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:11:51.739 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:11:51.740 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:12:01.741 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:12:01.741 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:12:11.743 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:12:31.744 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:12:35.468 [I] [client/service.go:286] [f73481e1540c575a] login to server success, get run id [f73481e1540c575a] 2025-12-10 18:12:35.469 [I] [proxy/proxy_manager.go:173] [f73481e1540c575a] proxy added: [DNL01B4203] 2025-12-10 18:12:43.294 [I] [client/control.go:168] [f73481e1540c575a] [DNL01B4203] start proxy success 2025-12-10 18:14:18.214 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:14:28.217 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:14:28.217 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:14:38.219 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:14:38.220 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:14:48.221 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:14:48.222 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:14:58.224 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:14:58.225 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:15:08.226 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:15:28.227 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:15:38.228 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:15:58.230 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:16:08.232 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:16:28.234 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:16:38.235 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:16:58.236 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:17:08.238 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:17:28.239 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:17:45.703 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: connection write timeout 2025-12-10 18:18:05.705 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:18:15.707 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:18:35.708 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:18:49.572 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: connection write timeout 2025-12-10 18:19:09.573 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:19:19.575 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:19:39.576 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:20:00.576 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: i/o deadline reached 2025-12-10 18:20:00.577 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:20:15.105 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: i/o deadline reached 2025-12-10 18:20:35.107 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:20:48.390 [I] [client/service.go:286] [f73481e1540c575a] login to server success, get run id [f73481e1540c575a] 2025-12-10 18:20:48.392 [I] [proxy/proxy_manager.go:173] [f73481e1540c575a] proxy added: [DNL01B4203] 2025-12-10 18:20:49.397 [I] [client/control.go:168] [f73481e1540c575a] [DNL01B4203] start proxy success 2025-12-10 18:21:19.608 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:21:36.720 [W] [client/service.go:297] [f73481e1540c575a] connect to server error: connection write timeout 2025-12-10 18:21:36.721 [I] [client/service.go:294] [f73481e1540c575a] try to connect to server... 2025-12-10 18:21:45.197 [I] [client/service.go:286] [f73481e1540c575a] login to server success, get run id [f73481e1540c575a] 2025-12-10 18:21:45.199 [I] [proxy/proxy_manager.go:173] [f73481e1540c575a] proxy added: [DNL01B4203] 2025-12-10 18:21:45.828 [I] [client/control.go:168] [f73481e1540c575a] [DNL01B4203] start proxy success [2025-12-10,18:25:40.593] [INFO] Initializing BusSpeedStateManager V2 [2025-12-10,18:25:40.598] [INFO] LocationSqlManager initialising [2025-12-10,18:25:40.599] [INFO] Location DB initialising [2025-12-10,18:25:40.609] [INFO] LocationSqlManager initialisation complete [2025-12-10,18:25:40.610] [DEBUG] UploadManager Init [2025-12-10,18:25:40.610] [DEBUG] UploadManager Init Complete [2025-12-10,18:25:40.613] [INFO] Initializing GPS... [2025-12-10,18:25:40.615] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,18:27:28.793] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,18:27:30.627] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-10,18:27:37.421] [DEBUG] Log Upload Complete! [2025-12-10,18:30:29.039] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,18:30:31.261] [DEBUG] Remote Access Enabled [2025-12-10,18:30:32.831] [INFO] Server Address: 138.201.17.179 [2025-12-10,18:30:32.832] [INFO] Server Port: 7000 [2025-12-10,18:30:32.841] [DEBUG] Starting Remote Access! 2025-12-10 18:30:33.037 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-10 18:30:33.038 [I] [client/service.go:294] try to connect to server... 2025-12-10 18:30:34.065 [I] [client/service.go:286] [96acdc38fee3c2bf] login to server success, get run id [96acdc38fee3c2bf] 2025-12-10 18:30:34.065 [I] [proxy/proxy_manager.go:173] [96acdc38fee3c2bf] proxy added: [DNL01B4203] 2025-12-10 18:30:34.391 [I] [client/control.go:168] [96acdc38fee3c2bf] [DNL01B4203] start proxy success 2025-12-10 18:32:14.058 [I] [client/service.go:294] [96acdc38fee3c2bf] try to connect to server... 2025-12-10 18:32:24.060 [W] [client/service.go:297] [96acdc38fee3c2bf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:32:24.061 [I] [client/service.go:294] [96acdc38fee3c2bf] try to connect to server... 2025-12-10 18:32:34.063 [W] [client/service.go:297] [96acdc38fee3c2bf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:32:34.064 [I] [client/service.go:294] [96acdc38fee3c2bf] try to connect to server... 2025-12-10 18:32:51.694 [W] [client/service.go:297] [96acdc38fee3c2bf] connect to server error: connection write timeout 2025-12-10 18:32:51.694 [I] [client/service.go:294] [96acdc38fee3c2bf] try to connect to server... 2025-12-10 18:33:01.696 [W] [client/service.go:297] [96acdc38fee3c2bf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:33:01.696 [I] [client/service.go:294] [96acdc38fee3c2bf] try to connect to server... 2025-12-10 18:33:11.698 [W] [client/service.go:297] [96acdc38fee3c2bf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 18:33:31.699 [I] [client/service.go:294] [96acdc38fee3c2bf] try to connect to server... 2025-12-10 18:33:32.733 [I] [client/service.go:286] [96acdc38fee3c2bf] login to server success, get run id [96acdc38fee3c2bf] 2025-12-10 18:33:32.735 [I] [proxy/proxy_manager.go:173] [96acdc38fee3c2bf] proxy added: [DNL01B4203] 2025-12-10 18:33:33.057 [I] [client/control.go:168] [96acdc38fee3c2bf] [DNL01B4203] start proxy success [2025-12-10,18:35:03.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,18:35:05.098] [DEBUG] 6 processes running of frp type [2025-12-10,18:50:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,18:50:04.639] [DEBUG] 6 processes running of frp type [2025-12-10,19:05:03.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,19:05:05.671] [DEBUG] 6 processes running of frp type [2025-12-10,19:20:02.972] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,19:20:10.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-10,19:35:02.864] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,19:35:05.508] [DEBUG] 6 processes running of frp type [2025-12-10,19:50:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,19:50:04.697] [DEBUG] 6 processes running of frp type [2025-12-10,20:05:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,20:05:05.486] [DEBUG] 6 processes running of frp type [2025-12-10,20:20:02.789] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,20: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' [2025-12-10,20:35:02.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,20:35:15.449] [DEBUG] 6 processes running of frp type [2025-12-10,20:50:03.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,20:50:08.094] [DEBUG] 6 processes running of frp type [2025-12-10,21:05:02.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,21:05:05.340] [DEBUG] 6 processes running of frp type [2025-12-10,21:20:02.637] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,21: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' [2025-12-10,21:35:02.456] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,21:35:04.898] [DEBUG] 6 processes running of frp type [2025-12-10,21:50:02.460] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,21:50:04.815] [DEBUG] 6 processes running of frp type [2025-12-10,22:05:02.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,22:05:09.914] [DEBUG] 6 processes running of frp type [2025-12-10,22:20:02.250] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,22: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' [2025-12-10,22:35:03.075] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,22:35:05.535] [DEBUG] 6 processes running of frp type [2025-12-10,22:50:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,22:50:04.676] [DEBUG] 6 processes running of frp type [2025-12-10,23:05:01.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,23:05:04.013] [DEBUG] 6 processes running of frp type [2025-12-10,23:20:02.290] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,23:20:04.277] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,23:35:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,23:35:04.729] [DEBUG] 6 processes running of frp type [2025-12-10,23:50:02.478] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-10,23:50:04.584] [DEBUG] 6 processes running of frp type [2025-12-11,00:05:03.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,00:05:05.086] [DEBUG] 6 processes running of frp type [2025-12-11,00:20:02.405] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,00: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' [2025-12-11,00:35:03.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,00:35:05.143] [DEBUG] 6 processes running of frp type [2025-12-11,00:50:02.990] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,00:50:05.097] [DEBUG] 6 processes running of frp type [2025-12-11,01:05:02.582] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,01:05:04.469] [DEBUG] 6 processes running of frp type [2025-12-11,01:20:02.839] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,01:20:04.680] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,01:35:02.510] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,01:35:04.909] [DEBUG] 6 processes running of frp type [2025-12-11,01:50:02.619] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,01:50:04.529] [DEBUG] 6 processes running of frp type [2025-12-11,02:05:02.932] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,02:05:04.769] [DEBUG] 6 processes running of frp type [2025-12-11,02:20:02.063] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,02: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' [2025-12-11,02:35:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,02:35:05.330] [DEBUG] 6 processes running of frp type [2025-12-11,02:50:03.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,02:50:06.386] [DEBUG] 6 processes running of frp type [2025-12-11,03:05:02.875] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,03:05:04.938] [DEBUG] 6 processes running of frp type [2025-12-11,03:20:02.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,03: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' [2025-12-11,03:35:03.032] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,03:35:04.813] [DEBUG] 6 processes running of frp type [2025-12-11,03:50:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,03:50:07.838] [DEBUG] 6 processes running of frp type [2025-12-11,04:05:02.338] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,04:05:04.909] [DEBUG] 6 processes running of frp type [2025-12-11,04:20:02.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,04:20:03.773] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,04:35:02.996] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,04:35:04.753] [DEBUG] 6 processes running of frp type [2025-12-11,04:50:02.437] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,04:50:04.401] [DEBUG] 6 processes running of frp type [2025-12-11,05:05:02.870] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,05:05:04.901] [DEBUG] 6 processes running of frp type [2025-12-11,05:20:02.194] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,05:20:04.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-11,05:35:02.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,05:35:04.604] [DEBUG] 6 processes running of frp type [2025-12-11,05:50:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,05:50:04.187] [DEBUG] 6 processes running of frp type [2025-12-11,06:05:02.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,06:05:04.444] [DEBUG] 6 processes running of frp type [2025-12-11,06:20:02.786] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,06: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-11,06:30:42.048] [INFO] Initializing BusSpeedStateManager V2 [2025-12-11,06:30:42.054] [INFO] LocationSqlManager initialising [2025-12-11,06:30:42.054] [INFO] Location DB initialising [2025-12-11,06:30:42.064] [INFO] LocationSqlManager initialisation complete [2025-12-11,06:30:42.065] [DEBUG] UploadManager Init [2025-12-11,06:30:42.066] [DEBUG] UploadManager Init Complete [2025-12-11,06:30:42.069] [INFO] Initializing GPS... [2025-12-11,06:30:42.071] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,06:32:30.003] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,06:32:31.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-12-11,06:32:35.947] [DEBUG] Log Upload Complete! [2025-12-11,06:35:30.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,06:35:31.963] [DEBUG] Remote Access Enabled [2025-12-11,06:35:33.528] [INFO] Server Address: 138.201.17.179 [2025-12-11,06:35:33.529] [INFO] Server Port: 7000 [2025-12-11,06:35:33.538] [DEBUG] Starting Remote Access! 2025-12-11 06:35:33.732 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-11 06:35:33.733 [I] [client/service.go:294] try to connect to server... 2025-12-11 06:35:34.852 [I] [client/service.go:286] [3eb54c3f972c6b5d] login to server success, get run id [3eb54c3f972c6b5d] 2025-12-11 06:35:34.853 [I] [proxy/proxy_manager.go:173] [3eb54c3f972c6b5d] proxy added: [DNL01B4203] 2025-12-11 06:35:35.189 [I] [client/control.go:168] [3eb54c3f972c6b5d] [DNL01B4203] start proxy success [2025-12-11,06:50:03.162] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,06:50:04.892] [DEBUG] 6 processes running of frp type [2025-12-11,07:05:02.165] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,07:05:03.947] [DEBUG] 6 processes running of frp type [2025-12-11,07:20:02.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,07: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-11,07:35:02.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,07:35:03.814] [DEBUG] 6 processes running of frp type [2025-12-11,07:50:02.960] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,07:50:05.641] [DEBUG] 6 processes running of frp type [2025-12-11,08:02:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,08:02:04.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( [2025-12-11,08:02:11.115] [DEBUG] Log Upload Complete! [2025-12-11,08:05:03.056] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,08:05:04.933] [DEBUG] 6 processes running of frp type [2025-12-11,08:20:02.219] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,08: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-12-11,08:35:03.159] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,08:35:04.978] [DEBUG] 6 processes running of frp type [2025-12-11,08:50:02.807] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,08:50:04.596] [DEBUG] 6 processes running of frp type [2025-12-11,09:05:03.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,09:05:04.858] [DEBUG] 6 processes running of frp type [2025-12-11,09:20:02.294] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,09:20:04.071] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,09:35:03.009] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,09:35:04.785] [DEBUG] 6 processes running of frp type [2025-12-11,09:50:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,09:50:04.340] [DEBUG] 6 processes running of frp type [2025-12-11,10:05:02.784] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,10:05:04.575] [DEBUG] 6 processes running of frp type [2025-12-11,10:20:03.079] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,10: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' [2025-12-11,10:35:02.803] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,10:35:05.686] [DEBUG] 6 processes running of frp type 2025-12-11 10:36:01.016 [I] [client/service.go:294] [3eb54c3f972c6b5d] try to connect to server... 2025-12-11 10:36:11.018 [W] [client/service.go:297] [3eb54c3f972c6b5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 10:36:11.018 [I] [client/service.go:294] [3eb54c3f972c6b5d] try to connect to server... 2025-12-11 10:36:21.020 [W] [client/service.go:297] [3eb54c3f972c6b5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 10:36:21.020 [I] [client/service.go:294] [3eb54c3f972c6b5d] try to connect to server... 2025-12-11 10:36:31.021 [W] [client/service.go:297] [3eb54c3f972c6b5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 10:36:31.022 [I] [client/service.go:294] [3eb54c3f972c6b5d] try to connect to server... 2025-12-11 10:36:41.023 [W] [client/service.go:297] [3eb54c3f972c6b5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 10:36:41.024 [I] [client/service.go:294] [3eb54c3f972c6b5d] try to connect to server... 2025-12-11 10:36:51.026 [W] [client/service.go:297] [3eb54c3f972c6b5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 10:37:11.027 [I] [client/service.go:294] [3eb54c3f972c6b5d] try to connect to server... 2025-12-11 10:37:21.028 [W] [client/service.go:297] [3eb54c3f972c6b5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 10:37:41.030 [I] [client/service.go:294] [3eb54c3f972c6b5d] try to connect to server... 2025-12-11 10:37:49.898 [I] [client/service.go:286] [3eb54c3f972c6b5d] login to server success, get run id [3eb54c3f972c6b5d] 2025-12-11 10:37:49.900 [I] [proxy/proxy_manager.go:173] [3eb54c3f972c6b5d] proxy added: [DNL01B4203] 2025-12-11 10:37:50.242 [I] [client/control.go:168] [3eb54c3f972c6b5d] [DNL01B4203] start proxy success 2025-12-11 10:42:01.439 [I] [client/service.go:294] [3eb54c3f972c6b5d] try to connect to server... 2025-12-11 10:42:10.961 [I] [client/service.go:286] [3eb54c3f972c6b5d] login to server success, get run id [3eb54c3f972c6b5d] 2025-12-11 10:42:10.962 [I] [proxy/proxy_manager.go:173] [3eb54c3f972c6b5d] proxy added: [DNL01B4203] 2025-12-11 10:42:11.317 [I] [client/control.go:168] [3eb54c3f972c6b5d] [DNL01B4203] start proxy success [2025-12-11,10:50:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,10:50:04.306] [DEBUG] 6 processes running of frp type [2025-12-11,11:05:02.827] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,11:05:04.784] [DEBUG] 6 processes running of frp type [2025-12-11,11:20:02.290] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,11: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-11,11:35:03.125] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,11:35:04.775] [DEBUG] 6 processes running of frp type [2025-12-11,11:50:02.648] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,11:50:04.639] [DEBUG] 6 processes running of frp type [2025-12-11,12:05:02.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,12:05:04.874] [DEBUG] 6 processes running of frp type [2025-12-11,12:20:02.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,12:20:03.981] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,12:35:03.037] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,12:35:05.309] [DEBUG] 6 processes running of frp type [2025-12-11,12:50:02.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,12:50:04.479] [DEBUG] 6 processes running of frp type [2025-12-11,13:05:02.906] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,13:05:04.650] [DEBUG] 6 processes running of frp type [2025-12-11,13:20:01.931] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,13:20:04.057] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,13:35:02.814] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,13:35:04.769] [DEBUG] 6 processes running of frp type [2025-12-11,13:50:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,13:50:04.496] [DEBUG] 6 processes running of frp type [2025-12-11,14:05:02.934] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,14:05:04.797] [DEBUG] 6 processes running of frp type [2025-12-11,14:20:02.234] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,14: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' [2025-12-11,14:35:03.064] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,14:35:05.012] [DEBUG] 6 processes running of frp type [2025-12-11,14:50:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,14:50:04.781] [DEBUG] 6 processes running of frp type [2025-12-11,15:05:02.234] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,15:05:03.987] [DEBUG] 6 processes running of frp type [2025-12-11,15:02:50.451] [INFO] Initializing BusSpeedStateManager V2 [2025-12-11,15:02:50.456] [INFO] LocationSqlManager initialising [2025-12-11,15:02:50.456] [INFO] Location DB initialising [2025-12-11,15:02:50.465] [INFO] LocationSqlManager initialisation complete [2025-12-11,15:02:50.466] [DEBUG] UploadManager Init [2025-12-11,15:02:50.466] [DEBUG] UploadManager Init Complete [2025-12-11,15:02:50.469] [INFO] Initializing GPS... [2025-12-11,15:02:50.471] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,15:07:39.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-12-11,15:50:02.823] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,15:50:07.252] [DEBUG] Remote Access Enabled [2025-12-11,15:50:08.445] [INFO] Server Address: 138.201.17.179 [2025-12-11,15:50:08.446] [INFO] Server Port: 7000 [2025-12-11,15:50:08.451] [DEBUG] Starting Remote Access! 2025-12-11 15:50:08.580 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-11 15:50:08.581 [I] [client/service.go:294] try to connect to server... 2025-12-11 15:50:09.520 [I] [client/service.go:286] [cdc20bfafcabcc79] login to server success, get run id [cdc20bfafcabcc79] 2025-12-11 15:50:09.521 [I] [proxy/proxy_manager.go:173] [cdc20bfafcabcc79] proxy added: [DNL01B4203] 2025-12-11 15:50:09.852 [I] [client/control.go:168] [cdc20bfafcabcc79] [DNL01B4203] start proxy success [2025-12-11,16:05:03.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,16:05:04.596] [DEBUG] 6 processes running of frp type 2025-12-11 16:18:35.394 [I] [client/service.go:294] [cdc20bfafcabcc79] try to connect to server... 2025-12-11 16:18:45.396 [W] [client/service.go:297] [cdc20bfafcabcc79] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 16:18:45.397 [I] [client/service.go:294] [cdc20bfafcabcc79] try to connect to server... 2025-12-11 16:18:55.400 [W] [client/service.go:297] [cdc20bfafcabcc79] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 16:18:55.400 [I] [client/service.go:294] [cdc20bfafcabcc79] try to connect to server... 2025-12-11 16:19:05.402 [W] [client/service.go:297] [cdc20bfafcabcc79] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 16:19:05.403 [I] [client/service.go:294] [cdc20bfafcabcc79] try to connect to server... 2025-12-11 16:19:06.343 [I] [client/service.go:286] [cdc20bfafcabcc79] login to server success, get run id [cdc20bfafcabcc79] 2025-12-11 16:19:06.344 [I] [proxy/proxy_manager.go:173] [cdc20bfafcabcc79] proxy added: [DNL01B4203] 2025-12-11 16:19:06.655 [I] [client/control.go:168] [cdc20bfafcabcc79] [DNL01B4203] start proxy success [2025-12-11,16:20:02.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,16:20:04.399] [DEBUG] 6 processes running of frp type 2025-12-11 16:21:46.875 [I] [client/service.go:294] [cdc20bfafcabcc79] try to connect to server... 2025-12-11 16:21:56.877 [W] [client/service.go:297] [cdc20bfafcabcc79] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 16:21:56.877 [I] [client/service.go:294] [cdc20bfafcabcc79] try to connect to server... 2025-12-11 16:22:06.879 [W] [client/service.go:297] [cdc20bfafcabcc79] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 16:22:06.879 [I] [client/service.go:294] [cdc20bfafcabcc79] try to connect to server... 2025-12-11 16:22:16.881 [W] [client/service.go:297] [cdc20bfafcabcc79] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 16:22:16.881 [I] [client/service.go:294] [cdc20bfafcabcc79] try to connect to server... 2025-12-11 16:22:17.796 [I] [client/service.go:286] [cdc20bfafcabcc79] login to server success, get run id [cdc20bfafcabcc79] 2025-12-11 16:22:17.797 [I] [proxy/proxy_manager.go:173] [cdc20bfafcabcc79] proxy added: [DNL01B4203] 2025-12-11 16:22:18.094 [I] [client/control.go:168] [cdc20bfafcabcc79] [DNL01B4203] start proxy success 2025-12-11 16:22:57.170 [I] [client/service.go:294] [cdc20bfafcabcc79] try to connect to server... 2025-12-11 16:23:07.171 [W] [client/service.go:297] [cdc20bfafcabcc79] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 16:23:07.172 [I] [client/service.go:294] [cdc20bfafcabcc79] try to connect to server... 2025-12-11 16:23:17.173 [W] [client/service.go:297] [cdc20bfafcabcc79] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 16:23:17.174 [I] [client/service.go:294] [cdc20bfafcabcc79] try to connect to server... 2025-12-11 16:23:20.430 [I] [client/service.go:286] [cdc20bfafcabcc79] login to server success, get run id [cdc20bfafcabcc79] 2025-12-11 16:23:20.432 [I] [proxy/proxy_manager.go:173] [cdc20bfafcabcc79] proxy added: [DNL01B4203] 2025-12-11 16:23:20.748 [I] [client/control.go:168] [cdc20bfafcabcc79] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.730] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,16:35:04.317] [DEBUG] 6 processes running of frp type [2025-12-11,16:50:02.838] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,16:50:04.441] [DEBUG] 6 processes running of frp type [2025-12-11,17:05:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,17:05:04.497] [DEBUG] 6 processes running of frp type [2025-12-11,17:20:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,17:20:04.284] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,17:35:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,17:35:04.275] [DEBUG] 6 processes running of frp type [2025-12-11,17:50:03.057] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,17:50:04.540] [DEBUG] 6 processes running of frp type [2025-12-11,18:05:03.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,18:05:04.498] [DEBUG] 6 processes running of frp type [2025-12-11,18:20:02.782] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-11,18:20:04.317] [DEBUG] 6 processes running of frp type [2025-12-11,18:25:40.159] [INFO] Initializing BusSpeedStateManager V2 [2025-12-11,18:25:40.165] [INFO] LocationSqlManager initialising [2025-12-11,18:25:40.167] [INFO] Location DB initialising [2025-12-11,18:25:40.178] [INFO] LocationSqlManager initialisation complete [2025-12-11,18:25:40.179] [DEBUG] UploadManager Init [2025-12-11,18:25:40.180] [DEBUG] UploadManager Init Complete [2025-12-11,18:25:40.184] [INFO] Initializing GPS... [2025-12-11,18:25:40.187] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,18:27:28.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,18:30:28.752] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-12-11,18:30:28.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,18:35:03.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,18:45:28.878] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,18:50:02.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,19:00:28.944] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-12-11,19:05:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,19:15:29.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 111] Connection refused')) [2025-12-11,19:20:02.648] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-11,19:30:29.138] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,19:35:02.473] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,19:45:29.267] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-12-11,19:50:02.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,20:00:29.380] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,20:05:02.746] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,20:15:29.475] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,20:20:02.003] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-11,20:30:29.602] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-12-11,20:35:02.872] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,20:45:29.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 111] Connection refused')) [2025-12-11,20:50:02.531] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,21:00:30.001] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,21:05:02.859] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,21:15: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 111] Connection refused')) [2025-12-11,21:20:02.041] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-11,21:30:30.221] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,21:35:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,21:45:30.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 111] Connection refused')) [2025-12-11,21:50:02.448] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,22:00:30.337] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,22:05:02.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,22:15:30.663] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,22:20:02.197] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-11,22:30:30.690] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,22:35:02.764] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,22:45:30.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 111] Connection refused')) [2025-12-11,22:50:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,23:00:31.125] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-12-11,23:05:02.839] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,23:15:31.156] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,23:20:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-11,23:30:31.166] [ERROR] Cloud md5sum error [2025-12-11,23:35:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-11,23:50:02.453] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,00:05:02.919] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,00:20:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-12,00:35:03.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,00:50:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,01:05:02.951] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,01:20:02.312] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-12,01:35:02.952] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,01:50:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,02:05:02.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,02:20:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-12,02:35:02.876] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,02:50:02.415] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,03:05:02.833] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,03:20:02.219] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-12,03:35:02.382] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,03:50:02.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,04:05:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,04:20:03.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-12,04:35:02.864] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,04:50:02.504] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,05:05:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,05:20:02.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-12,05:35:03.049] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,05:50:02.847] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,06:05:02.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,06:20:02.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-12,06:30:40.097] [INFO] Initializing BusSpeedStateManager V2 [2025-12-12,06:30:40.105] [INFO] LocationSqlManager initialising [2025-12-12,06:30:40.106] [INFO] Location DB initialising [2025-12-12,06:30:40.117] [INFO] LocationSqlManager initialisation complete [2025-12-12,06:30:40.119] [DEBUG] UploadManager Init [2025-12-12,06:30:40.119] [DEBUG] UploadManager Init Complete [2025-12-12,06:30:40.124] [INFO] Initializing GPS... [2025-12-12,06:30:40.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-12,06:32:28.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,06:35:28.675] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-12-12,06:35:28.764] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,06:50:02.217] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,06:50:28.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 111] Connection refused')) [2025-12-12,07:05:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,07:05:28.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 111] Connection refused')) [2025-12-12,07:20:02.268] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,07:20:28.919] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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 "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.824] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,07:35: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 111] Connection refused')) [2025-12-12,07:50:02.264] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,07:50:29.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 111] Connection refused')) [2025-12-12,08:02:02.472] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,08:05:02.717] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,08:05:29.176] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-12-12,08:20:02.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,08:20:29.279] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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 "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,08:35:29.352] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,08:50:02.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,08:50:29.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 111] Connection refused')) [2025-12-12,09:05:02.864] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,09:05:29.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 111] Connection refused')) [2025-12-12,09:20:02.094] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,09:20:29.513] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 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' [2025-12-12,09:35:02.900] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,09:35:29.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 111] Connection refused')) [2025-12-12,09:50:02.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,09:50:29.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 111] Connection refused')) [2025-12-12,10:05:02.979] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,10:05:29.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 111] Connection refused')) [2025-12-12,10:20:02.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,10:20:29.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 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' [2025-12-12,10:35:02.827] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,10:35:30.038] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-12-12,10:50:02.548] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,10:50:30.141] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-12-12,11:05:02.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,11:05:30.266] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,11:20:02.420] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,11:20:30.361] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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 "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.543] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,11:35:30.466] [ERROR] Cloud md5sum error [2025-12-12,11:50:02.181] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,12:05:02.619] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,12:20:02.075] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-12,12:35:02.939] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,12:50:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,13:05:02.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,13:20:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-12,13:35:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,13:50:02.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,14:05:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-12,14:20:02.576] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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' [2025-12-12,14:35:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,14:35:04.230] [DEBUG] Remote Access Enabled [2025-12-12,14:35:05.752] [INFO] Server Address: 138.201.17.179 [2025-12-12,14:35:05.753] [INFO] Server Port: 7000 [2025-12-12,14:35:05.758] [DEBUG] Starting Remote Access! 2025-12-12 14:35:05.886 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-12 14:35:05.887 [I] [client/service.go:294] try to connect to server... 2025-12-12 14:35:06.955 [I] [client/service.go:286] [194e878216e919cd] login to server success, get run id [194e878216e919cd] 2025-12-12 14:35:06.957 [I] [proxy/proxy_manager.go:173] [194e878216e919cd] proxy added: [DNL01B4203] 2025-12-12 14:35:07.312 [I] [client/control.go:168] [194e878216e919cd] [DNL01B4203] start proxy success [2025-12-12,14:50:02.298] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,14:50:04.012] [DEBUG] 6 processes running of frp type [2025-12-12,15:05:02.486] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,15:05:04.236] [DEBUG] 6 processes running of frp type [2025-12-12,15:20:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,15: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' [2025-12-12,15:35:02.216] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,15:35:03.883] [DEBUG] 6 processes running of frp type [2025-12-12,15:50:02.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,15:50:04.150] [DEBUG] 6 processes running of frp type [2025-12-12,16:05:02.602] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,16:05:04.444] [DEBUG] 6 processes running of frp type [2025-12-12,16:20:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,16: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' [2025-12-12,16:35:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,16:35:04.091] [DEBUG] 6 processes running of frp type [2025-12-12,16:50:02.863] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,16:50:04.741] [DEBUG] 6 processes running of frp type [2025-12-12,17:05:03.253] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,17:05:04.953] [DEBUG] 6 processes running of frp type [2025-12-12,17:20:02.338] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,17: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-12,17:35:02.968] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,17:35:04.583] [DEBUG] 6 processes running of frp type 2025-12-12 17:44:21.821 [I] [client/service.go:294] [194e878216e919cd] try to connect to server... 2025-12-12 17:44:22.940 [I] [client/service.go:286] [194e878216e919cd] login to server success, get run id [194e878216e919cd] 2025-12-12 17:44:22.942 [I] [proxy/proxy_manager.go:173] [194e878216e919cd] proxy added: [DNL01B4203] 2025-12-12 17:44:23.302 [I] [client/control.go:168] [194e878216e919cd] [DNL01B4203] start proxy success [2025-12-12,17:50:02.150] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,17:50:03.748] [DEBUG] 6 processes running of frp type [2025-12-12,18:05:02.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,18:05:03.776] [DEBUG] 6 processes running of frp type [2025-12-12,18:20:02.130] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,18:20:03.976] [DEBUG] 6 processes running of frp type [2025-12-12,18:25:42.006] [INFO] Initializing BusSpeedStateManager V2 [2025-12-12,18:25:42.011] [INFO] LocationSqlManager initialising [2025-12-12,18:25:42.012] [INFO] Location DB initialising [2025-12-12,18:25:42.021] [INFO] LocationSqlManager initialisation complete [2025-12-12,18:25:42.022] [DEBUG] UploadManager Init [2025-12-12,18:25:42.022] [DEBUG] UploadManager Init Complete [2025-12-12,18:25:42.025] [INFO] Initializing GPS... [2025-12-12,18:25:42.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-12-12,18:27:30.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,18:27:31.948] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:27:53.011] [DEBUG] Log Upload Complete! [2025-12-12,18:30:30.441] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,18:30:32.251] [DEBUG] Remote Access Enabled [2025-12-12,18:30:33.705] [INFO] Server Address: 138.201.17.179 [2025-12-12,18:30:33.706] [INFO] Server Port: 7000 [2025-12-12,18:30:33.715] [DEBUG] Starting Remote Access! 2025-12-12 18:30:33.907 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-12 18:30:33.909 [I] [client/service.go:294] try to connect to server... 2025-12-12 18:30:35.086 [I] [client/service.go:286] [10b03cb1b0ad09a5] login to server success, get run id [10b03cb1b0ad09a5] 2025-12-12 18:30:35.087 [I] [proxy/proxy_manager.go:173] [10b03cb1b0ad09a5] proxy added: [DNL01B4203] 2025-12-12 18:30:35.482 [I] [client/control.go:168] [10b03cb1b0ad09a5] [DNL01B4203] start proxy success [2025-12-12,18:35:02.058] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,18:35:03.614] [DEBUG] 6 processes running of frp type [2025-12-12,18:50:02.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,18:50:04.089] [DEBUG] 6 processes running of frp type [2025-12-12,19:05:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,19:05:04.348] [DEBUG] 6 processes running of frp type [2025-12-12,19:20:02.637] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,19:20:04.817] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,19:35:02.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,19:35:04.195] [DEBUG] 6 processes running of frp type [2025-12-12,19:50:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,19:50:05.836] [DEBUG] 6 processes running of frp type [2025-12-12,20:05:01.942] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,20:05:10.171] [DEBUG] 6 processes running of frp type [2025-12-12,20:20:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,20: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' [2025-12-12,20:35:02.078] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,20:35:04.044] [DEBUG] 6 processes running of frp type [2025-12-12,20:50:02.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,20:50:04.719] [DEBUG] 6 processes running of frp type [2025-12-12,21:05:02.345] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,21:05:04.524] [DEBUG] 6 processes running of frp type [2025-12-12,21:20:02.896] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,21: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' [2025-12-12,21:35:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,21:35:06.664] [DEBUG] 6 processes running of frp type [2025-12-12,21:50:02.402] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,21:50:04.363] [DEBUG] 6 processes running of frp type [2025-12-12,22:05:02.801] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,22:05:04.342] [DEBUG] 6 processes running of frp type [2025-12-12,22:20:02.474] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,22:20:04.324] [DEBUG] 6 processes running of frp type 2025-12-12 22:21:09.248 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:21:10.913 [I] [client/service.go:286] [10b03cb1b0ad09a5] login to server success, get run id [10b03cb1b0ad09a5] 2025-12-12 22:21:10.915 [I] [proxy/proxy_manager.go:173] [10b03cb1b0ad09a5] proxy added: [DNL01B4203] 2025-12-12 22:21:11.353 [I] [client/control.go:168] [10b03cb1b0ad09a5] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.431] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,22:35:04.230] [DEBUG] 6 processes running of frp type [2025-12-12,22:50:03.060] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-12,22:50:04.691] [DEBUG] 6 processes running of frp type 2025-12-12 22:55:11.709 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:55:21.710 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:55:21.711 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:55:31.713 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:55:31.713 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:55:41.715 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:55:41.716 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:55:42.739 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 22:56:00.447 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:56:00.450 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 22:56:20.451 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:56:27.701 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 22:56:47.702 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:56:47.708 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 22:57:07.709 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:57:07.713 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 22:57:27.715 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:57:27.719 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 22:57:47.721 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:57:47.725 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 22:58:07.726 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:58:07.731 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 22:58:27.732 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:58:27.736 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 22:58:47.738 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:58:47.742 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 22:59:07.743 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:59:07.747 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 22:59:27.749 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:59:27.754 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 22:59:47.755 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 22:59:47.759 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:00:07.760 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:00:07.765 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:00:27.767 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:00:27.771 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:00:47.772 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:00:47.777 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:01:07.779 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:01:07.784 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:01:27.786 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:01:27.790 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:01:47.792 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:01:47.797 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:02:07.798 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:02:07.804 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:02:27.804 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:02:27.809 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:02:47.810 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:02:47.815 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:03:07.816 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:03:07.820 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:03:27.821 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:03:27.825 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:03:47.826 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:03:47.832 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:04:07.834 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:04:07.839 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:04:27.841 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:04:27.846 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:04:47.847 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:04:47.851 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:05:07.852 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:05:07.857 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:05:27.858 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:05:27.864 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:05:47.865 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:05:47.869 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:06:07.871 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:06:07.877 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:06:27.878 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:06:27.882 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:06:47.883 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:06:47.888 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:07:07.889 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:07:07.893 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:07:27.895 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:07:27.900 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:07:47.902 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:07:47.906 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:08:07.908 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:08:07.913 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:08:27.915 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:08:27.920 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:08:47.922 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:08:47.926 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:09:07.928 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:09:07.933 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:09:27.934 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:09:27.940 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:09:47.941 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:09:47.946 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:10:07.947 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:10:07.952 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:10:27.953 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:10:27.958 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:10:47.959 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:10:47.964 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:11:07.965 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:11:07.970 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:11:27.972 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:11:27.976 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:11:47.977 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:11:47.982 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:12:07.983 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:12:07.988 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:12:27.989 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:12:27.993 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:12:47.995 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:12:47.999 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:13:08.000 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:13:08.006 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:13:28.007 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:13:28.012 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:13:48.013 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:13:48.017 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:14:08.019 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:14:08.023 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:14:28.025 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:14:28.030 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:14:48.031 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:14:48.036 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:15:08.037 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:15:08.041 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:15:28.043 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:15:28.048 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:15:48.050 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:15:48.054 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:16:08.056 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:16:08.061 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:16:28.062 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:16:28.073 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:16:48.075 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:16:48.079 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:17:08.081 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:17:08.086 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:17:28.088 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:17:28.092 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:17:48.094 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:17:48.099 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:18:08.100 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:18:08.105 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:18:28.106 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:18:28.112 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:18:48.114 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:18:48.120 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:19:08.122 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:19:08.127 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:19:28.128 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:19:28.135 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:19:48.136 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:19:48.141 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:20:08.142 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:20:08.147 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:20:28.149 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:20:28.154 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:20:48.156 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:20:48.161 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:21:08.163 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:21:08.167 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:21:28.168 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:21:28.173 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:21:48.175 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:21:48.179 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:22:08.181 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:22:08.186 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:22:28.188 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:22:28.194 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:22:48.197 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:22:48.201 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:23:08.203 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:23:08.208 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:23:28.210 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:23:28.214 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:23:48.215 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:23:48.219 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:24:08.220 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:24:08.224 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:24:28.226 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:24:28.231 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:24:48.233 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:24:48.237 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:25:08.238 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:25:08.243 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:25:28.245 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:25:28.249 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:25:48.250 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:25:48.256 [W] [client/service.go:297] [10b03cb1b0ad09a5] 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-12 23:26:08.257 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:26:08.262 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:26:28.264 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:26:28.269 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:26:48.271 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:26:48.275 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:27:08.277 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:27:08.281 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:27:28.283 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:27:28.287 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:27:48.287 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:27:48.293 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:28:08.294 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:28:08.300 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:28:28.302 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:28:28.311 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:28:48.312 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:28:48.318 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:29:08.320 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:29:08.324 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:29:28.325 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:29:28.330 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:29:48.331 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:29:48.336 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:30:08.337 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:30:08.341 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:30:28.343 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:30:28.347 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:30:48.349 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:30:48.354 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:31:08.355 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:31:08.361 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:31:28.362 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:31:28.367 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:31:48.368 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:31:48.373 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:32:08.374 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:32:08.378 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:32:28.379 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:32:28.386 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:32:48.389 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:32:48.393 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:33:08.395 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:33:08.400 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:33:28.401 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:33:28.406 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:33:48.407 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:33:48.411 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:34:08.412 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:34:08.417 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:34:28.420 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:34:28.424 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:34:48.427 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:34:48.432 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:35:08.434 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:35:08.438 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:35:28.440 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:35:28.444 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:35:48.446 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:35:48.450 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:36:08.451 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:36:08.455 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:36:28.456 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:36:28.460 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:36:48.462 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:36:48.467 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:37:08.468 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:37:08.473 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:37:28.474 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:37:28.480 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:37:48.481 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:37:48.485 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:38:08.487 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:38:08.491 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:38:28.494 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:38:28.498 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:38:48.500 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:38:48.505 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:39:08.507 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:39:08.511 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:39:28.512 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:39:28.517 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:39:48.519 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:39:48.523 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:40:08.524 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:40:08.529 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:40:28.532 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:40:28.537 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:40:48.539 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:40:48.544 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:41:08.545 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:41:08.549 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:41:28.551 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:41:28.555 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:41:48.557 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:41:48.561 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:42:08.563 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:42:08.568 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:42:28.570 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:42:28.575 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:42:48.578 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:42:48.583 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:43:08.585 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:43:08.590 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:43:28.591 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:43:28.595 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:43:48.596 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:43:48.601 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:44:08.602 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:44:08.608 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:44:28.609 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:44:28.615 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:44:48.617 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:44:48.622 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:45:08.623 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:45:08.627 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:45:28.628 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:45:28.634 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:45:48.635 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:45:48.638 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:46:08.640 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:46:08.645 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:46:28.646 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:46:28.655 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:46:48.656 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:46:48.660 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:47:08.662 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:47:08.670 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:47:28.671 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:47:28.675 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:47:48.676 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:47:48.680 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:48:08.682 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:48:08.686 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:48:28.688 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:48:28.694 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:48:48.695 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:48:48.699 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:49:08.701 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:49:08.705 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:49:28.707 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:49:28.712 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:49:48.714 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:49:48.718 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:50:08.719 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:50:08.723 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:50:28.724 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:50:28.731 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:50:48.733 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:50:48.738 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:51:08.739 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:51:08.744 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:51:28.744 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:51:28.749 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:51:48.750 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:51:48.755 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:52:08.756 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:52:08.760 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:52:28.763 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:52:28.768 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:52:48.769 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:52:48.774 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:53:08.775 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:53:08.779 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:53:28.781 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:53:28.786 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:53:48.787 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:53:48.791 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:54:08.793 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:54:08.797 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:54:28.799 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:54:28.804 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:54:48.806 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:54:48.810 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:55:08.812 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:55:08.816 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:55:28.817 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:55:28.821 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:55:48.822 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:55:48.828 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:56:08.829 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:56:08.834 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:56:28.837 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:56:28.843 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:56:48.844 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:56:48.849 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:57:08.851 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:57:08.856 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:57:28.857 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:57:28.863 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:57:48.864 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:57:48.904 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:58:08.905 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:58:08.910 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:58:28.911 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:58:28.915 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:58:48.917 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:58:48.922 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:59:08.923 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:59:08.927 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:59:28.929 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:59:28.933 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 23:59:48.935 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-12 23:59:48.939 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:00:08.940 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:00:08.945 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:00:28.947 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:00:28.953 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:00:48.957 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:00:48.961 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:01:08.963 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:01:08.968 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:01:28.969 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:01:28.977 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:01:48.978 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:01:48.983 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:02:08.984 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:02:08.988 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:02:28.991 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:02:28.995 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:02:48.996 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:02:49.002 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:03:09.004 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:03:09.009 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:03:29.010 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:03:29.017 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:03:49.018 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:03:49.022 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:04:09.024 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:04:09.028 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:04:29.029 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:04:29.036 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:04:49.038 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:04:49.043 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:05:09.045 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:05:09.050 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:05:29.050 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:05:29.055 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:05:49.056 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:05:49.060 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:06:09.061 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:06:09.065 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:06:29.068 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:06:29.074 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:06:49.075 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:06:49.080 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:07:09.082 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:07:09.087 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:07:29.089 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:07:29.093 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:07:49.094 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:07:49.098 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:08:09.099 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:08:09.103 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:08:29.104 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:08:29.109 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:08:49.111 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:08:49.116 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:09:09.118 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:09:09.123 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:09:29.124 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:09:29.129 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:09:49.131 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:09:49.136 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:10:09.137 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:10:09.141 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:10:29.144 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:10:29.148 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:10:49.150 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:10:49.153 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:11:09.154 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:11:09.158 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:11:29.159 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:11:29.163 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:11:49.164 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:11:49.168 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:12:09.170 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:12:09.174 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:12:29.176 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:12:29.180 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:12:49.183 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:12:49.187 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:13:09.189 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:13:09.194 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:13:29.196 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:13:29.202 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:13:49.203 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:13:49.207 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:14:09.209 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:14:09.214 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:14:29.215 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:14:29.221 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:14:49.222 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:14:49.227 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:15:09.229 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:15:09.234 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:15:29.234 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:15:29.239 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:15:49.240 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:15:49.245 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:16:09.246 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:16:09.250 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:16:29.253 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:16:29.257 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:16:49.260 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:16:49.264 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:17:09.265 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:17:09.269 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:17:29.270 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:17:29.274 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:17:49.276 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:17:49.280 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:18:09.281 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:18:09.285 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:18:29.288 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:18:29.294 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:18:49.295 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:18:49.299 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:19:09.300 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:19:09.305 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:19:29.306 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:19:29.311 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:19:49.312 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:19:49.316 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:20:09.318 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:20:09.322 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:20:29.323 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:20:29.329 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:20:49.331 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:20:49.334 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:21:09.335 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:21:09.339 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:21:29.340 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:21:29.345 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:21:49.346 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:21:49.351 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:22:09.352 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:22:09.357 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:22:29.359 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:22:29.364 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:22:49.366 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:22:49.369 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:23:09.371 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:23:09.377 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:23:29.379 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:23:29.383 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:23:49.385 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:23:49.389 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:24:09.391 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:24:09.395 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:24:29.398 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:24:29.402 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:24:49.404 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:24:49.409 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:25:09.410 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:25:09.415 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:25:29.417 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:25:29.421 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:25:49.422 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:25:49.427 [W] [client/service.go:297] [10b03cb1b0ad09a5] 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-13 00:26:09.428 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:26:09.432 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:26:29.435 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:26:29.441 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:26:49.443 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:26:49.447 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:27:09.449 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:27:09.453 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:27:29.454 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:27:29.459 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:27:49.461 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:27:49.466 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:28:09.467 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:28:09.472 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:28:29.475 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:28:29.481 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:28:49.482 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:28:49.486 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:29:09.488 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:29:09.493 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:29:29.494 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:29:29.498 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:29:49.499 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:29:49.503 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:30:09.505 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:30:09.511 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:30:29.513 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:30:29.518 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:30:49.520 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:30:49.524 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:31:09.525 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:31:09.531 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:31:29.532 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:31:29.538 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:31:49.538 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:31:49.543 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:32:09.545 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:32:09.549 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:32:29.552 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:32:29.556 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:32:49.559 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:32:49.564 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:33:09.565 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:33:09.569 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:33:29.570 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:33:29.574 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:33:49.575 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:33:49.581 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:34:09.582 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:34:09.586 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:34:29.588 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:34:29.592 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:34:49.594 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:34:49.600 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:35:09.602 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:35:09.606 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:35:29.608 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:35:29.611 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:35:49.613 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:35:49.619 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:36:09.621 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:36:09.625 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:36:29.626 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:36:29.631 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:36:49.633 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:36:49.638 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:37:09.639 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:37:09.644 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:37:29.646 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:37:29.650 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:37:49.652 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:37:49.656 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:38:09.658 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:38:09.663 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:38:29.665 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:38:29.669 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:38:49.671 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:38:49.676 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:39:09.677 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:39:09.682 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:39:29.682 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:39:29.686 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:39:49.688 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:39:49.693 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:40:09.694 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:40:09.700 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:40:29.702 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:40:29.707 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:40:49.709 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:40:49.715 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:41:09.716 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:41:09.721 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:41:29.723 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:41:29.728 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:41:49.729 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:41:49.734 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:42:09.735 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:42:09.740 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:42:29.740 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:42:29.747 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:42:49.749 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:42:49.754 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:43:09.755 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:43:09.768 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:43:29.769 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:43:29.773 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:43:49.774 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:43:49.779 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:44:09.781 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:44:09.785 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:44:29.788 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:44:29.793 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:44:49.796 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:44:49.800 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:45:09.801 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:45:09.806 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:45:29.807 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:45:29.812 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:45:49.813 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:45:49.817 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:46:09.818 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:46:09.825 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:46:29.827 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:46:29.832 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:46:49.834 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:46:49.838 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:47:09.840 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:47:09.845 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:47:29.847 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:47:29.852 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:47:49.853 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:47:49.857 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:48:09.858 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:48:09.863 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:48:29.864 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:48:29.870 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:48:49.871 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:48:49.878 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:49:09.879 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:49:09.883 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:49:29.885 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:49:29.889 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:49:49.890 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:49:49.894 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:50:09.896 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:50:09.902 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:50:29.904 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:50:29.909 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:50:49.910 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:50:49.914 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:51:09.916 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:51:09.920 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:51:29.922 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:51:29.926 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:51:49.927 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:51:49.931 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:52:09.933 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:52:09.938 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:52:29.939 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:52:29.944 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:52:49.946 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:52:49.951 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:53:09.952 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:53:09.958 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:53:29.960 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:53:29.965 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:53:49.965 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:53:49.969 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:54:09.971 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:54:09.975 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:54:29.977 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:54:29.982 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:54:49.984 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:54:49.989 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:55:09.991 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:55:09.995 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:55:29.996 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:55:30.000 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:55:50.001 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:55:50.005 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:56:10.006 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:56:10.011 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:56:30.013 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:56:30.019 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:56:50.020 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:56:50.026 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:57:10.027 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:57:10.032 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:57:30.033 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:57:30.037 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:57:50.039 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:57:50.043 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:58:10.045 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:58:10.049 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:58:30.050 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:58:30.054 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:58:50.056 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:58:50.060 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:59:10.061 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:59:10.065 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:59:30.066 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:59:30.070 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 00:59:50.072 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 00:59:50.076 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:00:10.077 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:00:10.081 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:00:30.084 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:00:30.088 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:00:50.090 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:00:50.095 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:01:10.095 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:01:10.100 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:01:30.102 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:01:30.106 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:01:50.108 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:01:50.112 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:02:10.113 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:02:10.119 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:02:30.121 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:02:30.126 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:02:50.127 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:02:50.132 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:03:10.133 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:03:10.137 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:03:30.138 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:03:30.144 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:03:50.144 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:03:50.149 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:04:10.150 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:04:10.154 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:04:30.157 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:04:30.161 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:04:50.164 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:04:50.169 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:05:10.170 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:05:10.175 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:05:30.176 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:05:30.180 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:05:50.181 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:05:50.186 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:06:10.187 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:06:10.192 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:06:30.195 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:06:30.200 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:06:50.202 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:06:50.207 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:07:10.209 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:07:10.214 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:07:30.215 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:07:30.219 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:07:50.221 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:07:50.225 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:08:10.227 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:08:10.231 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:08:30.233 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:08:30.238 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:08:50.239 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:08:50.245 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:09:10.246 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:09:10.250 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:09:30.251 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:09:30.257 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:09:50.258 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:09:50.263 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:10:10.265 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:10:10.269 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:10:30.272 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:10:30.279 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:10:50.280 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:10:50.286 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:11:10.287 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:11:10.292 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:11:30.293 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:11:30.297 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:11:50.299 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:11:50.303 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:12:10.304 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:12:10.310 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:12:30.312 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:12:30.316 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:12:50.318 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:12:50.322 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:13:10.323 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:13:10.329 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:13:30.330 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:13:30.335 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:13:50.336 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:13:50.340 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:14:10.341 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:14:10.346 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:14:30.346 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:14:30.353 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:14:50.355 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:14:50.359 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:15:10.361 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:15:10.365 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:15:30.367 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:15:30.375 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:15:50.376 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:15:50.381 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:16:10.382 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:16:10.387 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:16:30.390 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:16:30.394 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:16:50.397 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:16:50.401 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:17:10.403 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:17:10.407 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:17:30.408 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:17:30.413 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:17:50.415 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:17:50.420 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:18:10.421 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:18:10.425 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:18:30.428 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:18:30.432 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:18:50.434 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:18:50.439 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:19:10.439 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:19:10.444 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:19:30.446 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:19:30.450 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:19:50.451 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:19:50.457 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:20:10.458 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:20:10.463 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:20:30.464 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:20:30.470 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:20:50.472 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:20:50.477 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:21:10.479 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:21:10.484 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:21:30.486 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:21:30.491 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:21:50.492 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:21:50.497 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:22:10.499 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:22:10.503 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:22:30.505 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:22:30.511 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:22:50.512 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:22:50.517 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:23:10.518 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:23:10.523 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:23:30.524 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:23:30.529 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:23:50.531 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:23:50.536 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:24:10.537 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:24:10.542 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:24:30.545 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:24:30.551 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:24:50.554 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:24:50.559 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:25:10.560 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:25:10.564 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:25:30.566 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:25:30.571 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:25:50.571 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:25:50.576 [W] [client/service.go:297] [10b03cb1b0ad09a5] 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-13 01:26:10.577 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:26:10.581 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:26:30.583 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:26:30.588 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:26:50.590 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:26:50.594 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:27:10.594 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:27:10.599 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:27:30.600 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:27:30.605 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:27:50.607 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:27:50.610 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:28:10.611 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:28:10.617 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:28:30.620 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:28:30.625 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:28:50.628 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:28:50.633 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:29:10.634 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:29:10.639 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:29:30.640 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:29:30.646 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:29:50.647 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:29:50.651 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:30:10.652 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:30:10.658 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:30:30.661 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:30:30.665 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:30:50.667 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:30:50.672 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:31:10.674 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:31:10.679 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:31:30.680 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:31:30.685 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:31:50.686 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:31:50.691 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:32:10.692 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:32:10.717 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:32:30.718 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:32:30.727 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:32:50.727 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:32:50.734 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:33:10.736 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:33:10.741 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:33:30.742 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:33:30.747 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:33:50.748 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:33:50.754 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:34:10.755 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:34:10.760 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:34:30.762 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:34:30.768 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:34:50.769 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:34:50.773 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:35:10.775 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:35:10.779 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:35:30.780 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:35:30.785 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:35:50.786 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:35:50.791 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:36:10.793 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:36:10.797 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:36:30.798 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:36:30.803 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:36:50.805 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:36:50.809 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:37:10.809 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:37:10.814 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:37:30.814 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:37:30.819 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:37:50.821 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:37:50.826 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:38:10.827 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:38:10.832 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:38:30.833 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:38:30.841 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:38:50.842 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:38:50.847 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:39:10.848 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:39:10.853 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:39:30.854 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:39:30.860 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:39:50.860 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:39:50.865 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:40:10.866 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:40:10.871 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:40:30.873 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:40:30.878 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:40:50.880 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:40:50.885 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:41:10.886 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:41:10.891 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:41:30.892 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:41:30.897 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:41:50.898 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:41:50.902 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:42:10.903 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:42:10.908 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:42:30.910 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:42:30.916 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:42:50.918 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:42:50.922 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:43:10.924 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:43:10.930 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:43:30.932 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:43:30.936 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:43:50.938 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:43:50.942 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:44:10.944 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:44:10.950 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:44:30.950 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:44:30.959 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:44:50.960 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:44:50.964 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:45:10.965 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:45:10.971 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:45:30.972 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:45:30.978 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:45:50.978 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:45:50.983 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:46:10.984 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:46:10.989 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:46:30.991 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:46:30.996 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:46:50.998 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:46:51.003 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:47:11.004 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:47:11.009 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:47:31.010 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:47:31.015 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:47:51.017 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:47:51.021 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:48:11.022 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:48:11.026 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:48:31.029 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:48:31.034 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:48:51.036 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:48:51.041 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:49:11.042 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:49:11.047 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:49:31.048 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:49:31.052 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:49:51.053 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:49:51.057 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:50:11.059 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:50:11.063 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:50:31.066 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:50:31.071 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:50:51.072 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:50:51.077 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:51:11.078 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:51:11.083 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:51:31.084 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:51:31.089 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:51:51.090 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:51:51.094 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:52:11.096 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:52:11.102 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:52:31.105 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:52:31.111 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:52:51.113 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:52:51.117 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:53:11.119 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:53:11.124 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:53:31.126 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:53:31.131 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:53:51.133 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:53:51.137 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:54:11.138 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:54:11.143 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:54:31.144 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:54:31.150 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:54:51.152 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:54:51.157 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:55:11.158 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:55:11.163 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:55:31.165 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:55:31.170 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:55:51.170 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:55:51.175 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:56:11.176 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:56:11.181 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:56:31.181 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:56:31.188 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:56:51.189 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:56:51.194 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:57:11.195 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:57:11.200 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:57:31.201 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:57:31.207 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:57:51.208 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:57:51.214 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:58:11.214 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:58:11.219 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:58:31.220 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:58:31.225 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:58:51.226 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:58:51.230 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:59:11.231 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:59:11.235 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:59:31.236 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:59:31.241 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 01:59:51.243 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 01:59:51.249 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:00:11.251 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:00:11.256 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:00:31.258 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:00:31.263 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:00:51.264 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:00:51.269 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:01:11.270 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:01:11.274 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:01:31.276 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:01:31.281 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:01:51.283 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:01:51.287 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:02:11.288 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:02:11.293 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:02:31.293 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:02:31.305 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:02:51.306 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:02:51.312 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:03:11.314 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:03:11.319 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:03:31.321 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:03:31.325 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:03:51.326 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:03:51.331 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:04:11.332 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:04:11.337 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:04:31.340 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:04:31.346 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:04:51.347 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:04:51.353 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:05:11.354 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:05:11.359 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:05:31.360 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:05:31.365 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:05:51.366 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:05:51.371 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:06:11.372 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:06:11.376 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:06:31.377 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:06:31.383 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:06:51.385 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:06:51.391 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:07:11.392 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:07:11.397 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:07:31.398 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:07:31.402 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:07:51.403 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:07:51.408 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:08:11.409 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:08:11.414 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:08:31.416 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:08:31.422 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:08:51.425 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:08:51.429 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:09:11.431 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:09:11.436 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:09:31.437 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:09:31.442 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:09:51.443 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:09:51.447 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:10:11.449 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:10:11.454 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:10:31.455 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:10:31.461 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:10:51.464 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:10:51.470 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:11:11.471 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:11:11.476 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:11:31.478 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:11:31.482 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:11:51.483 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:11:51.488 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:12:11.489 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:12:11.494 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:12:31.496 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:12:31.500 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:12:51.501 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:12:51.507 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:13:11.508 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:13:11.513 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:13:31.514 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:13:31.518 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:13:51.520 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:13:51.525 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:14:11.527 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:14:11.531 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:14:31.532 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:14:31.538 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:14:51.540 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:14:51.544 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:15:11.545 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:15:11.550 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:15:31.551 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:15:31.555 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:15:51.557 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:15:51.562 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:16:11.563 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:16:11.568 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:16:31.571 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:16:31.577 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:16:51.579 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:16:51.583 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:17:11.585 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:17:11.590 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:17:31.591 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:17:31.595 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:17:51.596 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:17:51.601 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:18:11.603 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:18:11.607 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:18:31.609 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:18:31.614 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:18:51.616 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:18:51.622 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:19:11.622 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:19:11.627 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:19:31.629 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:19:31.634 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:19:51.635 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:19:51.639 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:20:11.641 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:20:11.645 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:20:31.646 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:20:31.652 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:20:51.653 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:20:51.658 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:21:11.659 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:21:11.663 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:21:31.664 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:21:31.668 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:21:51.670 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:21:51.675 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:22:11.676 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:22:11.682 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:22:31.684 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:22:31.689 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:22:51.690 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:22:51.695 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:23:11.696 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:23:11.701 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:23:31.703 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:23:31.707 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:23:51.708 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:23:51.714 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:24:11.715 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:24:11.719 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:24:31.722 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:24:31.727 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:24:51.728 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:24:51.732 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:25:11.733 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:25:11.738 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:25:31.739 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:25:31.743 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:25:51.744 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:25:51.749 [W] [client/service.go:297] [10b03cb1b0ad09a5] 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-13 02:26:11.750 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:26:11.755 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:26:31.756 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:26:31.760 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:26:51.762 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:26:51.768 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:27:11.769 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:27:11.774 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:27:31.775 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:27:31.779 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:27:51.781 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:27:51.786 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:28:11.786 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:28:11.790 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:28:31.793 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:28:31.798 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:28:51.799 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:28:51.804 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:29:11.806 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:29:11.810 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:29:31.811 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:29:31.816 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:29:51.817 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:29:51.822 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:30:11.823 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:30:11.827 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:30:31.829 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:30:31.834 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:30:51.835 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:30:51.840 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:31:11.841 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:31:11.845 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:31:31.847 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:31:31.852 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:31:51.853 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:31:51.858 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:32:11.859 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:32:11.865 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:32:31.866 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:32:31.872 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:32:51.873 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:32:51.879 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:33:11.880 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:33:11.885 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:33:31.886 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:33:31.890 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:33:51.892 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:33:51.896 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:34:11.897 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:34:11.902 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:34:31.904 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:34:31.908 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:34:51.910 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:34:51.914 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:35:11.915 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:35:11.921 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:35:31.923 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:35:31.928 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:35:51.928 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:35:51.933 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:36:11.934 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:36:11.938 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:36:31.940 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:36:31.945 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:36:51.946 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:36:51.952 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:37:11.953 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:37:11.957 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:37:31.957 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:37:31.962 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:37:51.963 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:37:51.968 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:38:11.969 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:38:11.974 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:38:31.975 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:38:31.984 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:38:51.986 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:38:51.991 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:39:11.992 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:39:11.997 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:39:31.998 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:39:32.002 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:39:52.004 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:39:52.009 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:40:12.010 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:40:12.014 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:40:32.017 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:40:32.021 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:40:52.023 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:40:52.029 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:41:12.030 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:41:12.036 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:41:32.037 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:41:32.042 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:41:52.044 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:41:52.048 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:42:12.050 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:42:12.054 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:42:32.055 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:42:32.060 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:42:52.061 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:42:52.066 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:43:12.068 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:43:12.073 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:43:32.075 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:43:32.079 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:43:52.080 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:43:52.085 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:44:12.087 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:44:12.091 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:44:32.093 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:44:32.098 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:44:52.100 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:44:52.105 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:45:12.106 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:45:12.110 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:45:32.111 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:45:32.116 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:45:52.117 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:45:52.122 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:46:12.123 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:46:12.127 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:46:32.129 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:46:32.135 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:46:52.137 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:46:52.142 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:47:12.143 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:47:12.148 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:47:32.149 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:47:32.154 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:47:52.156 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:47:52.160 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:48:12.162 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:48:12.167 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:48:32.170 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:48:32.175 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:48:52.177 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:48:52.182 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:49:12.183 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:49:12.188 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:49:32.189 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:49:32.194 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:49:52.195 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:49:52.199 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:50:12.200 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:50:12.205 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:50:32.207 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:50:32.214 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:50:52.215 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:50:52.219 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:51:12.220 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:51:12.224 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:51:32.226 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:51:32.230 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:51:52.232 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:51:52.236 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:52:12.238 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:52:12.242 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:52:32.244 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:52:32.250 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:52:52.251 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:52:52.256 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:53:12.257 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:53:12.261 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:53:32.262 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:53:32.267 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:53:52.268 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:53:52.273 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:54:12.273 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:54:12.278 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:54:32.280 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:54:32.285 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:54:52.287 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:54:52.291 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:55:12.292 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:55:12.296 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:55:32.298 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:55:32.302 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:55:52.303 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:55:52.308 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:56:12.310 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:56:12.315 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:56:32.316 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:56:32.321 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:56:52.323 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:56:52.328 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:57:12.329 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:57:12.334 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:57:32.335 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:57:32.340 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:57:52.341 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:57:52.345 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:58:12.347 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:58:12.353 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:58:32.354 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:58:32.372 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:58:52.374 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:58:52.379 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:59:12.380 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:59:12.385 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:59:32.387 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:59:32.391 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 02:59:52.393 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 02:59:52.397 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:00:12.398 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:00:12.403 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:00:32.405 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:00:32.410 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:00:52.413 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:00:52.418 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:01:12.419 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:01:12.423 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:01:32.425 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:01:32.429 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:01:52.431 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:01:52.437 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:02:12.439 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:02:12.443 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:02:32.444 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:02:32.452 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:02:52.455 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:02:52.460 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:03:12.461 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:03:12.466 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:03:32.468 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:03:32.472 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:03:52.473 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:03:52.477 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:04:12.478 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:04:12.484 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:04:32.486 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:04:32.492 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:04:52.493 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:04:52.498 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:05:12.500 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:05:12.505 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:05:32.507 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:05:32.512 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:05:52.514 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:05:52.518 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:06:12.519 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:06:12.525 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:06:32.527 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:06:32.533 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:06:52.535 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:06:52.539 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:07:12.541 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:07:12.545 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:07:32.547 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:07:32.552 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:07:52.553 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:07:52.578 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:08:12.579 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:08:12.584 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:08:32.587 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:08:32.593 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:08:52.597 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:08:52.601 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:09:12.602 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:09:12.606 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:09:32.608 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:09:32.613 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:09:52.614 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:09:52.619 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:10:12.620 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:10:12.625 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:10:32.628 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:10:32.635 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:10:52.637 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:10:52.642 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:11:12.643 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:11:12.648 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:11:32.649 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:11:32.653 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:11:52.654 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:11:52.659 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:12:12.661 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:12:12.665 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:12:32.667 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:12:32.672 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:12:52.674 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:12:52.679 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:13:12.680 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:13:12.684 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:13:32.685 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:13:32.690 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:13:52.692 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:13:52.697 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:14:12.698 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:14:12.702 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:14:32.703 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:14:32.710 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:14:52.712 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:14:52.716 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:15:12.717 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:15:12.723 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:15:32.723 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:15:32.729 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:15:52.730 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:15:52.735 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:16:12.737 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:16:12.741 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:16:32.742 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:16:32.755 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:16:52.756 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:16:52.760 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:17:12.761 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:17:12.765 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:17:32.766 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:17:32.771 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:17:52.772 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:17:52.776 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:18:12.777 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:18:12.782 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:18:32.785 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:18:32.795 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:18:52.795 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:18:52.800 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:19:12.802 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:19:12.806 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:19:32.806 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:19:32.811 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:19:52.812 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:19:52.816 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:20:12.817 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:20:12.823 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:20:32.825 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:20:32.829 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:20:52.831 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:20:52.835 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:21:12.837 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:21:12.842 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:21:32.843 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:21:32.847 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:21:52.848 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:21:52.852 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:22:12.853 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:22:12.859 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:22:32.860 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:22:32.866 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:22:52.867 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:22:52.872 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:23:12.873 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:23:12.878 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:23:32.879 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:23:32.883 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:23:52.883 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:23:52.889 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:24:12.890 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:24:12.896 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:24:32.899 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:24:32.905 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:24:52.906 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:24:52.911 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:25:12.912 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:25:12.917 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:25:32.919 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:25:32.924 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:25:52.925 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:25:52.930 [W] [client/service.go:297] [10b03cb1b0ad09a5] 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-13 03:26:12.931 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:26:12.936 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:26:32.939 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:26:32.943 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:26:52.944 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:26:52.949 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:27:12.950 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:27:12.955 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:27:32.956 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:27:32.961 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:27:52.963 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:27:52.967 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:28:12.969 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:28:12.974 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:28:32.977 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:28:32.983 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:28:52.985 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:28:52.989 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:29:12.991 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:29:12.996 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:29:32.997 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:29:33.003 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:29:53.004 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:29:53.009 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:30:13.009 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:30:13.016 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:30:33.017 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:30:33.022 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:30:53.024 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:30:53.029 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:31:13.030 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:31:13.035 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:31:33.036 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:31:33.041 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:31:53.042 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:31:53.046 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:32:13.047 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:32:13.051 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:32:33.052 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:32:33.059 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:32:53.059 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:32:53.064 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:33:13.065 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:33:13.070 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:33:33.071 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:33:33.075 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:33:53.077 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:33:53.081 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:34:13.082 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:34:13.086 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:34:33.087 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:34:33.094 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:34:53.095 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:34:53.099 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:35:13.100 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:35:13.105 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:35:33.106 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:35:33.112 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:35:53.113 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:35:53.117 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:36:13.119 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:36:13.124 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:36:33.124 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:36:33.129 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:36:53.131 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:36:53.136 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:37:13.137 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:37:13.141 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:37:33.142 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:37:33.147 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:37:53.148 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:37:53.153 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:38:13.154 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:38:13.160 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:38:33.162 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:38:33.166 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:38:53.168 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:38:53.172 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:39:13.174 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:39:13.180 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:39:33.181 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:39:33.185 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:39:53.186 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:39:53.190 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:40:13.191 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:40:13.195 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:40:33.198 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:40:33.205 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:40:53.206 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:40:53.210 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:41:13.212 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:41:13.217 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:41:33.219 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:41:33.223 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:41:53.224 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:41:53.228 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:42:13.229 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:42:13.233 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:42:33.235 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:42:33.240 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:42:53.241 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:42:53.247 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:43:13.248 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:43:13.253 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:43:33.254 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:43:33.259 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:43:53.260 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:43:53.265 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:44:13.267 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:44:13.271 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:44:33.274 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:44:33.280 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:44:53.282 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:44:53.286 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:45:13.288 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:45:13.293 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:45:33.295 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:45:33.300 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:45:53.301 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:45:53.306 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:46:13.307 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:46:13.313 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:46:33.315 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:46:33.320 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:46:53.321 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:46:53.325 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:47:13.326 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:47:13.331 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:47:33.332 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:47:33.337 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:47:53.339 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:47:53.344 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:48:13.346 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:48:13.350 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:48:33.352 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:48:33.358 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:48:53.360 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:48:53.365 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:49:13.366 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:49:13.370 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:49:33.372 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:49:33.376 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:49:53.377 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:49:53.384 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:50:13.385 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:50:13.389 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:50:33.392 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:50:33.397 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:50:53.399 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:50:53.404 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:51:13.406 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:51:13.410 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:51:33.411 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:51:33.415 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:51:53.417 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:51:53.422 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:52:13.423 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:52:13.427 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:52:33.430 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:52:33.436 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:52:53.437 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:52:53.442 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:53:13.443 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:53:13.449 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:53:33.450 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:53:33.455 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:53:53.456 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:53:53.461 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:54:13.462 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:54:13.467 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:54:33.469 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:54:33.475 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:54:53.476 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:54:53.481 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:55:13.482 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:55:13.487 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:55:33.488 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:55:33.492 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:55:53.494 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:55:53.499 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:56:13.500 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:56:13.505 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:56:33.507 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:56:33.512 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:56:53.514 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:56:53.519 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:57:13.520 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:57:13.526 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:57:33.528 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:57:33.533 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:57:53.534 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:57:53.538 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:58:13.540 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:58:13.544 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:58:33.545 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:58:33.551 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:58:53.552 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:58:53.556 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:59:13.558 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:59:13.562 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:59:33.564 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:59:33.569 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 03:59:53.570 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 03:59:53.574 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:00:13.575 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:00:13.579 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:00:33.581 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:00:33.586 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:00:53.589 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:00:53.593 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:01:13.595 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:01:13.599 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:01:33.600 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:01:33.605 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:01:53.605 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:01:53.609 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:02:13.611 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:02:13.615 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:02:33.616 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:02:33.623 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:02:53.624 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:02:53.628 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:03:13.629 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:03:13.634 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:03:33.635 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:03:33.640 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:03:53.642 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:03:53.646 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:04:13.647 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:04:13.652 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:04:33.653 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:04:33.657 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:04:53.658 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:04:53.662 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:05:13.663 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:05:13.668 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:05:33.669 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:05:33.673 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:05:53.675 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:05:53.679 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:06:13.680 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:06:13.685 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:06:33.687 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:06:33.693 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:06:53.695 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:06:53.701 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:07:13.702 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:07:13.707 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:07:33.708 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:07:33.712 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:07:53.713 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:07:53.718 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:08:13.719 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:08:13.723 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:08:33.725 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:08:33.730 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:08:53.732 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:08:53.736 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:09:13.737 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:09:13.741 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:09:33.742 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:09:33.746 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:09:53.748 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:09:53.752 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:10:13.754 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:10:13.758 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:10:33.759 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:10:33.765 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:10:53.768 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:10:53.773 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:11:13.774 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:11:13.779 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:11:33.780 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:11:33.785 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:11:53.786 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:11:53.790 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:12:13.792 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:12:13.796 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:12:33.798 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:12:33.802 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:12:53.804 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:12:53.810 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:13:13.811 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:13:13.818 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:13:33.819 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:13:33.825 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:13:53.826 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:13:53.830 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:14:13.831 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:14:13.836 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:14:33.839 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:14:33.844 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:14:53.846 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:14:53.852 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:15:13.853 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:15:13.861 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:15:33.862 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:15:33.867 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:15:53.868 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:15:53.874 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:16:13.875 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:16:13.879 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:16:33.881 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:16:33.886 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:16:53.887 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:16:53.891 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:17:13.893 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:17:13.898 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:17:33.899 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:17:33.904 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:17:53.905 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:17:53.910 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:18:13.912 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:18:13.917 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:18:33.920 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:18:33.925 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:18:53.926 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:18:53.930 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:19:13.931 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:19:13.935 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:19:33.936 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:19:33.940 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:19:53.942 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:19:53.948 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:20:13.949 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:20:13.954 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:20:33.956 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:20:33.961 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:20:53.963 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:20:53.968 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:21:13.969 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:21:13.975 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:21:33.977 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:21:33.981 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:21:53.982 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:21:53.986 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:22:13.988 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:22:13.993 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:22:33.994 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:22:34.000 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:22:54.003 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:22:54.008 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:23:14.009 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:23:14.013 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:23:34.015 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:23:34.019 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:23:54.020 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:23:54.026 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:24:14.026 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:24:14.031 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:24:34.034 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:24:34.039 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:24:54.041 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:24:54.046 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:25:14.047 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:25:14.052 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:25:34.053 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:25:34.059 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:25:54.060 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:25:54.064 [W] [client/service.go:297] [10b03cb1b0ad09a5] 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-13 04:26:14.065 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:26:14.070 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:26:34.071 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:26:34.076 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:26:54.077 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:26:54.082 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:27:14.083 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:27:14.089 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:27:34.089 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:27:34.094 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:27:54.096 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:27:54.100 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:28:14.101 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:28:14.106 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:28:34.108 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:28:34.113 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:28:54.116 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:28:54.121 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:29:14.122 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:29:14.127 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:29:34.128 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:29:34.132 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:29:54.134 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:29:54.138 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:30:14.140 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:30:14.144 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:30:34.147 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:30:34.152 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:30:54.153 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:30:54.158 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:31:14.159 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:31:14.164 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:31:34.164 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:31:34.169 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:31:54.171 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:31:54.176 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:32:14.177 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:32:14.182 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:32:34.185 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:32:34.191 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:32:54.193 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:32:54.198 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:33:14.200 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:33:14.204 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:33:34.205 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:33:34.209 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:33:54.210 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:33:54.214 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:34:14.216 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:34:14.221 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:34:34.223 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:34:34.228 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:34:54.230 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:34:54.235 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:35:14.236 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:35:14.241 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:35:34.242 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:35:34.246 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:35:54.247 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:35:54.251 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:36:14.252 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:36:14.257 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:36:34.260 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:36:34.266 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:36:54.267 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:36:54.272 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:37:14.273 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:37:14.278 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:37:34.280 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:37:34.285 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:37:54.286 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:37:54.291 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:38:14.292 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:38:14.298 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:38:34.299 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:38:34.306 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:38:54.307 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:38:54.312 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:39:14.313 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:39:14.317 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:39:34.319 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:39:34.323 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:39:54.324 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:39:54.328 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:40:14.329 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:40:14.333 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:40:34.335 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:40:34.341 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:40:54.343 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:40:54.349 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:41:14.351 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:41:14.356 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:41:34.357 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:41:34.361 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:41:54.362 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:41:54.366 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:42:14.367 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:42:14.373 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:42:34.375 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:42:34.380 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:42:54.382 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:42:54.388 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:43:14.390 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:43:14.395 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:43:34.397 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:43:34.402 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:43:54.403 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:43:54.407 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:44:14.409 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:44:14.413 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:44:34.416 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:44:34.422 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:44:54.424 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:44:54.428 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:45:14.430 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:45:14.435 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:45:34.437 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:45:34.443 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:45:54.444 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:45:54.448 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:46:14.449 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:46:14.455 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:46:34.456 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:46:34.464 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:46:54.465 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:46:54.470 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:47:14.472 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:47:14.477 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:47:34.478 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:47:34.484 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:47:54.485 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:47:54.489 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:48:14.491 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:48:14.495 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:48:34.496 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:48:34.501 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:48:54.503 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:48:54.508 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:49:14.509 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:49:14.514 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:49:34.514 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:49:34.519 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:49:54.521 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:49:54.525 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:50:14.526 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:50:14.531 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:50:34.532 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:50:34.539 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:50:54.541 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:50:54.545 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:51:14.547 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:51:14.551 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:51:34.552 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:51:34.556 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:51:54.558 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:51:54.563 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:52:14.565 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:52:14.569 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:52:34.572 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:52:34.576 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:52:54.578 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:52:54.583 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:53:14.584 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:53:14.589 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:53:34.590 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:53:34.595 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:53:54.596 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:53:54.601 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:54:14.602 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:54:14.607 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:54:34.608 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:54:34.624 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:54:54.626 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:54:54.631 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:55:14.632 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:55:14.636 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:55:34.638 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:55:34.643 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:55:54.645 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:55:54.649 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:56:14.650 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:56:14.656 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:56:34.659 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:56:34.663 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:56:54.665 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:56:54.669 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:57:14.670 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:57:14.675 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:57:34.676 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:57:34.681 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:57:54.683 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:57:54.688 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:58:14.689 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:58:14.694 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:58:34.696 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:58:34.701 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:58:54.702 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:58:54.707 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:59:14.708 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:59:14.714 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:59:34.715 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:59:34.721 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 04:59:54.723 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 04:59:54.727 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:00:14.729 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:00:14.734 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:00:34.736 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:00:34.741 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:00:54.744 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:00:54.749 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:01:14.750 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:01:14.755 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:01:34.757 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:01:34.761 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:01:54.763 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:01:54.768 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:02:14.769 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:02:14.775 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:02:34.776 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:02:34.782 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:02:54.784 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:02:54.788 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:03:14.790 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:03:14.795 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:03:34.797 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:03:34.801 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:03:54.802 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:03:54.807 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:04:14.808 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:04:14.814 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:04:34.815 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:04:34.820 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:04:54.821 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:04:54.826 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:05:14.827 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:05:14.832 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:05:34.833 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:05:34.837 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:05:54.839 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:05:54.843 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:06:14.844 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:06:14.848 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:06:34.851 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:06:34.856 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:06:54.858 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:06:54.862 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:07:14.863 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:07:14.869 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:07:34.871 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:07:34.876 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:07:54.878 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:07:54.882 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:08:14.883 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:08:14.888 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:08:34.891 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:08:34.896 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:08:54.898 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:08:54.903 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:09:14.904 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:09:14.909 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:09:34.910 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:09:34.914 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:09:54.915 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:09:54.920 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:10:14.921 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:10:14.925 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:10:34.926 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:10:34.937 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:10:54.939 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:10:54.944 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:11:14.945 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:11:14.949 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:11:34.950 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:11:34.955 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:11:54.956 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:11:54.961 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:12:14.963 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:12:14.967 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:12:34.970 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:12:34.974 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:12:54.976 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:12:54.981 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:13:14.982 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:13:14.987 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:13:34.988 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:13:34.993 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:13:54.994 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:13:54.998 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:14:14.999 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:14:15.003 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:14:35.004 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:14:35.011 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:14:55.012 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:14:55.017 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:15:15.018 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:15:15.023 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:15:35.024 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:15:35.029 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:15:55.030 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:15:55.034 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:16:15.035 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:16:15.040 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:16:35.042 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:16:35.047 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:16:55.049 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:16:55.055 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:17:15.057 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:17:15.061 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:17:35.063 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:17:35.067 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:17:55.069 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:17:55.073 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:18:15.075 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:18:15.080 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:18:35.082 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:18:35.087 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:18:55.090 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:18:55.094 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:19:15.096 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:19:15.101 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:19:35.102 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:19:35.106 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:19:55.107 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:19:55.112 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:20:15.113 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:20:15.118 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:20:35.121 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:20:35.127 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:20:55.129 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:20:55.133 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:21:15.134 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:21:15.139 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:21:35.140 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:21:35.145 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:21:55.146 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:21:55.152 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:22:15.153 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:22:15.158 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:22:35.160 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:22:35.164 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:22:55.166 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:22:55.171 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:23:15.172 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:23:15.177 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:23:35.179 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:23:35.183 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:23:55.185 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:23:55.190 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:24:15.191 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:24:15.195 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:24:35.196 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:24:35.205 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:24:55.206 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:24:55.223 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:25:15.224 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:25:15.228 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:25:35.229 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:25:35.233 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:25:55.234 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:25:55.239 [W] [client/service.go:297] [10b03cb1b0ad09a5] 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-13 05:26:15.241 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:26:15.245 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:26:35.246 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:26:35.251 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:26:55.252 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:26:55.257 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:27:15.258 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:27:15.262 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:27:35.264 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:27:35.268 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:27:55.270 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:27:55.275 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:28:15.277 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:28:15.282 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:28:35.284 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:28:35.289 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:28:55.291 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:28:55.296 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:29:15.298 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:29:15.302 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:29:35.303 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:29:35.308 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:29:55.309 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:29:55.314 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:30:15.315 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:30:15.320 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:30:35.323 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:30:35.328 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:30:55.329 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:30:55.334 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:31:15.335 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:31:15.339 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:31:35.341 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:31:35.346 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:31:55.347 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:31:55.353 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:32:15.354 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:32:15.360 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:32:35.362 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:32:35.366 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:32:55.368 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:32:55.372 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:33:15.374 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:33:15.378 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:33:35.379 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:33:35.384 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:33:55.385 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:33:55.389 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:34:15.390 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:34:15.395 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:34:35.397 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:34:35.403 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:34:55.404 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:34:55.409 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:35:15.410 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:35:15.414 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:35:35.415 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:35:35.420 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:35:55.421 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:35:55.425 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:36:15.426 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:36:15.431 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:36:35.434 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:36:35.441 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:36:55.443 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:36:55.447 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:37:15.449 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:37:15.454 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:37:35.454 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:37:35.459 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:37:55.460 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:37:55.464 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:38:15.465 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:38:15.469 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:38:35.470 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:38:35.477 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:38:55.479 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:38:55.483 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:39:15.485 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:39:15.490 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:39:35.491 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:39:35.496 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:39:55.497 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:39:55.503 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:40:15.504 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:40:15.508 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:40:35.509 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:40:35.518 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:40:55.519 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:40:55.524 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:41:15.526 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:41:15.530 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:41:35.531 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:41:35.536 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:41:55.537 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:41:55.542 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:42:15.543 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:42:15.548 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:42:35.550 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:42:35.555 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:42:55.558 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:42:55.562 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:43:15.563 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:43:15.567 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:43:35.568 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:43:35.573 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:43:55.574 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:43:55.579 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:44:15.580 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:44:15.584 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:44:35.585 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:44:35.593 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:44:55.595 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:44:55.599 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:45:15.600 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:45:15.605 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:45:35.606 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:45:35.611 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:45:55.612 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:45:55.618 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:46:15.620 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:46:15.624 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:46:35.625 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:46:35.631 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:46:55.634 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:46:55.638 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:47:15.639 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:47:15.642 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:47:35.643 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:47:35.647 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:47:55.648 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:47:55.653 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:48:15.654 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:48:15.659 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:48:35.660 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:48:35.665 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:48:55.667 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:48:55.672 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:49:15.673 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:49:15.678 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:49:35.679 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:49:35.685 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:49:55.686 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:49:55.691 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:50:15.692 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:50:15.696 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:50:35.698 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:50:35.703 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:50:55.705 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:50:55.709 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:51:15.710 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:51:15.715 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:51:35.716 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:51:35.721 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:51:55.723 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:51:55.728 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:52:15.729 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:52:15.733 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:52:35.734 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:52:35.740 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:52:55.741 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:52:55.746 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:53:15.748 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:53:15.755 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:53:35.757 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:53:35.762 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:53:55.763 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:53:55.768 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:54:15.770 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:54:15.775 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:54:35.777 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:54:35.781 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:54:55.782 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:54:55.788 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:55:15.789 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:55:15.793 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:55:35.794 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:55:35.797 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:55:55.799 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:55:55.804 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:56:15.805 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:56:15.810 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:56:35.813 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:56:35.817 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:56:55.819 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:56:55.826 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:57:15.827 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:57:15.832 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:57:35.833 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:57:35.837 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:57:55.838 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:57:55.843 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:58:15.844 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:58:15.849 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:58:35.851 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:58:35.856 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:58:55.858 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:58:55.863 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:59:15.864 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:59:15.868 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:59:35.870 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:59:35.875 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 05:59:55.876 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 05:59:55.881 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:00:15.882 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:00:15.888 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:00:35.891 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:00:35.897 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:00:55.899 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:00:55.904 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:01:15.905 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:01:15.911 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:01:35.913 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:01:35.918 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:01:55.920 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:01:55.924 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:02:15.925 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:02:15.930 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:02:35.932 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:02:35.937 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:02:55.938 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:02:55.943 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:03:15.944 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:03:15.949 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:03:35.950 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:03:35.954 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:03:55.955 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:03:55.960 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:04:15.962 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:04:15.966 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:04:35.967 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:04:35.974 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:04:55.975 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:04:55.981 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:05:15.982 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:05:15.987 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:05:35.988 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:05:35.993 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:05:55.994 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:05:55.998 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:06:16.000 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:06:16.005 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:06:36.007 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:06:36.013 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:06:56.015 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:06:56.021 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:07:16.022 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:07:16.026 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:07:36.028 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:07:36.033 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:07:56.034 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:07:56.039 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:08:16.040 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:08:16.044 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:08:36.045 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:08:36.055 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:08:56.056 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:08:56.060 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:09:16.061 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:09:16.066 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:09:36.067 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:09:36.072 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:09:56.073 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:09:56.079 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:10:16.080 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:10:16.084 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:10:36.086 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:10:36.090 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:10:56.092 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:10:56.098 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:11:16.099 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:11:16.106 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:11:36.107 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:11:36.111 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:11:56.112 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:11:56.116 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:12:16.117 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:12:16.122 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:12:36.124 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:12:36.128 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:12:56.129 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:12:56.134 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:13:16.135 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:13:16.139 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:13:36.141 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:13:36.145 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:13:56.145 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:13:56.150 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:14:16.151 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:14:16.154 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:14:36.157 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:14:36.162 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:14:56.163 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:14:56.168 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:15:16.169 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:15:16.174 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:15:36.175 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:15:36.181 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:15:56.182 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:15:56.187 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:16:16.189 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:16:16.193 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:16:36.194 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:16:36.199 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:16:56.200 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:16:56.205 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:17:16.207 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:17:16.212 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:17:36.212 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:17:36.218 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:17:56.219 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:17:56.223 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:18:16.224 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:18:16.228 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:18:36.231 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:18:36.235 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:18:56.237 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:18:56.242 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:19:16.243 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:19:16.248 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:19:36.249 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:19:36.254 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:19:56.256 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:19:56.260 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:20:16.262 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:20:16.266 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:20:36.269 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:20:36.273 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:20:56.274 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:20:56.278 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:21:16.279 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:21:16.284 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:21:36.285 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:21:36.288 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:21:56.289 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:21:56.295 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:22:16.296 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:22:16.300 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:22:36.302 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:22:36.307 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:22:56.308 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:22:56.313 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:23:16.314 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:23:16.319 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:23:36.320 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:23:36.326 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:23:56.328 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:23:56.332 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:24:16.332 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:24:16.337 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:24:36.339 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:24:36.346 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:24:56.347 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:24:56.351 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:25:16.352 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:25:16.357 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:25:36.358 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:25:36.361 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:25:56.363 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:25:56.368 [W] [client/service.go:297] [10b03cb1b0ad09a5] 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-13 06:26:16.370 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:26:16.375 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:26:36.376 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:26:36.382 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:26:56.384 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:26:56.388 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:27:16.389 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:27:16.394 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:27:36.395 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:27:36.400 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:27:56.402 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:27:56.407 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:28:16.409 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:28:16.414 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:28:36.416 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:28:36.421 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:28:56.423 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:28:56.428 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:29:16.429 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:29:16.435 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:29:36.436 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:29:36.441 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:29:56.442 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:29:56.446 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 06:30:16.447 [I] [client/service.go:294] [10b03cb1b0ad09a5] try to connect to server... 2025-12-13 06:30:16.449 [W] [client/service.go:297] [10b03cb1b0ad09a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2025-12-13,06:30:46.111] [INFO] Initializing BusSpeedStateManager V2 [2025-12-13,06:30:46.116] [INFO] LocationSqlManager initialising [2025-12-13,06:30:46.116] [INFO] Location DB initialising [2025-12-13,06:30:46.126] [INFO] LocationSqlManager initialisation complete [2025-12-13,06:30:46.127] [DEBUG] UploadManager Init [2025-12-13,06:30:46.127] [DEBUG] UploadManager Init Complete [2025-12-13,06:30:46.130] [INFO] Initializing GPS... [2025-12-13,06:30:46.132] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:34.659] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,06:50:34.778] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,07:05:34.893] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,07:20:34.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,07:35:35.060] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,07:50:35.190] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,08:05:35.325] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,08:20:35.464] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35.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')) [2025-12-13,08:50:35.560] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,09:05:35.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-12-13,09:20:35.724] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35.772] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,09:50:35.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-12-13,10:05:35.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-12-13,10:20:36.001] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,10:35:36.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-12-13,10:50:36.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-12-13,11:05:36.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-12-13,11:20:36.367] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:36.456] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,18:25:40.151] [INFO] Initializing BusSpeedStateManager V2 [2025-12-13,18:25:40.158] [INFO] LocationSqlManager initialising [2025-12-13,18:25:40.159] [INFO] Location DB initialising [2025-12-13,18:25:40.170] [INFO] LocationSqlManager initialisation complete [2025-12-13,18:25:40.171] [DEBUG] UploadManager Init [2025-12-13,18:25:40.172] [DEBUG] UploadManager Init Complete [2025-12-13,18:25:40.176] [INFO] Initializing GPS... [2025-12-13,18:25:40.179] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,18:30:28.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-12-13,18:45:28.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')) [2025-12-13,19:00:28.877] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,19:15:28.962] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:28.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')) [2025-12-13,19:45:29.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')) [2025-12-13,20:00:29.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')) [2025-12-13,20:15:29.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-12-13,20:30:29.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-12-13,20:45:29.357] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,21:00: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-12-13,21:15:29.625] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:29.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')) [2025-12-13,21:45:29.761] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,22:00:29.802] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,22:15:29.901] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,22:30:30.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')) [2025-12-13,22:45:30.103] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-13,23:00: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-12-13,23:15:30.176] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:30.257] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,06:30:44.148] [INFO] Initializing BusSpeedStateManager V2 [2025-12-14,06:30:44.153] [INFO] LocationSqlManager initialising [2025-12-14,06:30:44.154] [INFO] Location DB initialising [2025-12-14,06:30:44.163] [INFO] LocationSqlManager initialisation complete [2025-12-14,06:30:44.164] [DEBUG] UploadManager Init [2025-12-14,06:30:44.164] [DEBUG] UploadManager Init Complete [2025-12-14,06:30:44.167] [INFO] Initializing GPS... [2025-12-14,06:30:44.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' [2025-12-14,06:35:32.888] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,06:50:32.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')) [2025-12-14,07:05:33.124] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,07:20:33.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-12-14,07:35:33.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-12-14,07:50:33.423] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,08:05:33.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')) [2025-12-14,08:20:33.599] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:33.731] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,08:50:33.807] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,09:05:33.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')) [2025-12-14,09:20:34.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:34.199] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,09:50:34.233] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,10:05:34.361] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,10:20:34.490] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:34.546] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,10:50:34.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-12-14,11:05:34.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-12-14,11:20:34.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 -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:34.801] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,18:25:44.698] [INFO] Initializing BusSpeedStateManager V2 [2025-12-14,18:25:44.703] [INFO] LocationSqlManager initialising [2025-12-14,18:25:44.704] [INFO] Location DB initialising [2025-12-14,18:25:44.715] [INFO] LocationSqlManager initialisation complete [2025-12-14,18:25:44.716] [DEBUG] UploadManager Init [2025-12-14,18:25:44.717] [DEBUG] UploadManager Init Complete [2025-12-14,18:25:44.721] [INFO] Initializing GPS... [2025-12-14,18:25:44.724] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,18:30:33.599] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,18:45:33.679] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,19:00:33.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-12-14,19:15:33.800] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:33.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-12-14,19:45:33.971] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,20:00:34.011] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,20:15:34.102] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:34.147] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,20:45:34.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-12-14,21:00:34.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-12-14,21:15:34.448] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,21:30:34.483] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,21:45:34.513] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,22:00:34.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-12-14,22:15:34.744] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:34.871] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,22:45:34.975] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,23:00:35.106] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-14,23:15:35.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:35.300] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,06:30:41.149] [INFO] Initializing BusSpeedStateManager V2 [2025-12-15,06:30:41.154] [INFO] LocationSqlManager initialising [2025-12-15,06:30:41.154] [INFO] Location DB initialising [2025-12-15,06:30:41.163] [INFO] LocationSqlManager initialisation complete [2025-12-15,06:30:41.164] [DEBUG] UploadManager Init [2025-12-15,06:30:41.164] [DEBUG] UploadManager Init Complete [2025-12-15,06:30:41.167] [INFO] Initializing GPS... [2025-12-15,06:30:41.169] [INFO] Starting location capture [2025-12-15,06:31:42.919] [INFO] Initializing BusSpeedStateManager V2 [2025-12-15,06:31:42.924] [INFO] LocationSqlManager initialising [2025-12-15,06:31:42.925] [INFO] Location DB initialising [2025-12-15,06:31:42.934] [INFO] LocationSqlManager initialisation complete [2025-12-15,06:31:42.935] [DEBUG] UploadManager Init [2025-12-15,06:31:42.935] [DEBUG] UploadManager Init Complete [2025-12-15,06:31:42.938] [INFO] Initializing GPS... [2025-12-15,06:31:42.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' [2025-12-15,06:36:31.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 -3] Temporary failure in name resolution')) [2025-12-15,06:51:31.717] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-15,07:06:31.852] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-15,07:21:31.967] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:36:32.078] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-15,07:51:32.193] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-15,08:06:32.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-12-15,08:21:32.270] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:36:32.358] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-15,08:51:32.486] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-15,09:06:32.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-12-15,09:21:32.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:36:32.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')) [2025-12-15,09:51:32.787] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-15,10:06:32.823] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-15,10:21:32.877] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:36:32.983] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-15,10:51:33.018] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-15,11:06:33.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-12-15,11:21:33.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-12-13,06:30:25.186] [INFO] Initializing BusSpeedStateManager V2 [2025-12-13,06:30:25.191] [INFO] LocationSqlManager initialising [2025-12-13,06:30:25.192] [INFO] Location DB initialising [2025-12-13,06:30:25.201] [INFO] LocationSqlManager initialisation complete [2025-12-13,06:30:25.202] [DEBUG] UploadManager Init [2025-12-13,06:30:25.203] [DEBUG] UploadManager Init Complete [2025-12-13,06:30:25.205] [INFO] Initializing GPS... [2025-12-13,06:30:25.207] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,06:35:14.173] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-15,16:20:33.522] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,16:20:35.300] [DEBUG] Remote Access Enabled [2025-12-15,16:20:36.695] [INFO] Server Address: 138.201.17.179 [2025-12-15,16:20:36.696] [INFO] Server Port: 7000 [2025-12-15,16:20:36.705] [DEBUG] Starting Remote Access! 2025-12-15 16:20:36.910 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-15 16:20:36.911 [I] [client/service.go:294] try to connect to server... 2025-12-15 16:20:37.953 [I] [client/service.go:286] [b46690d1a74b0743] login to server success, get run id [b46690d1a74b0743] 2025-12-15 16:20:37.954 [I] [proxy/proxy_manager.go:173] [b46690d1a74b0743] proxy added: [DNL01B4203] 2025-12-15 16:20:38.313 [I] [client/control.go:168] [b46690d1a74b0743] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.784] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,16:35:04.636] [DEBUG] 6 processes running of frp type [2025-12-15,16:50:02.197] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,16:50:03.958] [DEBUG] 6 processes running of frp type [2025-12-15,17:05:02.727] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,17:05:04.757] [DEBUG] 6 processes running of frp type [2025-12-15,17:20:01.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,17: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' [2025-12-15,17:35:02.777] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,17:35:04.574] [DEBUG] 6 processes running of frp type [2025-12-15,17:50:02.550] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,17:50:04.351] [DEBUG] 6 processes running of frp type [2025-12-15,18:05:02.590] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,18:05:04.452] [DEBUG] 6 processes running of frp type [2025-12-15,18:20:02.639] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,18:20:04.466] [DEBUG] 6 processes running of frp type [2025-12-15,18:25:41.942] [INFO] Initializing BusSpeedStateManager V2 [2025-12-15,18:25:41.949] [INFO] LocationSqlManager initialising [2025-12-15,18:25:41.950] [INFO] Location DB initialising [2025-12-15,18:25:41.961] [INFO] LocationSqlManager initialisation complete [2025-12-15,18:25:41.962] [DEBUG] UploadManager Init [2025-12-15,18:25:41.963] [DEBUG] UploadManager Init Complete [2025-12-15,18:25:41.968] [INFO] Initializing GPS... [2025-12-15,18:25:41.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' [2025-12-15,18:27:30.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,18:27:31.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( [2025-12-15,18:27:41.045] [DEBUG] Log Upload Complete! [2025-12-15,18:30:30.119] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,18:30:31.809] [DEBUG] Remote Access Enabled [2025-12-15,18:30:33.164] [INFO] Server Address: 138.201.17.179 [2025-12-15,18:30:33.165] [INFO] Server Port: 7000 [2025-12-15,18:30:33.174] [DEBUG] Starting Remote Access! 2025-12-15 18:30:33.354 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-15 18:30:33.355 [I] [client/service.go:294] try to connect to server... 2025-12-15 18:30:34.346 [I] [client/service.go:286] [2e3b7dd5cd44e255] login to server success, get run id [2e3b7dd5cd44e255] 2025-12-15 18:30:34.347 [I] [proxy/proxy_manager.go:173] [2e3b7dd5cd44e255] proxy added: [DNL01B4203] 2025-12-15 18:30:34.672 [I] [client/control.go:168] [2e3b7dd5cd44e255] [DNL01B4203] start proxy success [2025-12-15,18:35:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,18:35:04.086] [DEBUG] 6 processes running of frp type [2025-12-15,18:50:02.896] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,18:50:04.639] [DEBUG] 6 processes running of frp type [2025-12-15,19:05:02.904] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,19:05:04.674] [DEBUG] 6 processes running of frp type [2025-12-15,19:20:02.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,19: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' [2025-12-15,19:35:03.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,19:35:05.130] [DEBUG] 6 processes running of frp type [2025-12-15,19:50:02.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,19:50:04.336] [DEBUG] 6 processes running of frp type [2025-12-15,20:05:02.615] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,20:05:04.861] [DEBUG] 6 processes running of frp type [2025-12-15,20:20:02.071] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,20:20:05.521] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,20:35:02.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,20:35:04.506] [DEBUG] 6 processes running of frp type [2025-12-15,20:50:02.886] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,20:50:05.065] [DEBUG] 6 processes running of frp type [2025-12-15,21:05:02.441] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,21:05:04.792] [DEBUG] 6 processes running of frp type [2025-12-15,21:20:01.972] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,21:20:06.939] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,21:35:02.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,21:35:05.397] [DEBUG] 6 processes running of frp type [2025-12-15,21:50:02.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,21:50:04.365] [DEBUG] 6 processes running of frp type [2025-12-15,22:05:02.895] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,22:05:05.030] [DEBUG] 6 processes running of frp type [2025-12-15,22:20:02.365] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,22: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' [2025-12-15,22:35:02.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,22:35:04.210] [DEBUG] 6 processes running of frp type [2025-12-15,22:50:02.795] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,22:50:04.650] [DEBUG] 6 processes running of frp type [2025-12-15,23:05:03.066] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,23:05:05.053] [DEBUG] 6 processes running of frp type [2025-12-15,23:20:02.447] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,23: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' [2025-12-15,23:35:02.398] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,23:35:04.249] [DEBUG] 6 processes running of frp type [2025-12-15,23:50:03.067] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-15,23:50:04.788] [DEBUG] 6 processes running of frp type [2025-12-16,00:05:02.277] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,00:05:04.258] [DEBUG] 6 processes running of frp type [2025-12-16,00:20:02.513] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,00: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' [2025-12-16,00:35:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,00:35:04.149] [DEBUG] 6 processes running of frp type [2025-12-16,00:50:03.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,00:50:04.923] [DEBUG] 6 processes running of frp type [2025-12-16,01:05:02.362] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,01:05:04.374] [DEBUG] 6 processes running of frp type [2025-12-16,01:20:02.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,01: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-16,01:35:02.605] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,01:35:04.428] [DEBUG] 6 processes running of frp type [2025-12-16,01:50:02.226] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,01:50:03.989] [DEBUG] 6 processes running of frp type [2025-12-16,02:05:02.321] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,02:05:04.382] [DEBUG] 6 processes running of frp type [2025-12-16,02:20:02.650] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,02: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-16,02:35:02.520] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,02:35:04.285] [DEBUG] 6 processes running of frp type [2025-12-16,02:50:02.798] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,02:50:04.620] [DEBUG] 6 processes running of frp type [2025-12-16,03:05:03.058] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,03:05:04.819] [DEBUG] 6 processes running of frp type [2025-12-16,03:20:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,03: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-16,03:35:03.048] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,03:35:04.784] [DEBUG] 6 processes running of frp type [2025-12-16,03:50:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,03:50:04.305] [DEBUG] 6 processes running of frp type [2025-12-16,04:05:02.771] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,04:05:04.460] [DEBUG] 6 processes running of frp type [2025-12-16,04:20:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,04: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-16,04:35:02.718] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,04:35:04.459] [DEBUG] 6 processes running of frp type [2025-12-16,04:50:03.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,04:50:04.909] [DEBUG] 6 processes running of frp type [2025-12-16,05:05:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,05:05:04.258] [DEBUG] 6 processes running of frp type [2025-12-16,05:20:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,05:20:04.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-16,05:35:02.420] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,05:35:04.093] [DEBUG] 6 processes running of frp type [2025-12-16,05:50:02.820] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,05:50:04.639] [DEBUG] 6 processes running of frp type [2025-12-16,06:05:03.050] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,06:05:04.979] [DEBUG] 6 processes running of frp type [2025-12-16,06:20:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,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-16,06:30:40.934] [INFO] Initializing BusSpeedStateManager V2 [2025-12-16,06:30:40.938] [INFO] LocationSqlManager initialising [2025-12-16,06:30:40.939] [INFO] Location DB initialising [2025-12-16,06:30:40.949] [INFO] LocationSqlManager initialisation complete [2025-12-16,06:30:40.950] [DEBUG] UploadManager Init [2025-12-16,06:30:40.950] [DEBUG] UploadManager Init Complete [2025-12-16,06:30:40.953] [INFO] Initializing GPS... [2025-12-16,06:30:40.957] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,06:32:29.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,06:32:31.110] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-16,06:32:39.206] [DEBUG] Log Upload Complete! [2025-12-16,06:35:29.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,06:35:31.312] [DEBUG] Remote Access Enabled [2025-12-16,06:35:32.679] [INFO] Server Address: 138.201.17.179 [2025-12-16,06:35:32.680] [INFO] Server Port: 7000 [2025-12-16,06:35:32.689] [DEBUG] Starting Remote Access! 2025-12-16 06:35:32.866 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-16 06:35:32.866 [I] [client/service.go:294] try to connect to server... 2025-12-16 06:35:33.855 [I] [client/service.go:286] [7a9a90378d64e120] login to server success, get run id [7a9a90378d64e120] 2025-12-16 06:35:33.855 [I] [proxy/proxy_manager.go:173] [7a9a90378d64e120] proxy added: [DNL01B4203] 2025-12-16 06:35:34.187 [I] [client/control.go:168] [7a9a90378d64e120] [DNL01B4203] start proxy success [2025-12-16,06:50:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,06:50:04.381] [DEBUG] 6 processes running of frp type [2025-12-16,07:05:02.771] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,07:05:04.652] [DEBUG] 6 processes running of frp type [2025-12-16,07:20:02.773] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,07: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' [2025-12-16,07:35:02.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,07:35:04.355] [DEBUG] 6 processes running of frp type [2025-12-16,07:50:02.886] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,07:50:04.613] [DEBUG] 6 processes running of frp type [2025-12-16,08:02:02.901] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,08:02:04.539] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-16,08:02:14.113] [DEBUG] Log Upload Complete! [2025-12-16,08:05:03.446] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,08:05:05.263] [DEBUG] 6 processes running of frp type [2025-12-16,08:20:02.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,08: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' [2025-12-16,08:35:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,08:35:04.605] [DEBUG] 6 processes running of frp type [2025-12-16,08:50:02.092] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,08:50:03.906] [DEBUG] 6 processes running of frp type [2025-12-16,09:05:02.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,09:05:04.100] [DEBUG] 6 processes running of frp type [2025-12-16,09:20:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,09: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' [2025-12-16,09:35:02.503] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,09:35:04.271] [DEBUG] 6 processes running of frp type [2025-12-16,09:50:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,09:50:04.038] [DEBUG] 6 processes running of frp type [2025-12-16,10:05:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,10:05:04.084] [DEBUG] 6 processes running of frp type [2025-12-16,10:20:02.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,10:20:04.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-16,10:35:02.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,10:35:03.863] [DEBUG] 6 processes running of frp type [2025-12-16,10:50:02.114] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,10:50:03.886] [DEBUG] 6 processes running of frp type [2025-12-16,11:05:02.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,11:05:03.925] [DEBUG] 6 processes running of frp type [2025-12-16,11:20:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,11: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' [2025-12-16,11:35:02.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,11:35:04.004] [DEBUG] 6 processes running of frp type [2025-12-16,11:50:02.440] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,11:50:04.237] [DEBUG] 6 processes running of frp type [2025-12-16,12:05:02.479] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,12:05:04.284] [DEBUG] 6 processes running of frp type [2025-12-16,12:20:02.681] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,12: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' [2025-12-16,12:35:02.695] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,12:35:04.599] [DEBUG] 6 processes running of frp type [2025-12-16,12:50:02.745] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,12:50:05.420] [DEBUG] 6 processes running of frp type [2025-12-16,13:05:02.701] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,13:05:04.447] [DEBUG] 6 processes running of frp type [2025-12-16,13:20:03.070] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,13: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' [2025-12-16,13:35:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,13:35:04.277] [DEBUG] 6 processes running of frp type [2025-12-16,13:50:03.092] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,13:50:04.798] [DEBUG] 6 processes running of frp type [2025-12-16,14:05:02.292] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,14:05:04.063] [DEBUG] 6 processes running of frp type [2025-12-16,14:20:02.339] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,14: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' [2025-12-16,14:35:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,14:35:04.107] [DEBUG] 6 processes running of frp type [2025-12-16,14:50:02.943] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,14:50:04.758] [DEBUG] 6 processes running of frp type [2025-12-16,15:05:02.253] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,15:05:04.167] [DEBUG] 6 processes running of frp type [2025-12-16,15:20:02.346] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,15:20:04.237] [DEBUG] 6 processes running of frp type [2025-12-16,15:24:37.936] [INFO] Initializing BusSpeedStateManager V2 [2025-12-16,15:24:37.941] [INFO] LocationSqlManager initialising [2025-12-16,15:24:37.942] [INFO] Location DB initialising [2025-12-16,15:24:37.952] [INFO] LocationSqlManager initialisation complete [2025-12-16,15:24:37.953] [DEBUG] UploadManager Init [2025-12-16,15:24:37.953] [DEBUG] UploadManager Init Complete [2025-12-16,15:24:37.956] [INFO] Initializing GPS... [2025-12-16,15:24:37.958] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:25.529] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,15:26:27.245] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,15:26:54.639] [DEBUG] Log Upload Complete! [2025-12-16,15:29:25.664] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,15:29:27.348] [DEBUG] Remote Access Enabled [2025-12-16,15:29:28.754] [INFO] Server Address: 138.201.17.179 [2025-12-16,15:29:28.756] [INFO] Server Port: 7000 [2025-12-16,15:29:28.764] [DEBUG] Starting Remote Access! 2025-12-16 15:29:28.948 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-16 15:29:28.949 [I] [client/service.go:294] try to connect to server... 2025-12-16 15:29:30.018 [I] [client/service.go:286] [c1c7566f0d424b00] login to server success, get run id [c1c7566f0d424b00] 2025-12-16 15:29:30.020 [I] [proxy/proxy_manager.go:173] [c1c7566f0d424b00] proxy added: [DNL01B4203] 2025-12-16 15:29:30.368 [I] [client/control.go:168] [c1c7566f0d424b00] [DNL01B4203] start proxy success [2025-12-16,15:35:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,15:35:04.412] [DEBUG] 6 processes running of frp type [2025-12-16,15:50:01.917] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,15:50:03.652] [DEBUG] 6 processes running of frp type [2025-12-16,16:05:02.853] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,16:05:04.978] [DEBUG] 6 processes running of frp type [2025-12-16,16:20:02.067] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,16:20:03.942] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,16:35:03.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,16:35:05.052] [DEBUG] 6 processes running of frp type [2025-12-16,16:50:02.784] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,16:50:04.624] [DEBUG] 6 processes running of frp type 2025-12-16 16:57:50.114 [I] [client/service.go:294] [c1c7566f0d424b00] try to connect to server... 2025-12-16 16:58:00.116 [W] [client/service.go:297] [c1c7566f0d424b00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 16:58:00.117 [I] [client/service.go:294] [c1c7566f0d424b00] try to connect to server... 2025-12-16 16:58:10.119 [W] [client/service.go:297] [c1c7566f0d424b00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 16:58:10.120 [I] [client/service.go:294] [c1c7566f0d424b00] try to connect to server... 2025-12-16 16:58:20.122 [W] [client/service.go:297] [c1c7566f0d424b00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 16:58:20.123 [I] [client/service.go:294] [c1c7566f0d424b00] try to connect to server... 2025-12-16 16:58:30.125 [W] [client/service.go:297] [c1c7566f0d424b00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 16:58:30.126 [I] [client/service.go:294] [c1c7566f0d424b00] try to connect to server... 2025-12-16 16:58:40.127 [W] [client/service.go:297] [c1c7566f0d424b00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 16:59:00.128 [I] [client/service.go:294] [c1c7566f0d424b00] try to connect to server... 2025-12-16 16:59:10.130 [W] [client/service.go:297] [c1c7566f0d424b00] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 16:59:30.131 [I] [client/service.go:294] [c1c7566f0d424b00] try to connect to server... 2025-12-16 16:59:31.691 [I] [client/service.go:286] [c1c7566f0d424b00] login to server success, get run id [c1c7566f0d424b00] 2025-12-16 16:59:31.692 [I] [proxy/proxy_manager.go:173] [c1c7566f0d424b00] proxy added: [DNL01B4203] 2025-12-16 16:59:32.327 [I] [client/control.go:168] [c1c7566f0d424b00] [DNL01B4203] start proxy success [2025-12-16,17:05:03.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,17:05:05.825] [DEBUG] 6 processes running of frp type [2025-12-16,17:20:01.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,17: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' [2025-12-16,17:35:02.615] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,17:35:04.650] [DEBUG] 6 processes running of frp type [2025-12-16,17:50:02.411] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,17:50:04.162] [DEBUG] 6 processes running of frp type [2025-12-16,18:05:03.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,18:05:05.831] [DEBUG] 6 processes running of frp type [2025-12-16,18:20:02.411] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,18:20:04.809] [DEBUG] 6 processes running of frp type [2025-12-16,18:25:42.053] [INFO] Initializing BusSpeedStateManager V2 [2025-12-16,18:25:42.058] [INFO] LocationSqlManager initialising [2025-12-16,18:25:42.058] [INFO] Location DB initialising [2025-12-16,18:25:42.067] [INFO] LocationSqlManager initialisation complete [2025-12-16,18:25:42.068] [DEBUG] UploadManager Init [2025-12-16,18:25:42.068] [DEBUG] UploadManager Init Complete [2025-12-16,18:25:42.071] [INFO] Initializing GPS... [2025-12-16,18:25: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' [2025-12-16,18:27:29.965] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,18:27:31.669] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:27:41.993] [DEBUG] Log Upload Complete! [2025-12-16,18:30:30.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,18:30:32.183] [DEBUG] Remote Access Enabled [2025-12-16,18:30:48.004] [INFO] Server Address: 138.201.17.179 [2025-12-16,18:30:48.006] [INFO] Server Port: 7000 [2025-12-16,18:30:48.011] [DEBUG] Starting Remote Access! 2025-12-16 18:30:48.146 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-16 18:30:48.146 [I] [client/service.go:294] try to connect to server... 2025-12-16 18:30:49.117 [I] [client/service.go:286] [46aae280be01d343] login to server success, get run id [46aae280be01d343] 2025-12-16 18:30:49.119 [I] [proxy/proxy_manager.go:173] [46aae280be01d343] proxy added: [DNL01B4203] 2025-12-16 18:30:49.439 [I] [client/control.go:168] [46aae280be01d343] [DNL01B4203] start proxy success [2025-12-16,18:35:02.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,18:35:06.000] [DEBUG] 6 processes running of frp type [2025-12-16,18:50:02.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,18:50:03.822] [DEBUG] 6 processes running of frp type [2025-12-16,19:05:02.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,19:05:03.966] [DEBUG] 6 processes running of frp type [2025-12-16,19:20:02.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,19:20:04.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-16,19:35:02.078] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,19:35:03.925] [DEBUG] 6 processes running of frp type [2025-12-16,19:50:02.945] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,19:50:10.227] [DEBUG] 6 processes running of frp type [2025-12-16,20:05:02.568] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,20:05:04.850] [DEBUG] 6 processes running of frp type [2025-12-16,20:20:02.247] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,20: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-16,20:35:02.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,20:35:04.373] [DEBUG] 6 processes running of frp type [2025-12-16,20:50:02.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,20:50:04.446] [DEBUG] 6 processes running of frp type [2025-12-16,21:05:02.748] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,21:05:06.381] [DEBUG] 6 processes running of frp type [2025-12-16,21:20:02.666] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,21:20:05.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' [2025-12-16,21:35:02.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,21:35:05.683] [DEBUG] 6 processes running of frp type [2025-12-16,21:50:02.322] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,21:50:04.440] [DEBUG] 6 processes running of frp type [2025-12-16,22:05:02.875] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,22:05:04.842] [DEBUG] 6 processes running of frp type [2025-12-16,22:20:02.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,22:20:04.279] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,22:35:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,22:35:04.523] [DEBUG] 6 processes running of frp type [2025-12-16,22:50:01.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,22:50:03.954] [DEBUG] 6 processes running of frp type [2025-12-16,23:05:02.389] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,23:05:04.126] [DEBUG] 6 processes running of frp type [2025-12-16,23:20:02.389] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,23: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-16,23:35:02.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,23:35:04.236] [DEBUG] 6 processes running of frp type [2025-12-16,23:50:02.917] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-16,23:50:04.675] [DEBUG] 6 processes running of frp type [2025-12-17,00:05:03.206] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,00:05:04.948] [DEBUG] 6 processes running of frp type [2025-12-17,00:20:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,00:20:04.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,00:35:02.247] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,00:35:04.167] [DEBUG] 6 processes running of frp type [2025-12-17,00:50:02.740] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,00:50:04.534] [DEBUG] 6 processes running of frp type [2025-12-17,01:05:02.996] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,01:05:04.818] [DEBUG] 6 processes running of frp type [2025-12-17,01:20:01.894] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,01: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' [2025-12-17,01:35:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,01:35:04.483] [DEBUG] 6 processes running of frp type [2025-12-17,01:50:02.042] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,01:50:03.759] [DEBUG] 6 processes running of frp type [2025-12-17,02:05:02.098] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,02:05:03.984] [DEBUG] 6 processes running of frp type [2025-12-17,02:20:02.270] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,02:20:04.057] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,02:35:03.136] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,02:35:04.940] [DEBUG] 6 processes running of frp type [2025-12-17,02:50:02.630] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,02:50:04.320] [DEBUG] 6 processes running of frp type [2025-12-17,03:05:02.754] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,03:05:04.914] [DEBUG] 6 processes running of frp type [2025-12-17,03:20:02.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,03: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' [2025-12-17,03:35:03.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,03:35:04.973] [DEBUG] 6 processes running of frp type [2025-12-17,03:50:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,03:50:04.492] [DEBUG] 6 processes running of frp type [2025-12-17,04:05:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,04:05:04.782] [DEBUG] 6 processes running of frp type [2025-12-17,04:20:02.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,04:20:03.739] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,04:35:02.818] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,04:35:04.890] [DEBUG] 6 processes running of frp type [2025-12-17,04:50:02.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,04:50:04.232] [DEBUG] 6 processes running of frp type [2025-12-17,05:05:02.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,05:05:04.427] [DEBUG] 6 processes running of frp type [2025-12-17,05:20:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,05: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' [2025-12-17,05:35:02.532] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,05:35:04.178] [DEBUG] 6 processes running of frp type [2025-12-17,05:50:02.773] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,05:50:04.521] [DEBUG] 6 processes running of frp type [2025-12-17,06:05:02.921] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,06:05:04.754] [DEBUG] 6 processes running of frp type [2025-12-17,06:20:01.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,06:20:03.685] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,06:30:40.869] [INFO] Initializing BusSpeedStateManager V2 [2025-12-17,06:30:40.872] [INFO] LocationSqlManager initialising [2025-12-17,06:30:40.872] [INFO] Location DB initialising [2025-12-17,06:30:40.882] [INFO] LocationSqlManager initialisation complete [2025-12-17,06:30:40.882] [DEBUG] UploadManager Init [2025-12-17,06:30:40.883] [DEBUG] UploadManager Init Complete [2025-12-17,06:30:40.885] [INFO] Initializing GPS... [2025-12-17,06:30:40.887] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,06:32:29.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,06:32:31.432] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-17,06:32:37.036] [DEBUG] Log Upload Complete! [2025-12-17,06:35:29.625] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,06:35:31.423] [DEBUG] Remote Access Enabled [2025-12-17,06:35:33.777] [INFO] Server Address: 138.201.17.179 [2025-12-17,06:35:33.779] [INFO] Server Port: 7000 [2025-12-17,06:35:33.788] [DEBUG] Starting Remote Access! 2025-12-17 06:35:33.942 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-17 06:35:33.943 [I] [client/service.go:294] try to connect to server... 2025-12-17 06:35:34.943 [I] [client/service.go:286] [158712ad092a8308] login to server success, get run id [158712ad092a8308] 2025-12-17 06:35:34.944 [I] [proxy/proxy_manager.go:173] [158712ad092a8308] proxy added: [DNL01B4203] 2025-12-17 06:35:35.292 [I] [client/control.go:168] [158712ad092a8308] [DNL01B4203] start proxy success [2025-12-17,06:50:03.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,06:50:05.032] [DEBUG] 6 processes running of frp type [2025-12-17,07:05:02.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,07:05:04.231] [DEBUG] 6 processes running of frp type [2025-12-17,07:20:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,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-17,07:35:01.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,07:35:03.704] [DEBUG] 6 processes running of frp type [2025-12-17,07:50:02.420] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,07:50:04.203] [DEBUG] 6 processes running of frp type [2025-12-17,08:02:02.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,08:02:04.014] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:14.783] [DEBUG] Log Upload Complete! [2025-12-17,08:05:02.650] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,08:05:04.449] [DEBUG] 6 processes running of frp type [2025-12-17,08:20:02.768] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,08:20:04.444] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,08:35:02.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,08:35:03.903] [DEBUG] 6 processes running of frp type [2025-12-17,08:50:02.843] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,08:50:04.553] [DEBUG] 6 processes running of frp type [2025-12-17,09:05:03.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,09:05:04.868] [DEBUG] 6 processes running of frp type [2025-12-17,09:20:02.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,09:20:03.854] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,09:35:03.442] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,09:35:05.189] [DEBUG] 6 processes running of frp type [2025-12-17,09:50:03.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,09:50:04.876] [DEBUG] 6 processes running of frp type [2025-12-17,10:05:02.351] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,10:05:04.053] [DEBUG] 6 processes running of frp type [2025-12-17,10:20:02.155] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,10: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' [2025-12-17,10:35:02.991] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,10:35:04.786] [DEBUG] 6 processes running of frp type [2025-12-17,10:50:02.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,10:50:03.887] [DEBUG] 6 processes running of frp type [2025-12-17,11:05:02.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,11:05:03.969] [DEBUG] 6 processes running of frp type [2025-12-17,11:20:02.353] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,11:20:04.061] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,11:35:03.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,11:35:05.090] [DEBUG] 6 processes running of frp type [2025-12-17,11:50:02.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,11:50:05.058] [DEBUG] 6 processes running of frp type [2025-12-17,12:05:02.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,12:05:04.049] [DEBUG] 6 processes running of frp type [2025-12-17,12:20:02.343] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,12: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' [2025-12-17,12:35:03.184] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,12:35:04.874] [DEBUG] 6 processes running of frp type [2025-12-17,12:50:02.595] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,12:50:04.525] [DEBUG] 6 processes running of frp type [2025-12-17,13:05:02.959] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,13:05:04.706] [DEBUG] 6 processes running of frp type [2025-12-17,13:20:01.980] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,13:20:03.713] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,13:35:03.026] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,13:35:04.739] [DEBUG] 6 processes running of frp type [2025-12-17,13:50:02.414] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,13:50:04.138] [DEBUG] 6 processes running of frp type [2025-12-17,14:05:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,14:05:04.426] [DEBUG] 6 processes running of frp type [2025-12-17,14:20:02.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,14: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' [2025-12-17,14:35:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,14:35:04.161] [DEBUG] 6 processes running of frp type [2025-12-17,14:50:03.008] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,14:50:04.863] [DEBUG] 6 processes running of frp type [2025-12-17,15:05:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,15:05:03.936] [DEBUG] 6 processes running of frp type [2025-12-17,15:20:02.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,15: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' [2025-12-17,15:35:03.128] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,15:35:04.942] [DEBUG] 6 processes running of frp type [2025-12-17,15:50:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,15:50:04.568] [DEBUG] 6 processes running of frp type [2025-12-17,16:05:03.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,16:05:05.307] [DEBUG] 6 processes running of frp type [2025-12-17,16:20:02.622] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,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' [2025-12-17,16:35:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,16:35:04.288] [DEBUG] 6 processes running of frp type [2025-12-17,16:50:02.155] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,16:50:03.874] [DEBUG] 6 processes running of frp type [2025-12-17,17:05:02.278] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,17:05:03.960] [DEBUG] 6 processes running of frp type [2025-12-17,17:20:02.296] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,17: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' [2025-12-17,17:35:03.261] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,17:35:04.890] [DEBUG] 6 processes running of frp type [2025-12-17,17:50:02.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,17:50:04.621] [DEBUG] 6 processes running of frp type [2025-12-17,18:05:03.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,18:05:05.241] [DEBUG] 6 processes running of frp type [2025-12-17,18:20:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,18:20:04.489] [DEBUG] 6 processes running of frp type [2025-12-17,18:25:41.743] [INFO] Initializing BusSpeedStateManager V2 [2025-12-17,18:25:41.748] [INFO] LocationSqlManager initialising [2025-12-17,18:25:41.749] [INFO] Location DB initialising [2025-12-17,18:25:41.759] [INFO] LocationSqlManager initialisation complete [2025-12-17,18:25:41.760] [DEBUG] UploadManager Init [2025-12-17,18:25:41.761] [DEBUG] UploadManager Init Complete [2025-12-17,18:25:41.766] [INFO] Initializing GPS... [2025-12-17,18:25:41.769] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,18:27:29.696] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,18:27:31.348] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-17,18:27:40.263] [DEBUG] Log Upload Complete! [2025-12-17,18:30:29.911] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,18:30:31.645] [DEBUG] Remote Access Enabled [2025-12-17,18:30:33.037] [INFO] Server Address: 138.201.17.179 [2025-12-17,18:30:33.038] [INFO] Server Port: 7000 [2025-12-17,18:30:33.047] [DEBUG] Starting Remote Access! 2025-12-17 18:30:33.229 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-17 18:30:33.230 [I] [client/service.go:294] try to connect to server... 2025-12-17 18:30:34.179 [I] [client/service.go:286] [662eb1560eb3953c] login to server success, get run id [662eb1560eb3953c] 2025-12-17 18:30:34.180 [I] [proxy/proxy_manager.go:173] [662eb1560eb3953c] proxy added: [DNL01B4203] 2025-12-17 18:30:34.531 [I] [client/control.go:168] [662eb1560eb3953c] [DNL01B4203] start proxy success [2025-12-17,18:35:02.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,18:35:04.602] [DEBUG] 6 processes running of frp type [2025-12-17,18:50:02.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,18:50:04.021] [DEBUG] 6 processes running of frp type [2025-12-17,19:05:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,19:05:04.557] [DEBUG] 6 processes running of frp type [2025-12-17,19:20:02.949] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,19:20:05.593] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,19:35:02.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,19:35:04.719] [DEBUG] 6 processes running of frp type [2025-12-17,19:50:02.452] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,19:50:04.507] [DEBUG] 6 processes running of frp type [2025-12-17,20:05:03.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,20:05:05.187] [DEBUG] 6 processes running of frp type [2025-12-17,20:20:02.406] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,20: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' [2025-12-17,20:35:02.374] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,20:35:04.581] [DEBUG] 6 processes running of frp type [2025-12-17,20:50:02.330] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,20:50:05.603] [DEBUG] 6 processes running of frp type [2025-12-17,21:05:03.149] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,21:05:06.194] [DEBUG] 6 processes running of frp type [2025-12-17,21:20:02.525] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,21:20:04.700] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,21:35:02.372] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-17,21:35:05.614] [DEBUG] 6 processes running of frp type [2025-12-17,21:44:21.748] [INFO] Initializing BusSpeedStateManager V2 [2025-12-17,21:44:21.754] [INFO] LocationSqlManager initialising [2025-12-17,21:44:21.754] [INFO] Location DB initialising [2025-12-17,21:44:21.764] [INFO] LocationSqlManager initialisation complete [2025-12-17,21:44:21.764] [DEBUG] UploadManager Init [2025-12-17,21:44:21.765] [DEBUG] UploadManager Init Complete [2025-12-17,21:44:21.768] [INFO] Initializing GPS... [2025-12-17,21:44:21.769] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,21:49:10.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-12-18,00:35:53.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,00:35:55.756] [DEBUG] Remote Access Enabled [2025-12-18,00:35:57.038] [INFO] Server Address: 138.201.17.179 [2025-12-18,00:35:57.039] [INFO] Server Port: 7000 [2025-12-18,00:35:57.048] [DEBUG] Starting Remote Access! 2025-12-18 00:35:57.253 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-18 00:35:57.254 [I] [client/service.go:294] try to connect to server... 2025-12-18 00:35:58.248 [I] [client/service.go:286] [d05a822761c22b37] login to server success, get run id [d05a822761c22b37] 2025-12-18 00:35:58.248 [I] [proxy/proxy_manager.go:173] [d05a822761c22b37] proxy added: [DNL01B4203] 2025-12-18 00:35:58.587 [I] [client/control.go:168] [d05a822761c22b37] [DNL01B4203] start proxy success [2025-12-18,00:50:02.752] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,00:50:04.455] [DEBUG] 6 processes running of frp type [2025-12-18,01:05:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,01:05:04.656] [DEBUG] 6 processes running of frp type [2025-12-18,01:20:03.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,01:20:04.947] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.019] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,01:35:03.731] [DEBUG] 6 processes running of frp type [2025-12-18,01:50:02.174] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,01:50:03.925] [DEBUG] 6 processes running of frp type [2025-12-18,02:05:02.413] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,02:05:04.257] [DEBUG] 6 processes running of frp type [2025-12-18,02:20:02.510] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,02: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' [2025-12-18,02:35:02.296] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,02:35:04.026] [DEBUG] 6 processes running of frp type [2025-12-18,02:50:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,02:50:04.209] [DEBUG] 6 processes running of frp type [2025-12-18,03:05:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,03:05:04.619] [DEBUG] 6 processes running of frp type [2025-12-18,03:20:02.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,03: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' [2025-12-18,03:35:02.410] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,03:35:04.141] [DEBUG] 6 processes running of frp type [2025-12-18,03:50:02.910] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,03:50:04.664] [DEBUG] 6 processes running of frp type [2025-12-18,04:05:03.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,04:05:04.828] [DEBUG] 6 processes running of frp type [2025-12-18,04:20:02.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,04:20:03.920] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,04:35:02.492] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,04:35:04.241] [DEBUG] 6 processes running of frp type [2025-12-18,04:50:02.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,04:50:04.706] [DEBUG] 6 processes running of frp type [2025-12-18,05:05:03.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,05:05:05.069] [DEBUG] 6 processes running of frp type [2025-12-18,05:20:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,05: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' [2025-12-18,05:35:02.947] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,05:35:04.676] [DEBUG] 6 processes running of frp type [2025-12-18,05:50:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,05:50:04.075] [DEBUG] 6 processes running of frp type [2025-12-18,06:05:02.427] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,06:05:04.258] [DEBUG] 6 processes running of frp type [2025-12-18,06:20:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,06: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-18,06:30:41.392] [INFO] Initializing BusSpeedStateManager V2 [2025-12-18,06:30:41.400] [INFO] LocationSqlManager initialising [2025-12-18,06:30:41.401] [INFO] Location DB initialising [2025-12-18,06:30:41.412] [INFO] LocationSqlManager initialisation complete [2025-12-18,06:30:41.414] [DEBUG] UploadManager Init [2025-12-18,06:30:41.414] [DEBUG] UploadManager Init Complete [2025-12-18,06:30:41.419] [INFO] Initializing GPS... [2025-12-18,06:30:41.422] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,06:32:30.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,06:32:32.173] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-18,06:32:39.086] [DEBUG] Log Upload Complete! [2025-12-18,06:35:30.544] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,06:35:32.252] [DEBUG] Remote Access Enabled [2025-12-18,06:35:33.526] [INFO] Server Address: 138.201.17.179 [2025-12-18,06:35:33.527] [INFO] Server Port: 7000 [2025-12-18,06:35:33.532] [DEBUG] Starting Remote Access! 2025-12-18 06:35:33.690 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-18 06:35:33.691 [I] [client/service.go:294] try to connect to server... 2025-12-18 06:35:34.674 [I] [client/service.go:286] [01c06259faf55afd] login to server success, get run id [01c06259faf55afd] 2025-12-18 06:35:34.675 [I] [proxy/proxy_manager.go:173] [01c06259faf55afd] proxy added: [DNL01B4203] 2025-12-18 06:35:35.005 [I] [client/control.go:168] [01c06259faf55afd] [DNL01B4203] start proxy success [2025-12-18,06:50:02.324] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,06:50:04.037] [DEBUG] 6 processes running of frp type [2025-12-18,07:05:02.362] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,07:05:04.092] [DEBUG] 6 processes running of frp type [2025-12-18,07:20:02.286] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,07: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' [2025-12-18,07:35:02.795] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,07:35:04.659] [DEBUG] 6 processes running of frp type [2025-12-18,07:50:02.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,07:50:04.934] [DEBUG] 6 processes running of frp type [2025-12-18,08:02:02.259] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,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( [2025-12-18,08:02:18.789] [DEBUG] Log Upload Complete! [2025-12-18,08:05:02.693] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,08:05:04.618] [DEBUG] 6 processes running of frp type [2025-12-18,08:20:03.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,08:20:04.852] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,08:35:02.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,08:35:04.657] [DEBUG] 6 processes running of frp type [2025-12-18,08:50:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,08:50:04.234] [DEBUG] 6 processes running of frp type [2025-12-18,09:05:02.729] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,09:05:04.518] [DEBUG] 6 processes running of frp type [2025-12-18,09:20:02.966] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,09:20:04.725] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,09:35:02.501] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,09:35:04.310] [DEBUG] 6 processes running of frp type [2025-12-18,09:50:03.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,09:50:05.003] [DEBUG] 6 processes running of frp type [2025-12-18,10:05:02.713] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,10:05:04.475] [DEBUG] 6 processes running of frp type [2025-12-18,10:20:02.925] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,10:20:04.677] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,10:35:02.542] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,10:35:04.305] [DEBUG] 6 processes running of frp type [2025-12-18,10:50:03.033] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,10:50:04.827] [DEBUG] 6 processes running of frp type [2025-12-18,11:05:01.981] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,11:05:03.933] [DEBUG] 6 processes running of frp type [2025-12-18,11:20:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,11: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-18,11:35:02.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,11:35:04.227] [DEBUG] 6 processes running of frp type [2025-12-18,11:50:02.876] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,11:50:04.680] [DEBUG] 6 processes running of frp type [2025-12-18,12:05:02.979] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,12:05:04.776] [DEBUG] 6 processes running of frp type [2025-12-18,12:12:13.133] [INFO] Initializing BusSpeedStateManager V2 [2025-12-18,12:12:13.138] [INFO] LocationSqlManager initialising [2025-12-18,12:12:13.139] [INFO] Location DB initialising [2025-12-18,12:12:13.148] [INFO] LocationSqlManager initialisation complete [2025-12-18,12:12:13.149] [DEBUG] UploadManager Init [2025-12-18,12:12:13.149] [DEBUG] UploadManager Init Complete [2025-12-18,12:12:13.152] [INFO] Initializing GPS... [2025-12-18,12:12:13.154] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:14:38.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-18,12:17:06.678] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-18,12:17:06.760] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-18,16:50:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,16:50:04.810] [DEBUG] Remote Access Enabled [2025-12-18,16:50:06.283] [INFO] Server Address: 138.201.17.179 [2025-12-18,16:50:06.283] [INFO] Server Port: 7000 [2025-12-18,16:50:06.288] [DEBUG] Starting Remote Access! 2025-12-18 16:50:06.416 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-18 16:50:06.417 [I] [client/service.go:294] try to connect to server... 2025-12-18 16:50:07.543 [I] [client/service.go:286] [f1a8380a2a0a5d4d] login to server success, get run id [f1a8380a2a0a5d4d] 2025-12-18 16:50:07.544 [I] [proxy/proxy_manager.go:173] [f1a8380a2a0a5d4d] proxy added: [DNL01B4203] 2025-12-18 16:50:07.916 [I] [client/control.go:168] [f1a8380a2a0a5d4d] [DNL01B4203] start proxy success [2025-12-18,17:05:02.581] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,17:05:06.264] [DEBUG] 6 processes running of frp type [2025-12-18,17:20:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,17: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' [2025-12-18,17:35:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,17:35:10.785] [DEBUG] 6 processes running of frp type [2025-12-18,17:50:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,17:50:09.873] [DEBUG] 6 processes running of frp type [2025-12-18,18:05:02.229] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,18:05:04.442] [DEBUG] 6 processes running of frp type [2025-12-18,18:20:02.941] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,18:20:05.372] [DEBUG] 6 processes running of frp type [2025-12-18,18:25:40.985] [INFO] Initializing BusSpeedStateManager V2 [2025-12-18,18:25:40.990] [INFO] LocationSqlManager initialising [2025-12-18,18:25:40.991] [INFO] Location DB initialising [2025-12-18,18:25:41.000] [INFO] LocationSqlManager initialisation complete [2025-12-18,18:25:41.001] [DEBUG] UploadManager Init [2025-12-18,18:25:41.002] [DEBUG] UploadManager Init Complete [2025-12-18,18:25:41.005] [INFO] Initializing GPS... [2025-12-18,18:25:41.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-18,18:27:29.488] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,18:27:31.620] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-18,18:30:30.767] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,18:30:32.761] [DEBUG] Remote Access Enabled [2025-12-18,18:30:34.612] [INFO] Server Address: 138.201.17.179 [2025-12-18,18:30:34.613] [INFO] Server Port: 7000 [2025-12-18,18:30:34.619] [DEBUG] Starting Remote Access! 2025-12-18 18:30:34.752 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-18 18:30:34.753 [I] [client/service.go:294] try to connect to server... 2025-12-18 18:30:35.904 [I] [client/service.go:286] [7b6d91a6aaa455e6] login to server success, get run id [7b6d91a6aaa455e6] 2025-12-18 18:30:35.906 [I] [proxy/proxy_manager.go:173] [7b6d91a6aaa455e6] proxy added: [DNL01B4203] 2025-12-18 18:30:36.552 [I] [client/control.go:168] [7b6d91a6aaa455e6] [DNL01B4203] start proxy success [2025-12-18,18:35:06.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,18:35:13.732] [DEBUG] 6 processes running of frp type [2025-12-18,18:50:02.909] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,18:50:05.632] [DEBUG] 6 processes running of frp type [2025-12-18,19:05:08.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,19:05:11.003] [DEBUG] 6 processes running of frp type [2025-12-18,19:20:02.353] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,19: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' [2025-12-18,19:35:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,19:35:16.343] [DEBUG] 6 processes running of frp type [2025-12-18,19:50:02.844] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,19:50:05.907] [DEBUG] 6 processes running of frp type [2025-12-18,20:05:02.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,20:05:05.016] [DEBUG] 6 processes running of frp type [2025-12-18,20:20:02.467] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,20:20:06.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-18,20:35:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,20:35:10.235] [DEBUG] 6 processes running of frp type [2025-12-18,20:50:01.886] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,20:50:05.915] [DEBUG] 6 processes running of frp type [2025-12-18,21:05:02.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,21:05:05.551] [DEBUG] 6 processes running of frp type [2025-12-18,21:20:02.722] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,21:20:05.527] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,21:35:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,21:35:09.318] [DEBUG] 6 processes running of frp type [2025-12-18,21:50:03.084] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,21:50:05.602] [DEBUG] 6 processes running of frp type [2025-12-18,22:05:03.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,22:05:05.598] [DEBUG] 6 processes running of frp type [2025-12-18,22:20:02.863] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,22:20:05.359] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,22:35:02.518] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,22:35:04.196] [DEBUG] 6 processes running of frp type [2025-12-18,22:50:02.960] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,22:50:05.118] [DEBUG] 6 processes running of frp type [2025-12-18,23:05:02.484] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,23:05:09.915] [DEBUG] 6 processes running of frp type [2025-12-18,23:20:02.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,23: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' [2025-12-18,23:35:02.838] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,23:35:04.992] [DEBUG] 6 processes running of frp type [2025-12-18,23:50:02.461] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-18,23:50:04.352] [DEBUG] 6 processes running of frp type [2025-12-19,00:05:02.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,00:05:04.958] [DEBUG] 6 processes running of frp type [2025-12-19,00:20:02.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,00: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-19,00:35:02.179] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,00:35:04.668] [DEBUG] 6 processes running of frp type [2025-12-19,00:50:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,00:50:04.090] [DEBUG] 6 processes running of frp type [2025-12-19,01:05:02.646] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,01:05:04.962] [DEBUG] 6 processes running of frp type [2025-12-19,01:20:02.348] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,01: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-19,01:35:02.814] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,01:35:04.902] [DEBUG] 6 processes running of frp type [2025-12-19,01:50:02.474] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,01:50:05.730] [DEBUG] 6 processes running of frp type [2025-12-19,02:05:02.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,02:05:04.054] [DEBUG] 6 processes running of frp type [2025-12-19,02:20:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,02:20:04.460] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,02:35:02.276] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,02:35:04.187] [DEBUG] 6 processes running of frp type [2025-12-19,02:50:02.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,02:50:04.649] [DEBUG] 6 processes running of frp type [2025-12-19,03:05:03.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,03:05:04.929] [DEBUG] 6 processes running of frp type [2025-12-19,03:20:02.298] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,03: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' [2025-12-19,03:35:03.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,03:35:04.960] [DEBUG] 6 processes running of frp type [2025-12-19,03:50:02.760] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,03:50:05.232] [DEBUG] 6 processes running of frp type [2025-12-19,04:05:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,04:05:04.695] [DEBUG] 6 processes running of frp type [2025-12-19,04:20:02.832] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,04: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-19,04:35:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,04:35:05.146] [DEBUG] 6 processes running of frp type [2025-12-19,04:50:02.589] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,04:50:04.645] [DEBUG] 6 processes running of frp type [2025-12-19,05:05:02.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,05:05:04.154] [DEBUG] 6 processes running of frp type [2025-12-19,05:20:02.647] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,05: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' [2025-12-19,05:35:02.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,05:35:04.403] [DEBUG] 6 processes running of frp type [2025-12-19,05:50:02.260] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,05:50:04.305] [DEBUG] 6 processes running of frp type [2025-12-19,06:05:02.819] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,06:05:04.991] [DEBUG] 6 processes running of frp type [2025-12-19,06:02:54.307] [INFO] Initializing BusSpeedStateManager V2 [2025-12-19,06:02:54.316] [INFO] LocationSqlManager initialising [2025-12-19,06:02:54.317] [INFO] Location DB initialising [2025-12-19,06:02:54.330] [INFO] LocationSqlManager initialisation complete [2025-12-19,06:02:54.331] [DEBUG] UploadManager Init [2025-12-19,06:02:54.332] [DEBUG] UploadManager Init Complete [2025-12-19,06:02:54.336] [INFO] Initializing GPS... [2025-12-19,06:02:54.338] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,06:07:43.235] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-19,06:17:51.871] [INFO] Initializing BusSpeedStateManager V2 [2025-12-19,06:17:51.875] [INFO] LocationSqlManager initialising [2025-12-19,06:17:51.876] [INFO] Location DB initialising [2025-12-19,06:17:51.885] [INFO] LocationSqlManager initialisation complete [2025-12-19,06:17:51.886] [DEBUG] UploadManager Init [2025-12-19,06:17:51.886] [DEBUG] UploadManager Init Complete [2025-12-19,06:17:51.889] [INFO] Initializing GPS... [2025-12-19,06:17:51.891] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,06:22:40.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-12-19,18:25:41.314] [INFO] Initializing BusSpeedStateManager V2 [2025-12-19,18:25:41.318] [INFO] LocationSqlManager initialising [2025-12-19,18:25:41.319] [INFO] Location DB initialising [2025-12-19,18:25:41.328] [INFO] LocationSqlManager initialisation complete [2025-12-19,18:25:41.329] [DEBUG] UploadManager Init [2025-12-19,18:25:41.329] [DEBUG] UploadManager Init Complete [2025-12-19,18:25:41.332] [INFO] Initializing GPS... [2025-12-19,18:25:41.334] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,18:27:29.401] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,18:27:31.263] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-19,18:27:51.085] [DEBUG] Log Upload Complete! [2025-12-19,18:30:29.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,18:30:31.511] [DEBUG] Remote Access Enabled [2025-12-19,18:30:32.933] [INFO] Server Address: 138.201.17.179 [2025-12-19,18:30:32.934] [INFO] Server Port: 7000 [2025-12-19,18:30:32.943] [DEBUG] Starting Remote Access! 2025-12-19 18:30:33.133 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-19 18:30:33.134 [I] [client/service.go:294] try to connect to server... 2025-12-19 18:30:34.641 [I] [client/service.go:286] [aa0fbcaf1d68aadf] login to server success, get run id [aa0fbcaf1d68aadf] 2025-12-19 18:30:34.641 [I] [proxy/proxy_manager.go:173] [aa0fbcaf1d68aadf] proxy added: [DNL01B4203] 2025-12-19 18:30:34.982 [I] [client/control.go:168] [aa0fbcaf1d68aadf] [DNL01B4203] start proxy success [2025-12-19,18:35:03.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,18:35:05.315] [DEBUG] 6 processes running of frp type [2025-12-19,18:50:02.786] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,18:50:04.544] [DEBUG] 6 processes running of frp type [2025-12-19,19:05:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,19:05:05.386] [DEBUG] 6 processes running of frp type [2025-12-19,19:20:02.543] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,19: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' [2025-12-19,19:35:03.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,19:35:06.444] [DEBUG] 6 processes running of frp type [2025-12-19,19:50:02.294] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,19:50:04.205] [DEBUG] 6 processes running of frp type 2025-12-19 19:58:19.335 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-19 19:58:29.337 [W] [client/service.go:297] [aa0fbcaf1d68aadf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 19:58:29.338 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-19 19:58:39.339 [W] [client/service.go:297] [aa0fbcaf1d68aadf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 19:58:39.340 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-19 19:58:49.341 [W] [client/service.go:297] [aa0fbcaf1d68aadf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 19:58:49.341 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-19 19:58:59.342 [W] [client/service.go:297] [aa0fbcaf1d68aadf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 19:58:59.343 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-19 19:59:09.345 [W] [client/service.go:297] [aa0fbcaf1d68aadf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 19:59:29.346 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-19 19:59:39.348 [W] [client/service.go:297] [aa0fbcaf1d68aadf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 19:59:59.350 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-19 20:00:02.560 [W] [client/service.go:297] [aa0fbcaf1d68aadf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-19 20:00:22.560 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-19 20:00:23.736 [I] [client/service.go:286] [aa0fbcaf1d68aadf] login to server success, get run id [aa0fbcaf1d68aadf] 2025-12-19 20:00:23.737 [I] [proxy/proxy_manager.go:173] [aa0fbcaf1d68aadf] proxy added: [DNL01B4203] 2025-12-19 20:00:24.363 [I] [client/control.go:168] [aa0fbcaf1d68aadf] [DNL01B4203] start proxy success [2025-12-19,20:05:02.647] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,20:05:05.157] [DEBUG] 6 processes running of frp type [2025-12-19,20:20:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,20:20:05.407] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,20:35:02.503] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,20:35:05.038] [DEBUG] 6 processes running of frp type [2025-12-19,20:50:02.433] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,20:50:06.064] [DEBUG] 6 processes running of frp type [2025-12-19,21:05:02.785] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,21:05:05.226] [DEBUG] 6 processes running of frp type [2025-12-19,21:20:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,21:20:07.961] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,21:35:02.583] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,21:35:10.380] [DEBUG] 6 processes running of frp type [2025-12-19,21:50:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,21:50:04.702] [DEBUG] 6 processes running of frp type [2025-12-19,22:05:02.959] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,22:05:05.313] [DEBUG] 6 processes running of frp type [2025-12-19,22:20:02.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,22: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' [2025-12-19,22:35:02.745] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,22:35:05.592] [DEBUG] 6 processes running of frp type [2025-12-19,22:50:02.403] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,22:50:04.703] [DEBUG] 6 processes running of frp type [2025-12-19,23:05:02.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,23:05:04.985] [DEBUG] 6 processes running of frp type [2025-12-19,23:20:02.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,23: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' [2025-12-19,23:35:02.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,23:35:05.461] [DEBUG] 6 processes running of frp type [2025-12-19,23:50:03.120] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-19,23:50:05.559] [DEBUG] 6 processes running of frp type [2025-12-20,00:05:02.895] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,00:05:04.966] [DEBUG] 6 processes running of frp type [2025-12-20,00:20:02.373] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,00: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' [2025-12-20,00:35:03.366] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,00:35:05.504] [DEBUG] 6 processes running of frp type [2025-12-20,00:50:03.102] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,00:50:05.046] [DEBUG] 6 processes running of frp type [2025-12-20,01:05:02.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,01:05:04.535] [DEBUG] 6 processes running of frp type [2025-12-20,01:20:02.686] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,01:20:05.003] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,01:35:02.326] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,01:35:04.271] [DEBUG] 6 processes running of frp type [2025-12-20,01:50:02.261] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,01:50:04.258] [DEBUG] 6 processes running of frp type [2025-12-20,02:05:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,02:05:05.038] [DEBUG] 6 processes running of frp type [2025-12-20,02:20:03.337] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,02:20:05.530] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,02:35:02.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,02:35:04.382] [DEBUG] 6 processes running of frp type [2025-12-20,02:50:02.330] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,02:50:04.631] [DEBUG] 6 processes running of frp type [2025-12-20,03:05:02.927] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,03:05:05.295] [DEBUG] 6 processes running of frp type [2025-12-20,03:20:02.562] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,03: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-20,03:35:02.480] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,03:35:04.754] [DEBUG] 6 processes running of frp type [2025-12-20,03:50:02.661] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,03:50:04.700] [DEBUG] 6 processes running of frp type [2025-12-20,04:05:02.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,04:05:04.890] [DEBUG] 6 processes running of frp type [2025-12-20,04:20:02.125] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,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' [2025-12-20,04:35:02.685] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,04:35:04.876] [DEBUG] 6 processes running of frp type [2025-12-20,04:50:02.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,04:50:04.989] [DEBUG] 6 processes running of frp type [2025-12-20,05:05:02.498] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,05:05:04.719] [DEBUG] 6 processes running of frp type [2025-12-20,05:20:01.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,05:20:04.497] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,05:35:02.279] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,05:35:04.487] [DEBUG] 6 processes running of frp type [2025-12-20,05:50:03.374] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,05:50:06.645] [DEBUG] 6 processes running of frp type [2025-12-20,06:05:03.110] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,06:05:05.471] [DEBUG] 6 processes running of frp type 2025-12-20 06:07:49.386 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-20 06:07:59.389 [W] [client/service.go:297] [aa0fbcaf1d68aadf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 06:07:59.390 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-20 06:08:09.391 [W] [client/service.go:297] [aa0fbcaf1d68aadf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 06:08:09.392 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-20 06:08:19.393 [W] [client/service.go:297] [aa0fbcaf1d68aadf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 06:08:19.394 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-20 06:08:29.395 [W] [client/service.go:297] [aa0fbcaf1d68aadf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 06:08:29.396 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-20 06:08:39.398 [W] [client/service.go:297] [aa0fbcaf1d68aadf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 06:08:59.399 [I] [client/service.go:294] [aa0fbcaf1d68aadf] try to connect to server... 2025-12-20 06:09:00.668 [I] [client/service.go:286] [aa0fbcaf1d68aadf] login to server success, get run id [aa0fbcaf1d68aadf] 2025-12-20 06:09:00.670 [I] [proxy/proxy_manager.go:173] [aa0fbcaf1d68aadf] proxy added: [DNL01B4203] 2025-12-20 06:09:02.635 [I] [client/control.go:168] [aa0fbcaf1d68aadf] [DNL01B4203] start proxy success [2025-12-20,06:20:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,06: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-20,06:30:41.669] [INFO] Initializing BusSpeedStateManager V2 [2025-12-20,06:30:41.673] [INFO] LocationSqlManager initialising [2025-12-20,06:30:41.673] [INFO] Location DB initialising [2025-12-20,06:30:41.683] [INFO] LocationSqlManager initialisation complete [2025-12-20,06:30:41.684] [DEBUG] UploadManager Init [2025-12-20,06:30:41.684] [DEBUG] UploadManager Init Complete [2025-12-20,06:30:41.687] [INFO] Initializing GPS... [2025-12-20,06:30:41.689] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,06:32:29.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,06:32:31.931] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-20,06:32:47.000] [DEBUG] Log Upload Complete! [2025-12-20,06:35:30.384] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,06:35:33.873] [DEBUG] Remote Access Enabled [2025-12-20,06:35:35.731] [INFO] Server Address: 138.201.17.179 [2025-12-20,06:35:35.732] [INFO] Server Port: 7000 [2025-12-20,06:35:35.741] [DEBUG] Starting Remote Access! 2025-12-20 06:35:35.955 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-20 06:35:35.955 [I] [client/service.go:294] try to connect to server... 2025-12-20 06:35:38.302 [I] [client/service.go:286] [75193468910c8ec0] login to server success, get run id [75193468910c8ec0] 2025-12-20 06:35:38.305 [I] [proxy/proxy_manager.go:173] [75193468910c8ec0] proxy added: [DNL01B4203] 2025-12-20 06:35:39.325 [I] [client/control.go:168] [75193468910c8ec0] [DNL01B4203] start proxy success [2025-12-20,06:50:02.969] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,06:50:04.875] [DEBUG] 6 processes running of frp type [2025-12-20,07:05:02.586] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,07:05:04.901] [DEBUG] 6 processes running of frp type [2025-12-20,07:13:20.627] [INFO] Initializing BusSpeedStateManager V2 [2025-12-20,07:13:20.635] [INFO] LocationSqlManager initialising [2025-12-20,07:13:20.636] [INFO] Location DB initialising [2025-12-20,07:13:20.647] [INFO] LocationSqlManager initialisation complete [2025-12-20,07:13:20.649] [DEBUG] UploadManager Init [2025-12-20,07:13:20.649] [DEBUG] UploadManager Init Complete [2025-12-20,07:13:20.654] [INFO] Initializing GPS... [2025-12-20,07:13:20.657] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,07:18:09.357] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-20,18:01:09.440] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,18:01:11.923] [DEBUG] Remote Access Enabled [2025-12-20,18:01:13.839] [INFO] Server Address: 138.201.17.179 [2025-12-20,18:01:13.841] [INFO] Server Port: 7000 [2025-12-20,18:01:13.850] [DEBUG] Starting Remote Access! 2025-12-20 18:01:14.049 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-20 18:01:14.050 [I] [client/service.go:294] try to connect to server... 2025-12-20 18:01:15.060 [I] [client/service.go:286] [6b8ed63526cadd81] login to server success, get run id [6b8ed63526cadd81] 2025-12-20 18:01:15.061 [I] [proxy/proxy_manager.go:173] [6b8ed63526cadd81] proxy added: [DNL01B4203] 2025-12-20 18:01:15.411 [I] [client/control.go:168] [6b8ed63526cadd81] [DNL01B4203] start proxy success [2025-12-20,18:05:09.918] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,18:05:12.245] [DEBUG] 6 processes running of frp type [2025-12-20,18:20:02.062] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,18:20:04.396] [DEBUG] 6 processes running of frp type [2025-12-20,18:25:42.254] [INFO] Initializing BusSpeedStateManager V2 [2025-12-20,18:25:42.260] [INFO] LocationSqlManager initialising [2025-12-20,18:25:42.260] [INFO] Location DB initialising [2025-12-20,18:25:42.270] [INFO] LocationSqlManager initialisation complete [2025-12-20,18:25:42.271] [DEBUG] UploadManager Init [2025-12-20,18:25:42.272] [DEBUG] UploadManager Init Complete [2025-12-20,18:25:42.275] [INFO] Initializing GPS... [2025-12-20,18:25:42.277] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,18:27:29.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,18:27:31.192] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-20,18:27:40.055] [DEBUG] Log Upload Complete! [2025-12-20,18:30:29.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,18:30:31.340] [DEBUG] Remote Access Enabled [2025-12-20,18:30:32.891] [INFO] Server Address: 138.201.17.179 [2025-12-20,18:30:32.893] [INFO] Server Port: 7000 [2025-12-20,18:30:32.905] [DEBUG] Starting Remote Access! 2025-12-20 18:30:33.095 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-20 18:30:33.096 [I] [client/service.go:294] try to connect to server... 2025-12-20 18:30:34.143 [I] [client/service.go:286] [59b6d0fa6786dd20] login to server success, get run id [59b6d0fa6786dd20] 2025-12-20 18:30:34.143 [I] [proxy/proxy_manager.go:173] [59b6d0fa6786dd20] proxy added: [DNL01B4203] 2025-12-20 18:30:34.463 [I] [client/control.go:168] [59b6d0fa6786dd20] [DNL01B4203] start proxy success [2025-12-20,18:35:02.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,18:35:05.678] [DEBUG] 6 processes running of frp type [2025-12-20,18:50:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,18:50:04.499] [DEBUG] 6 processes running of frp type [2025-12-20,19:05:02.827] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,19:05:05.333] [DEBUG] 6 processes running of frp type [2025-12-20,19:20:02.639] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,19: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' [2025-12-20,19:35:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,19:35:04.588] [DEBUG] 6 processes running of frp type [2025-12-20,19:50:02.305] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,19:50:04.929] [DEBUG] 6 processes running of frp type [2025-12-20,20:05:02.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,20:05:04.690] [DEBUG] 6 processes running of frp type [2025-12-20,20:20:02.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,20:20:04.659] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,20:35:02.907] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,20:35:06.614] [DEBUG] 6 processes running of frp type [2025-12-20,20:50:02.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,20:50:05.093] [DEBUG] 6 processes running of frp type [2025-12-20,21:05:02.452] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,21:05:07.499] [DEBUG] 6 processes running of frp type [2025-12-20,21:20:02.741] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,21:20:06.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-20,21:35:02.438] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,21:35:06.245] [DEBUG] 6 processes running of frp type [2025-12-20,21:50:03.031] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,21:50:05.721] [DEBUG] 6 processes running of frp type [2025-12-20,22:05:03.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,22:05:05.252] [DEBUG] 6 processes running of frp type [2025-12-20,22:20:02.538] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,22: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' [2025-12-20,22:35:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,22:35:04.206] [DEBUG] 6 processes running of frp type [2025-12-20,22:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,22:50:05.320] [DEBUG] 6 processes running of frp type [2025-12-20,23:05:02.801] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,23:05:04.747] [DEBUG] 6 processes running of frp type [2025-12-20,23:20:02.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,23:20:04.666] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,23:35:02.829] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,23:35:05.158] [DEBUG] 6 processes running of frp type [2025-12-20,23:50:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-20,23:50:04.534] [DEBUG] 6 processes running of frp type [2025-12-21,00:05:02.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,00:05:05.326] [DEBUG] 6 processes running of frp type [2025-12-21,00:20:03.570] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,00:20:05.692] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,00:35:02.603] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,00:35:04.705] [DEBUG] 6 processes running of frp type [2025-12-21,00:50:02.497] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,00:50:04.781] [DEBUG] 6 processes running of frp type [2025-12-21,01:05:02.234] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,01:05:04.101] [DEBUG] 6 processes running of frp type [2025-12-21,01:20:02.397] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,01: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' [2025-12-21,01:35:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,01:35:04.245] [DEBUG] 6 processes running of frp type [2025-12-21,01:50:02.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,01:50:05.530] [DEBUG] 6 processes running of frp type [2025-12-21,02:05:02.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,02:05:05.305] [DEBUG] 6 processes running of frp type [2025-12-21,02:20:02.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,02: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' [2025-12-21,02:35:02.461] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,02:35:04.315] [DEBUG] 6 processes running of frp type [2025-12-21,02:50:02.836] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,02:50:04.674] [DEBUG] 6 processes running of frp type [2025-12-21,03:05:03.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,03:05:05.519] [DEBUG] 6 processes running of frp type [2025-12-21,03:20:02.917] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,03: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' [2025-12-21,03:35:02.614] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,03:35:04.376] [DEBUG] 6 processes running of frp type [2025-12-21,03:50:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,03:50:04.400] [DEBUG] 6 processes running of frp type [2025-12-21,04:05:02.949] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,04:05:04.693] [DEBUG] 6 processes running of frp type [2025-12-21,04:20:01.998] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,04: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-21,04:35:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,04:35:07.378] [DEBUG] 6 processes running of frp type [2025-12-21,04:50:03.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,04:50:04.958] [DEBUG] 6 processes running of frp type [2025-12-21,05:05:02.404] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,05:05:04.273] [DEBUG] 6 processes running of frp type [2025-12-21,05:20:02.613] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,05: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' [2025-12-21,05:35:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,05:35:04.353] [DEBUG] 6 processes running of frp type [2025-12-21,05:50:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,05:50:04.506] [DEBUG] 6 processes running of frp type [2025-12-21,05:31:32.795] [INFO] Initializing BusSpeedStateManager V2 [2025-12-21,05:31:32.800] [INFO] LocationSqlManager initialising [2025-12-21,05:31:32.801] [INFO] Location DB initialising [2025-12-21,05:31:32.810] [INFO] LocationSqlManager initialisation complete [2025-12-21,05:31:32.811] [DEBUG] UploadManager Init [2025-12-21,05:31:32.811] [DEBUG] UploadManager Init Complete [2025-12-21,05:31:32.814] [INFO] Initializing GPS... [2025-12-21,05:31:32.816] [INFO] Starting location capture [2025-12-21,05:31:32.803] [INFO] Initializing BusSpeedStateManager V2 [2025-12-21,05:31:32.809] [INFO] LocationSqlManager initialising [2025-12-21,05:31:32.809] [INFO] Location DB initialising [2025-12-21,05:31:32.819] [INFO] LocationSqlManager initialisation complete [2025-12-21,05:31:32.820] [DEBUG] UploadManager Init [2025-12-21,05:31:32.821] [DEBUG] UploadManager Init Complete [2025-12-21,05:31:32.824] [INFO] Initializing GPS... [2025-12-21,05:31:32.826] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,05:36:21.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')) [2025-12-21,18:26:28.778] [INFO] Initializing BusSpeedStateManager V2 [2025-12-21,18:26:28.783] [INFO] LocationSqlManager initialising [2025-12-21,18:26:28.784] [INFO] Location DB initialising [2025-12-21,18:26:28.793] [INFO] LocationSqlManager initialisation complete [2025-12-21,18:26:28.794] [DEBUG] UploadManager Init [2025-12-21,18:26:28.794] [DEBUG] UploadManager Init Complete [2025-12-21,18:26:28.797] [INFO] Initializing GPS... [2025-12-21,18:26:28.799] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28:17.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,18:28:19.450] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-21,18:29:05.858] [DEBUG] Log Upload Complete! [2025-12-21,18:31:17.667] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,18:31:19.397] [DEBUG] Remote Access Enabled [2025-12-21,18:31:20.735] [INFO] Server Address: 138.201.17.179 [2025-12-21,18:31:20.736] [INFO] Server Port: 7000 [2025-12-21,18:31:20.741] [DEBUG] Starting Remote Access! 2025-12-21 18:31:20.922 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-21 18:31:20.923 [I] [client/service.go:294] try to connect to server... 2025-12-21 18:31:22.022 [I] [client/service.go:286] [258d3954b0e1f317] login to server success, get run id [258d3954b0e1f317] 2025-12-21 18:31:22.023 [I] [proxy/proxy_manager.go:173] [258d3954b0e1f317] proxy added: [DNL01B4203] 2025-12-21 18:31:22.645 [I] [client/control.go:168] [258d3954b0e1f317] [DNL01B4203] start proxy success [2025-12-21,18:35:02.805] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,18:35:05.068] [DEBUG] 6 processes running of frp type [2025-12-21,18:50:02.768] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,18:50:10.798] [DEBUG] 6 processes running of frp type [2025-12-21,19:05:02.162] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,19:05:04.244] [DEBUG] 6 processes running of frp type [2025-12-21,19:20:02.453] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,19: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' [2025-12-21,19:35:02.313] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,19:35:04.329] [DEBUG] 6 processes running of frp type [2025-12-21,19:50:03.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,19:50:04.842] [DEBUG] 6 processes running of frp type [2025-12-21,20:05:02.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,20:05:04.108] [DEBUG] 6 processes running of frp type [2025-12-21,20:20:02.345] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,20: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' [2025-12-21,20:35:02.586] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,20:35:05.155] [DEBUG] 6 processes running of frp type [2025-12-21,20:50:02.319] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,20:50:04.894] [DEBUG] 6 processes running of frp type [2025-12-21,21:05:02.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,21:05:06.442] [DEBUG] 6 processes running of frp type [2025-12-21,21:20:02.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,21:20:05.717] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,21:35:02.418] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,21:35:04.862] [DEBUG] 6 processes running of frp type [2025-12-21,21:50:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,21:50:05.057] [DEBUG] 6 processes running of frp type [2025-12-21,22:05:02.427] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,22:05:04.811] [DEBUG] 6 processes running of frp type [2025-12-21,22:20:02.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,22: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' [2025-12-21,22:35:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,22:35:05.618] [DEBUG] 6 processes running of frp type [2025-12-21,22:50:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,22:50:04.262] [DEBUG] 6 processes running of frp type [2025-12-21,23:05:02.703] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,23:05:04.887] [DEBUG] 6 processes running of frp type [2025-12-21,23:20:02.136] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,23:20:04.467] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,23:35:02.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,23:35:04.448] [DEBUG] 6 processes running of frp type [2025-12-21,23:50:02.229] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-21,23:50:04.812] [DEBUG] 6 processes running of frp type [2025-12-22,00:05:02.242] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,00:05:04.416] [DEBUG] 6 processes running of frp type [2025-12-22,00:20:02.676] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,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' [2025-12-22,00:35:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,00:35:04.912] [DEBUG] 6 processes running of frp type [2025-12-22,00:50:02.791] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,00:50:05.205] [DEBUG] 6 processes running of frp type [2025-12-22,01:05:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,01:05:04.979] [DEBUG] 6 processes running of frp type [2025-12-22,01:20:02.301] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,01: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-22,01:35:02.843] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,01:35:04.863] [DEBUG] 6 processes running of frp type [2025-12-22,01:50:02.514] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,01:50:05.167] [DEBUG] 6 processes running of frp type [2025-12-22,02:05:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,02:05:05.069] [DEBUG] 6 processes running of frp type [2025-12-22,02:20:02.400] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,02: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' [2025-12-22,02:35:02.864] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,02:35:05.270] [DEBUG] 6 processes running of frp type [2025-12-22,02:50:02.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,02:50:04.908] [DEBUG] 6 processes running of frp type [2025-12-22,03:05:02.457] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,03:05:04.723] [DEBUG] 6 processes running of frp type [2025-12-22,03:20:01.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,03: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' [2025-12-22,03:35:02.911] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,03:35:05.240] [DEBUG] 6 processes running of frp type [2025-12-22,03:50:02.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,03:50:04.752] [DEBUG] 6 processes running of frp type [2025-12-22,04:05:02.305] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,04:05:04.849] [DEBUG] 6 processes running of frp type [2025-12-22,04:20:02.150] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,04:20:04.393] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,04:35:02.910] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,04:35:05.068] [DEBUG] 6 processes running of frp type [2025-12-22,04:50:02.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,04:50:04.691] [DEBUG] 6 processes running of frp type [2025-12-22,05:05:03.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,05:05:05.406] [DEBUG] 6 processes running of frp type [2025-12-22,05:20:02.612] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,05:20:04.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-22,05:35:02.342] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,05:35:04.325] [DEBUG] 6 processes running of frp type [2025-12-22,05:50:01.911] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,05:50:04.072] [DEBUG] 6 processes running of frp type [2025-12-22,06:05:02.534] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,06:05:04.548] [DEBUG] 6 processes running of frp type [2025-12-22,06:20:02.906] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,06:20:05.495] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,06:30:41.796] [INFO] Initializing BusSpeedStateManager V2 [2025-12-22,06:30:41.801] [INFO] LocationSqlManager initialising [2025-12-22,06:30:41.802] [INFO] Location DB initialising [2025-12-22,06:30:41.812] [INFO] LocationSqlManager initialisation complete [2025-12-22,06:30:41.813] [DEBUG] UploadManager Init [2025-12-22,06:30:41.813] [DEBUG] UploadManager Init Complete [2025-12-22,06:30:41.816] [INFO] Initializing GPS... [2025-12-22,06:30:41.818] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,06:32:30.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,06:32:32.280] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-22,06:32:39.327] [DEBUG] Log Upload Complete! [2025-12-22,06:35:30.194] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,06:35:32.251] [DEBUG] Remote Access Enabled [2025-12-22,06:35:34.019] [INFO] Server Address: 138.201.17.179 [2025-12-22,06:35:34.021] [INFO] Server Port: 7000 [2025-12-22,06:35:34.030] [DEBUG] Starting Remote Access! 2025-12-22 06:35:34.221 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-22 06:35:34.222 [I] [client/service.go:294] try to connect to server... 2025-12-22 06:35:35.286 [I] [client/service.go:286] [b1c4caf61dfe8ce1] login to server success, get run id [b1c4caf61dfe8ce1] 2025-12-22 06:35:35.288 [I] [proxy/proxy_manager.go:173] [b1c4caf61dfe8ce1] proxy added: [DNL01B4203] 2025-12-22 06:35:35.609 [I] [client/control.go:168] [b1c4caf61dfe8ce1] [DNL01B4203] start proxy success [2025-12-22,06:50:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,06:50:04.883] [DEBUG] 6 processes running of frp type [2025-12-22,07:05:02.575] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,07:05:04.314] [DEBUG] 6 processes running of frp type [2025-12-22,07:04:54.677] [INFO] Initializing BusSpeedStateManager V2 [2025-12-22,07:04:54.683] [INFO] LocationSqlManager initialising [2025-12-22,07:04:54.684] [INFO] Location DB initialising [2025-12-22,07:04:54.694] [INFO] LocationSqlManager initialisation complete [2025-12-22,07:04:54.695] [DEBUG] UploadManager Init [2025-12-22,07:04:54.696] [DEBUG] UploadManager Init Complete [2025-12-22,07:04:54.699] [INFO] Initializing GPS... [2025-12-22,07:04:54.701] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:06:55.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-22,07:09:43.504] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-22,08:55:28.434] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-22,08:55:30.726] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-22,08:55:40.769] [DEBUG] Log Upload Complete! [2025-12-22,08:57:15.045] [INFO] Initializing BusSpeedStateManager V2 [2025-12-22,08:57:15.050] [INFO] LocationSqlManager initialising [2025-12-22,08:57:15.050] [INFO] Location DB initialising [2025-12-22,08:57:15.059] [INFO] LocationSqlManager initialisation complete [2025-12-22,08:57:15.060] [DEBUG] UploadManager Init [2025-12-22,08:57:15.060] [DEBUG] UploadManager Init Complete [2025-12-22,08:57:15.063] [INFO] Initializing GPS... [2025-12-22,08:57:15.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' [2025-12-22,08:57:14.897] [INFO] Initializing BusSpeedStateManager V2 [2025-12-22,08:57:14.901] [INFO] LocationSqlManager initialising [2025-12-22,08:57:14.902] [INFO] Location DB initialising [2025-12-22,08:57:14.911] [INFO] LocationSqlManager initialisation complete [2025-12-22,08:57:14.912] [DEBUG] UploadManager Init [2025-12-22,08:57:14.912] [DEBUG] UploadManager Init Complete [2025-12-22,08:57:14.915] [INFO] Initializing GPS... [2025-12-22,08:57:14.917] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,09:02:03.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 111] Connection refused')) [2025-12-22,09:02:03.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2025-12-22,17:38:49.510] [INFO] Initializing BusSpeedStateManager V2 [2025-12-22,17:38:49.516] [INFO] LocationSqlManager initialising [2025-12-22,17:38:49.516] [INFO] Location DB initialising [2025-12-22,17:38:49.526] [INFO] LocationSqlManager initialisation complete [2025-12-22,17:38:49.527] [DEBUG] UploadManager Init [2025-12-22,17:38:49.528] [DEBUG] UploadManager Init Complete [2025-12-22,17:38:49.531] [INFO] Initializing GPS... [2025-12-22,17:38:49.533] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,17:43:38.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-12-23,20:50:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,20:50:04.991] [DEBUG] Remote Access Enabled [2025-12-23,20:50:06.725] [INFO] Server Address: 138.201.17.179 [2025-12-23,20:50:06.726] [INFO] Server Port: 7000 [2025-12-23,20:50:06.735] [DEBUG] Starting Remote Access! 2025-12-23 20:50:06.873 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-23 20:50:06.874 [I] [client/service.go:294] try to connect to server... 2025-12-23 20:50:07.899 [I] [client/service.go:286] [17657294979ab01b] login to server success, get run id [17657294979ab01b] 2025-12-23 20:50:07.900 [I] [proxy/proxy_manager.go:173] [17657294979ab01b] proxy added: [DNL01B4203] 2025-12-23 20:50:08.243 [I] [client/control.go:168] [17657294979ab01b] [DNL01B4203] start proxy success [2025-12-23,21:05:03.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,21:05:05.257] [DEBUG] 6 processes running of frp type [2025-12-23,21:20:02.605] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,21: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' [2025-12-23,21:35:02.514] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,21:35:05.821] [DEBUG] 6 processes running of frp type [2025-12-23,21:50:02.862] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,21:50:05.710] [DEBUG] 6 processes running of frp type [2025-12-23,22:05:02.114] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,22:05:03.838] [DEBUG] 6 processes running of frp type [2025-12-23,22:20:02.191] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,22: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' [2025-12-23,22:28:53.983] [INFO] Initializing BusSpeedStateManager V2 [2025-12-23,22:28:53.989] [INFO] LocationSqlManager initialising [2025-12-23,22:28:53.989] [INFO] Location DB initialising [2025-12-23,22:28:53.999] [INFO] LocationSqlManager initialisation complete [2025-12-23,22:28:54.000] [DEBUG] UploadManager Init [2025-12-23,22:28:54.001] [DEBUG] UploadManager Init Complete [2025-12-23,22:28:54.004] [INFO] Initializing GPS... [2025-12-23,22:28:54.006] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,22:30:41.871] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,22:30:43.779] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,22:30:55.169] [DEBUG] Log Upload Complete! [2025-12-23,22:33:42.042] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,22:33:43.767] [DEBUG] Remote Access Enabled [2025-12-23,22:33:45.153] [INFO] Server Address: 138.201.17.179 [2025-12-23,22:33:45.153] [INFO] Server Port: 7000 [2025-12-23,22:33:45.156] [DEBUG] Starting Remote Access! 2025-12-23 22:33:45.284 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-23 22:33:45.285 [I] [client/service.go:294] try to connect to server... 2025-12-23 22:33:46.275 [I] [client/service.go:286] [1bf61d877e511576] login to server success, get run id [1bf61d877e511576] 2025-12-23 22:33:46.275 [I] [proxy/proxy_manager.go:173] [1bf61d877e511576] proxy added: [DNL01B4203] 2025-12-23 22:33:46.657 [I] [client/control.go:168] [1bf61d877e511576] [DNL01B4203] start proxy success [2025-12-23,22:35:02.091] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,22:35:03.831] [DEBUG] 6 processes running of frp type 2025-12-23 22:49:35.874 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:49:35.876 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:49:37.899 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:49:37.900 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:49:42.280 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:49:42.281 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:49:51.129 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:49:51.130 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:50:09.931 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:50:09.933 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:50:29.933 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:50:29.934 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:50:49.935 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:50:49.937 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:51:09.938 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:51:09.939 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:51:29.940 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:51:29.942 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:51:49.943 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:51:49.944 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:52:09.945 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:52:09.946 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:52:29.947 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:52:29.948 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:52:49.950 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:52:49.952 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:53:09.952 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:53:09.954 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:53:29.954 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:53:29.956 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:53:49.957 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:53:49.958 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:54:09.959 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:54:09.961 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:54:29.962 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:54:29.967 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 22:54:49.968 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:54:49.974 [W] [client/service.go:297] [1bf61d877e511576] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-23 22:55:09.975 [I] [client/service.go:294] [1bf61d877e511576] try to connect to server... 2025-12-23 22:55:12.465 [I] [client/service.go:286] [1bf61d877e511576] login to server success, get run id [1bf61d877e511576] 2025-12-23 22:55:12.467 [I] [proxy/proxy_manager.go:173] [1bf61d877e511576] proxy added: [DNL01B4203] 2025-12-23 22:55:14.412 [I] [client/control.go:168] [1bf61d877e511576] [DNL01B4203] start proxy success [2025-12-23,23:05:03.011] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,23:05:04.701] [DEBUG] 6 processes running of frp type [2025-12-23,23:20:01.880] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,23:20:03.607] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,23:35:03.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,23:35:04.881] [DEBUG] 6 processes running of frp type [2025-12-23,23:50:02.609] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-23,23:50:04.331] [DEBUG] 6 processes running of frp type [2025-12-24,00:05:02.868] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,00:05:06.266] [DEBUG] 6 processes running of frp type [2025-12-24,00:20:02.605] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,00: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' [2025-12-24,00:35:02.246] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,00:35:04.290] [DEBUG] 6 processes running of frp type [2025-12-24,00:50:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,00:50:04.801] [DEBUG] 6 processes running of frp type [2025-12-24,01:05:02.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,01:05:04.274] [DEBUG] 6 processes running of frp type [2025-12-24,01:20:02.631] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,01: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-12-24,01:35:02.410] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,01:35:04.662] [DEBUG] 6 processes running of frp type [2025-12-24,01:50:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,01:50:04.051] [DEBUG] 6 processes running of frp type [2025-12-24,02:05:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,02:05:03.902] [DEBUG] 6 processes running of frp type [2025-12-24,02:20:02.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,02: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-24,02:35:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,02:35:04.633] [DEBUG] 6 processes running of frp type [2025-12-24,02:50:02.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,02:50:04.036] [DEBUG] 6 processes running of frp type [2025-12-24,03:05:02.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,03:05:04.040] [DEBUG] 6 processes running of frp type [2025-12-24,03:20:02.431] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,03: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-24,03:35:03.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,03:35:05.412] [DEBUG] 6 processes running of frp type [2025-12-24,03:50:03.024] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,03:50:05.326] [DEBUG] 6 processes running of frp type [2025-12-24,04:05:02.750] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,04:05:04.439] [DEBUG] 6 processes running of frp type [2025-12-24,04:20:02.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,04:20:05.123] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,04:35:02.344] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,04:35:04.466] [DEBUG] 6 processes running of frp type [2025-12-24,04:50:02.066] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,04:50:03.899] [DEBUG] 6 processes running of frp type [2025-12-24,05:05:02.250] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,05:05:04.064] [DEBUG] 6 processes running of frp type [2025-12-24,05:20:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,05:20:04.000] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,05:35:03.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,05:35:04.840] [DEBUG] 6 processes running of frp type [2025-12-24,05:50:02.657] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,05:50:04.370] [DEBUG] 6 processes running of frp type [2025-12-24,06:05:02.808] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,06:05:04.509] [DEBUG] 6 processes running of frp type [2025-12-24,06:20:02.742] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,06: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-24,06:30:40.465] [INFO] Initializing BusSpeedStateManager V2 [2025-12-24,06:30:40.470] [INFO] LocationSqlManager initialising [2025-12-24,06:30:40.471] [INFO] Location DB initialising [2025-12-24,06:30:40.481] [INFO] LocationSqlManager initialisation complete [2025-12-24,06:30:40.481] [DEBUG] UploadManager Init [2025-12-24,06:30:40.482] [DEBUG] UploadManager Init Complete [2025-12-24,06:30:40.484] [INFO] Initializing GPS... [2025-12-24,06:30:40.486] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,06:32:29.300] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,06:32:30.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( [2025-12-24,06:32:40.378] [DEBUG] Log Upload Complete! [2025-12-24,06:35:29.436] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,06:35:31.228] [DEBUG] Remote Access Enabled [2025-12-24,06:35:32.569] [INFO] Server Address: 138.201.17.179 [2025-12-24,06:35:32.570] [INFO] Server Port: 7000 [2025-12-24,06:35:32.579] [DEBUG] Starting Remote Access! 2025-12-24 06:35:32.769 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-24 06:35:32.770 [I] [client/service.go:294] try to connect to server... 2025-12-24 06:35:33.840 [I] [client/service.go:286] [da369115498f82f6] login to server success, get run id [da369115498f82f6] 2025-12-24 06:35:33.842 [I] [proxy/proxy_manager.go:173] [da369115498f82f6] proxy added: [DNL01B4203] 2025-12-24 06:35:34.171 [I] [client/control.go:168] [da369115498f82f6] [DNL01B4203] start proxy success [2025-12-24,06:50:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,06:50:04.145] [DEBUG] 6 processes running of frp type [2025-12-24,07:05:02.605] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,07:05:04.487] [DEBUG] 6 processes running of frp type [2025-12-24,07:20:02.706] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,07: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-24,07:35:02.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,07:35:04.454] [DEBUG] 6 processes running of frp type [2025-12-24,07:50:02.191] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,07:50:03.883] [DEBUG] 6 processes running of frp type [2025-12-24,07:39:13.156] [INFO] Initializing BusSpeedStateManager V2 [2025-12-24,07:39:13.163] [INFO] LocationSqlManager initialising [2025-12-24,07:39:13.164] [INFO] Location DB initialising [2025-12-24,07:39:13.175] [INFO] LocationSqlManager initialisation complete [2025-12-24,07:39:13.176] [DEBUG] UploadManager Init [2025-12-24,07:39:13.177] [DEBUG] UploadManager Init Complete [2025-12-24,07:39:13.181] [INFO] Initializing GPS... [2025-12-24,07:39:13.184] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,07:44:01.843] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-24,09:20:39.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,09:20:40.896] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-24,09:21:03.992] [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' [2025-12-24,09:35:02.374] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,09:35:04.164] [DEBUG] Remote Access Enabled [2025-12-24,09:35:05.559] [INFO] Server Address: 138.201.17.179 [2025-12-24,09:35:05.560] [INFO] Server Port: 7000 [2025-12-24,09:35:05.569] [DEBUG] Starting Remote Access! 2025-12-24 09:35:05.765 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-24 09:35:05.766 [I] [client/service.go:294] try to connect to server... 2025-12-24 09:35:06.789 [I] [client/service.go:286] [1176d709dffa657a] login to server success, get run id [1176d709dffa657a] 2025-12-24 09:35:06.790 [I] [proxy/proxy_manager.go:173] [1176d709dffa657a] proxy added: [DNL01B4203] 2025-12-24 09:35:07.164 [I] [client/control.go:168] [1176d709dffa657a] [DNL01B4203] start proxy success [2025-12-24,09:50:02.867] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,09:50:04.731] [DEBUG] 6 processes running of frp type [2025-12-24,10:05:02.303] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,10:05:04.062] [DEBUG] 6 processes running of frp type [2025-12-24,10:20:02.362] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,10: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-24,10:35:02.319] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,10:35:04.079] [DEBUG] 6 processes running of frp type [2025-12-24,10:50:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,10:50:04.580] [DEBUG] 6 processes running of frp type [2025-12-24,11:05:03.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,11:05:04.837] [DEBUG] 6 processes running of frp type [2025-12-24,11:20:02.062] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,11: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-24,11:35:03.057] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,11:35:04.802] [DEBUG] 6 processes running of frp type [2025-12-24,11:50:02.627] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,11:50:04.432] [DEBUG] 6 processes running of frp type [2025-12-24,12:05:03.036] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,12:05:04.788] [DEBUG] 6 processes running of frp type [2025-12-24,12:08:32.368] [INFO] Initializing BusSpeedStateManager V2 [2025-12-24,12:08:32.376] [INFO] LocationSqlManager initialising [2025-12-24,12:08:32.377] [INFO] Location DB initialising [2025-12-24,12:08:32.387] [INFO] LocationSqlManager initialisation complete [2025-12-24,12:08:32.388] [DEBUG] UploadManager Init [2025-12-24,12:08:32.389] [DEBUG] UploadManager Init Complete [2025-12-24,12:08:32.391] [INFO] Initializing GPS... [2025-12-24,12:08:32.393] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,12:13:21.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-12-24,18:59:25.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,18:59:27.141] [DEBUG] Remote Access Enabled [2025-12-24,18:59:28.481] [INFO] Server Address: 138.201.17.179 [2025-12-24,18:59:28.482] [INFO] Server Port: 7000 [2025-12-24,18:59:28.491] [DEBUG] Starting Remote Access! 2025-12-24 18:59:28.647 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-24 18:59:28.648 [I] [client/service.go:294] try to connect to server... 2025-12-24 18:59:29.589 [I] [client/service.go:286] [02732bea5ecf3867] login to server success, get run id [02732bea5ecf3867] 2025-12-24 18:59:29.590 [I] [proxy/proxy_manager.go:173] [02732bea5ecf3867] proxy added: [DNL01B4203] 2025-12-24 18:59:29.918 [I] [client/control.go:168] [02732bea5ecf3867] [DNL01B4203] start proxy success [2025-12-24,19:05:02.109] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,19:05:03.974] [DEBUG] 6 processes running of frp type [2025-12-24,19:20:02.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,19: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' [2025-12-24,19:35:02.546] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,19:35:09.426] [DEBUG] 6 processes running of frp type [2025-12-24,19:50:02.190] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,19:50:03.915] [DEBUG] 6 processes running of frp type [2025-12-24,20:05:02.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,20:05:04.177] [DEBUG] 6 processes running of frp type [2025-12-24,20:20:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,20:20:09.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-24,20:35:02.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,20:35:04.519] [DEBUG] 6 processes running of frp type [2025-12-24,20:50:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,20:50:08.681] [DEBUG] 6 processes running of frp type [2025-12-24,21:05:02.234] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,21:05:04.420] [DEBUG] 6 processes running of frp type [2025-12-24,21:20:02.836] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,21:20:04.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-24,21:35:02.646] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,21:35:04.837] [DEBUG] 6 processes running of frp type [2025-12-24,21:50:02.479] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,21:50:04.293] [DEBUG] 6 processes running of frp type [2025-12-24,22:05:02.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,22:05:04.567] [DEBUG] 6 processes running of frp type [2025-12-24,22:20:03.089] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,22: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' [2025-12-24,22:35:02.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,22:35:04.452] [DEBUG] 6 processes running of frp type [2025-12-24,22:50:02.051] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,22:50:04.083] [DEBUG] 6 processes running of frp type [2025-12-24,23:05:02.422] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,23:05:04.292] [DEBUG] 6 processes running of frp type [2025-12-24,23:05:40.148] [INFO] Initializing BusSpeedStateManager V2 [2025-12-24,23:05:40.160] [INFO] LocationSqlManager initialising [2025-12-24,23:05:40.161] [INFO] Location DB initialising [2025-12-24,23:05:40.176] [INFO] LocationSqlManager initialisation complete [2025-12-24,23:05:40.178] [DEBUG] UploadManager Init [2025-12-24,23:05:40.178] [DEBUG] UploadManager Init Complete [2025-12-24,23:05:40.183] [INFO] Initializing GPS... [2025-12-24,23:05:40.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' [2025-12-24,23:07:28.862] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,23:07:30.565] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-24,23:07:48.737] [DEBUG] Log Upload Complete! [2025-12-24,23:10:29.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,23:10:31.079] [DEBUG] Remote Access Enabled [2025-12-24,23:10:37.501] [INFO] Server Address: 138.201.17.179 [2025-12-24,23:10:37.502] [INFO] Server Port: 7000 [2025-12-24,23:10:37.511] [DEBUG] Starting Remote Access! 2025-12-24 23:10:37.691 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-24 23:10:37.691 [I] [client/service.go:294] try to connect to server... 2025-12-24 23:10:41.712 [I] [client/service.go:286] [43feb21d14395d52] login to server success, get run id [43feb21d14395d52] 2025-12-24 23:10:41.713 [I] [proxy/proxy_manager.go:173] [43feb21d14395d52] proxy added: [DNL01B4203] 2025-12-24 23:10:42.505 [I] [client/control.go:168] [43feb21d14395d52] [DNL01B4203] start proxy success [2025-12-24,23:20:02.663] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,23: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' [2025-12-24,23:35:03.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,23:35:05.096] [DEBUG] 6 processes running of frp type [2025-12-24,23:50:02.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-24,23:50:03.992] [DEBUG] 6 processes running of frp type [2025-12-25,00:05:02.323] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,00:05:04.324] [DEBUG] 6 processes running of frp type [2025-12-25,00:20:02.630] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,00:20:04.444] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,00:35:02.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,00:35:03.963] [DEBUG] 6 processes running of frp type [2025-12-25,00:50:02.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,00:50:04.014] [DEBUG] 6 processes running of frp type [2025-12-25,01:05:02.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,01:05:03.979] [DEBUG] 6 processes running of frp type [2025-12-25,01:20:02.226] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,01: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' [2025-12-25,01:35:02.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,01:35:04.562] [DEBUG] 6 processes running of frp type [2025-12-25,01:50:02.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,01:50:03.752] [DEBUG] 6 processes running of frp type [2025-12-25,02:05:02.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,02:05:04.049] [DEBUG] 6 processes running of frp type [2025-12-25,02:20:02.440] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,02: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-25,02:35:02.394] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,02:35:04.166] [DEBUG] 6 processes running of frp type [2025-12-25,02:50:02.871] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,02:50:04.612] [DEBUG] 6 processes running of frp type [2025-12-25,03:05:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,03:05:04.751] [DEBUG] 6 processes running of frp type [2025-12-25,03:20:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,03: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-25,03:35:02.906] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,03:35:04.608] [DEBUG] 6 processes running of frp type [2025-12-25,03:50:02.818] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,03:50:04.630] [DEBUG] 6 processes running of frp type [2025-12-25,04:05:03.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,04:05:05.298] [DEBUG] 6 processes running of frp type [2025-12-25,04:20:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,04:20:05.012] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,04:35:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,04:35:05.091] [DEBUG] 6 processes running of frp type [2025-12-25,04:50:03.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,04:50:05.732] [DEBUG] 6 processes running of frp type [2025-12-25,05:05:02.054] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,05:05:09.036] [DEBUG] 6 processes running of frp type [2025-12-25,05:20:02.279] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,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-25,05:35:03.079] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,05:35:04.880] [DEBUG] 6 processes running of frp type [2025-12-25,05:50:03.082] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,05:50:05.054] [DEBUG] 6 processes running of frp type [2025-12-25,06:05:02.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,06:05:04.510] [DEBUG] 6 processes running of frp type [2025-12-25,06:20:02.912] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,06: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-25,06:30:41.002] [INFO] Initializing BusSpeedStateManager V2 [2025-12-25,06:30:41.010] [INFO] LocationSqlManager initialising [2025-12-25,06:30:41.011] [INFO] Location DB initialising [2025-12-25,06:30:41.022] [INFO] LocationSqlManager initialisation complete [2025-12-25,06:30:41.024] [DEBUG] UploadManager Init [2025-12-25,06:30:41.024] [DEBUG] UploadManager Init Complete [2025-12-25,06:30:41.029] [INFO] Initializing GPS... [2025-12-25,06:30:41.032] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,06:32:29.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,06:32:31.243] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-25,06:32:40.680] [DEBUG] Log Upload Complete! [2025-12-25,06:35:29.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,06:35:31.433] [DEBUG] Remote Access Enabled [2025-12-25,06:35:32.839] [INFO] Server Address: 138.201.17.179 [2025-12-25,06:35:32.841] [INFO] Server Port: 7000 [2025-12-25,06:35:32.850] [DEBUG] Starting Remote Access! 2025-12-25 06:35:33.060 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-25 06:35:33.061 [I] [client/service.go:294] try to connect to server... 2025-12-25 06:35:34.277 [I] [client/service.go:286] [68430b44fa5f2ebd] login to server success, get run id [68430b44fa5f2ebd] 2025-12-25 06:35:34.278 [I] [proxy/proxy_manager.go:173] [68430b44fa5f2ebd] proxy added: [DNL01B4203] 2025-12-25 06:35:34.606 [I] [client/control.go:168] [68430b44fa5f2ebd] [DNL01B4203] start proxy success [2025-12-25,06:50:02.829] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,06:50:04.632] [DEBUG] 6 processes running of frp type [2025-12-25,07:05:02.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,07:05:04.804] [DEBUG] 6 processes running of frp type [2025-12-25,07:20:02.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,07:20:03.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-25,07:35:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,07:35:04.451] [DEBUG] 6 processes running of frp type [2025-12-25,07:50:03.008] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,07:50:04.817] [DEBUG] 6 processes running of frp type [2025-12-25,08:02:02.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,08:02:03.751] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-25,08:02:10.028] [DEBUG] Log Upload Complete! [2025-12-25,08:05:02.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,08:05:03.837] [DEBUG] 6 processes running of frp type [2025-12-25,08:20:02.116] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,08:20:03.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' [2025-12-25,08:35:03.068] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,08:35:04.798] [DEBUG] 6 processes running of frp type [2025-12-25,08:50:02.467] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,08:50:04.164] [DEBUG] 6 processes running of frp type [2025-12-25,09:05:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,09:05:04.397] [DEBUG] 6 processes running of frp type [2025-12-25,09:20:02.808] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,09: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' [2025-12-25,09:01:37.853] [INFO] Initializing BusSpeedStateManager V2 [2025-12-25,09:01:37.858] [INFO] LocationSqlManager initialising [2025-12-25,09:01:37.859] [INFO] Location DB initialising [2025-12-25,09:01:37.868] [INFO] LocationSqlManager initialisation complete [2025-12-25,09:01:37.869] [DEBUG] UploadManager Init [2025-12-25,09:01:37.869] [DEBUG] UploadManager Init Complete [2025-12-25,09:01:37.872] [INFO] Initializing GPS... [2025-12-25,09:01:37.874] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,09:06:26.634] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-25,11:50:02.621] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2025-12-25,11:50:04.812] [DEBUG] Remote Access Enabled [2025-12-25,11:50:06.225] [INFO] Server Address: 138.201.17.179 [2025-12-25,11:50:06.226] [INFO] Server Port: 7000 [2025-12-25,11:50:06.231] [DEBUG] Starting Remote Access! 2025-12-25 11:50:06.358 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-25 11:50:06.358 [I] [client/service.go:294] try to connect to server... 2025-12-25 11:50:08.150 [I] [client/service.go:286] [1722b9ed6590008b] login to server success, get run id [1722b9ed6590008b] 2025-12-25 11:50:08.151 [I] [proxy/proxy_manager.go:173] [1722b9ed6590008b] proxy added: [DNL01B4203] 2025-12-25 11:50:08.497 [I] [client/control.go:168] [1722b9ed6590008b] [DNL01B4203] start proxy success [2025-12-25,11:46:37.258] [INFO] Initializing BusSpeedStateManager V2 [2025-12-25,11:46:37.263] [INFO] LocationSqlManager initialising [2025-12-25,11:46:37.263] [INFO] Location DB initialising [2025-12-25,11:46:37.272] [INFO] LocationSqlManager initialisation complete [2025-12-25,11:46:37.273] [DEBUG] UploadManager Init [2025-12-25,11:46:37.273] [DEBUG] UploadManager Init Complete [2025-12-25,11:46:37.276] [INFO] Initializing GPS... [2025-12-25,11:46:37.278] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,11:51:25.776] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-29,11:37:18.308] [INFO] Initializing BusSpeedStateManager V2 [2025-12-29,11:37:18.315] [INFO] LocationSqlManager initialising [2025-12-29,11:37:18.316] [INFO] Location DB initialising [2025-12-29,11:37:18.327] [INFO] LocationSqlManager initialisation complete [2025-12-29,11:37:18.328] [DEBUG] UploadManager Init [2025-12-29,11:37:18.329] [DEBUG] UploadManager Init Complete [2025-12-29,11:37:18.333] [INFO] Initializing GPS... [2025-12-29,11:37:18.336] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,11:37:18.256] [INFO] Initializing BusSpeedStateManager V2 [2025-12-29,11:37:18.261] [INFO] LocationSqlManager initialising [2025-12-29,11:37:18.262] [INFO] Location DB initialising [2025-12-29,11:37:18.271] [INFO] LocationSqlManager initialisation complete [2025-12-29,11:37:18.272] [DEBUG] UploadManager Init [2025-12-29,11:37:18.272] [DEBUG] UploadManager Init Complete [2025-12-29,11:37:18.275] [INFO] Initializing GPS... [2025-12-29,11:37:18.277] [INFO] Starting location capture [2025-12-29,11:37:18.142] [INFO] Initializing BusSpeedStateManager V2 [2025-12-29,11:37:18.147] [INFO] LocationSqlManager initialising [2025-12-29,11:37:18.148] [INFO] Location DB initialising [2025-12-29,11:37:18.157] [INFO] LocationSqlManager initialisation complete [2025-12-29,11:37:18.158] [DEBUG] UploadManager Init [2025-12-29,11:37:18.158] [DEBUG] UploadManager Init Complete [2025-12-29,11:37:18.161] [INFO] Initializing GPS... [2025-12-29,11:37:18.162] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,11:42:06.753] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-04,13:05:02.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,13:05:04.338] [DEBUG] Remote Access Enabled [2026-01-04,13:05:05.816] [INFO] Server Address: 138.201.17.179 [2026-01-04,13:05:05.818] [INFO] Server Port: 7000 [2026-01-04,13:05:05.822] [DEBUG] Starting Remote Access! 2026-01-04 13:05:05.949 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-04 13:05:05.949 [I] [client/service.go:294] try to connect to server... 2026-01-04 13:05:06.985 [I] [client/service.go:286] [abfa9501b6cde8c1] login to server success, get run id [abfa9501b6cde8c1] 2026-01-04 13:05:06.987 [I] [proxy/proxy_manager.go:173] [abfa9501b6cde8c1] proxy added: [DNL01B4203] 2026-01-04 13:05:07.320 [I] [client/control.go:168] [abfa9501b6cde8c1] [DNL01B4203] start proxy success [2026-01-04,13:20:02.325] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,13: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' [2026-01-04,13:35:03.166] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,13:35:04.889] [DEBUG] 6 processes running of frp type [2026-01-04,13:50:02.628] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,13:50:04.285] [DEBUG] 6 processes running of frp type [2026-01-04,14:05:02.748] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,14:05:04.473] [DEBUG] 6 processes running of frp type [2026-01-04,14:20:02.743] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,14:20:04.460] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,14:35:02.434] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,14:35:04.152] [DEBUG] 6 processes running of frp type [2026-01-04,14:50:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,14:50:04.566] [DEBUG] 6 processes running of frp type [2026-01-04,15:05:02.973] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,15:05:09.207] [DEBUG] 6 processes running of frp type [2026-01-04,15:20:02.475] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,15: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-01-04,15:35:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,15:35:04.119] [DEBUG] 6 processes running of frp type [2026-01-04,15:50:02.866] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,15:50:04.803] [DEBUG] 6 processes running of frp type [2026-01-04,16:05:02.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,16:05:04.399] [DEBUG] 6 processes running of frp type [2026-01-04,16:20:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,16: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-01-04,16:35:02.548] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,16:35:04.362] [DEBUG] 6 processes running of frp type [2026-01-04,16:50:02.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,16:50:03.845] [DEBUG] 6 processes running of frp type 2026-01-04 17:00:27.475 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:00:27.477 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:00:29.548 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:00:29.550 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:00:34.101 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:00:34.102 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:00:43.366 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:00:43.367 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:01:03.334 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:01:03.336 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:01:23.337 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:01:23.338 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:01:43.339 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:01:43.341 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:02:03.342 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:02:03.343 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:02:23.344 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:02:23.346 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:02:43.347 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:02:43.348 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:03:03.349 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:03:03.351 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:03:23.352 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:03:23.354 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:03:43.355 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:03:43.356 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:04:03.357 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:04:03.358 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:04:23.359 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:04:23.361 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:04:43.362 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:04:43.364 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:05:03.365 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:05:03.366 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:05:23.368 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:05:23.374 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:05:43.375 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:05:43.380 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:06:03.381 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:06:04.445 [I] [client/service.go:286] [abfa9501b6cde8c1] login to server success, get run id [abfa9501b6cde8c1] 2026-01-04 17:06:04.448 [I] [proxy/proxy_manager.go:173] [abfa9501b6cde8c1] proxy added: [DNL01B4203] 2026-01-04 17:06:05.164 [I] [client/control.go:168] [abfa9501b6cde8c1] [DNL01B4203] start proxy success [2026-01-04,17:20:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,17: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-01-04 17:29:33.715 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:29:43.717 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:29:43.718 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:29:53.720 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:29:53.721 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:30:03.722 [W] [client/service.go:297] [abfa9501b6cde8c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:30:03.723 [I] [client/service.go:294] [abfa9501b6cde8c1] try to connect to server... 2026-01-04 17:30:06.070 [I] [client/service.go:286] [abfa9501b6cde8c1] login to server success, get run id [abfa9501b6cde8c1] 2026-01-04 17:30:06.072 [I] [proxy/proxy_manager.go:173] [abfa9501b6cde8c1] proxy added: [DNL01B4203] 2026-01-04 17:30:06.415 [I] [client/control.go:168] [abfa9501b6cde8c1] [DNL01B4203] start proxy success [2026-01-04,17:35:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,17:35:04.565] [DEBUG] 6 processes running of frp type [2026-01-04,17:50:02.276] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,17:50:04.033] [DEBUG] 6 processes running of frp type [2026-01-04,18:05:02.466] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,18:05:04.206] [DEBUG] 6 processes running of frp type [2026-01-04,18:20:02.617] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,18:20:04.443] [DEBUG] 6 processes running of frp type [2026-01-04,18:25:41.730] [INFO] Initializing BusSpeedStateManager V2 [2026-01-04,18:25:41.737] [INFO] LocationSqlManager initialising [2026-01-04,18:25:41.738] [INFO] Location DB initialising [2026-01-04,18:25:41.749] [INFO] LocationSqlManager initialisation complete [2026-01-04,18:25:41.750] [DEBUG] UploadManager Init [2026-01-04,18:25:41.751] [DEBUG] UploadManager Init Complete [2026-01-04,18:25:41.755] [INFO] Initializing GPS... [2026-01-04,18:25:41.758] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,18:27:30.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,18:27:31.869] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-04,18:27:41.948] [DEBUG] Log Upload Complete! [2026-01-04,18:30:30.483] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,18:30:32.205] [DEBUG] Remote Access Enabled [2026-01-04,18:30:33.498] [INFO] Server Address: 138.201.17.179 [2026-01-04,18:30:33.500] [INFO] Server Port: 7000 [2026-01-04,18:30:33.509] [DEBUG] Starting Remote Access! 2026-01-04 18:30:33.704 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-04 18:30:33.704 [I] [client/service.go:294] try to connect to server... 2026-01-04 18:30:34.659 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 18:30:34.660 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 18:30:34.978 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,18:35:03.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,18:35:05.503] [DEBUG] 6 processes running of frp type 2026-01-04 18:44:58.312 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:45:08.314 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:45:08.315 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:45:18.317 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:45:18.317 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:45:28.318 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:45:28.319 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:45:29.601 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 18:45:29.602 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 18:45:30.145 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 18:46:08.686 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:46:18.689 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:46:18.689 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:46:28.691 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:46:28.692 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:46:30.585 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 18:46:30.587 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 18:46:30.879 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 18:48:40.922 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:48:52.996 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: i/o deadline reached 2026-01-04 18:48:52.997 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:49:03.359 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: connection write timeout 2026-01-04 18:49:03.360 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:49:13.362 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:49:13.363 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:49:23.364 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:49:43.365 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:49:44.492 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 18:49:44.493 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 18:49:44.862 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,18:50:02.926] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,18:50:05.014] [DEBUG] 6 processes running of frp type 2026-01-04 18:50:54.087 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:51:02.368 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 18:51:02.369 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 18:51:02.666 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 18:55:44.385 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:55:54.387 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:55:54.388 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:56:04.389 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:56:04.390 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 18:56:12.711 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 18:56:12.712 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 18:56:12.992 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,19:05:02.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,19:05:04.352] [DEBUG] 6 processes running of frp type 2026-01-04 19:08:16.590 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:08:26.592 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:08:26.593 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:08:28.575 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:08:28.577 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:08:28.914 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 19:11:39.597 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:11:49.599 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:11:49.600 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:11:59.601 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:11:59.602 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:12:09.604 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:12:09.604 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:12:10.452 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:12:10.454 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:12:10.751 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 19:14:51.072 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:15:01.074 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:15:01.074 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:15:09.636 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:15:09.638 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:15:10.018 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 19:15:48.594 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:15:58.596 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:15:58.597 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:16:08.599 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:16:08.600 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:16:18.601 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:16:18.601 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:16:28.603 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:16:28.604 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:16:38.605 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:16:58.606 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:16:59.686 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:16:59.688 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:17:01.354 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,19:20:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,19:20:04.424] [DEBUG] 6 processes running of frp type 2026-01-04 19:20:10.655 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:20:11.695 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:20:11.697 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:20:13.335 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 19:24:54.783 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:25:03.283 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:25:03.284 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:25:03.594 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:18.639 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:26:26.862 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:26:26.864 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:26:27.104 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 19:33:40.143 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:33:50.145 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:33:50.146 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:34:00.148 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:34:00.148 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:34:10.150 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:34:10.151 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:34:13.192 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:34:13.194 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:34:13.432 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,19:35:02.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,19:35:03.865] [DEBUG] 6 processes running of frp type 2026-01-04 19:38:09.048 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:38:10.071 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:38:10.072 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:38:10.432 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 19:42:21.791 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:42:31.792 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:42:31.793 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:42:41.795 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:42:41.796 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:42:51.798 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:42:51.798 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:43:01.799 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:43:01.800 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:43:11.801 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:43:31.803 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:43:32.747 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:43:32.749 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:43:33.078 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 19:47:14.005 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:47:15.003 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:47:15.004 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:47:15.329 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 19:49:25.281 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:49:27.302 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:49:27.303 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:49:27.632 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,19:50:02.750] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,19:50:04.711] [DEBUG] 6 processes running of frp type 2026-01-04 19:50:05.602 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:50:23.638 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: i/o deadline reached 2026-01-04 19:50:23.638 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:50:24.779 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:50:24.780 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:50:25.192 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 19:57:16.830 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:57:25.444 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:57:25.446 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:57:25.924 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 19:59:07.820 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:59:17.822 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:59:17.823 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:59:27.824 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:59:27.825 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:59:37.826 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:59:37.827 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:59:47.828 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:59:47.828 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 19:59:51.991 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 19:59:51.992 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 19:59:52.258 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 20:04:35.943 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:04:45.945 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:04:45.945 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:04:46.697 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 20:04:46.698 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 20:04:46.946 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,20:05:02.190] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,20:05:04.019] [DEBUG] 6 processes running of frp type 2026-01-04 20:06:29.041 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:06:30.022 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 20:06:30.024 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 20:06:30.346 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 20:14:13.885 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:14:23.887 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:14:23.888 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:14:27.232 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 20:14:27.234 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 20:14:27.594 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 20:16:08.355 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:16:18.357 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:16:18.358 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:16:28.360 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:16:28.361 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:16:38.362 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:16:38.363 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:16:39.320 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 20:16:39.321 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 20:16:39.753 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,20:20:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,20:20:09.846] [DEBUG] 6 processes running of frp type 2026-01-04 20:21:21.309 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:21:31.312 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:21:31.313 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:21:41.315 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:21:41.315 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:21:51.317 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:21:51.318 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:22:01.318 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:22:01.319 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:22:02.312 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 20:22:02.313 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 20:22:02.659 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:27.416 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:30:37.418 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:30:37.419 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:30:45.553 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 20:30:45.554 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 20:30:45.800 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 20:34:57.081 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:34:58.941 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 20:34:58.943 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] [2026-01-04,20:35:02.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,20:35:04.039] [DEBUG] 6 processes running of frp type 2026-01-04 20:35:37.420 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:35:38.430 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 20:35:38.431 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 20:35:38.765 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 20:45:53.833 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:46:03.834 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:46:03.835 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:46:13.837 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:46:13.838 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:46:23.840 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:46:23.840 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:46:33.841 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:46:33.842 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:46:45.179 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: connection write timeout 2026-01-04 20:47:05.180 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:47:07.876 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 20:47:07.877 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 20:47:08.686 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,20:50:02.883] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,20:50:05.005] [DEBUG] 6 processes running of frp type 2026-01-04 20:59:01.690 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 20:59:02.715 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 20:59:02.716 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 20:59:04.520 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,21:05:02.410] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,21:05:04.885] [DEBUG] 6 processes running of frp type 2026-01-04 21:11:05.260 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:11:15.263 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:11:15.264 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:11:25.265 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:11:25.266 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:11:35.268 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:11:35.269 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:11:45.271 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:12:05.272 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:12:15.274 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:12:35.276 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:12:36.396 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 21:12:36.397 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 21:12:38.163 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 21:13:15.627 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:13:25.630 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:13:25.630 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:13:28.981 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 21:13:28.984 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 21:13:29.336 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 21:16:39.760 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:16:40.807 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 21:16:40.808 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 21:16:41.178 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,21:20:02.219] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,21:20:04.437] [DEBUG] 6 processes running of frp type 2026-01-04 21:23:54.973 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:24:04.974 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:24:04.975 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:24:14.977 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:24:14.977 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:24:17.713 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 21:24:17.715 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 21:24:18.045 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 21:24:56.446 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:25:06.448 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:25:06.449 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:25:16.452 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:25:16.452 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:25:26.454 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:25:26.455 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:25:27.586 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 21:25:27.587 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 21:25:28.024 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:42.944 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:29:44.096 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 21:29:44.097 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 21:29:44.538 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 21:32:25.860 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:32:35.862 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:32:35.863 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:32:44.036 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 21:32:44.037 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 21:32:44.367 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,21:35:02.847] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,21:35:05.575] [DEBUG] 6 processes running of frp type [2026-01-04,21:50:02.257] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,21:50:04.297] [DEBUG] 6 processes running of frp type 2026-01-04 21:51:15.998 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:51:20.428 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 21:51:20.430 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 21:51:20.958 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success 2026-01-04 21:57:33.118 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:57:33.120 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 21:57:35.184 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:57:35.185 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 21:57:39.356 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:57:39.358 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 21:57:48.287 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:57:48.288 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 21:58:07.272 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:58:07.274 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 21:58:27.276 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:58:27.277 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 21:58:47.278 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:58:47.279 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 21:59:07.280 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:59:07.281 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 21:59:27.282 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:59:27.284 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 21:59:47.285 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 21:59:47.286 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 22:00:07.287 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 22:00:07.288 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 22:00:27.290 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 22:00:27.291 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 22:00:47.293 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 22:00:47.294 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 22:01:07.295 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 22:01:07.296 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 22:01:27.297 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 22:01:27.299 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 22:01:47.300 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 22:01:47.301 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 22:02:07.302 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 22:02:07.303 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 22:02:27.305 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 22:02:27.309 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 22:02:47.310 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 22:02:47.315 [W] [client/service.go:297] [0a4c4b83e07a3559] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 22:03:07.317 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 22:03:08.140 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 22:03:08.142 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 22:03:09.243 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,22:05:02.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,22:05:09.951] [DEBUG] 6 processes running of frp type [2026-01-04,22:20:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,22: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' 2026-01-04 22:31:38.444 [I] [client/service.go:294] [0a4c4b83e07a3559] try to connect to server... 2026-01-04 22:31:43.693 [I] [client/service.go:286] [0a4c4b83e07a3559] login to server success, get run id [0a4c4b83e07a3559] 2026-01-04 22:31:43.695 [I] [proxy/proxy_manager.go:173] [0a4c4b83e07a3559] proxy added: [DNL01B4203] 2026-01-04 22:31:44.326 [I] [client/control.go:168] [0a4c4b83e07a3559] [DNL01B4203] start proxy success [2026-01-04,22:35:03.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,22:35:05.274] [DEBUG] 6 processes running of frp type [2026-01-04,22:50:02.805] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,22:50:04.667] [DEBUG] 6 processes running of frp type [2026-01-04,23:05:02.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,23:05:03.905] [DEBUG] 6 processes running of frp type [2026-01-04,23:16:08.077] [INFO] Initializing BusSpeedStateManager V2 [2026-01-04,23:16:08.081] [INFO] LocationSqlManager initialising [2026-01-04,23:16:08.081] [INFO] Location DB initialising [2026-01-04,23:16:08.091] [INFO] LocationSqlManager initialisation complete [2026-01-04,23:16:08.092] [DEBUG] UploadManager Init [2026-01-04,23:16:08.092] [DEBUG] UploadManager Init Complete [2026-01-04,23:16:08.095] [INFO] Initializing GPS... [2026-01-04,23:16:08.097] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17:56.847] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,23:17:58.517] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-04,23:18:10.614] [DEBUG] Log Upload Complete! [2026-01-04,23:20:56.918] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,23:20:58.673] [DEBUG] Remote Access Enabled [2026-01-04,23:21:00.012] [INFO] Server Address: 138.201.17.179 [2026-01-04,23:21:00.013] [INFO] Server Port: 7000 [2026-01-04,23:21:00.016] [DEBUG] Starting Remote Access! 2026-01-04 23:21:00.149 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-04 23:21:00.150 [I] [client/service.go:294] try to connect to server... 2026-01-04 23:21:01.137 [I] [client/service.go:286] [e0112426747aa8cf] login to server success, get run id [e0112426747aa8cf] 2026-01-04 23:21:01.137 [I] [proxy/proxy_manager.go:173] [e0112426747aa8cf] proxy added: [DNL01B4203] 2026-01-04 23:21:01.465 [I] [client/control.go:168] [e0112426747aa8cf] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.500] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,23:35:04.167] [DEBUG] 6 processes running of frp type 2026-01-04 23:37:51.592 [I] [client/service.go:294] [e0112426747aa8cf] try to connect to server... 2026-01-04 23:38:01.594 [W] [client/service.go:297] [e0112426747aa8cf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 23:38:01.594 [I] [client/service.go:294] [e0112426747aa8cf] try to connect to server... 2026-01-04 23:38:02.574 [I] [client/service.go:286] [e0112426747aa8cf] login to server success, get run id [e0112426747aa8cf] 2026-01-04 23:38:02.575 [I] [proxy/proxy_manager.go:173] [e0112426747aa8cf] proxy added: [DNL01B4203] 2026-01-04 23:38:02.887 [I] [client/control.go:168] [e0112426747aa8cf] [DNL01B4203] start proxy success [2026-01-04,23:50:02.529] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-04,23:50:05.278] [DEBUG] 6 processes running of frp type [2026-01-05,00:05:02.533] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,00:05:04.314] [DEBUG] 6 processes running of frp type [2026-01-05,00:20:02.530] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,00: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-01-05,00:35:02.719] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,00:35:04.501] [DEBUG] 6 processes running of frp type [2026-01-05,00:50:02.520] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,00:50:04.259] [DEBUG] 6 processes running of frp type [2026-01-05,01:05:02.411] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,01:05:04.360] [DEBUG] 6 processes running of frp type [2026-01-05,01:20:02.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,01: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' [2026-01-05,01:35:02.583] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,01:35:04.364] [DEBUG] 6 processes running of frp type [2026-01-05,01:50:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,01:50:04.599] [DEBUG] 6 processes running of frp type [2026-01-05,02:05:02.905] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,02:05:04.690] [DEBUG] 6 processes running of frp type [2026-01-05,02:20:02.873] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,02:20:04.760] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,02:35:02.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,02:35:04.010] [DEBUG] 6 processes running of frp type [2026-01-05,02:50:02.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,02:50:04.055] [DEBUG] 6 processes running of frp type [2026-01-05,03:05:02.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,03:05:04.473] [DEBUG] 6 processes running of frp type 2026-01-05 03:18:46.459 [I] [client/service.go:294] [e0112426747aa8cf] try to connect to server... 2026-01-05 03:18:53.130 [I] [client/service.go:286] [e0112426747aa8cf] login to server success, get run id [e0112426747aa8cf] 2026-01-05 03:18:53.131 [I] [proxy/proxy_manager.go:173] [e0112426747aa8cf] proxy added: [DNL01B4203] 2026-01-05 03:18:53.508 [I] [client/control.go:168] [e0112426747aa8cf] [DNL01B4203] start proxy success [2026-01-05,03:20:02.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,03: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-01-05,03:35:02.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,03:35:04.430] [DEBUG] 6 processes running of frp type [2026-01-05,03:50:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,03:50:04.294] [DEBUG] 6 processes running of frp type [2026-01-05,04:05:02.504] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,04:05:04.232] [DEBUG] 6 processes running of frp type [2026-01-05,04:20:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,04: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-05,04:35:02.888] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,04:35:04.633] [DEBUG] 6 processes running of frp type [2026-01-05,04:50:02.027] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,04:50:03.759] [DEBUG] 6 processes running of frp type [2026-01-05,05:05:01.887] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,05:05:03.554] [DEBUG] 6 processes running of frp type [2026-01-05,05:20:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,05: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' [2026-01-05,05:35:02.018] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,05:35:03.787] [DEBUG] 6 processes running of frp type [2026-01-05,05:50:02.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,05:50:04.201] [DEBUG] 6 processes running of frp type [2026-01-05,06:05:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,06:05:04.507] [DEBUG] 6 processes running of frp type [2026-01-05,06:20:02.731] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,06: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' [2026-01-05,06:30:41.099] [INFO] Initializing BusSpeedStateManager V2 [2026-01-05,06:30:41.104] [INFO] LocationSqlManager initialising [2026-01-05,06:30:41.105] [INFO] Location DB initialising [2026-01-05,06:30:41.114] [INFO] LocationSqlManager initialisation complete [2026-01-05,06:30:41.115] [DEBUG] UploadManager Init [2026-01-05,06:30:41.115] [DEBUG] UploadManager Init Complete [2026-01-05,06:30:41.120] [INFO] Initializing GPS... [2026-01-05,06:30:41.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-05,06:32:29.852] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,06:32:31.538] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-05,06:32:37.537] [DEBUG] Log Upload Complete! [2026-01-05,06:35:29.899] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,06:35:31.629] [DEBUG] Remote Access Enabled [2026-01-05,06:35:33.172] [INFO] Server Address: 138.201.17.179 [2026-01-05,06:35:33.173] [INFO] Server Port: 7000 [2026-01-05,06:35:33.181] [DEBUG] Starting Remote Access! 2026-01-05 06:35:33.326 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-05 06:35:33.327 [I] [client/service.go:294] try to connect to server... 2026-01-05 06:35:34.325 [I] [client/service.go:286] [b67ded9a4aff3a21] login to server success, get run id [b67ded9a4aff3a21] 2026-01-05 06:35:34.325 [I] [proxy/proxy_manager.go:173] [b67ded9a4aff3a21] proxy added: [DNL01B4203] 2026-01-05 06:35:34.638 [I] [client/control.go:168] [b67ded9a4aff3a21] [DNL01B4203] start proxy success [2026-01-05,06:50:02.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,06:50:04.081] [DEBUG] 6 processes running of frp type [2026-01-05,07:05:02.530] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,07:05:04.203] [DEBUG] 6 processes running of frp type [2026-01-05,07:20:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,07: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-01-05,07:35:02.492] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,07:35:04.420] [DEBUG] 6 processes running of frp type [2026-01-05,07:50:02.026] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,07:50:03.719] [DEBUG] 6 processes running of frp type [2026-01-05,08:02:01.926] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,08:02:03.526] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-05,08:02:15.858] [DEBUG] Log Upload Complete! [2026-01-05,08:05:02.066] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,08:05:03.854] [DEBUG] 6 processes running of frp type [2026-01-05,08:20:02.108] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,08:20:03.853] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,08:35:03.044] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,08:35:04.752] [DEBUG] 6 processes running of frp type [2026-01-05,08:50:02.438] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,08:50:04.176] [DEBUG] 6 processes running of frp type [2026-01-05,09:05:02.696] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,09:05:04.657] [DEBUG] 6 processes running of frp type [2026-01-05,09:20:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,09:20:04.680] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,09:35:02.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,09:35:04.569] [DEBUG] 6 processes running of frp type [2026-01-05,09:50:02.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,09:50:03.867] [DEBUG] 6 processes running of frp type [2026-01-05,10:05:02.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,10:05:03.899] [DEBUG] 6 processes running of frp type [2026-01-05,10:20:02.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,10: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-05,10:35:03.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,10:35:04.825] [DEBUG] 6 processes running of frp type [2026-01-05,10:47:32.696] [INFO] Initializing BusSpeedStateManager V2 [2026-01-05,10:47:32.703] [INFO] LocationSqlManager initialising [2026-01-05,10:47:32.704] [INFO] Location DB initialising [2026-01-05,10:47:32.714] [INFO] LocationSqlManager initialisation complete [2026-01-05,10:47:32.714] [DEBUG] UploadManager Init [2026-01-05,10:47:32.714] [DEBUG] UploadManager Init Complete [2026-01-05,10:47:32.717] [INFO] Initializing GPS... [2026-01-05,10:47:32.719] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:49:21.230] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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) socket.timeout: 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 174, in _new_conn raise ConnectTimeoutError( urllib3.exceptions.ConnectTimeoutError: (, 'Connection to safepassenger.co.in timed out. (connect timeout=120)') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-65 (Caused by ConnectTimeoutError(, 'Connection to safepassenger.co.in timed out. (connect 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 688, in send raise ConnectTimeout(e, request=request) requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_upload_log_by_mac/78-22-88-e9-a7-65 (Caused by ConnectTimeoutError(, 'Connection to safepassenger.co.in timed out. (connect timeout=120)')) [2026-01-05,10:52:33.483] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-05,11:05:02.589] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,11:09:38.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 ConnectTimeoutError(, 'Connection to safepassenger.co.in timed out. (connect timeout=120)')) [2026-01-05,11:20:23.242] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,11:24:38.715] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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 "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:09.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,11:39:38.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-05,11:50:15.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,11:54:59.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 111] Connection refused')) [2026-01-05,12:09:59.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 111] Connection refused')) [2026-01-05,12:20:01.911] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,12:24:59.609] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 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-05,12:35:07.727] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,12:40:11.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 111] Connection refused')) [2026-01-05,12:50:02.537] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,12:55:49.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 111] Connection refused')) [2026-01-05,13:05:03.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,13:11:10.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 111] Connection refused')) [2026-01-05,13:20:08.549] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-05,13:26:15.539] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-05,13:35:07.114] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,13:41:53.055] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-05,13:50:02.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,13:56:53.154] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-05,14:05:02.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,14:11:53.267] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-05,14:20:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-05,14:28:58.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 ConnectTimeoutError(, 'Connection to safepassenger.co.in timed out. (connect timeout=120)')) [2026-01-05,14:35:08.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,14:46:03.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 ConnectTimeoutError(, 'Connection to safepassenger.co.in timed out. (connect timeout=120)')) [2026-01-05,14:50:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,15:01:03.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 111] Connection refused')) [2026-01-05,15:05:15.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,15:16:03.619] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,15:20:02.523] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-05,15:31:09.720] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,15:35:02.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,15:46:15.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 111] Connection refused')) [2026-01-05,15:50:08.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,16:01:15.786] [ERROR] Cloud md5sum error [2026-01-05,16:05:14.439] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,16:20:02.807] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-05,16:50:38.547] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,17:20:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-05,17:35:03.071] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,17:50:08.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,18:05:02.260] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,18:20:07.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-05,18:35:02.424] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,18:50:22.279] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-05,19:35:02.602] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,19:50:08.068] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-05,20:20:01.881] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-05,20:30:39.908] [INFO] Initializing BusSpeedStateManager V2 [2026-01-05,20:30:39.913] [INFO] LocationSqlManager initialising [2026-01-05,20:30:39.914] [INFO] Location DB initialising [2026-01-05,20:30:39.923] [INFO] LocationSqlManager initialisation complete [2026-01-05,20:30:39.924] [DEBUG] UploadManager Init [2026-01-05,20:30:39.924] [DEBUG] UploadManager Init Complete [2026-01-05,20:30:39.927] [INFO] Initializing GPS... [2026-01-05,20:30:39.929] [INFO] Starting location capture [2026-01-05,20:31:43.964] [INFO] Initializing BusSpeedStateManager V2 [2026-01-05,20:31:43.972] [INFO] LocationSqlManager initialising [2026-01-05,20:31:43.973] [INFO] Location DB initialising [2026-01-05,20:31:43.984] [INFO] LocationSqlManager initialisation complete [2026-01-05,20:31:43.985] [DEBUG] UploadManager Init [2026-01-05,20:31:43.986] [DEBUG] UploadManager Init Complete [2026-01-05,20:31:43.990] [INFO] Initializing GPS... [2026-01-05,20:31:43.993] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,20:33:32.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,20:33:35.582] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:34:06.482] [DEBUG] Log Upload Complete! [2026-01-05,20:36:32.692] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,20:36:37.016] [DEBUG] Remote Access Enabled [2026-01-05,20:36:40.998] [INFO] Server Address: 138.201.17.179 [2026-01-05,20:36:41.000] [INFO] Server Port: 7000 [2026-01-05,20:36:41.011] [DEBUG] Starting Remote Access! 2026-01-05 20:36:41.223 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-05 20:36:41.224 [I] [client/service.go:294] try to connect to server... 2026-01-05 20:36:42.279 [I] [client/service.go:286] [c7154c152a37ed93] login to server success, get run id [c7154c152a37ed93] 2026-01-05 20:36:42.280 [I] [proxy/proxy_manager.go:173] [c7154c152a37ed93] proxy added: [DNL01B4203] 2026-01-05 20:36:42.693 [I] [client/control.go:168] [c7154c152a37ed93] [DNL01B4203] start proxy success [2026-01-05,20:50:02.040] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,20:50:05.419] [DEBUG] 6 processes running of frp type [2026-01-05,21:05:02.852] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,21:05:11.329] [DEBUG] 6 processes running of frp type [2026-01-05,21:20:02.658] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,21: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-01-05,21:35:02.323] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,21:35:05.533] [DEBUG] 6 processes running of frp type [2026-01-05,21:50:02.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,21:50:04.221] [DEBUG] 6 processes running of frp type [2026-01-05,22:05:02.538] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,22:05:09.400] [DEBUG] 6 processes running of frp type [2026-01-05,22:20:02.648] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,22: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-05,22:35:02.575] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,22:35:04.322] [DEBUG] 6 processes running of frp type [2026-01-05,22:50:02.061] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,22:50:03.994] [DEBUG] 6 processes running of frp type [2026-01-05,23:05:02.269] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,23:05:04.059] [DEBUG] 6 processes running of frp type [2026-01-05,23:20:02.350] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,23: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-05,23:35:02.150] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,23:35:03.983] [DEBUG] 6 processes running of frp type [2026-01-05,23:50:02.693] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-05,23:50:04.728] [DEBUG] 6 processes running of frp type [2026-01-06,00:05:02.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,00:05:03.896] [DEBUG] 6 processes running of frp type [2026-01-06,00:20:02.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,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-06,00:35:03.109] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,00:35:04.847] [DEBUG] 6 processes running of frp type [2026-01-06,00:50:02.549] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,00:50:04.235] [DEBUG] 6 processes running of frp type [2026-01-06,01:05:02.636] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,01:05:04.460] [DEBUG] 6 processes running of frp type [2026-01-06,01:20:02.851] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,01: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-06,01:35:02.424] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,01:35:04.416] [DEBUG] 6 processes running of frp type [2026-01-06,01:50:01.877] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,01:50:03.782] [DEBUG] 6 processes running of frp type [2026-01-06,02:05:02.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,02:05:03.984] [DEBUG] 6 processes running of frp type [2026-01-06,02:20:02.178] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,02: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-01-06,02:35:02.183] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,02:35:04.098] [DEBUG] 6 processes running of frp type [2026-01-06,02:50:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,02:50:04.439] [DEBUG] 6 processes running of frp type [2026-01-06,03:05:02.869] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,03:05:04.904] [DEBUG] 6 processes running of frp type [2026-01-06,03:20:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,03: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-06,03:35:02.917] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,03:35:04.776] [DEBUG] 6 processes running of frp type [2026-01-06,03:50:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,03:50:04.565] [DEBUG] 6 processes running of frp type [2026-01-06,04:05:02.888] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,04:05:04.889] [DEBUG] 6 processes running of frp type [2026-01-06,04:20:02.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,04: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' [2026-01-06,04:35:02.966] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,04:35:04.891] [DEBUG] 6 processes running of frp type [2026-01-06,04:50:02.515] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,04:50:04.233] [DEBUG] 6 processes running of frp type [2026-01-06,05:05:02.680] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,05:05:05.103] [DEBUG] 6 processes running of frp type [2026-01-06,05:20:02.477] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,05: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-01-06,05:35:02.136] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,05:35:03.861] [DEBUG] 6 processes running of frp type [2026-01-06,05:50:02.667] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,05:50:04.648] [DEBUG] 6 processes running of frp type [2026-01-06,06:05:03.033] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,06:05:04.876] [DEBUG] 6 processes running of frp type [2026-01-06,06:20:02.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,06:20:03.942] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,06:30:42.176] [INFO] Initializing BusSpeedStateManager V2 [2026-01-06,06:30:42.181] [INFO] LocationSqlManager initialising [2026-01-06,06:30:42.182] [INFO] Location DB initialising [2026-01-06,06:30:42.192] [INFO] LocationSqlManager initialisation complete [2026-01-06,06:30:42.193] [DEBUG] UploadManager Init [2026-01-06,06:30:42.193] [DEBUG] UploadManager Init Complete [2026-01-06,06:30:42.197] [INFO] Initializing GPS... [2026-01-06,06:30:42.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' [2026-01-06,06:32:30.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,06:32:32.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-06,06:32:39.929] [DEBUG] Log Upload Complete! [2026-01-06,06:35:30.839] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,06:35:32.812] [DEBUG] Remote Access Enabled [2026-01-06,06:35:34.195] [INFO] Server Address: 138.201.17.179 [2026-01-06,06:35:34.196] [INFO] Server Port: 7000 [2026-01-06,06:35:34.201] [DEBUG] Starting Remote Access! 2026-01-06 06:35:34.336 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-06 06:35:34.337 [I] [client/service.go:294] try to connect to server... 2026-01-06 06:35:35.493 [I] [client/service.go:286] [c0be843f3230408a] login to server success, get run id [c0be843f3230408a] 2026-01-06 06:35:35.493 [I] [proxy/proxy_manager.go:173] [c0be843f3230408a] proxy added: [DNL01B4203] 2026-01-06 06:35:35.971 [I] [client/control.go:168] [c0be843f3230408a] [DNL01B4203] start proxy success [2026-01-06,06:50:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,06:50:04.142] [DEBUG] 6 processes running of frp type [2026-01-06,07:05:02.525] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,07:05:04.159] [DEBUG] 6 processes running of frp type [2026-01-06,07:20:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,07: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-01-06,07:35:02.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,07:35:04.799] [DEBUG] 6 processes running of frp type [2026-01-06,07:50:02.563] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,07:50:04.293] [DEBUG] 6 processes running of frp type [2026-01-06,08:02:02.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,08:02:04.303] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-06,08:02:14.679] [DEBUG] Log Upload Complete! [2026-01-06,08:05:02.745] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,08:05:04.705] [DEBUG] 6 processes running of frp type [2026-01-06,08:20:03.152] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,08:20:05.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-01-06,08:35:02.869] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,08:35:04.600] [DEBUG] 6 processes running of frp type [2026-01-06,08:50:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,08:50:04.085] [DEBUG] 6 processes running of frp type [2026-01-06,09:05:02.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,09:05:04.222] [DEBUG] 6 processes running of frp type [2026-01-06,09:20:02.699] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,09:20:04.388] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,09:35:02.580] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,09:35:04.277] [DEBUG] 6 processes running of frp type [2026-01-06,09:50:02.960] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,09:50:04.725] [DEBUG] 6 processes running of frp type [2026-01-06,10:05:02.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,10:05:04.049] [DEBUG] 6 processes running of frp type [2026-01-06,10:20:02.312] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,10: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-01-06,10:35:02.342] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,10:35:04.050] [DEBUG] 6 processes running of frp type [2026-01-06,10:50:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,10:50:04.611] [DEBUG] 6 processes running of frp type [2026-01-06,11:05:03.119] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,11:05:05.145] [DEBUG] 6 processes running of frp type [2026-01-06,11:20:02.273] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,11: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-01-06,11:35:02.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,11:35:03.848] [DEBUG] 6 processes running of frp type [2026-01-06,11:50:02.660] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,11:50:04.486] [DEBUG] 6 processes running of frp type [2026-01-06,12:05:02.843] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,12:05:04.676] [DEBUG] 6 processes running of frp type [2026-01-06,12:20:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,12: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-01-06,12:35:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,12:35:04.485] [DEBUG] 6 processes running of frp type [2026-01-06,12:50:02.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,12:50:03.804] [DEBUG] 6 processes running of frp type [2026-01-06,13:05:02.152] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,13:05:03.889] [DEBUG] 6 processes running of frp type [2026-01-06,13:20:02.281] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,13: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-06,13:35:03.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,13:35:04.883] [DEBUG] 6 processes running of frp type [2026-01-06,13:50:02.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,13:50:04.407] [DEBUG] 6 processes running of frp type [2026-01-06,14:05:02.983] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,14:05:04.897] [DEBUG] 6 processes running of frp type [2026-01-06,14:20:02.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,14: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-06 14:28:51.337 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 14:28:59.778 [I] [client/service.go:286] [c0be843f3230408a] login to server success, get run id [c0be843f3230408a] 2026-01-06 14:28:59.780 [I] [proxy/proxy_manager.go:173] [c0be843f3230408a] proxy added: [DNL01B4203] 2026-01-06 14:29:00.110 [I] [client/control.go:168] [c0be843f3230408a] [DNL01B4203] start proxy success 2026-01-06 14:30:15.085 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 14:30:25.087 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 14:30:25.088 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 14:30:33.677 [I] [client/service.go:286] [c0be843f3230408a] login to server success, get run id [c0be843f3230408a] 2026-01-06 14:30:33.678 [I] [proxy/proxy_manager.go:173] [c0be843f3230408a] proxy added: [DNL01B4203] 2026-01-06 14:30:34.069 [I] [client/control.go:168] [c0be843f3230408a] [DNL01B4203] start proxy success [2026-01-06,14:35:03.152] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,14:35:04.988] [DEBUG] 6 processes running of frp type [2026-01-06,14:50:02.733] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,14:50:04.482] [DEBUG] 6 processes running of frp type [2026-01-06,15:05:03.058] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,15:05:05.178] [DEBUG] 6 processes running of frp type [2026-01-06,15:20:02.513] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,15: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-06,15:35:02.264] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,15:35:04.248] [DEBUG] 6 processes running of frp type [2026-01-06,15:50:03.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,15:50:05.153] [DEBUG] 6 processes running of frp type [2026-01-06,16:05:02.456] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,16:05:04.526] [DEBUG] 6 processes running of frp type [2026-01-06,16:20:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,16: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-01-06,16:35:02.617] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,16:35:04.651] [DEBUG] 6 processes running of frp type [2026-01-06,16:50:02.406] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,16:50:04.236] [DEBUG] 6 processes running of frp type 2026-01-06 17:00:20.391 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:00:20.392 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:00:22.526 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:00:22.528 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:00:26.803 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:00:26.804 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:00:35.525 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:00:35.526 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:00:54.013 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:00:54.014 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:01:14.015 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:01:14.016 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:01:34.018 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:01:34.019 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:01:54.020 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:01:54.022 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:02:14.023 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:02:14.025 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:02:34.026 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:02:34.028 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:02:54.029 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:02:54.031 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:03:14.032 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:03:14.033 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:03:34.033 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:03:34.035 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:03:54.036 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:03:54.037 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:04:14.039 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:04:14.040 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:04:34.040 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:04:34.042 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:04:54.043 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:04:54.044 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:05:14.045 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:05:14.049 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:05:34.050 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:05:34.055 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:05:54.057 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:05:55.070 [I] [client/service.go:286] [c0be843f3230408a] login to server success, get run id [c0be843f3230408a] 2026-01-06 17:05:55.072 [I] [proxy/proxy_manager.go:173] [c0be843f3230408a] proxy added: [DNL01B4203] 2026-01-06 17:05:55.856 [I] [client/control.go:168] [c0be843f3230408a] [DNL01B4203] start proxy success 2026-01-06 17:07:04.721 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:07:04.722 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:07:06.911 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:07:06.912 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:07:11.539 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:07:11.540 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:07:20.991 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:07:20.992 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:07:40.022 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:07:40.024 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:08:00.026 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:08:00.027 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:08:20.028 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:08:20.029 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:08:40.030 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:08:40.031 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:09:00.033 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:09:00.034 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:09:20.035 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:09:20.036 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:09:40.037 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:09:40.039 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:10:00.040 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:10:00.041 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:10:20.042 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:10:20.044 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:10:40.045 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:10:40.046 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:11:00.047 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:11:00.048 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:11:20.050 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:11:20.051 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:11:40.052 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:11:40.057 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:12:00.057 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:12:00.063 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:12:20.065 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 17:12:21.030 [I] [client/service.go:286] [c0be843f3230408a] login to server success, get run id [c0be843f3230408a] 2026-01-06 17:12:21.031 [I] [proxy/proxy_manager.go:173] [c0be843f3230408a] proxy added: [DNL01B4203] 2026-01-06 17:12:21.671 [I] [client/control.go:168] [c0be843f3230408a] [DNL01B4203] start proxy success [2026-01-06,17:20:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,17:20:07.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-06,17:35:02.576] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,17:35:06.586] [DEBUG] 6 processes running of frp type [2026-01-06,17:50:02.185] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,17:50:04.369] [DEBUG] 6 processes running of frp type [2026-01-06,18:05:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,18:05:05.877] [DEBUG] 6 processes running of frp type [2026-01-06,18:20:02.161] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,18:20:03.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-01-06,18:35:03.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,18:35:05.008] [DEBUG] 6 processes running of frp type [2026-01-06,18:50:02.560] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,18:50:04.286] [DEBUG] 6 processes running of frp type [2026-01-06,19:05:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,19:05:04.683] [DEBUG] 6 processes running of frp type [2026-01-06,19:20:03.091] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,19:20:04.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-01-06 19:27:27.835 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 19:27:37.838 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 19:27:37.839 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 19:27:47.840 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 19:27:47.840 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 19:27:57.842 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 19:27:57.842 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 19:28:07.844 [W] [client/service.go:297] [c0be843f3230408a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 19:28:07.845 [I] [client/service.go:294] [c0be843f3230408a] try to connect to server... 2026-01-06 19:28:08.812 [I] [client/service.go:286] [c0be843f3230408a] login to server success, get run id [c0be843f3230408a] 2026-01-06 19:28:08.813 [I] [proxy/proxy_manager.go:173] [c0be843f3230408a] proxy added: [DNL01B4203] 2026-01-06 19:28:09.140 [I] [client/control.go:168] [c0be843f3230408a] [DNL01B4203] start proxy success [2026-01-06,19:35:02.776] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,19:35:05.048] [DEBUG] 6 processes running of frp type [2026-01-06,19:50:02.692] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,19:50:04.675] [DEBUG] 6 processes running of frp type [2026-01-06,20:05:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,20:05:04.572] [DEBUG] 6 processes running of frp type [2026-01-06,20:20:03.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,20:20:05.212] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,20:30:42.020] [INFO] Initializing BusSpeedStateManager V2 [2026-01-06,20:30:42.025] [INFO] LocationSqlManager initialising [2026-01-06,20:30:42.026] [INFO] Location DB initialising [2026-01-06,20:30:42.035] [INFO] LocationSqlManager initialisation complete [2026-01-06,20:30:42.036] [DEBUG] UploadManager Init [2026-01-06,20:30:42.036] [DEBUG] UploadManager Init Complete [2026-01-06,20:30:42.039] [INFO] Initializing GPS... [2026-01-06,20:30:42.041] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,20:32:29.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,20:32:31.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-01-06,20:32:41.639] [DEBUG] Log Upload Complete! [2026-01-06,20:35:29.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,20:35:32.738] [DEBUG] Remote Access Enabled [2026-01-06,20:35:34.442] [INFO] Server Address: 138.201.17.179 [2026-01-06,20:35:34.443] [INFO] Server Port: 7000 [2026-01-06,20:35:34.447] [DEBUG] Starting Remote Access! 2026-01-06 20:35:34.583 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-06 20:35:34.584 [I] [client/service.go:294] try to connect to server... 2026-01-06 20:35:35.592 [I] [client/service.go:286] [3e43b60406bf9fed] login to server success, get run id [3e43b60406bf9fed] 2026-01-06 20:35:35.594 [I] [proxy/proxy_manager.go:173] [3e43b60406bf9fed] proxy added: [DNL01B4203] 2026-01-06 20:35:35.937 [I] [client/control.go:168] [3e43b60406bf9fed] [DNL01B4203] start proxy success 2026-01-06 20:36:14.914 [I] [client/service.go:294] [3e43b60406bf9fed] try to connect to server... 2026-01-06 20:36:24.916 [W] [client/service.go:297] [3e43b60406bf9fed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:36:24.917 [I] [client/service.go:294] [3e43b60406bf9fed] try to connect to server... 2026-01-06 20:36:33.059 [I] [client/service.go:286] [3e43b60406bf9fed] login to server success, get run id [3e43b60406bf9fed] 2026-01-06 20:36:33.061 [I] [proxy/proxy_manager.go:173] [3e43b60406bf9fed] proxy added: [DNL01B4203] 2026-01-06 20:36:33.304 [I] [client/control.go:168] [3e43b60406bf9fed] [DNL01B4203] start proxy success [2026-01-06,20:50:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,20:50:05.900] [DEBUG] 6 processes running of frp type 2026-01-06 20:52:26.386 [I] [client/service.go:294] [3e43b60406bf9fed] try to connect to server... 2026-01-06 20:52:34.884 [I] [client/service.go:286] [3e43b60406bf9fed] login to server success, get run id [3e43b60406bf9fed] 2026-01-06 20:52:34.886 [I] [proxy/proxy_manager.go:173] [3e43b60406bf9fed] proxy added: [DNL01B4203] 2026-01-06 20:52:35.593 [I] [client/control.go:168] [3e43b60406bf9fed] [DNL01B4203] start proxy success 2026-01-06 20:55:45.649 [I] [client/service.go:294] [3e43b60406bf9fed] try to connect to server... 2026-01-06 20:55:46.642 [I] [client/service.go:286] [3e43b60406bf9fed] login to server success, get run id [3e43b60406bf9fed] 2026-01-06 20:55:46.643 [I] [proxy/proxy_manager.go:173] [3e43b60406bf9fed] proxy added: [DNL01B4203] 2026-01-06 20:55:46.993 [I] [client/control.go:168] [3e43b60406bf9fed] [DNL01B4203] start proxy success 2026-01-06 20:59:58.257 [I] [client/service.go:294] [3e43b60406bf9fed] try to connect to server... 2026-01-06 21:00:08.259 [W] [client/service.go:297] [3e43b60406bf9fed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:00:08.260 [I] [client/service.go:294] [3e43b60406bf9fed] try to connect to server... 2026-01-06 21:00:18.261 [W] [client/service.go:297] [3e43b60406bf9fed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:00:18.262 [I] [client/service.go:294] [3e43b60406bf9fed] try to connect to server... 2026-01-06 21:00:28.263 [W] [client/service.go:297] [3e43b60406bf9fed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:00:28.264 [I] [client/service.go:294] [3e43b60406bf9fed] try to connect to server... 2026-01-06 21:00:30.060 [I] [client/service.go:286] [3e43b60406bf9fed] login to server success, get run id [3e43b60406bf9fed] 2026-01-06 21:00:30.062 [I] [proxy/proxy_manager.go:173] [3e43b60406bf9fed] proxy added: [DNL01B4203] 2026-01-06 21:00:30.396 [I] [client/control.go:168] [3e43b60406bf9fed] [DNL01B4203] start proxy success [2026-01-06,21:05:02.376] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,21:05:08.223] [DEBUG] 6 processes running of frp type 2026-01-06 21:08:14.229 [I] [client/service.go:294] [3e43b60406bf9fed] try to connect to server... 2026-01-06 21:08:16.359 [I] [client/service.go:286] [3e43b60406bf9fed] login to server success, get run id [3e43b60406bf9fed] 2026-01-06 21:08:16.361 [I] [proxy/proxy_manager.go:173] [3e43b60406bf9fed] proxy added: [DNL01B4203] 2026-01-06 21:08:16.738 [I] [client/control.go:168] [3e43b60406bf9fed] [DNL01B4203] start proxy success 2026-01-06 21:10:27.619 [I] [client/service.go:294] [3e43b60406bf9fed] try to connect to server... 2026-01-06 21:10:29.942 [I] [client/service.go:286] [3e43b60406bf9fed] login to server success, get run id [3e43b60406bf9fed] 2026-01-06 21:10:29.943 [I] [proxy/proxy_manager.go:173] [3e43b60406bf9fed] proxy added: [DNL01B4203] 2026-01-06 21:10:30.266 [I] [client/control.go:168] [3e43b60406bf9fed] [DNL01B4203] start proxy success [2026-01-06,21:20:02.544] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,21:20:05.884] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,21:35:02.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,21:35:06.756] [DEBUG] 6 processes running of frp type 2026-01-06 21:39:28.582 [I] [client/service.go:294] [3e43b60406bf9fed] try to connect to server... 2026-01-06 21:39:29.612 [I] [client/service.go:286] [3e43b60406bf9fed] login to server success, get run id [3e43b60406bf9fed] 2026-01-06 21:39:29.613 [I] [proxy/proxy_manager.go:173] [3e43b60406bf9fed] proxy added: [DNL01B4203] 2026-01-06 21:39:29.943 [I] [client/control.go:168] [3e43b60406bf9fed] [DNL01B4203] start proxy success [2026-01-06,21:50:02.502] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,21:50:09.987] [DEBUG] 6 processes running of frp type [2026-01-06,22:05:02.389] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,22:05:04.171] [DEBUG] 6 processes running of frp type [2026-01-06,22:20:02.601] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,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-06,22:35:02.284] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,22:35:03.960] [DEBUG] 6 processes running of frp type [2026-01-06,22:50:02.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,22:50:04.716] [DEBUG] 6 processes running of frp type [2026-01-06,23:05:02.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,23:05:03.806] [DEBUG] 6 processes running of frp type [2026-01-06,23:20:02.098] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,23:20:03.941] [DEBUG] 6 processes running of frp type [2026-01-06,23:25:56.918] [INFO] Initializing BusSpeedStateManager V2 [2026-01-06,23:25:56.923] [INFO] LocationSqlManager initialising [2026-01-06,23:25:56.924] [INFO] Location DB initialising [2026-01-06,23:25:56.935] [INFO] LocationSqlManager initialisation complete [2026-01-06,23:25:56.936] [DEBUG] UploadManager Init [2026-01-06,23:25:56.937] [DEBUG] UploadManager Init Complete [2026-01-06,23:25:56.942] [INFO] Initializing GPS... [2026-01-06,23:25:56.944] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,23:27:44.850] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,23:27:46.634] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,23:27:56.336] [DEBUG] Log Upload Complete! [2026-01-06,23:30:44.625] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,23:30:46.489] [DEBUG] Remote Access Enabled [2026-01-06,23:30:48.024] [INFO] Server Address: 138.201.17.179 [2026-01-06,23:30:48.025] [INFO] Server Port: 7000 [2026-01-06,23:30:48.034] [DEBUG] Starting Remote Access! 2026-01-06 23:30:48.223 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-06 23:30:48.224 [I] [client/service.go:294] try to connect to server... 2026-01-06 23:30:49.272 [I] [client/service.go:286] [730353bc869a62f1] login to server success, get run id [730353bc869a62f1] 2026-01-06 23:30:49.274 [I] [proxy/proxy_manager.go:173] [730353bc869a62f1] proxy added: [DNL01B4203] 2026-01-06 23:30:49.607 [I] [client/control.go:168] [730353bc869a62f1] [DNL01B4203] start proxy success [2026-01-06,23:35:02.901] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,23:35:04.735] [DEBUG] 6 processes running of frp type [2026-01-06,23:50:02.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-06,23:50:03.908] [DEBUG] 6 processes running of frp type [2026-01-07,00:05:02.089] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,00:05:03.973] [DEBUG] 6 processes running of frp type [2026-01-07,00:20:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,00: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-07,00:35:05.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,00:35:06.985] [DEBUG] 6 processes running of frp type [2026-01-07,00:50:02.298] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,00:50:04.691] [DEBUG] 6 processes running of frp type [2026-01-07,01:05:02.983] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,01:05:04.819] [DEBUG] 6 processes running of frp type [2026-01-07,01:20:02.027] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,01: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-07,01:35:02.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,01:35:04.424] [DEBUG] 6 processes running of frp type [2026-01-07,01:50:02.517] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,01:50:04.370] [DEBUG] 6 processes running of frp type [2026-01-07,02:05:02.693] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,02:05:04.913] [DEBUG] 6 processes running of frp type [2026-01-07,02:20:01.985] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,02: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' [2026-01-07,02:35:02.722] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,02:35:04.496] [DEBUG] 6 processes running of frp type [2026-01-07,02:50:02.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,02:50:04.423] [DEBUG] 6 processes running of frp type [2026-01-07,03:05:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,03:05:04.466] [DEBUG] 6 processes running of frp type [2026-01-07,03:20:02.713] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,03:20:04.493] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,03:35:02.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,03:35:04.111] [DEBUG] 6 processes running of frp type [2026-01-07,03:50:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,03:50:03.969] [DEBUG] 6 processes running of frp type [2026-01-07,04:05:02.246] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,04:05:04.517] [DEBUG] 6 processes running of frp type [2026-01-07,04:20:02.729] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,04: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-07,04:35:02.521] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,04:35:04.481] [DEBUG] 6 processes running of frp type [2026-01-07,04:50:03.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,04:50:05.053] [DEBUG] 6 processes running of frp type [2026-01-07,05:05:02.322] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,05:05:04.015] [DEBUG] 6 processes running of frp type [2026-01-07,05:20:02.206] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,05: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-01-07,05:35:02.531] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,05:35:04.668] [DEBUG] 6 processes running of frp type [2026-01-07,05:50:02.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,05:50:05.070] [DEBUG] 6 processes running of frp type [2026-01-07,06:05:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,06:05:05.103] [DEBUG] 6 processes running of frp type [2026-01-07,06:20:02.548] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,06:20:05.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-07,06:30:41.458] [INFO] Initializing BusSpeedStateManager V2 [2026-01-07,06:30:41.463] [INFO] LocationSqlManager initialising [2026-01-07,06:30:41.464] [INFO] Location DB initialising [2026-01-07,06:30:41.474] [INFO] LocationSqlManager initialisation complete [2026-01-07,06:30:41.475] [DEBUG] UploadManager Init [2026-01-07,06:30:41.475] [DEBUG] UploadManager Init Complete [2026-01-07,06:30:41.478] [INFO] Initializing GPS... [2026-01-07,06:30:41.481] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,06:32:29.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,06:32: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-01-07,06:32:41.528] [DEBUG] Log Upload Complete! [2026-01-07,06:35:30.758] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,06:35:32.720] [DEBUG] Remote Access Enabled [2026-01-07,06:35:34.262] [INFO] Server Address: 138.201.17.179 [2026-01-07,06:35:34.263] [INFO] Server Port: 7000 [2026-01-07,06:35:34.268] [DEBUG] Starting Remote Access! 2026-01-07 06:35:34.403 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-07 06:35:34.403 [I] [client/service.go:294] try to connect to server... 2026-01-07 06:35:35.541 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 06:35:35.543 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 06:35:35.854 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success [2026-01-07,06:50:02.477] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,06:50:04.576] [DEBUG] 6 processes running of frp type [2026-01-07,07:05:03.144] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,07:05:04.904] [DEBUG] 6 processes running of frp type [2026-01-07,07:20:02.296] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,07: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-01-07,07:35:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,07:35:05.447] [DEBUG] 6 processes running of frp type [2026-01-07,07:50:03.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,07:50:05.502] [DEBUG] 6 processes running of frp type [2026-01-07,08:02:02.755] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,08:02:05.186] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-07,08:02:15.472] [DEBUG] Log Upload Complete! [2026-01-07,08:05:02.968] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,08:05:05.144] [DEBUG] 6 processes running of frp type [2026-01-07,08:20:02.451] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,08:20:05.298] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,08:35:02.346] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,08:35:04.938] [DEBUG] 6 processes running of frp type [2026-01-07,08:50:02.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,08:50:05.035] [DEBUG] 6 processes running of frp type [2026-01-07,09:05:02.480] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,09:05:04.782] [DEBUG] 6 processes running of frp type [2026-01-07,09:20:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,09:20:04.725] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,09:35:02.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,09:35:05.270] [DEBUG] 6 processes running of frp type [2026-01-07,09:50:03.058] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,09:50:05.272] [DEBUG] 6 processes running of frp type [2026-01-07,10:05:02.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,10:05:04.801] [DEBUG] 6 processes running of frp type [2026-01-07,10:20:02.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,10: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-01-07,10:35:02.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,10:35:04.881] [DEBUG] 6 processes running of frp type [2026-01-07,10:50:02.531] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,10:50:05.353] [DEBUG] 6 processes running of frp type [2026-01-07,11:05:02.844] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,11:05:05.534] [DEBUG] 6 processes running of frp type [2026-01-07,11:20:03.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,11: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-01-07,11:35:02.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,11:35:04.818] [DEBUG] 6 processes running of frp type [2026-01-07,11:50:02.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,11:50:04.712] [DEBUG] 6 processes running of frp type [2026-01-07,12:05:02.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,12:05:04.138] [DEBUG] 6 processes running of frp type [2026-01-07,12:20:02.457] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,12:20:05.033] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,12:35:02.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,12:35:04.363] [DEBUG] 6 processes running of frp type [2026-01-07,12:50:03.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,12:50:11.800] [DEBUG] 6 processes running of frp type [2026-01-07,13:05:02.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,13:05:04.466] [DEBUG] 6 processes running of frp type [2026-01-07,13:20:02.799] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,13: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-01-07,13:35:02.605] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,13:35:04.943] [DEBUG] 6 processes running of frp type [2026-01-07,13:50:02.505] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,13:50:10.083] [DEBUG] 6 processes running of frp type [2026-01-07,14:05:02.583] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,14:05:10.382] [DEBUG] 6 processes running of frp type [2026-01-07,14:20:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,14:20:05.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-07,14:35:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,14:35:04.549] [DEBUG] 6 processes running of frp type [2026-01-07,14:50:02.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,14:50:04.469] [DEBUG] 6 processes running of frp type [2026-01-07,15:05:02.850] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,15:05:05.805] [DEBUG] 6 processes running of frp type [2026-01-07,15:20:02.074] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,15:20:14.357] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,15:35:02.532] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,15:35:05.203] [DEBUG] 6 processes running of frp type [2026-01-07,15:50:03.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,15:50:05.584] [DEBUG] 6 processes running of frp type [2026-01-07,16:05:02.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,16:05:11.005] [DEBUG] 6 processes running of frp type [2026-01-07,16:20:02.264] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,16:20:09.742] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,16:35:02.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,16:35:04.461] [DEBUG] 6 processes running of frp type [2026-01-07,16:50:03.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,16:50:05.902] [DEBUG] 6 processes running of frp type 2026-01-07 17:00:23.876 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:00:23.877 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:00:26.015 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:00:26.016 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:00:30.526 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:00:30.527 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:00:39.690 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:00:39.691 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:00:58.449 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:00:58.450 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:01:18.451 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:01:18.452 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:01:38.453 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:01:38.457 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:01:58.458 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:01:58.459 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:02:18.460 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:02:18.461 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:02:38.462 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:02:38.463 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:02:58.464 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:02:58.466 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:03:18.466 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:03:18.467 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:03:38.468 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:03:38.472 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:03:58.473 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:03:58.475 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:04:18.475 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:04:18.477 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:04:38.478 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:04:38.479 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:04:58.480 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:04:58.482 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:05:18.482 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:05:18.487 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:05:38.489 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:05:38.508 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-07 17:05:58.509 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:05:59.723 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 17:05:59.724 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 17:06:01.286 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 17:06:38.810 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:06:38.810 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:06:40.932 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:06:40.934 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:06:45.483 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:06:45.484 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:06:55.411 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:06:55.412 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:07:15.413 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:07:15.414 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:07:35.416 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:07:35.417 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:07:55.419 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:07:55.420 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:08:15.421 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:08:15.422 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:08:35.424 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:08:35.425 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:08:55.426 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:08:55.427 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:09:15.428 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:09:15.430 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:09:35.431 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:09:35.432 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:09:55.433 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:09:55.435 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:10:15.436 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:10:15.437 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:10:35.438 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:10:35.440 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:10:55.441 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:10:55.442 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:11:15.443 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:11:15.444 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:11:35.445 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:11:35.449 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-07 17:11:55.450 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 17:11:59.407 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 17:11:59.409 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 17:12:00.273 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success [2026-01-07,17:20:02.609] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,17:20:10.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-07,17:35:02.499] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,17:35:05.149] [DEBUG] 6 processes running of frp type [2026-01-07,17:50:02.948] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,17:50:05.455] [DEBUG] 6 processes running of frp type [2026-01-07,18:05:02.863] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,18:05:10.112] [DEBUG] 6 processes running of frp type [2026-01-07,18:20:02.384] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,18:20:10.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-07,18:35:03.084] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,18:35:05.622] [DEBUG] 6 processes running of frp type 2026-01-07 18:36:17.116 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 18:36:26.062 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 18:36:26.064 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 18:36:26.403 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 18:43:39.665 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 18:43:49.667 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 18:43:49.668 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 18:43:59.670 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 18:43:59.671 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 18:44:01.268 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 18:44:01.268 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 18:44:01.762 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success [2026-01-07,18:50:02.411] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,18:50:09.846] [DEBUG] 6 processes running of frp type 2026-01-07 18:57:29.440 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 18:57:31.697 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 18:57:31.699 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 18:57:32.323 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success [2026-01-07,19:05:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,19:05:04.995] [DEBUG] 6 processes running of frp type 2026-01-07 19:09:50.256 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:10:00.259 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:10:00.260 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:10:04.864 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 19:10:04.867 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 19:10:05.133 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 19:13:16.013 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:13:26.016 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:13:26.017 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:13:34.900 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 19:13:34.901 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 19:13:35.235 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 19:17:46.419 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:17:51.541 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 19:17:51.543 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 19:17:51.898 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success [2026-01-07,19:20:02.379] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,19:20:09.840] [DEBUG] 6 processes running of frp type 2026-01-07 19:25:39.305 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:25:49.306 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:25:49.307 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:25:59.308 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:25:59.309 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-07 19:26:09.311 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:26:09.312 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:26:19.314 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:26:19.315 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:26:29.316 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:26:49.317 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:26:50.735 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 19:26:50.737 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 19:26:51.085 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 19:28:05.467 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:28:07.809 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 19:28:07.811 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 19:28:08.183 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success [2026-01-07,19:35:03.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,19:35:05.627] [DEBUG] 6 processes running of frp type 2026-01-07 19:36:59.684 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:37:00.984 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 19:37:00.985 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 19:37:01.600 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 19:43:44.800 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:43:54.802 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:43:54.803 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:43:59.500 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 19:43:59.501 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 19:43:59.837 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 19:45:39.039 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:45:49.042 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:45:49.043 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:45:59.045 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:45:59.045 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:46:02.085 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 19:46:02.086 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 19:46:02.496 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 19:47:45.120 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:47:55.121 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:47:55.122 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:48:05.124 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:48:05.125 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:48:07.509 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 19:48:07.511 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 19:48:07.839 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success [2026-01-07,19:50:02.353] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,19:50:05.118] [DEBUG] 6 processes running of frp type 2026-01-07 19:51:48.698 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:51:50.241 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 19:51:50.243 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 19:51:50.585 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 19:52:29.302 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:52:39.304 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:52:39.305 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:52:49.306 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:52:49.307 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 19:52:58.397 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 19:52:58.399 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 19:52:58.733 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success [2026-01-07,20:05:02.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,20:05:05.127] [DEBUG] 6 processes running of frp type 2026-01-07 20:06:16.489 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:06:27.363 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 20:06:27.365 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 20:06:28.314 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 20:07:34.422 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:07:44.423 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:07:44.424 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:07:47.037 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 20:07:47.039 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 20:07:47.391 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 20:09:29.154 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:09:30.721 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 20:09:30.722 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 20:09:31.058 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 20:10:45.351 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:10:55.353 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:10:55.354 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:10:59.676 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 20:10:59.677 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 20:10:59.917 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 20:11:38.621 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:11:48.623 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:11:48.624 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:11:58.625 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:11:58.626 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:12:20.324 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: i/o deadline reached 2026-01-07 20:12:20.325 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:12:30.326 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:12:30.327 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:12:40.329 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:13:00.330 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:13:10.332 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:13:30.334 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:13:31.397 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 20:13:31.399 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 20:13:31.682 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 20:17:57.345 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:18:07.348 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:18:07.349 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:18:17.351 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:18:17.351 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:18:22.318 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 20:18:22.319 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 20:18:22.893 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success 2026-01-07 20:19:00.892 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:19:10.894 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:19:10.895 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:19:20.896 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:19:20.897 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:19:30.898 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:19:30.898 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:19:40.900 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:19:40.901 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:19:50.903 [W] [client/service.go:297] [284d4557f0e0b49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-07,20:20:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,20:20:10.147] [DEBUG] 6 processes running of frp type 2026-01-07 20:20:10.904 [I] [client/service.go:294] [284d4557f0e0b49b] try to connect to server... 2026-01-07 20:20:12.322 [I] [client/service.go:286] [284d4557f0e0b49b] login to server success, get run id [284d4557f0e0b49b] 2026-01-07 20:20:12.323 [I] [proxy/proxy_manager.go:173] [284d4557f0e0b49b] proxy added: [DNL01B4203] 2026-01-07 20:20:12.794 [I] [client/control.go:168] [284d4557f0e0b49b] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,20:30:42.078] [INFO] Initializing BusSpeedStateManager V2 [2026-01-07,20:30:42.083] [INFO] LocationSqlManager initialising [2026-01-07,20:30:42.084] [INFO] Location DB initialising [2026-01-07,20:30:42.093] [INFO] LocationSqlManager initialisation complete [2026-01-07,20:30:42.094] [DEBUG] UploadManager Init [2026-01-07,20:30:42.094] [DEBUG] UploadManager Init Complete [2026-01-07,20:30:42.097] [INFO] Initializing GPS... [2026-01-07,20:30:42.099] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,20:32:29.745] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,20:32:37.460] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-07,20:33:16.003] [DEBUG] Log Upload Complete! [2026-01-07,20:35:29.563] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,20:35:32.159] [DEBUG] Remote Access Enabled [2026-01-07,20:35:35.704] [INFO] Server Address: 138.201.17.179 [2026-01-07,20:35:35.705] [INFO] Server Port: 7000 [2026-01-07,20:35:35.710] [DEBUG] Starting Remote Access! 2026-01-07 20:35:35.836 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-07 20:35:35.837 [I] [client/service.go:294] try to connect to server... 2026-01-07 20:35:37.296 [I] [client/service.go:286] [2a241169f6a380a5] login to server success, get run id [2a241169f6a380a5] 2026-01-07 20:35:37.298 [I] [proxy/proxy_manager.go:173] [2a241169f6a380a5] proxy added: [DNL01B4203] 2026-01-07 20:35:37.666 [I] [client/control.go:168] [2a241169f6a380a5] [DNL01B4203] start proxy success [2026-01-07,20:50:02.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,20:50:11.758] [DEBUG] 6 processes running of frp type 2026-01-07 21:02:35.443 [I] [client/service.go:294] [2a241169f6a380a5] try to connect to server... 2026-01-07 21:02:44.228 [I] [client/service.go:286] [2a241169f6a380a5] login to server success, get run id [2a241169f6a380a5] 2026-01-07 21:02:44.229 [I] [proxy/proxy_manager.go:173] [2a241169f6a380a5] proxy added: [DNL01B4203] 2026-01-07 21:02:44.555 [I] [client/control.go:168] [2a241169f6a380a5] [DNL01B4203] start proxy success [2026-01-07,21:05:02.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,21:05:05.517] [DEBUG] 6 processes running of frp type 2026-01-07 21:09:14.663 [I] [client/service.go:294] [2a241169f6a380a5] try to connect to server... 2026-01-07 21:09:19.067 [I] [client/service.go:286] [2a241169f6a380a5] login to server success, get run id [2a241169f6a380a5] 2026-01-07 21:09:19.068 [I] [proxy/proxy_manager.go:173] [2a241169f6a380a5] proxy added: [DNL01B4203] 2026-01-07 21:09:19.306 [I] [client/control.go:168] [2a241169f6a380a5] [DNL01B4203] start proxy success 2026-01-07 21:09:58.069 [I] [client/service.go:294] [2a241169f6a380a5] try to connect to server... 2026-01-07 21:10:08.071 [W] [client/service.go:297] [2a241169f6a380a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:10:08.072 [I] [client/service.go:294] [2a241169f6a380a5] try to connect to server... 2026-01-07 21:10:18.074 [W] [client/service.go:297] [2a241169f6a380a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:10:18.075 [I] [client/service.go:294] [2a241169f6a380a5] try to connect to server... 2026-01-07 21:10:28.076 [W] [client/service.go:297] [2a241169f6a380a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:10:28.077 [I] [client/service.go:294] [2a241169f6a380a5] try to connect to server... 2026-01-07 21:10:38.079 [W] [client/service.go:297] [2a241169f6a380a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:10:38.080 [I] [client/service.go:294] [2a241169f6a380a5] try to connect to server... 2026-01-07 21:10:40.751 [I] [client/service.go:286] [2a241169f6a380a5] login to server success, get run id [2a241169f6a380a5] 2026-01-07 21:10:40.753 [I] [proxy/proxy_manager.go:173] [2a241169f6a380a5] proxy added: [DNL01B4203] 2026-01-07 21:11:19.475 [I] [client/service.go:294] [2a241169f6a380a5] try to connect to server... 2026-01-07 21:11:29.478 [W] [client/service.go:297] [2a241169f6a380a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:11:29.478 [I] [client/service.go:294] [2a241169f6a380a5] try to connect to server... 2026-01-07 21:11:38.008 [I] [client/service.go:286] [2a241169f6a380a5] login to server success, get run id [2a241169f6a380a5] 2026-01-07 21:11:38.009 [I] [proxy/proxy_manager.go:173] [2a241169f6a380a5] proxy added: [DNL01B4203] 2026-01-07 21:11:38.640 [I] [client/control.go:168] [2a241169f6a380a5] [DNL01B4203] start proxy success [2026-01-07,21:20:02.869] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,21:20:11.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-01-07,21:35:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,21:35:04.863] [DEBUG] 6 processes running of frp type [2026-01-07,21:41:57.254] [INFO] Initializing BusSpeedStateManager V2 [2026-01-07,21:41:57.261] [INFO] LocationSqlManager initialising [2026-01-07,21:41:57.262] [INFO] Location DB initialising [2026-01-07,21:41:57.273] [INFO] LocationSqlManager initialisation complete [2026-01-07,21:41:57.274] [DEBUG] UploadManager Init [2026-01-07,21:41:57.274] [DEBUG] UploadManager Init Complete [2026-01-07,21:41:57.279] [INFO] Initializing GPS... [2026-01-07,21:41:57.281] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,21:43:45.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,21:43:47.886] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-07,21:44:04.923] [DEBUG] Log Upload Complete! [2026-01-07,21:46:45.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,21:46:47.487] [DEBUG] Remote Access Enabled [2026-01-07,21:46:49.362] [INFO] Server Address: 138.201.17.179 [2026-01-07,21:46:49.363] [INFO] Server Port: 7000 [2026-01-07,21:46:49.375] [DEBUG] Starting Remote Access! 2026-01-07 21:46:49.564 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-07 21:46:49.565 [I] [client/service.go:294] try to connect to server... 2026-01-07 21:46:50.617 [I] [client/service.go:286] [f9a45e59fd2ad0e0] login to server success, get run id [f9a45e59fd2ad0e0] 2026-01-07 21:46:50.618 [I] [proxy/proxy_manager.go:173] [f9a45e59fd2ad0e0] proxy added: [DNL01B4203] 2026-01-07 21:46:50.953 [I] [client/control.go:168] [f9a45e59fd2ad0e0] [DNL01B4203] start proxy success [2026-01-07,21:50:02.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,21:50:04.757] [DEBUG] 6 processes running of frp type [2026-01-07,22:05:02.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,22:05:04.085] [DEBUG] 6 processes running of frp type [2026-01-07,22:14:27.001] [INFO] Initializing BusSpeedStateManager V2 [2026-01-07,22:14:27.006] [INFO] LocationSqlManager initialising [2026-01-07,22:14:27.006] [INFO] Location DB initialising [2026-01-07,22:14:27.016] [INFO] LocationSqlManager initialisation complete [2026-01-07,22:14:27.017] [DEBUG] UploadManager Init [2026-01-07,22:14:27.017] [DEBUG] UploadManager Init Complete [2026-01-07,22:14:27.020] [INFO] Initializing GPS... [2026-01-07,22:14:27.021] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-07,22:16:16.003] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,22:16:18.483] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-07,22:16:47.309] [DEBUG] Log Upload Complete! [2026-01-07,22:19:15.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,22:19:17.729] [DEBUG] Remote Access Enabled [2026-01-07,22:19:19.296] [INFO] Server Address: 138.201.17.179 [2026-01-07,22:19:19.297] [INFO] Server Port: 7000 [2026-01-07,22:19:19.308] [DEBUG] Starting Remote Access! 2026-01-07 22:19:19.515 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-07 22:19:19.515 [I] [client/service.go:294] try to connect to server... 2026-01-07 22:19:20.872 [I] [client/service.go:286] [7de67623a4285e4e] login to server success, get run id [7de67623a4285e4e] 2026-01-07 22:19:20.873 [I] [proxy/proxy_manager.go:173] [7de67623a4285e4e] proxy added: [DNL01B4203] 2026-01-07 22:19:21.513 [I] [client/control.go:168] [7de67623a4285e4e] [DNL01B4203] start proxy success [2026-01-07,22:20:01.316] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,22:20:03.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-07,22:35:02.402] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,22:35:04.301] [DEBUG] 6 processes running of frp type [2026-01-07,22:50:03.003] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,22:50:05.172] [DEBUG] 6 processes running of frp type [2026-01-07,23:05:02.525] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,23:05:04.952] [DEBUG] 6 processes running of frp type 2026-01-07 23:10:39.037 [I] [client/service.go:294] [7de67623a4285e4e] try to connect to server... 2026-01-07 23:10:41.865 [I] [client/service.go:286] [7de67623a4285e4e] login to server success, get run id [7de67623a4285e4e] 2026-01-07 23:10:41.866 [I] [proxy/proxy_manager.go:173] [7de67623a4285e4e] proxy added: [DNL01B4203] 2026-01-07 23:10:45.673 [I] [client/control.go:168] [7de67623a4285e4e] [DNL01B4203] start proxy success [2026-01-07,23:20:02.342] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,23:20:09.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-01-07,23:35:02.781] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,23:35:05.371] [DEBUG] 6 processes running of frp type [2026-01-07,23:50:03.021] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-07,23:50:05.109] [DEBUG] 6 processes running of frp type [2026-01-08,00:05:02.512] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,00:05:04.618] [DEBUG] 6 processes running of frp type [2026-01-08,00:20:02.849] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,00:20:05.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-01-08,00:35:02.381] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,00:35:04.539] [DEBUG] 6 processes running of frp type [2026-01-08,00:50:02.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,00:50:05.335] [DEBUG] 6 processes running of frp type [2026-01-08,01:05:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,01:05:05.267] [DEBUG] 6 processes running of frp type [2026-01-08,01:20:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,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-01-08,01:35:02.442] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,01:35:04.874] [DEBUG] 6 processes running of frp type [2026-01-08,01:50:02.572] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,01:50:05.106] [DEBUG] 6 processes running of frp type [2026-01-08,02:05:02.481] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,02:05:04.545] [DEBUG] 6 processes running of frp type [2026-01-08,02:20:02.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,02:20:05.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-08,02:35:02.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,02:35:05.184] [DEBUG] 6 processes running of frp type [2026-01-08,02:50:02.836] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,02:50:05.136] [DEBUG] 6 processes running of frp type [2026-01-08,03:05:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,03:05:04.420] [DEBUG] 6 processes running of frp type [2026-01-08,03:20:02.652] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,03: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-08,03:35:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,03:35:04.790] [DEBUG] 6 processes running of frp type [2026-01-08,03:50:02.461] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,03:50:04.482] [DEBUG] 6 processes running of frp type [2026-01-08,04:05:03.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,04:05:04.964] [DEBUG] 6 processes running of frp type [2026-01-08,04:20:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,04:20:04.489] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,04:35:03.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,04:35:05.283] [DEBUG] 6 processes running of frp type [2026-01-08,04:50:03.044] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,04:50:05.559] [DEBUG] 6 processes running of frp type [2026-01-08,05:05:03.009] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,05:05:04.974] [DEBUG] 6 processes running of frp type [2026-01-08,05:20:02.216] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,05: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-01-08,05:35:03.092] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,05:35:05.287] [DEBUG] 6 processes running of frp type [2026-01-08,05:50:02.949] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,05:50:04.877] [DEBUG] 6 processes running of frp type [2026-01-08,06:05:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,06:05:04.705] [DEBUG] 6 processes running of frp type [2026-01-08,06:20:03.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,06: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-08,06:30:41.279] [INFO] Initializing BusSpeedStateManager V2 [2026-01-08,06:30:41.286] [INFO] LocationSqlManager initialising [2026-01-08,06:30:41.287] [INFO] Location DB initialising [2026-01-08,06:30:41.298] [INFO] LocationSqlManager initialisation complete [2026-01-08,06:30:41.299] [DEBUG] UploadManager Init [2026-01-08,06:30:41.300] [DEBUG] UploadManager Init Complete [2026-01-08,06:30:41.304] [INFO] Initializing GPS... [2026-01-08,06:30: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' [2026-01-08,06:32:29.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,06:32:31.596] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-08,06:32:41.007] [DEBUG] Log Upload Complete! [2026-01-08,06:35:29.839] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,06:35:31.852] [DEBUG] Remote Access Enabled [2026-01-08,06:35:33.373] [INFO] Server Address: 138.201.17.179 [2026-01-08,06:35:33.375] [INFO] Server Port: 7000 [2026-01-08,06:35:33.384] [DEBUG] Starting Remote Access! 2026-01-08 06:35:33.535 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-08 06:35:33.536 [I] [client/service.go:294] try to connect to server... 2026-01-08 06:35:34.653 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 06:35:34.653 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 06:35:34.975 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,06:50:02.824] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,06:50:04.784] [DEBUG] 6 processes running of frp type [2026-01-08,07:05:02.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,07:05:04.385] [DEBUG] 6 processes running of frp type [2026-01-08,07:20:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,07: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-01-08,07:35:03.098] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,07:35:05.281] [DEBUG] 6 processes running of frp type [2026-01-08,07:50:02.848] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,07:50:05.187] [DEBUG] 6 processes running of frp type [2026-01-08,08:02:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,08:02:04.850] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-08,08:02:19.842] [DEBUG] Log Upload Complete! [2026-01-08,08:05:02.641] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,08:05:04.437] [DEBUG] 6 processes running of frp type [2026-01-08,08:20:02.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,08: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-01-08,08:35:02.478] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,08:35:04.557] [DEBUG] 6 processes running of frp type [2026-01-08,08:50:02.409] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,08:50:05.017] [DEBUG] 6 processes running of frp type [2026-01-08,09:05:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,09:05:04.435] [DEBUG] 6 processes running of frp type [2026-01-08,09:20:02.728] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,09:20:05.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-08,09:35:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,09:35:04.757] [DEBUG] 6 processes running of frp type [2026-01-08,09:50:03.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,09:50:05.554] [DEBUG] 6 processes running of frp type [2026-01-08,10:05:02.887] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,10:05:10.199] [DEBUG] 6 processes running of frp type 2026-01-08 10:18:07.563 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 10:18:08.695 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 10:18:08.697 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 10:18:09.055 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,10:20:02.381] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,10:20:04.789] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,10:35:01.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,10:35:04.438] [DEBUG] 6 processes running of frp type [2026-01-08,10:50:02.742] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,10:50:05.063] [DEBUG] 6 processes running of frp type [2026-01-08,11:05:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,11:05:04.434] [DEBUG] 6 processes running of frp type [2026-01-08,11:20:02.800] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,11:20:05.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-01-08,11:35:02.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,11:35:05.013] [DEBUG] 6 processes running of frp type [2026-01-08,11:50:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,11:50:05.232] [DEBUG] 6 processes running of frp type [2026-01-08,12:05:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,12:05:04.764] [DEBUG] 6 processes running of frp type [2026-01-08,12:20:02.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,12: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' [2026-01-08,12:35:02.894] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,12:35:05.439] [DEBUG] 6 processes running of frp type [2026-01-08,12:50:03.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,12:50:05.822] [DEBUG] 6 processes running of frp type [2026-01-08,13:05:02.275] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,13:05:04.795] [DEBUG] 6 processes running of frp type [2026-01-08,13:20:02.056] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,13: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-01-08,13:35:02.743] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,13:35:05.274] [DEBUG] 6 processes running of frp type [2026-01-08,13:50:02.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,13:50:05.039] [DEBUG] 6 processes running of frp type [2026-01-08,14:05:02.431] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,14:05:04.795] [DEBUG] 6 processes running of frp type [2026-01-08,14:20:02.068] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,14: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-01-08,14:35:02.642] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,14:35:05.188] [DEBUG] 6 processes running of frp type [2026-01-08,14:50:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,14:50:05.347] [DEBUG] 6 processes running of frp type [2026-01-08,15:05:02.766] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,15:05:10.319] [DEBUG] 6 processes running of frp type [2026-01-08,15:20:02.766] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,15:20:05.252] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,15:35:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,15:35:04.962] [DEBUG] 6 processes running of frp type [2026-01-08,15:50:02.766] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,15:50:10.339] [DEBUG] 6 processes running of frp type [2026-01-08,16:05:02.798] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,16:05:05.125] [DEBUG] 6 processes running of frp type [2026-01-08,16:20:02.591] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,16:20:05.074] [DEBUG] 6 processes running of frp type 2026-01-08 16:21:29.621 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 16:21:30.587 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 16:21:30.588 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 16:21:30.923 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-08 16:30:16.350 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 16:30:17.659 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 16:30:17.661 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 16:30:18.256 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,16:35:02.345] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,16:35:04.923] [DEBUG] 6 processes running of frp type [2026-01-08,16:50:02.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,16:50:05.317] [DEBUG] 6 processes running of frp type 2026-01-08 17:00:19.811 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:00:21.288 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 17:00:21.288 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:00:24.328 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 17:00:24.328 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:00:34.330 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 17:00:34.330 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:00:34.331 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:00:51.721 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:00:51.722 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:01:11.723 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:01:11.724 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:01:31.725 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:01:31.726 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:01:51.727 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:01:51.729 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:02:11.729 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:02:11.731 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:02:31.732 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:02:31.734 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:02:51.734 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:02:51.736 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:03:11.737 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:03:11.738 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:03:31.740 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:03:31.741 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:03:51.742 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:03:51.743 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:04:11.744 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:04:11.745 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:04:31.746 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:04:31.748 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:04:51.748 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:04:51.750 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:05:11.751 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:05:11.752 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:05:31.753 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:05:31.757 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:05:51.758 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:05:53.202 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 17:05:53.204 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 17:05:53.898 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 17:07:02.702 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:07:02.703 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:07:04.852 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:07:04.853 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:07:09.242 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:07:09.243 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:07:18.229 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:07:18.231 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:07:36.621 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:07:36.623 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:07:56.624 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:07:56.625 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:08:16.625 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:08:16.627 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:08:36.628 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:08:36.630 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:08:56.631 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:08:56.632 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:09:16.632 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:09:16.633 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:09:36.634 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:09:36.635 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:09:56.637 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:09:56.638 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:10:16.639 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:10:16.640 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:10:36.641 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:10:36.643 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:10:56.644 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:10:56.645 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:11:16.646 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:11:16.648 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:11:36.648 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:11:36.652 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:11:56.654 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:11:56.658 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:12:16.659 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:12:19.354 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 17:12:19.355 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 17:12:21.274 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 17:12:57.117 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:12:57.119 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:12:59.239 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:12:59.240 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:13:03.880 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:13:03.881 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:13:13.899 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:13:13.901 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:13:33.901 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:13:33.903 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:13:53.904 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:13:53.905 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:14:13.905 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:14:13.907 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:14:33.908 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:14:33.909 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:14:53.910 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:14:53.912 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:15:13.913 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:15:13.914 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:15:33.915 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:15:33.917 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:15:53.918 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:15:53.919 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:16:13.921 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:16:13.922 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:16:33.924 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:16:33.925 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:16:53.926 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:16:53.928 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:17:13.929 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:17:13.930 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:17:33.931 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:17:33.933 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:17:53.933 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:17:53.937 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-08 17:18:13.939 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:18:13.944 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-08 17:18:33.945 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:18:36.662 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 17:18:36.664 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 17:18:36.975 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,17:20:02.066] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,17: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-01-08 17:32:55.026 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:32:56.112 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 17:32:56.113 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 17:32:56.672 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,17:35:02.637] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,17:35:04.394] [DEBUG] 6 processes running of frp type 2026-01-08 17:41:41.689 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:41:51.692 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 17:41:51.693 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 17:41:52.653 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 17:41:52.654 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 17:41:52.887 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,17:50:03.128] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,17:50:06.220] [DEBUG] 6 processes running of frp type [2026-01-08,18:05:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,18:05:05.215] [DEBUG] 6 processes running of frp type 2026-01-08 18:05:50.351 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:05:51.688 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:05:51.690 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:05:52.016 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 18:10:03.522 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:10:13.525 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:10:13.526 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:10:22.080 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:10:22.081 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:10:22.406 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,18:20:02.500] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,18:20:05.293] [DEBUG] 6 processes running of frp type 2026-01-08 18:20:07.685 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:20:09.930 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:20:09.933 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:20:10.322 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 18:20:48.650 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:20:49.949 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:20:49.951 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:20:50.280 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 18:21:28.972 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:21:37.920 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:21:37.921 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:21:38.279 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 18:23:47.784 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:23:52.651 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:23:52.653 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:23:52.976 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,18:35:02.247] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,18:35:09.854] [DEBUG] 6 processes running of frp type 2026-01-08 18:39:22.248 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:39:23.218 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:39:23.219 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:39:23.528 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 18:40:02.579 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:40:07.053 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:40:07.055 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:40:07.395 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 18:48:21.993 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:48:31.995 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:48:31.996 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:48:41.997 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:48:41.998 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:48:50.567 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:48:50.569 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:48:50.913 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,18:50:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,18:50:04.876] [DEBUG] 6 processes running of frp type 2026-01-08 18:51:00.807 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:51:10.809 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:51:10.810 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:51:20.811 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:51:20.812 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:51:30.610 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:51:30.612 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:51:52.977 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 18:51:53.285 [W] [client/control.go:166] [fc19f51b1f95daf7] [DNL01B4203] start error: status not wait start, ignore start message 2026-01-08 18:53:57.128 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:54:07.130 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:54:07.131 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:54:11.840 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:54:11.842 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:54:12.179 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 18:55:20.968 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:55:30.970 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:55:30.971 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:55:35.000 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:55:35.002 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:55:35.376 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 18:57:47.854 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 18:57:51.951 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 18:57:51.952 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 18:57:52.195 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,19:05:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,19:05:04.394] [DEBUG] 6 processes running of frp type 2026-01-08 19:05:11.047 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:05:12.647 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:05:12.649 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:05:16.474 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 19:05:51.688 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:06:00.003 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:06:00.005 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:06:00.271 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 19:09:11.047 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:09:12.023 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:09:12.025 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:09:12.644 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 19:13:34.405 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:13:44.407 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:13:44.408 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:13:54.410 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:13:54.411 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:14:13.851 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: i/o deadline reached 2026-01-08 19:14:13.851 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:14:15.366 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:14:15.368 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:14:15.697 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 19:18:00.964 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:18:01.691 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:18:01.692 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:18:01.952 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 19:18:41.212 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:18:51.214 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:18:51.214 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:19:01.215 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:19:01.215 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:19:11.217 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:19:11.217 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:19:21.220 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:19:21.220 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:19:31.222 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:19:51.223 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:19:52.327 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:19:52.329 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:19:52.663 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,19:20:02.778] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,19: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-01-08 19:28:37.767 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:28:39.082 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:28:39.083 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:28:39.462 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 19:29:48.732 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:29:50.087 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:29:50.089 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:29:50.413 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 19:34:01.927 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:34:11.929 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:34:11.930 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:34:20.083 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:34:20.085 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:34:20.329 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,19:35:02.576] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,19:35:05.118] [DEBUG] 6 processes running of frp type 2026-01-08 19:39:36.890 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:39:47.204 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:39:47.206 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:39:47.997 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 19:40:24.326 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:40:34.329 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:40:34.329 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:40:44.331 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:40:44.331 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:40:54.334 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:40:54.334 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:41:02.636 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:41:02.638 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:41:02.890 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 19:43:43.361 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:43:45.532 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:43:45.534 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:43:45.795 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 19:44:24.640 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:44:33.035 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:44:33.036 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:44:33.296 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 19:47:50.223 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 19:47:54.644 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 19:47:54.646 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 19:47:54.895 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,19:50:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,19:50:05.501] [DEBUG] 6 processes running of frp type 2026-01-08 20:03:15.197 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:03:16.077 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 20:03:16.078 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 20:03:16.308 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,20:05:02.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,20:05:16.118] [DEBUG] 6 processes running of frp type 2026-01-08 20:09:02.395 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:09:13.349 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 20:09:13.351 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 20:09:51.997 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:09:54.867 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 20:09:54.868 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 20:10:19.404 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 20:10:19.846 [W] [client/control.go:166] [fc19f51b1f95daf7] [DNL01B4203] start error: status not wait start, ignore start message 2026-01-08 20:12:06.715 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:12:16.717 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:12:16.718 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:12:26.719 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:12:26.720 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:12:36.721 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:12:36.722 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:12:37.477 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 20:12:37.479 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 20:12:37.784 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,20:20:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,20:20:05.602] [DEBUG] 6 processes running of frp type 2026-01-08 20:22:29.760 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:22:31.363 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 20:22:31.365 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 20:22:31.692 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success 2026-01-08 20:24:43.987 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:24:53.989 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:24:53.990 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:25:03.992 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:25:03.993 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:25:13.995 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:25:13.995 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:25:23.997 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:25:23.997 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:25:32.805 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 20:25:32.806 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 20:25:33.147 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-08 20:26:41.922 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:26:51.924 [W] [client/service.go:297] [fc19f51b1f95daf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:26:51.925 [I] [client/service.go:294] [fc19f51b1f95daf7] try to connect to server... 2026-01-08 20:27:00.892 [I] [client/service.go:286] [fc19f51b1f95daf7] login to server success, get run id [fc19f51b1f95daf7] 2026-01-08 20:27:00.894 [I] [proxy/proxy_manager.go:173] [fc19f51b1f95daf7] proxy added: [DNL01B4203] 2026-01-08 20:27:03.047 [I] [client/control.go:168] [fc19f51b1f95daf7] [DNL01B4203] start proxy success [2026-01-08,20:30:41.719] [INFO] Initializing BusSpeedStateManager V2 [2026-01-08,20:30:41.724] [INFO] LocationSqlManager initialising [2026-01-08,20:30:41.724] [INFO] Location DB initialising [2026-01-08,20:30:41.734] [INFO] LocationSqlManager initialisation complete [2026-01-08,20:30:41.734] [DEBUG] UploadManager Init [2026-01-08,20:30:41.736] [DEBUG] UploadManager Init Complete [2026-01-08,20:30:41.739] [INFO] Initializing GPS... [2026-01-08,20:30:41.741] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,20:32:30.071] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,20:32:32.622] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-08,20:33:13.364] [DEBUG] Log Upload Complete! [2026-01-08,20:35:29.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,20:35:33.159] [DEBUG] Remote Access Enabled [2026-01-08,20:35:36.233] [INFO] Server Address: 138.201.17.179 [2026-01-08,20:35:36.235] [INFO] Server Port: 7000 [2026-01-08,20:35:36.244] [DEBUG] Starting Remote Access! 2026-01-08 20:35:36.433 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-08 20:35:36.434 [I] [client/service.go:294] try to connect to server... 2026-01-08 20:35:37.620 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:35:37.621 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:35:38.244 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success 2026-01-08 20:37:48.175 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:37:58.178 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:37:58.179 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:37:59.053 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:37:59.054 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:37:59.303 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success 2026-01-08 20:38:38.431 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:38:47.055 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:38:47.057 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:38:47.371 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success 2026-01-08 20:40:57.353 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:40:58.219 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:40:58.220 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:40:58.593 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success 2026-01-08 20:42:09.330 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:42:19.332 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:42:19.332 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:42:23.457 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:42:23.458 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:42:23.715 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success 2026-01-08 20:44:33.845 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:44:44.802 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:44:44.804 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:44:47.094 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success 2026-01-08 20:48:23.890 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:48:33.893 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:48:33.893 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:48:43.895 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:48:43.896 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:48:47.361 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:48:47.363 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:48:48.002 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success 2026-01-08 20:49:24.284 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:49:25.447 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:49:25.449 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:49:25.907 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success [2026-01-08,20:50:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,20:50:09.140] [DEBUG] 6 processes running of frp type 2026-01-08 20:50:35.209 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:50:38.727 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:50:38.728 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:50:39.002 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success 2026-01-08 20:52:51.217 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:53:01.218 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:53:01.218 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:53:02.448 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:53:02.449 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:53:41.528 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:53:51.529 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:53:51.530 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:54:01.531 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:54:01.531 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:54:02.906 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:54:02.907 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:54:03.234 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success 2026-01-08 20:55:42.416 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:55:52.418 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:55:52.419 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:56:02.420 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:56:02.420 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:56:07.359 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:56:07.361 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:56:07.706 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success 2026-01-08 20:58:48.557 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:58:58.560 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:58:58.560 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:59:08.562 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:59:08.563 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:59:18.564 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:59:18.564 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 20:59:19.670 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 20:59:19.671 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 20:59:20.010 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success 2026-01-08 21:03:45.912 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 21:03:54.548 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 21:03:54.549 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 21:03:54.891 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success [2026-01-08,21:05:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,21:05:05.260] [DEBUG] 6 processes running of frp type 2026-01-08 21:19:14.883 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 21:19:24.886 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:19:24.886 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 21:19:29.427 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 21:19:29.429 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 21:19:29.768 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success [2026-01-08,21:20:02.773] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,21:20:05.420] [DEBUG] 6 processes running of frp type 2026-01-08 21:21:08.880 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 21:21:18.882 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:21:18.883 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 21:21:28.885 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:21:28.885 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 21:21:38.887 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:21:38.887 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 21:21:48.889 [W] [client/service.go:297] [1a5d8210bfb87b96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:21:48.890 [I] [client/service.go:294] [1a5d8210bfb87b96] try to connect to server... 2026-01-08 21:21:52.172 [I] [client/service.go:286] [1a5d8210bfb87b96] login to server success, get run id [1a5d8210bfb87b96] 2026-01-08 21:21:52.173 [I] [proxy/proxy_manager.go:173] [1a5d8210bfb87b96] proxy added: [DNL01B4203] 2026-01-08 21:21:52.424 [I] [client/control.go:168] [1a5d8210bfb87b96] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,21:35:02.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,21:35:18.527] [DEBUG] 6 processes running of frp type [2026-01-08,21:50:01.936] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,21:50:20.007] [DEBUG] 6 processes running of frp type [2026-01-08,22:05:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,22:05:04.772] [DEBUG] 6 processes running of frp type [2026-01-08,22:20:02.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,22: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-01-08,22:35:02.824] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,22:35:04.900] [DEBUG] 6 processes running of frp type [2026-01-08,22:50:02.273] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,22:50:04.292] [DEBUG] 6 processes running of frp type [2026-01-08,23:05:02.969] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,23:05:05.441] [DEBUG] 6 processes running of frp type [2026-01-08,23:20:02.690] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,23: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-01-08,23:35:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,23:35:04.636] [DEBUG] 6 processes running of frp type [2026-01-08,23:50:02.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-08,23:50:04.376] [DEBUG] 6 processes running of frp type [2026-01-09,00:05:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,00:05:05.367] [DEBUG] 6 processes running of frp type [2026-01-09,00:20:02.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,00: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-01-09,00:35:03.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,00:35:05.601] [DEBUG] 6 processes running of frp type [2026-01-09,00:50:02.102] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,00:50:04.107] [DEBUG] 6 processes running of frp type [2026-01-09,01:05:02.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,01:05:04.648] [DEBUG] 6 processes running of frp type [2026-01-09,01:20:03.056] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,01:20:05.045] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,01:35:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,01:35:04.902] [DEBUG] 6 processes running of frp type [2026-01-09,01:50:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,01:50:04.741] [DEBUG] 6 processes running of frp type [2026-01-09,02:05:02.032] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,02:05:03.849] [DEBUG] 6 processes running of frp type [2026-01-09,02:20:02.040] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,02:20:04.279] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,02:35:02.705] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,02:35:05.027] [DEBUG] 6 processes running of frp type [2026-01-09,02:50:03.024] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,02:50:04.769] [DEBUG] 6 processes running of frp type [2026-01-09,03:05:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,03:05:04.819] [DEBUG] 6 processes running of frp type [2026-01-09,03:20:02.306] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,03: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-01-09,03:35:02.376] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,03:35:08.326] [DEBUG] 6 processes running of frp type [2026-01-09,03:50:02.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,03:50:05.277] [DEBUG] 6 processes running of frp type [2026-01-09,04:05:02.520] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,04:05:04.445] [DEBUG] 6 processes running of frp type [2026-01-09,04:20:02.881] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,04: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' [2026-01-09,04:35:02.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,04:35:04.958] [DEBUG] 6 processes running of frp type [2026-01-09,04:50:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,04:50:05.270] [DEBUG] 6 processes running of frp type [2026-01-09,05:05:02.834] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,05:05:05.070] [DEBUG] 6 processes running of frp type [2026-01-09,05:20:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,05: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-01-09,05:35:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,05:35:05.357] [DEBUG] 6 processes running of frp type [2026-01-09,05:50:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,05:50:05.594] [DEBUG] 6 processes running of frp type [2026-01-09,06:05:02.850] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,06:05:05.434] [DEBUG] 6 processes running of frp type [2026-01-09,06:20:02.644] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,06:20:10.171] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,06:30:40.626] [INFO] Initializing BusSpeedStateManager V2 [2026-01-09,06:30:40.630] [INFO] LocationSqlManager initialising [2026-01-09,06:30:40.631] [INFO] Location DB initialising [2026-01-09,06:30:40.640] [INFO] LocationSqlManager initialisation complete [2026-01-09,06:30:40.641] [DEBUG] UploadManager Init [2026-01-09,06:30:40.641] [DEBUG] UploadManager Init Complete [2026-01-09,06:30:40.643] [INFO] Initializing GPS... [2026-01-09,06:30:40.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' [2026-01-09,06:32:29.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,06:32:31.156] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-09,06:32:40.847] [DEBUG] Log Upload Complete! [2026-01-09,06:35:29.439] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,06:35:31.629] [DEBUG] Remote Access Enabled [2026-01-09,06:35:33.170] [INFO] Server Address: 138.201.17.179 [2026-01-09,06:35:33.171] [INFO] Server Port: 7000 [2026-01-09,06:35:33.180] [DEBUG] Starting Remote Access! 2026-01-09 06:35:33.349 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-09 06:35:33.350 [I] [client/service.go:294] try to connect to server... 2026-01-09 06:35:34.450 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 06:35:34.451 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 06:35:36.408 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,06:50:02.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,06:50:04.812] [DEBUG] 6 processes running of frp type [2026-01-09,07:05:02.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,07:05:04.756] [DEBUG] 6 processes running of frp type [2026-01-09,07:20:03.304] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,07:20:06.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-09,07:35:02.330] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,07:35:04.702] [DEBUG] 6 processes running of frp type [2026-01-09,07:50:02.016] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,07:50:04.301] [DEBUG] 6 processes running of frp type [2026-01-09,08:02:02.696] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,08:02:04.748] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-09,08:02:20.654] [DEBUG] Log Upload Complete! [2026-01-09,08:05:03.035] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,08:05:05.121] [DEBUG] 6 processes running of frp type [2026-01-09,08:20:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,08:20:05.431] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,08:35:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,08:35:04.586] [DEBUG] 6 processes running of frp type [2026-01-09,08:50:02.998] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,08:50:05.470] [DEBUG] 6 processes running of frp type [2026-01-09,09:05:02.718] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,09:05:04.800] [DEBUG] 6 processes running of frp type 2026-01-09 09:09:50.292 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 09:10:00.294 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:00.295 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 09:10:10.296 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:10.297 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 09:10:20.298 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:20.299 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 09:10:30.300 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:30.301 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 09:10:34.097 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 09:10:34.098 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 09:10:34.668 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,09:20:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,09: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-01-09,09:35:01.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,09:35:04.075] [DEBUG] 6 processes running of frp type [2026-01-09,09:50:02.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,09:50:04.439] [DEBUG] 6 processes running of frp type [2026-01-09,10:05:02.949] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,10:05:05.494] [DEBUG] 6 processes running of frp type [2026-01-09,10:20:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,10: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-01-09,10:35:02.905] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,10:35:05.632] [DEBUG] 6 processes running of frp type [2026-01-09,10:50:02.480] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,10:50:05.550] [DEBUG] 6 processes running of frp type [2026-01-09,11:05:02.820] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,11:05:05.639] [DEBUG] 6 processes running of frp type [2026-01-09,11:20:03.341] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,11:20:05.171] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,11:35:02.487] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,11:35:04.362] [DEBUG] 6 processes running of frp type [2026-01-09,11:50:02.922] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,11:50:05.594] [DEBUG] 6 processes running of frp type [2026-01-09,12:05:03.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,12:05:05.749] [DEBUG] 6 processes running of frp type [2026-01-09,12:20:02.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,12: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' [2026-01-09,12:35:02.951] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,12:35:10.937] [DEBUG] 6 processes running of frp type [2026-01-09,12:50:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,12:50:04.624] [DEBUG] 6 processes running of frp type [2026-01-09,13:05:03.110] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,13:05:05.184] [DEBUG] 6 processes running of frp type [2026-01-09,13:20:02.439] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,13:20:05.719] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,13:35:02.365] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,13:35:04.718] [DEBUG] 6 processes running of frp type [2026-01-09,13:50:02.351] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,13:50:19.990] [DEBUG] 6 processes running of frp type 2026-01-09 14:04:47.016 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 14:04:48.313 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 14:04:48.315 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 14:04:48.944 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,14:05:02.451] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,14:05:09.704] [DEBUG] 6 processes running of frp type 2026-01-09 14:11:33.374 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 14:11:34.505 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 14:11:34.507 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 14:11:34.830 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,14:20:01.919] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,14: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' [2026-01-09,14:35:02.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,14:35:05.717] [DEBUG] 6 processes running of frp type [2026-01-09,14:50:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,14:50:10.261] [DEBUG] 6 processes running of frp type [2026-01-09,15:05:02.646] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,15:05:04.672] [DEBUG] 6 processes running of frp type [2026-01-09,15:20:02.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,15: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-01-09,15:35:02.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,15:35:05.391] [DEBUG] 6 processes running of frp type [2026-01-09,15:50:02.227] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,15:50:04.198] [DEBUG] 6 processes running of frp type [2026-01-09,16:05:02.718] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,16:05:05.165] [DEBUG] 6 processes running of frp type [2026-01-09,16:20:02.413] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,16: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-01-09,16:35:02.191] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,16:35:04.663] [DEBUG] 6 processes running of frp type [2026-01-09,16:50:02.411] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,16:50:05.208] [DEBUG] 6 processes running of frp type 2026-01-09 16:59:56.761 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 16:59:58.003 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 16:59:58.005 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 16:59:58.359 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 17:00:37.085 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:00:37.086 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:00:39.270 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:00:39.272 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:00:43.873 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:00:43.874 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:00:53.373 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:00:53.374 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:01:13.375 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:01:13.376 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:01:33.377 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:01:33.379 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:01:53.379 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:01:53.381 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:02:13.382 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:02:13.384 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:02:33.385 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:02:33.387 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:02:53.388 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:02:53.389 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:03:13.390 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:03:13.392 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:03:33.392 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:03:33.393 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:03:53.395 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:03:53.403 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:04:13.404 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:04:13.413 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:04:33.414 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:04:33.419 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-09 17:04:53.420 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:05:00.698 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-01-09,17:05:02.586] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-09 17:05:20.700 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:05:30.702 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:05:50.704 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:06:00.705 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:06:20.707 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:06:20.719 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-09 17:06:40.721 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:06:50.723 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:07:10.725 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:07:20.726 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:07:40.728 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:07:47.954 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-09 17:08:07.956 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:08:07.960 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-09 17:08:27.962 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:08:37.964 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:08:57.965 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:08:57.975 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-09 17:09:17.976 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:09:17.980 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-09 17:09:37.982 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:09:47.984 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:10:07.985 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:10:15.154 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-09 17:10:35.156 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:10:35.161 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-09 17:10:55.162 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:10:59.258 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:11:19.259 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:11:19.263 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:11:39.264 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:11:39.269 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-09 17:11:59.269 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:12:01.281 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 17:12:01.282 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 17:12:03.843 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,17:20:03.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,17:20:05.711] [DEBUG] 6 processes running of frp type 2026-01-09 17:20:51.919 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:21:01.921 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:21:01.921 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:21:04.633 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 17:21:04.634 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 17:21:05.060 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 17:23:47.136 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:23:48.211 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 17:23:48.212 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 17:23:48.699 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-09 17:26:15.364 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:26:16.316 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 17:26:16.317 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 17:26:16.649 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 17:26:55.692 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:27:05.695 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:27:05.696 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:27:15.698 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:27:15.698 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:27:25.700 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:27:25.701 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:27:30.241 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 17:27:30.243 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 17:27:30.507 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 17:33:43.286 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:33:44.670 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 17:33:44.671 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 17:33:45.000 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,17:35:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,17:35:05.106] [DEBUG] 6 processes running of frp type 2026-01-09 17:38:26.897 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:38:30.962 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 17:38:30.964 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 17:38:31.214 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 17:39:40.484 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:39:41.766 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 17:39:41.768 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 17:39:42.116 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,17:50:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,17:50:05.378] [DEBUG] 6 processes running of frp type 2026-01-09 17:59:04.814 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 17:59:13.955 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 17:59:13.956 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 17:59:14.592 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,18:05:02.866] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,18:05:05.816] [DEBUG] 6 processes running of frp type 2026-01-09 18:06:58.245 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:07:08.247 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:07:08.248 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:07:18.249 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:07:18.250 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:07:28.252 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:07:28.253 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:07:38.254 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:07:38.255 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:07:39.230 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:07:39.232 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:07:39.521 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:08:18.564 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:08:28.566 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:08:28.567 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:08:38.569 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:08:38.569 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:08:48.571 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:08:48.572 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:08:50.549 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:08:50.550 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:08:50.886 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:15:10.085 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:15:11.369 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:15:11.370 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:15:11.696 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:15:50.724 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:16:00.727 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:16:00.728 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:16:09.600 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:16:09.602 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:16:10.253 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:18:49.759 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:18:59.761 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:18:59.761 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:19:09.763 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:19:09.763 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:19:19.765 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:19:19.766 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:19:28.279 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:19:28.280 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:19:28.604 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,18:20:02.038] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,18:20:04.896] [DEBUG] 6 processes running of frp type 2026-01-09 18:20:37.718 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:20:47.721 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:20:47.722 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:20:57.724 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:20:57.725 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:20:58.843 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:20:58.844 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:20:59.473 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:23:17.388 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:23:21.241 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:23:21.243 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:23:21.868 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:25:00.752 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:25:10.753 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:25:10.754 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:25:11.683 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:25:11.685 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:25:11.961 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,18:35:02.937] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,18:35:05.993] [DEBUG] 6 processes running of frp type 2026-01-09 18:35:36.585 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:35:46.587 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:35:46.588 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:35:55.142 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:35:55.144 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:35:55.404 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:36:33.973 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:36:43.975 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:36:43.976 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:36:53.978 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:36:53.978 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:36:55.057 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:36:55.058 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:36:55.389 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:38:35.242 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:38:45.245 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:38:45.245 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:38:55.247 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:38:55.247 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:38:57.523 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:38:57.524 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:38:57.990 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:40:06.755 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:40:09.913 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:40:09.915 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:40:10.308 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:42:19.996 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:42:29.998 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:42:29.999 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:42:40.001 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:42:40.002 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:42:49.025 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:42:49.027 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:42:49.351 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:44:28.489 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:44:38.490 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:44:38.491 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:44:48.493 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:44:48.493 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:44:57.510 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:44:57.512 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:44:58.007 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:46:07.168 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:46:16.084 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:46:16.086 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:46:16.477 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:46:54.802 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:47:04.804 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:47:04.805 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:47:14.806 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:47:14.807 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:47:29.085 [W] [client/service.go:297] [496a037aead239ac] connect to server error: i/o deadline reached 2026-01-09 18:47:29.086 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:47:39.088 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:47:39.088 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:47:49.090 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:48:09.092 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:48:19.093 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:48:39.095 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:48:40.115 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:48:40.116 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:48:40.462 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,18:50:02.705] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,18:50:10.479] [DEBUG] 6 processes running of frp type 2026-01-09 18:50:56.939 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:51:06.941 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:51:06.942 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:51:16.943 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:51:16.944 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:51:25.175 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:51:25.176 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:51:25.506 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:53:04.857 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:53:14.860 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:53:14.861 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:53:23.195 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:53:23.196 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:53:23.469 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:55:33.502 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:55:43.504 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:55:43.505 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:55:53.507 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:55:53.508 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:55:55.905 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:55:55.906 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:55:56.229 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:56:33.839 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:56:34.655 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:56:34.657 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:56:34.944 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:57:14.090 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:57:24.093 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:57:24.093 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:57:34.095 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:57:34.096 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:57:35.424 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:57:35.425 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:57:35.782 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 18:58:14.464 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:58:24.466 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:58:24.467 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:58:34.469 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:58:34.470 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:58:44.471 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:58:44.472 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:58:54.474 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:58:54.475 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:59:19.506 [W] [client/service.go:297] [496a037aead239ac] connect to server error: i/o deadline reached 2026-01-09 18:59:19.507 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 18:59:28.073 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 18:59:28.075 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 18:59:28.404 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:02:39.026 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:02:41.390 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:02:41.392 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:02:41.981 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:03:20.384 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:03:30.386 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:03:30.386 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:03:38.521 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:03:38.523 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:03:38.859 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:04:48.022 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:04:52.226 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:04:52.227 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:04:52.469 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,19:05:02.860] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,19:05:05.608] [DEBUG] 6 processes running of frp type 2026-01-09 19:08:33.674 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:08:34.569 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:08:34.571 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:08:34.817 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:09:44.397 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:09:54.399 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:09:54.399 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:10:04.401 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:10:04.402 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:10:08.635 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:10:08.637 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:10:08.898 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:13:24.582 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:13:34.584 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:13:34.584 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:13:44.585 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:13:44.586 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:13:46.336 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:13:46.338 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:14:12.895 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:14:13.253 [W] [client/control.go:166] [496a037aead239ac] [DNL01B4203] start error: status not wait start, ignore start message 2026-01-09 19:15:56.164 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:16:00.738 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:16:00.740 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:16:01.069 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,19:20:02.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,19:20:05.845] [DEBUG] 6 processes running of frp type 2026-01-09 19:20:50.680 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:20:52.920 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:20:52.921 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:20:53.193 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:21:31.952 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:21:41.953 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:21:41.954 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:21:51.956 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:21:51.957 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:22:01.958 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:22:01.958 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:22:11.960 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:22:11.961 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:22:21.962 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:22:41.963 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:22:47.780 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:22:47.781 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:22:52.748 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-09 19:28:38.273 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:28:48.276 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:28:48.277 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:28:56.989 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:28:56.991 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:28:57.626 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:30:14.444 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:30:24.447 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:30:24.448 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:30:34.449 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:30:34.450 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:30:44.452 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:30:44.453 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:30:52.684 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:30:52.686 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:30:53.081 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:31:31.868 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:31:39.948 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:31:39.950 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:31:40.191 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:33:19.772 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:33:29.774 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:33:29.775 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:33:39.777 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:33:39.778 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:33:41.142 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:33:41.143 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:33:41.715 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:34:59.867 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... [2026-01-09,19:35:02.548] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,19:35:05.214] [DEBUG] 6 processes running of frp type 2026-01-09 19:35:08.811 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:35:08.812 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:35:09.188 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:36:47.973 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:36:57.975 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:36:57.976 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:37:06.247 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:37:06.249 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:37:06.502 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:40:16.715 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:40:25.282 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:40:25.283 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:40:25.629 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:41:04.325 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:41:05.059 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:41:05.060 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:41:05.322 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:42:14.817 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:42:23.283 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:42:23.285 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:42:23.536 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:43:02.241 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:43:12.243 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:43:12.244 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:43:22.245 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:43:22.246 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:43:32.247 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:43:32.248 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:43:33.439 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:43:33.440 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:43:33.763 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:44:12.800 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:44:21.435 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:44:21.436 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:44:21.760 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:45:00.251 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:45:03.674 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:45:03.675 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:45:03.943 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:45:42.718 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:45:52.719 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:45:52.720 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:46:02.722 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:46:02.723 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:46:12.724 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:46:12.725 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:46:21.441 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:46:21.442 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:46:21.754 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:47:00.158 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:47:10.161 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:47:10.162 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:47:20.164 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:47:20.164 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:47:30.166 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:47:30.166 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:47:31.405 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:47:31.406 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:47:31.860 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,19:50:02.927] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,19:50:20.553] [DEBUG] 6 processes running of frp type 2026-01-09 19:57:17.453 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:57:27.456 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:57:27.457 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:57:37.458 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:57:37.459 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:57:42.079 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:57:42.081 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:57:42.431 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:58:20.848 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:58:22.754 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:58:22.756 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:59:01.445 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:59:10.078 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 19:59:10.079 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 19:59:10.434 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 19:59:49.022 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 19:59:59.024 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:59:59.024 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:00:09.026 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:00:09.027 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:00:09.775 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:00:09.776 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:00:10.026 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 20:00:49.294 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:01:00.247 [W] [client/service.go:297] [496a037aead239ac] connect to server error: i/o deadline reached 2026-01-09 20:01:00.248 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:01:10.250 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:01:10.250 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:01:20.252 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:01:20.253 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:01:30.255 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:01:30.255 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:01:31.574 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:01:31.576 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:01:32.163 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 20:02:40.964 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:02:50.966 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:02:50.966 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:03:00.157 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:03:00.158 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:03:00.493 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,20:05:03.070] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,20:05:06.088] [DEBUG] 6 processes running of frp type 2026-01-09 20:05:47.838 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:05:57.840 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:05:57.841 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:06:06.315 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:06:06.317 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:06:07.611 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 20:07:15.690 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:07:25.692 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:07:25.693 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:07:26.569 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:07:26.570 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:07:27.035 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 20:08:06.078 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:08:16.079 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:08:16.080 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:08:26.081 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:08:26.082 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:08:27.517 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:08:27.519 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:08:29.753 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 20:11:25.766 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:11:35.769 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:11:35.770 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:11:36.974 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:11:36.975 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:11:37.275 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 20:12:16.108 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:12:26.110 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:26.111 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:12:36.112 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:36.113 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:12:46.115 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:46.116 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:12:56.117 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:56.117 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:13:06.118 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:13:26.121 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:13:27.032 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:13:27.033 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:13:27.288 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 20:14:36.640 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:14:46.642 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:14:46.642 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:14:56.644 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:14:56.645 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:15:06.647 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:15:06.647 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:15:16.649 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:15:16.650 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:15:26.652 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:15:46.653 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:15:56.655 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:16:16.656 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:16:26.658 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:16:46.658 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:16:56.661 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:17:16.662 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:17:17.773 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:17:17.774 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:17:18.068 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 20:19:06.834 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:19:16.835 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:16.836 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:19:26.837 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:26.838 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:19:36.840 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:36.840 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:19:46.842 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:46.843 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:19:49.425 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:19:49.426 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:19:49.751 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,20:20:02.314] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,20:20:05.585] [DEBUG] 6 processes running of frp type 2026-01-09 20:21:59.666 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:22:03.818 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:22:03.821 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:22:04.072 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 20:23:13.260 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:23:23.262 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:23.263 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:23:33.266 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:33.266 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:23:43.267 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:43.268 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:23:51.666 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:23:51.667 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:23:51.926 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 20:24:30.746 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:24:39.340 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:24:39.341 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:24:39.661 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:53.988 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:27:03.991 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:27:03.992 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:27:13.993 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:27:13.994 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:27:23.996 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:27:23.997 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:27:25.414 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:27:25.415 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:27:25.753 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 20:28:04.471 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:28:14.473 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:14.473 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:28:24.475 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:24.476 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:28:34.477 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:34.478 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:28:44.479 [W] [client/service.go:297] [496a037aead239ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:44.480 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:28:45.752 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:28:45.753 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:28:46.104 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success 2026-01-09 20:29:24.794 [I] [client/service.go:294] [496a037aead239ac] try to connect to server... 2026-01-09 20:29:33.730 [I] [client/service.go:286] [496a037aead239ac] login to server success, get run id [496a037aead239ac] 2026-01-09 20:29:33.731 [I] [proxy/proxy_manager.go:173] [496a037aead239ac] proxy added: [DNL01B4203] 2026-01-09 20:29:34.050 [I] [client/control.go:168] [496a037aead239ac] [DNL01B4203] start proxy success [2026-01-09,20:30:40.950] [INFO] Initializing BusSpeedStateManager V2 [2026-01-09,20:30:40.957] [INFO] LocationSqlManager initialising [2026-01-09,20:30:40.958] [INFO] Location DB initialising [2026-01-09,20:30:40.969] [INFO] LocationSqlManager initialisation complete [2026-01-09,20:30:40.970] [DEBUG] UploadManager Init [2026-01-09,20:30:40.971] [DEBUG] UploadManager Init Complete [2026-01-09,20:30:40.975] [INFO] Initializing GPS... [2026-01-09,20:30:40.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-09,20:32:29.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,20:32:39.023] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-09,20:33:12.923] [DEBUG] Log Upload Complete! [2026-01-09,20:35:29.290] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,20:35:31.570] [DEBUG] Remote Access Enabled [2026-01-09,20:35:33.577] [INFO] Server Address: 138.201.17.179 [2026-01-09,20:35:33.578] [INFO] Server Port: 7000 [2026-01-09,20:35:33.584] [DEBUG] Starting Remote Access! 2026-01-09 20:35:33.713 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-09 20:35:33.714 [I] [client/service.go:294] try to connect to server... 2026-01-09 20:35:34.704 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:35:34.706 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:35:35.090 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:36:53.331 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:37:03.333 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:37:03.334 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:37:12.055 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:37:12.057 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:37:14.090 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:39:21.832 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:39:22.930 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:39:22.931 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:39:23.251 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:41:33.490 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:41:38.283 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:41:38.285 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:41:38.617 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:43:17.562 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:43:27.564 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:43:27.565 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:43:37.567 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:43:37.567 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:43:47.569 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:43:47.569 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:43:50.502 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:43:50.504 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:43:50.771 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:44:29.814 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:44:39.816 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:44:39.817 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:44:41.910 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:44:41.912 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:44:42.291 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:45:51.570 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:46:01.572 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:46:01.572 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:46:11.574 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:46:11.574 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:46:21.576 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:46:21.577 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:46:31.578 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:46:31.579 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:46:32.691 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:46:32.693 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:46:33.056 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:48:14.451 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:48:15.411 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:48:15.413 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:48:15.737 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success [2026-01-09,20:50:03.119] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,20:50:11.449] [DEBUG] 6 processes running of frp type 2026-01-09 20:51:00.536 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:51:18.206 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: connection write timeout 2026-01-09 20:51:18.207 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:51:28.208 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:51:28.209 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:51:29.336 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:51:29.337 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:51:29.805 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:52:08.535 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:52:20.926 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: connection write timeout 2026-01-09 20:52:20.927 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:52:22.137 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:52:22.138 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:52:22.504 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:53:01.462 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:53:11.463 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:53:11.464 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:53:12.369 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:53:12.370 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:53:12.710 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:54:21.977 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:54:31.979 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:54:31.980 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:54:41.981 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:54:41.982 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:54:51.984 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:54:51.984 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:55:01.985 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:55:01.986 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:55:11.987 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:55:31.988 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:55:41.990 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:56:01.991 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:56:03.569 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:56:03.571 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:56:03.903 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:57:13.006 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:57:21.098 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:57:21.099 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:57:21.369 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:58:00.367 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:58:09.192 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:58:09.194 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:58:09.651 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:58:48.049 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:58:57.014 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:58:57.016 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:58:57.353 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 20:59:35.568 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:59:45.569 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:59:45.569 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:59:55.571 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:59:55.572 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 20:59:56.847 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 20:59:56.848 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 20:59:57.451 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:01:08.206 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:01:12.382 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:01:12.384 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:01:13.006 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:01:50.766 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:02:00.767 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:00.768 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:02:10.769 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:10.769 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:02:20.771 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:20.772 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:02:29.163 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:02:29.165 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:02:29.486 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:03:08.206 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:03:18.208 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:03:18.209 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:03:20.366 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:03:20.368 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:03:21.005 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:04:29.962 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:04:39.964 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:04:39.965 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:04:48.681 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:04:48.683 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:04:49.000 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success [2026-01-09,21:05:02.743] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,21:05:05.790] [DEBUG] 6 processes running of frp type 2026-01-09 21:05:27.723 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:05:37.725 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:05:37.726 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:05:47.728 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:05:47.728 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:05:48.881 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:05:48.882 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:05:49.492 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:08:29.243 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:08:38.129 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:08:38.130 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:08:38.461 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:09:16.855 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:09:17.641 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:09:17.642 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:09:17.882 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:11:58.181 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:12:06.365 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:12:06.366 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:12:06.626 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:12:45.674 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:12:55.676 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:12:55.676 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:13:05.677 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:13:05.678 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:13:15.679 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:13:15.680 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:13:19.962 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:13:19.963 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:13:20.217 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:13:59.057 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:14:09.059 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:09.060 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:14:19.061 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:19.062 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:14:29.063 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:29.064 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:14:39.066 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:39.066 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:14:49.068 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:15:09.069 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:15:10.126 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:15:10.127 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:15:10.384 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:16:49.899 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:16:59.901 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:16:59.902 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:17:00.790 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:17:00.792 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:17:01.163 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:18:40.685 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:18:43.895 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:18:43.897 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:18:44.208 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:19:53.326 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... [2026-01-09,21:20:02.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-01-09 21:20:03.328 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:20:03.328 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... [2026-01-09,21:20:11.634] [DEBUG] 6 processes running of frp type 2026-01-09 21:20:12.222 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:20:12.223 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:20:12.847 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:20:50.929 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:20:52.848 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:20:52.850 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:20:53.112 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:22:32.845 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:22:42.848 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:22:42.848 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:22:52.850 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:22:52.851 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:23:02.853 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:23:02.854 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:23:12.856 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:23:12.857 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:23:22.858 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:23:42.859 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:23:52.861 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:24:12.863 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:24:22.865 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:24:42.867 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:24:44.206 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:24:44.208 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:24:44.843 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.124 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:27:04.127 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:04.128 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:27:14.129 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:14.130 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:27:24.131 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:24.132 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:27:34.134 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:34.135 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:27:44.137 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:28:04.138 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:28:05.287 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:28:05.289 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:28:05.822 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:29:45.014 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:29:55.016 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:29:55.017 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:30:05.018 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:30:05.018 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:30:15.020 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:30:15.021 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:30:25.023 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:30:25.024 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:30:27.288 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:30:27.290 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:30:27.885 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:31:37.015 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:31:45.245 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:31:45.247 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:31:45.679 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:33:55.236 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:34:05.239 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:34:05.239 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:34:07.418 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:34:07.420 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:34:08.043 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success [2026-01-09,21:35:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,21:35:06.127] [DEBUG] 6 processes running of frp type 2026-01-09 21:36:30.774 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:36:35.556 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:36:35.557 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:36:35.879 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:37:14.286 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:37:22.933 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:37:22.935 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:37:23.274 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:38:01.683 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:38:10.706 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:38:10.707 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:38:11.236 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:38:49.320 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:38:59.321 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:38:59.322 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:39:00.539 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:39:00.540 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:39:00.857 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:39:39.636 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:39:49.638 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:39:49.639 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:39:59.640 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:39:59.642 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:40:09.643 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:40:09.644 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:40:12.200 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:40:12.201 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:40:12.523 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:48:59.243 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:49:03.720 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:49:03.721 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:49:04.044 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success [2026-01-09,21:50:02.764] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,21:50:05.342] [DEBUG] 6 processes running of frp type 2026-01-09 21:58:19.405 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:58:22.375 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:58:22.376 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:58:22.757 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 21:59:00.965 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:59:10.967 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:59:10.968 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:59:20.969 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:59:20.970 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:59:30.971 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:59:30.972 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 21:59:40.634 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 21:59:40.636 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 21:59:41.001 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success [2026-01-09,22:05:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,22:05:05.249] [DEBUG] 6 processes running of frp type 2026-01-09 22:05:25.518 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:05:26.872 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 22:05:26.874 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 22:05:27.242 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 22:06:05.914 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:06:08.156 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 22:06:08.158 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 22:06:08.790 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 22:13:22.391 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:13:32.393 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:13:32.393 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:13:42.395 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:13:42.396 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:13:52.397 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:13:52.397 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:13:56.306 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 22:13:56.308 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 22:13:56.772 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 22:14:34.755 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:14:39.186 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 22:14:39.187 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 22:14:39.507 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 22:16:18.712 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:16:28.714 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:16:28.714 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:16:38.716 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:16:38.717 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:16:48.718 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:16:48.719 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:16:52.663 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 22:16:52.664 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 22:16:53.261 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success 2026-01-09 22:18:01.760 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:18:03.045 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 22:18:03.046 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 22:18:05.096 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success [2026-01-09,22:20:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,22:20:04.937] [DEBUG] 6 processes running of frp type 2026-01-09 22:22:46.231 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:22:47.874 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 22:22:47.876 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 22:22:48.241 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-09 22:26:33.763 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:26:43.765 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:26:43.766 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:26:53.767 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:26:53.768 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:27:03.770 [W] [client/service.go:297] [2c3e23b93c45d424] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:27:03.771 [I] [client/service.go:294] [2c3e23b93c45d424] try to connect to server... 2026-01-09 22:27:08.069 [I] [client/service.go:286] [2c3e23b93c45d424] login to server success, get run id [2c3e23b93c45d424] 2026-01-09 22:27:08.070 [I] [proxy/proxy_manager.go:173] [2c3e23b93c45d424] proxy added: [DNL01B4203] 2026-01-09 22:27:08.360 [I] [client/control.go:168] [2c3e23b93c45d424] [DNL01B4203] start proxy success [2026-01-09,22:29:40.047] [INFO] Initializing BusSpeedStateManager V2 [2026-01-09,22:29:40.052] [INFO] LocationSqlManager initialising [2026-01-09,22:29:40.053] [INFO] Location DB initialising [2026-01-09,22:29:40.063] [INFO] LocationSqlManager initialisation complete [2026-01-09,22:29:40.063] [DEBUG] UploadManager Init [2026-01-09,22:29:40.064] [DEBUG] UploadManager Init Complete [2026-01-09,22:29:40.066] [INFO] Initializing GPS... [2026-01-09,22:29:40.068] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,22:31:28.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,22:31:31.352] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-09,22:31:44.294] [DEBUG] Log Upload Complete! [2026-01-09,22:34:28.800] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,22:34:30.667] [DEBUG] Remote Access Enabled [2026-01-09,22:34:32.535] [INFO] Server Address: 138.201.17.179 [2026-01-09,22:34:32.537] [INFO] Server Port: 7000 [2026-01-09,22:34:32.548] [DEBUG] Starting Remote Access! 2026-01-09 22:34:32.694 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-09 22:34:32.695 [I] [client/service.go:294] try to connect to server... 2026-01-09 22:34:33.823 [I] [client/service.go:286] [0ff3984a495acf3a] login to server success, get run id [0ff3984a495acf3a] 2026-01-09 22:34:33.823 [I] [proxy/proxy_manager.go:173] [0ff3984a495acf3a] proxy added: [DNL01B4203] 2026-01-09 22:34:34.139 [I] [client/control.go:168] [0ff3984a495acf3a] [DNL01B4203] start proxy success [2026-01-09,22:35:02.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,22:35:05.124] [DEBUG] 6 processes running of frp type [2026-01-09,22:50:02.128] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,22:50:04.511] [DEBUG] 6 processes running of frp type [2026-01-09,23:05:03.174] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,23:05:05.722] [DEBUG] 6 processes running of frp type [2026-01-09,23:20:02.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,23:20:10.298] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,23:35:02.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,23:35:04.348] [DEBUG] 6 processes running of frp type [2026-01-09,23:50:02.630] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-09,23:50:05.498] [DEBUG] 6 processes running of frp type [2026-01-10,00:05:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,00:05:05.573] [DEBUG] 6 processes running of frp type [2026-01-10,00:20:02.737] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,00: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-10,00:35:02.339] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,00:35:04.767] [DEBUG] 6 processes running of frp type [2026-01-10,00:50:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,00:50:04.358] [DEBUG] 6 processes running of frp type [2026-01-10,01:05:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,01:05:05.415] [DEBUG] 6 processes running of frp type [2026-01-10,01:20:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,01: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-10,01:35:03.021] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,01:35:04.899] [DEBUG] 6 processes running of frp type [2026-01-10,01:50:02.043] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,01:50:04.435] [DEBUG] 6 processes running of frp type [2026-01-10,02:05:03.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,02:05:05.453] [DEBUG] 6 processes running of frp type [2026-01-10,02:20:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,02: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-01-10,02:35:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,02:35:05.378] [DEBUG] 6 processes running of frp type [2026-01-10,02:50:02.766] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,02:50:04.661] [DEBUG] 6 processes running of frp type [2026-01-10,03:05:02.037] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,03:05:04.430] [DEBUG] 6 processes running of frp type [2026-01-10,03:20:02.682] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,03:20:04.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-10,03:35:02.018] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,03:35:04.166] [DEBUG] 6 processes running of frp type [2026-01-10,03:50:02.789] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,03:50:04.716] [DEBUG] 6 processes running of frp type [2026-01-10,04:05:02.036] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,04:05:04.152] [DEBUG] 6 processes running of frp type [2026-01-10,04:20:02.497] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,04:20:05.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-01-10,04:35:02.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,04:35:05.590] [DEBUG] 6 processes running of frp type [2026-01-10,04:50:03.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,04:50:05.642] [DEBUG] 6 processes running of frp type [2026-01-10,05:05:03.259] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,05:05:05.564] [DEBUG] 6 processes running of frp type [2026-01-10,05:20:03.345] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,05:20:05.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-10,05:35:01.942] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,05:35:04.419] [DEBUG] 6 processes running of frp type [2026-01-10,05:50:03.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,05:50:05.588] [DEBUG] 6 processes running of frp type [2026-01-10,06:05:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,06:05:05.354] [DEBUG] 6 processes running of frp type [2026-01-10,06:20:02.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,06:20:05.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-10,06:30:41.268] [INFO] Initializing BusSpeedStateManager V2 [2026-01-10,06:30:41.276] [INFO] LocationSqlManager initialising [2026-01-10,06:30:41.277] [INFO] Location DB initialising [2026-01-10,06:30:41.288] [INFO] LocationSqlManager initialisation complete [2026-01-10,06:30:41.289] [DEBUG] UploadManager Init [2026-01-10,06:30:41.290] [DEBUG] UploadManager Init Complete [2026-01-10,06:30:41.294] [INFO] Initializing GPS... [2026-01-10,06:30:41.297] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,06:32:29.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,06:32:31.655] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-10,06:32:41.862] [DEBUG] Log Upload Complete! [2026-01-10,06:35:29.838] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,06:35:38.315] [DEBUG] Remote Access Enabled [2026-01-10,06:35:39.579] [INFO] Server Address: 138.201.17.179 [2026-01-10,06:35:39.580] [INFO] Server Port: 7000 [2026-01-10,06:35:39.585] [DEBUG] Starting Remote Access! 2026-01-10 06:35:39.716 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-10 06:35:39.717 [I] [client/service.go:294] try to connect to server... 2026-01-10 06:35:40.713 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 06:35:40.715 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 06:35:41.347 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success [2026-01-10,06:50:03.019] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,06:50:05.174] [DEBUG] 6 processes running of frp type [2026-01-10,07:05:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,07:05:05.114] [DEBUG] 6 processes running of frp type [2026-01-10,07:20:02.642] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,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' [2026-01-10,07:35:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,07:35:05.306] [DEBUG] 6 processes running of frp type [2026-01-10,07:50:02.773] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,07:50:04.784] [DEBUG] 6 processes running of frp type [2026-01-10,08:02:02.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,08:02:04.055] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-10,08:02:15.496] [DEBUG] Log Upload Complete! [2026-01-10,08:05:01.961] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,08:05:03.712] [DEBUG] 6 processes running of frp type [2026-01-10,08:20:03.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,08:20:10.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-10,08:35:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,08:35:05.278] [DEBUG] 6 processes running of frp type [2026-01-10,08:50:03.091] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,08:50:06.089] [DEBUG] 6 processes running of frp type [2026-01-10,09:05:03.389] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,09:05:06.163] [DEBUG] 6 processes running of frp type [2026-01-10,09:20:02.373] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,09: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-01-10,09:35:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,09:35:04.675] [DEBUG] 6 processes running of frp type [2026-01-10,09:50:02.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,09:50:04.983] [DEBUG] 6 processes running of frp type [2026-01-10,10:05:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,10:05:04.712] [DEBUG] 6 processes running of frp type [2026-01-10,10:20:02.019] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,10: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' [2026-01-10,10:35:02.943] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,10:35:05.693] [DEBUG] 6 processes running of frp type [2026-01-10,10:50:02.480] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,10:50:09.891] [DEBUG] 6 processes running of frp type [2026-01-10,11:05:02.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,11:05:04.229] [DEBUG] 6 processes running of frp type [2026-01-10,11:20:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,11:20:10.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-10,11:35:02.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,11:35:04.605] [DEBUG] 6 processes running of frp type [2026-01-10,11:50:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,11:50:10.625] [DEBUG] 6 processes running of frp type [2026-01-10,12:05:03.173] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,12:05:11.702] [DEBUG] 6 processes running of frp type 2026-01-10 12:19:23.354 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 12:19:25.537 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 12:19:25.539 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 12:19:25.973 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success [2026-01-10,12:20:02.190] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,12:20:06.341] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,12:35:02.882] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,12:35:05.925] [DEBUG] 6 processes running of frp type [2026-01-10,12:50:02.715] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,12:50:05.704] [DEBUG] 6 processes running of frp type [2026-01-10,13:05:03.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,13:05:05.221] [DEBUG] 6 processes running of frp type [2026-01-10,13:20:02.622] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,13: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-10,13:35:02.534] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,13:35:04.446] [DEBUG] 6 processes running of frp type [2026-01-10,13:50:02.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,13:50:04.995] [DEBUG] 6 processes running of frp type [2026-01-10,14:05:02.366] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,14:05:04.664] [DEBUG] 6 processes running of frp type [2026-01-10,14:20:02.056] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,14:20:04.371] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,14:35:02.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,14:35:05.401] [DEBUG] 6 processes running of frp type [2026-01-10,14:50:02.301] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,14:50:10.019] [DEBUG] 6 processes running of frp type [2026-01-10,15:05:02.359] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,15:05:04.803] [DEBUG] 6 processes running of frp type [2026-01-10,15:20:02.085] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,15: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-10,15:35:03.018] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,15:35:04.818] [DEBUG] 6 processes running of frp type [2026-01-10,15:50:02.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,15:50:04.737] [DEBUG] 6 processes running of frp type [2026-01-10,16:05:02.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,16:05:04.500] [DEBUG] 6 processes running of frp type [2026-01-10,16:20:02.709] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,16:20:10.795] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-10 16:29:42.511 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 16:29:52.513 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 16:29:52.514 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 16:30:02.516 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 16:30:02.517 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 16:30:12.520 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 16:30:12.521 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 16:30:21.560 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 16:30:21.562 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 16:30:21.912 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success [2026-01-10,16:35:02.691] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,16:35:05.210] [DEBUG] 6 processes running of frp type [2026-01-10,16:50:03.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,16:50:05.294] [DEBUG] 6 processes running of frp type 2026-01-10 17:00:23.158 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:00:23.160 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:00:25.206 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:00:25.207 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:00:29.327 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:00:29.328 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:00:37.861 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:00:37.863 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:00:55.091 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:00:55.093 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:01:15.094 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:01:15.095 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:01:35.097 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:01:35.098 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:01:55.099 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:01:55.101 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:02:15.102 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:02:15.103 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:02:35.104 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:02:35.105 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:02:55.106 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:02:55.107 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:03:15.108 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:03:15.109 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:03:35.110 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:03:35.111 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:03:55.113 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:03:55.114 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:04:15.115 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:04:15.116 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:04:35.117 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:04:35.118 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:04:55.119 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:04:55.120 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:05:15.122 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:05:15.127 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:05:35.129 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:05:35.134 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:05:55.136 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:05:57.844 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 17:05:57.846 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 17:05:59.771 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 17:07:05.879 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:07:05.881 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:07:07.998 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:07:07.999 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:07:12.274 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:07:12.275 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:07:21.596 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:07:21.598 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:07:40.875 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:07:40.876 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:08:00.877 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:08:00.878 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:08:20.879 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:08:20.880 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:08:40.880 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:08:40.882 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:09:00.882 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:09:00.883 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:09:20.884 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:09:20.886 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:09:40.886 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:09:40.888 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:10:00.889 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:10:00.890 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:10:20.891 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:10:20.892 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:10:40.893 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:10:40.895 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:11:00.896 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:11:00.897 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:11:20.897 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:11:20.899 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:11:40.900 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:11:40.901 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:12:00.902 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:12:00.905 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-10 17:12:20.907 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 17:12:23.466 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 17:12:23.468 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 17:12:23.779 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success [2026-01-10,17:20:03.089] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,17:20:05.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-10,17:35:02.979] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,17:35:05.778] [DEBUG] 6 processes running of frp type [2026-01-10,17:50:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,17:50:05.064] [DEBUG] 6 processes running of frp type [2026-01-10,18:05:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,18:05:04.853] [DEBUG] 6 processes running of frp type [2026-01-10,18:20:02.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,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-01-10,18:35:03.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,18:35:05.327] [DEBUG] 6 processes running of frp type [2026-01-10,18:50:03.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,18:50:05.663] [DEBUG] 6 processes running of frp type 2026-01-10 19:03:31.843 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:03:41.846 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:03:41.846 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:03:51.848 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:03:51.849 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:03:53.066 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:03:53.068 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:03:53.403 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 19:05:02.492 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... [2026-01-10,19:05:02.990] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,19:05:05.237] [DEBUG] 6 processes running of frp type 2026-01-10 19:05:12.494 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:05:12.494 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:05:14.008 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:05:14.009 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:05:14.334 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 19:07:54.558 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:08:04.561 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:08:04.562 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:08:14.563 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:08:14.564 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:08:24.566 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:08:24.566 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:08:33.030 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:08:33.032 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:08:33.354 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 19:12:44.871 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:12:53.498 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:12:53.499 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:12:53.822 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success [2026-01-10,19:20:02.575] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,19:20:05.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-01-10 19:29:18.011 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:29:26.433 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:29:26.434 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:29:26.759 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 19:33:07.890 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:33:11.952 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:33:11.954 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:33:12.372 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success [2026-01-10,19:35:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,19:35:04.437] [DEBUG] 6 processes running of frp type 2026-01-10 19:40:26.294 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:40:36.296 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:40:36.297 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:40:46.298 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:40:46.299 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:40:56.301 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:40:56.302 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:41:06.303 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:41:06.304 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:41:16.305 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:41:36.306 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:41:46.308 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:42:06.310 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:42:14.782 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:42:14.784 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:42:15.909 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 19:42:53.817 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:43:02.132 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:43:02.133 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:43:02.358 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 19:43:41.189 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:43:49.823 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:43:49.825 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:43:50.138 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 19:44:28.857 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:44:37.400 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:44:37.402 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:44:37.818 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 19:45:16.331 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:45:25.185 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:45:25.187 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:45:25.815 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 19:46:03.951 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:46:07.735 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:46:07.736 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:46:08.050 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 19:47:47.259 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:47:57.261 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:47:57.262 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:48:07.263 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:48:07.264 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:48:17.266 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:48:17.267 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:48:25.549 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:48:25.551 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:48:25.832 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success [2026-01-10,19:50:02.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,19:50:04.282] [DEBUG] 6 processes running of frp type 2026-01-10 19:53:07.539 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:53:17.541 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:53:17.542 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:53:27.544 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:53:27.545 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:53:37.547 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:53:37.548 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 19:53:39.860 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 19:53:39.862 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 19:53:40.204 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 20:02:24.978 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 20:02:34.980 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:02:34.981 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 20:02:36.496 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 20:02:36.497 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 20:02:36.821 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success [2026-01-10,20:05:02.744] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,20:05:05.665] [DEBUG] 6 processes running of frp type 2026-01-10 20:09:24.736 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 20:09:33.784 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 20:09:33.786 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 20:09:34.033 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success 2026-01-10 20:18:48.996 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 20:18:58.998 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:18:58.999 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 20:19:02.748 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 20:19:02.750 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 20:19:03.387 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success [2026-01-10,20:20:03.216] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,20:20:06.071] [DEBUG] 6 processes running of frp type 2026-01-10 20:22:43.869 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 20:22:53.871 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:22:53.872 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 20:23:03.873 [W] [client/service.go:297] [fbba30f523aefc12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:23:03.874 [I] [client/service.go:294] [fbba30f523aefc12] try to connect to server... 2026-01-10 20:23:05.631 [I] [client/service.go:286] [fbba30f523aefc12] login to server success, get run id [fbba30f523aefc12] 2026-01-10 20:23:05.634 [I] [proxy/proxy_manager.go:173] [fbba30f523aefc12] proxy added: [DNL01B4203] 2026-01-10 20:23:05.879 [I] [client/control.go:168] [fbba30f523aefc12] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:41.332] [INFO] Initializing BusSpeedStateManager V2 [2026-01-10,20:30:41.338] [INFO] LocationSqlManager initialising [2026-01-10,20:30:41.339] [INFO] Location DB initialising [2026-01-10,20:30:41.349] [INFO] LocationSqlManager initialisation complete [2026-01-10,20:30:41.350] [DEBUG] UploadManager Init [2026-01-10,20:30:41.350] [DEBUG] UploadManager Init Complete [2026-01-10,20:30:41.354] [INFO] Initializing GPS... [2026-01-10,20:30: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-01-10,20:32:29.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,20:32:32.492] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-10,20:33:02.941] [DEBUG] Log Upload Complete! [2026-01-10,20:35:29.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,20:35:32.130] [DEBUG] Remote Access Enabled [2026-01-10,20:35:34.221] [INFO] Server Address: 138.201.17.179 [2026-01-10,20:35:34.223] [INFO] Server Port: 7000 [2026-01-10,20:35:34.231] [DEBUG] Starting Remote Access! 2026-01-10 20:35:34.436 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-10 20:35:34.437 [I] [client/service.go:294] try to connect to server... 2026-01-10 20:35:35.593 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:35:35.594 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:35:36.192 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 20:38:19.030 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:38:29.669 [W] [client/service.go:297] [28094517860e2c96] connect to server error: connection write timeout 2026-01-10 20:38:29.670 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:38:39.672 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:38:39.673 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:38:49.675 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:38:49.676 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:38:59.677 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:38:59.679 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:39:09.680 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:39:29.682 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:39:30.476 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:39:30.478 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:39:30.716 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 20:40:09.945 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:40:10.896 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:40:10.898 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:40:11.181 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 20:40:50.386 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:41:00.388 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:41:00.389 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:41:10.390 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:41:10.391 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:41:20.393 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:41:20.393 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:41:30.394 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:41:30.395 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:41:40.397 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:42:00.398 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:42:09.096 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:42:09.098 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:42:09.421 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 20:45:56.465 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:46:06.467 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:06.467 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:46:16.469 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:16.470 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:46:26.472 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:26.472 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:46:36.473 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:36.474 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:46:37.540 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:46:37.542 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:46:37.809 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 20:48:17.743 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:48:27.745 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:48:27.746 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:48:36.291 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:48:36.292 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:48:36.618 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 20:49:15.337 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:49:25.338 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:49:25.339 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:49:26.215 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:49:26.217 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:49:26.468 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success [2026-01-10,20:50:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,20:50:05.106] [DEBUG] 6 processes running of frp type 2026-01-10 20:52:44.953 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:52:54.955 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:52:54.955 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:53:04.957 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:53:04.958 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:53:05.654 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:53:05.655 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:53:05.931 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 20:55:46.461 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:55:47.663 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:55:47.664 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:55:47.998 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 20:56:27.023 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:56:37.025 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:56:37.026 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:56:38.221 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:56:38.223 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:56:38.568 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 20:57:17.346 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:57:18.157 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:57:18.158 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:57:18.396 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 20:57:57.602 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:58:05.816 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:58:05.818 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:58:06.076 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 20:59:15.340 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 20:59:18.462 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 20:59:18.464 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 20:59:18.694 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 20:59:57.596 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:00:07.598 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:00:07.598 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:00:17.600 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:00:17.600 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:00:19.684 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:00:19.684 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:00:20.296 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:02:30.167 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:02:40.169 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:02:40.170 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:02:50.172 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:02:50.172 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:02:51.186 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:02:51.187 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:02:51.504 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:04:00.784 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:04:01.735 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:04:01.736 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:04:02.002 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:04:41.034 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:04:51.036 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:04:51.036 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:05:01.037 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:05:01.037 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... [2026-01-10,21:05:02.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,21:05:05.529] [DEBUG] 6 processes running of frp type 2026-01-10 21:05:11.039 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:05:11.039 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:05:21.041 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:05:21.042 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:05:22.069 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:05:22.070 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:05:22.421 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:06:01.368 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:06:06.234 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:06:06.236 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:06:06.924 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:07:44.309 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:07:45.676 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:07:45.678 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:07:46.057 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:08:24.634 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:08:34.636 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:08:34.637 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:08:35.981 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:08:35.982 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:08:36.319 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:11:48.462 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:11:58.464 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:11:58.465 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:11:59.189 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:11:59.190 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:11:59.435 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:13:39.200 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:13:49.201 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:13:49.202 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:13:59.203 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:13:59.204 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:14:09.205 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:14:09.206 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:14:18.056 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:14:18.058 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:14:18.383 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:16:27.983 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:16:37.985 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:16:37.986 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:16:39.500 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:16:39.502 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:16:39.846 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success [2026-01-10,21:20:02.921] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,21:20:06.702] [DEBUG] 6 processes running of frp type 2026-01-10 21:20:51.197 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:21:01.198 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:21:01.198 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:21:11.200 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:21:11.200 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:21:16.068 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:21:16.069 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:21:16.646 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:29:00.297 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:29:01.594 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:29:01.595 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:29:01.898 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:30:11.016 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:30:11.958 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:30:11.960 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:30:12.297 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:30:51.357 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:31:01.359 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:31:01.360 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:31:11.362 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:31:11.363 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:31:21.364 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:31:21.365 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:31:30.061 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:31:30.062 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:31:30.394 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:34:10.693 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:34:20.696 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:34:20.696 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:34:25.409 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:34:25.410 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:34:26.064 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success [2026-01-10,21:35:02.644] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,21:35:05.543] [DEBUG] 6 processes running of frp type 2026-01-10 21:38:38.146 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:38:48.148 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:38:48.149 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:38:52.127 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:38:52.128 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:38:52.370 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:41:32.939 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:41:42.941 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:41:42.942 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:41:52.944 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:41:52.946 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:41:57.903 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:41:57.905 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:41:58.540 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success [2026-01-10,21:50:02.115] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,21:50:04.060] [DEBUG] 6 processes running of frp type 2026-01-10 21:53:36.795 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:53:46.797 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:53:46.797 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:53:56.799 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:53:56.799 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:53:57.872 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:53:57.873 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:53:58.254 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:55:07.606 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:55:17.608 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:55:17.609 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:55:27.610 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:55:27.611 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:55:37.613 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:55:37.614 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:55:46.411 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:55:46.413 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:55:47.037 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 21:59:27.837 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 21:59:29.118 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 21:59:29.120 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 21:59:29.706 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 22:00:08.169 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:00:17.113 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 22:00:17.114 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 22:00:17.745 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success [2026-01-10,22:05:02.537] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,22:05:04.966] [DEBUG] 6 processes running of frp type 2026-01-10 22:13:36.797 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:13:37.904 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 22:13:37.906 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 22:13:38.398 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 22:15:17.858 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:15:27.860 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:15:27.861 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:15:29.318 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 22:15:29.319 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 22:15:29.642 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 22:18:43.138 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:18:53.140 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:18:53.141 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:19:03.143 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:19:03.143 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:19:13.145 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:19:13.145 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:19:23.147 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:19:23.148 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:19:25.202 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 22:19:25.204 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 22:19:25.578 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success [2026-01-10,22:20:02.346] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,22:20:05.270] [DEBUG] 6 processes running of frp type 2026-01-10 22:22:43.820 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:22:53.822 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:22:53.823 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:22:54.522 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 22:22:54.523 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 22:22:55.008 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:06.059 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:26:16.060 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:16.061 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:26:26.063 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:26.064 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:26:36.065 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:36.066 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:26:46.067 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:46.068 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:26:56.070 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:27:16.071 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:27:26.073 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:27:46.075 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:27:46.881 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 22:27:46.882 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 22:27:47.285 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 22:30:03.217 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:30:12.004 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 22:30:12.006 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 22:30:12.327 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 22:30:50.730 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:30:52.983 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 22:30:52.984 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 22:30:53.299 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success [2026-01-10,22:35:02.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,22:35:04.079] [DEBUG] 6 processes running of frp type [2026-01-10,22:50:02.822] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,22:50:05.432] [DEBUG] 6 processes running of frp type 2026-01-10 22:54:20.810 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:54:22.026 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 22:54:22.028 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 22:54:22.534 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 22:55:01.152 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:55:11.154 [W] [client/service.go:297] [28094517860e2c96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:55:11.155 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:55:15.642 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 22:55:15.643 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 22:55:15.981 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success 2026-01-10 22:58:57.143 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-10 22:58:59.255 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-10 22:58:59.257 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-10 22:58:59.841 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success [2026-01-10,23:05:02.723] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,23:05:04.738] [DEBUG] 6 processes running of frp type [2026-01-10,23:20:02.071] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,23: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-01-10,23:35:02.939] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,23:35:04.950] [DEBUG] 6 processes running of frp type [2026-01-10,23:50:02.479] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-10,23:50:04.888] [DEBUG] 6 processes running of frp type [2026-01-11,00:05:02.400] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,00:05:04.757] [DEBUG] 6 processes running of frp type [2026-01-11,00:20:01.959] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,00: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-01-11,00:35:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,00:35:05.208] [DEBUG] 6 processes running of frp type 2026-01-11 00:40:30.068 [I] [client/service.go:294] [28094517860e2c96] try to connect to server... 2026-01-11 00:40:31.664 [I] [client/service.go:286] [28094517860e2c96] login to server success, get run id [28094517860e2c96] 2026-01-11 00:40:31.665 [I] [proxy/proxy_manager.go:173] [28094517860e2c96] proxy added: [DNL01B4203] 2026-01-11 00:40:32.068 [I] [client/control.go:168] [28094517860e2c96] [DNL01B4203] start proxy success [2026-01-11,00:50:02.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,00:50:05.171] [DEBUG] 6 processes running of frp type [2026-01-11,01:05:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,01:05:04.833] [DEBUG] 6 processes running of frp type [2026-01-11,01:20:02.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,01: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-01-11,01:35:02.670] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,01:35:04.971] [DEBUG] 6 processes running of frp type [2026-01-11,01:50:02.764] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,01:50:05.010] [DEBUG] 6 processes running of frp type [2026-01-11,02:05:02.338] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,02:05:04.352] [DEBUG] 6 processes running of frp type [2026-01-11,02:20:02.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,02:20:18.161] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,02:35:02.335] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,02:35:04.803] [DEBUG] 6 processes running of frp type [2026-01-11,02:50:02.605] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,02:50:04.598] [DEBUG] 6 processes running of frp type [2026-01-11,03:05:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,03:05:11.061] [DEBUG] 6 processes running of frp type [2026-01-11,03:20:02.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,03: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-11,03:35:02.207] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,03:35:04.677] [DEBUG] 6 processes running of frp type [2026-01-11,03:50:02.364] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,03:50:04.688] [DEBUG] 6 processes running of frp type [2026-01-11,04:05:02.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,04:05:04.228] [DEBUG] 6 processes running of frp type [2026-01-11,04:20:02.531] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,04: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-01-11,04:35:02.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,04:35:04.187] [DEBUG] 6 processes running of frp type [2026-01-11,04:50:02.824] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,04:50:04.940] [DEBUG] 6 processes running of frp type [2026-01-11,05:05:02.327] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,05:05:04.958] [DEBUG] 6 processes running of frp type [2026-01-11,05:20:02.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,05: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-01-11,05:35:02.186] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,05:35:04.550] [DEBUG] 6 processes running of frp type [2026-01-11,05:50:02.342] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,05:50:04.436] [DEBUG] 6 processes running of frp type [2026-01-11,06:05:02.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,06:05:04.630] [DEBUG] 6 processes running of frp type [2026-01-11,06:20:02.818] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,06: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-01-11,06:30:41.965] [INFO] Initializing BusSpeedStateManager V2 [2026-01-11,06:30:41.970] [INFO] LocationSqlManager initialising [2026-01-11,06:30:41.970] [INFO] Location DB initialising [2026-01-11,06:30:41.981] [INFO] LocationSqlManager initialisation complete [2026-01-11,06:30:41.981] [DEBUG] UploadManager Init [2026-01-11,06:30:41.982] [DEBUG] UploadManager Init Complete [2026-01-11,06:30:41.985] [INFO] Initializing GPS... [2026-01-11,06:30:41.987] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,06:32:29.767] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,06:32:31.874] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-11,06:32:42.922] [DEBUG] Log Upload Complete! [2026-01-11,06:35:29.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,06:35:31.393] [DEBUG] Remote Access Enabled [2026-01-11,06:35:33.126] [INFO] Server Address: 138.201.17.179 [2026-01-11,06:35:33.128] [INFO] Server Port: 7000 [2026-01-11,06:35:33.138] [DEBUG] Starting Remote Access! 2026-01-11 06:35:33.287 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-11 06:35:33.287 [I] [client/service.go:294] try to connect to server... 2026-01-11 06:35:34.385 [I] [client/service.go:286] [214a2228a80c6ed8] login to server success, get run id [214a2228a80c6ed8] 2026-01-11 06:35:34.386 [I] [proxy/proxy_manager.go:173] [214a2228a80c6ed8] proxy added: [DNL01B4203] 2026-01-11 06:35:34.715 [I] [client/control.go:168] [214a2228a80c6ed8] [DNL01B4203] start proxy success [2026-01-11,06:50:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,06:50:04.752] [DEBUG] 6 processes running of frp type [2026-01-11,07:05:02.150] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,07:05:04.518] [DEBUG] 6 processes running of frp type [2026-01-11,07:20:03.018] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,07: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-01-11,07:35:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,07:35:04.994] [DEBUG] 6 processes running of frp type [2026-01-11,07:39:18.566] [INFO] Initializing BusSpeedStateManager V2 [2026-01-11,07:39:18.572] [INFO] LocationSqlManager initialising [2026-01-11,07:39:18.574] [INFO] Location DB initialising [2026-01-11,07:39:18.583] [INFO] LocationSqlManager initialisation complete [2026-01-11,07:39:18.584] [DEBUG] UploadManager Init [2026-01-11,07:39:18.585] [DEBUG] UploadManager Init Complete [2026-01-11,07:39:18.588] [INFO] Initializing GPS... [2026-01-11,07:39:18.590] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44:06.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')) [2026-01-11,07:50:45.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,07:50:47.496] [DEBUG] Remote Access Enabled [2026-01-11,07:50:48.837] [INFO] Server Address: 138.201.17.179 [2026-01-11,07:50:48.838] [INFO] Server Port: 7000 [2026-01-11,07:50:48.850] [DEBUG] Starting Remote Access! 2026-01-11 07:50:49.037 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-11 07:50:49.038 [I] [client/service.go:294] try to connect to server... 2026-01-11 07:50:49.981 [I] [client/service.go:286] [c95b770cdd339ad5] login to server success, get run id [c95b770cdd339ad5] 2026-01-11 07:50:49.982 [I] [proxy/proxy_manager.go:173] [c95b770cdd339ad5] proxy added: [DNL01B4203] 2026-01-11 07:50:50.300 [I] [client/control.go:168] [c95b770cdd339ad5] [DNL01B4203] start proxy success [2026-01-11,08:02:02.339] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,08:02:03.980] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-11,08:02:15.401] [DEBUG] Log Upload Complete! [2026-01-11,08:05:02.325] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,08:05:04.000] [DEBUG] 6 processes running of frp type [2026-01-11,08:20:02.404] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,08: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-11,08:35:02.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,08:35:03.690] [DEBUG] 6 processes running of frp type [2026-01-11,08:50:02.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,08:50:04.453] [DEBUG] 6 processes running of frp type [2026-01-11,09:05:02.966] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,09:05:04.708] [DEBUG] 6 processes running of frp type [2026-01-11,09:20:02.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,09:20:03.935] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,09:35:03.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,09:35:04.998] [DEBUG] 6 processes running of frp type [2026-01-11,09:50:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,09:50:04.546] [DEBUG] 6 processes running of frp type [2026-01-11,10:05:02.925] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,10:05:04.658] [DEBUG] 6 processes running of frp type [2026-01-11,10:20:01.906] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,10:20:03.760] [DEBUG] 6 processes running of frp type [2026-01-11,10:01:31.029] [INFO] Initializing BusSpeedStateManager V2 [2026-01-11,10:01:31.035] [INFO] LocationSqlManager initialising [2026-01-11,10:01:31.035] [INFO] Location DB initialising [2026-01-11,10:01:31.045] [INFO] LocationSqlManager initialisation complete [2026-01-11,10:01:31.046] [DEBUG] UploadManager Init [2026-01-11,10:01:31.046] [DEBUG] UploadManager Init Complete [2026-01-11,10:01:31.050] [INFO] Initializing GPS... [2026-01-11,10:01:31.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' [2026-01-11,10:06:19.560] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-11,11:05:02.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,11:05:04.079] [DEBUG] Remote Access Enabled [2026-01-11,11:05:05.446] [INFO] Server Address: 138.201.17.179 [2026-01-11,11:05:05.448] [INFO] Server Port: 7000 [2026-01-11,11:05:05.457] [DEBUG] Starting Remote Access! 2026-01-11 11:05:05.636 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-11 11:05:05.637 [I] [client/service.go:294] try to connect to server... 2026-01-11 11:05:06.596 [I] [client/service.go:286] [c060110a038a9a4c] login to server success, get run id [c060110a038a9a4c] 2026-01-11 11:05:06.597 [I] [proxy/proxy_manager.go:173] [c060110a038a9a4c] proxy added: [DNL01B4203] 2026-01-11 11:05:06.920 [I] [client/control.go:168] [c060110a038a9a4c] [DNL01B4203] start proxy success [2026-01-11,11:20:02.766] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,11: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-11,11:35:02.389] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,11:35:04.215] [DEBUG] 6 processes running of frp type [2026-01-11,11:50:02.887] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,11:50:04.608] [DEBUG] 6 processes running of frp type 2026-01-11 12:03:21.663 [I] [client/service.go:294] [c060110a038a9a4c] try to connect to server... 2026-01-11 12:03:25.672 [I] [client/service.go:286] [c060110a038a9a4c] login to server success, get run id [c060110a038a9a4c] 2026-01-11 12:03:25.673 [I] [proxy/proxy_manager.go:173] [c060110a038a9a4c] proxy added: [DNL01B4203] 2026-01-11 12:03:25.918 [I] [client/control.go:168] [c060110a038a9a4c] [DNL01B4203] start proxy success [2026-01-11,12:05:03.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,12:05:09.573] [DEBUG] 6 processes running of frp type [2026-01-11,12:20:03.018] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,12:20:04.695] [DEBUG] 6 processes running of frp type [2026-01-11,12:06:08.742] [INFO] Initializing BusSpeedStateManager V2 [2026-01-11,12:06:08.749] [INFO] LocationSqlManager initialising [2026-01-11,12:06:08.749] [INFO] Location DB initialising [2026-01-11,12:06:08.759] [INFO] LocationSqlManager initialisation complete [2026-01-11,12:06:08.760] [DEBUG] UploadManager Init [2026-01-11,12:06:08.760] [DEBUG] UploadManager Init Complete [2026-01-11,12:06:08.762] [INFO] Initializing GPS... [2026-01-11,12:06:08.764] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:10:57.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,17:35:04.534] [DEBUG] Remote Access Enabled [2026-01-11,17:35:05.885] [INFO] Server Address: 138.201.17.179 [2026-01-11,17:35:05.886] [INFO] Server Port: 7000 [2026-01-11,17:35:05.891] [DEBUG] Starting Remote Access! 2026-01-11 17:35:06.031 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-11 17:35:06.031 [I] [client/service.go:294] try to connect to server... 2026-01-11 17:35:06.993 [I] [client/service.go:286] [562e7b3427790cb0] login to server success, get run id [562e7b3427790cb0] 2026-01-11 17:35:06.995 [I] [proxy/proxy_manager.go:173] [562e7b3427790cb0] proxy added: [DNL01B4203] 2026-01-11 17:35:07.315 [I] [client/control.go:168] [562e7b3427790cb0] [DNL01B4203] start proxy success [2026-01-11,17:50:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,17:50:04.496] [DEBUG] 6 processes running of frp type [2026-01-11,17:53:04.935] [INFO] Initializing BusSpeedStateManager V2 [2026-01-11,17:53:04.940] [INFO] LocationSqlManager initialising [2026-01-11,17:53:04.941] [INFO] Location DB initialising [2026-01-11,17:53:04.951] [INFO] LocationSqlManager initialisation complete [2026-01-11,17:53:04.951] [DEBUG] UploadManager Init [2026-01-11,17:53:04.952] [DEBUG] UploadManager Init Complete [2026-01-11,17:53:04.954] [INFO] Initializing GPS... [2026-01-11,17:53:04.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-01-11,17:57:53.571] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-11,18:20:02.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,18:20:03.882] [DEBUG] Remote Access Enabled [2026-01-11,18:20:05.272] [INFO] Server Address: 138.201.17.179 [2026-01-11,18:20:05.274] [INFO] Server Port: 7000 [2026-01-11,18:20:05.282] [DEBUG] Starting Remote Access! 2026-01-11 18:20:05.459 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-11 18:20:05.460 [I] [client/service.go:294] try to connect to server... 2026-01-11 18:20:06.661 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 18:20:06.662 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 18:20:07.020 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:50.604 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 18:28:00.606 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:28:00.607 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 18:28:04.996 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 18:28:04.997 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 18:28:05.336 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 18:28:43.972 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 18:28:46.015 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 18:28:46.016 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 18:28:46.347 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success [2026-01-11,18:35:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,18:35:04.529] [DEBUG] 6 processes running of frp type 2026-01-11 18:39:31.887 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 18:39:41.889 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:39:41.890 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 18:39:50.443 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 18:39:50.445 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 18:39:50.783 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success [2026-01-11,18:50:02.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,18:50:03.705] [DEBUG] 6 processes running of frp type 2026-01-11 18:55:39.629 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 18:55:47.793 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 18:55:47.794 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 18:55:48.385 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 18:58:28.414 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 18:58:38.417 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:58:38.417 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 18:58:48.418 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:58:48.419 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 18:58:58.420 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:58:58.421 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 18:59:06.649 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 18:59:06.650 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 18:59:06.908 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success [2026-01-11,19:05:01.917] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,19:05:03.629] [DEBUG] 6 processes running of frp type 2026-01-11 19:05:21.603 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:05:25.857 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:05:25.858 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:05:26.120 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:08:36.704 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:08:45.213 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:08:45.215 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:08:45.526 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:10:55.203 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:11:03.770 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:11:03.771 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:11:04.085 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:11:42.756 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:11:51.272 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:11:51.273 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:11:51.595 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:14:01.308 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:14:11.310 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:14:11.311 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:14:20.244 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:14:20.245 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:14:20.881 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:15:59.485 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:16:00.240 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:16:00.242 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:16:00.496 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success [2026-01-11,19:20:03.030] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,19:20:04.781] [DEBUG] 6 processes running of frp type 2026-01-11 19:24:14.629 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:24:24.630 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:24:24.631 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:24:28.628 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:24:28.629 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:24:28.893 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:09.595 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:26:12.592 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:26:12.593 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:26:12.831 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:26:51.855 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:27:01.856 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:27:01.857 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:27:10.396 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:27:10.397 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:27:10.737 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:29:21.690 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:29:31.692 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:29:31.693 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:29:41.694 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:29:41.694 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:29:51.696 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:29:51.697 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:30:01.698 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:30:01.698 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:30:11.699 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:30:31.701 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:30:32.418 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:30:32.419 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:30:32.659 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:31:11.941 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:31:12.919 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:31:12.920 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:31:13.250 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:31:52.261 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:31:53.236 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:31:53.237 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:31:53.600 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success [2026-01-11,19:35:02.896] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,19:35:04.650] [DEBUG] 6 processes running of frp type 2026-01-11 19:37:05.578 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:37:15.580 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:37:15.581 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:37:25.583 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:37:25.583 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:37:35.585 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:37:35.585 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:37:37.306 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:37:37.308 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:37:37.554 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:38:47.145 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:38:55.247 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:38:55.248 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:38:55.477 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:40:04.861 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:40:09.167 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:40:09.169 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:40:09.504 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:40:48.237 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:40:58.238 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:40:58.239 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:40:59.205 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:40:59.207 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:40:59.525 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:42:39.058 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:42:40.021 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:42:40.022 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:42:40.360 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:43:19.375 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:43:29.377 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:43:29.378 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:43:39.380 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:43:39.381 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:43:47.528 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:43:47.530 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:43:47.768 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:44:26.782 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:44:36.784 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:44:36.784 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:44:37.715 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:44:37.718 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:44:38.035 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 19:45:17.092 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:45:27.094 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:45:27.095 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:45:37.096 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:45:37.097 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:45:47.098 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:45:47.098 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:45:47.819 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:45:47.821 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:45:48.062 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success [2026-01-11,19:50:02.628] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,19:50:04.329] [DEBUG] 6 processes running of frp type 2026-01-11 19:52:35.554 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 19:52:39.679 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 19:52:39.680 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 19:52:39.982 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:02:59.996 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:03:08.521 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:03:08.522 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:03:08.859 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:03:47.448 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:03:57.451 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:03:57.451 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:04:07.453 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:04:07.454 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:04:17.455 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:04:17.455 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:04:27.456 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:04:47.458 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:04:48.457 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:04:48.458 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:04:48.786 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success [2026-01-11,20:05:02.822] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,20:05:04.625] [DEBUG] 6 processes running of frp type 2026-01-11 20:06:04.775 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:06:09.190 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:06:09.192 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:06:09.521 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:06:48.141 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:06:58.143 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:06:58.144 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:07:08.146 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:08.147 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:07:18.148 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:18.149 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:07:28.150 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:28.151 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:07:38.153 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:58.154 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:08:08.156 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:08:28.158 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:08:43.618 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:08:43.620 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:09:15.758 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:09:16.471 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:09:16.472 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:09:16.712 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:09:55.994 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:10:04.084 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:10:04.085 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:10:04.324 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:11:13.681 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:11:23.683 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:11:23.684 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:11:33.685 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:11:33.686 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:11:34.613 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:11:34.614 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:11:34.920 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:12:13.995 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:12:23.996 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:12:23.997 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:12:24.933 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:12:24.934 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:12:25.244 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:16:06.153 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:16:16.156 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:16:16.157 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:16:18.195 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:16:18.196 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:16:18.476 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:18:38.060 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:18:48.062 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:18:48.063 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:18:58.064 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:18:58.065 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:19:01.349 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:19:01.349 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:19:01.670 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:19:40.393 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:19:50.394 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:19:50.395 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:20:00.396 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:20:00.397 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... [2026-01-11,20:20:02.797] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,20:20:04.493] [DEBUG] 6 processes running of frp type 2026-01-11 20:20:08.731 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:20:08.733 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:20:09.042 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:20:47.807 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:20:57.810 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:20:57.811 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:21:07.813 [W] [client/service.go:297] [917629cc342d5d81] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:21:07.814 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:21:08.514 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:21:08.516 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:21:08.760 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:21:48.049 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:21:52.430 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:21:52.432 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:21:52.744 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:25:06.462 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:25:12.070 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:25:12.071 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:25:13.988 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success 2026-01-11 20:25:49.944 [I] [client/service.go:294] [917629cc342d5d81] try to connect to server... 2026-01-11 20:25:53.817 [I] [client/service.go:286] [917629cc342d5d81] login to server success, get run id [917629cc342d5d81] 2026-01-11 20:25:53.818 [I] [proxy/proxy_manager.go:173] [917629cc342d5d81] proxy added: [DNL01B4203] 2026-01-11 20:25:54.567 [I] [client/control.go:168] [917629cc342d5d81] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:42.134] [INFO] Initializing BusSpeedStateManager V2 [2026-01-11,20:30:42.139] [INFO] LocationSqlManager initialising [2026-01-11,20:30:42.139] [INFO] Location DB initialising [2026-01-11,20:30:42.149] [INFO] LocationSqlManager initialisation complete [2026-01-11,20:30:42.149] [DEBUG] UploadManager Init [2026-01-11,20:30:42.150] [DEBUG] UploadManager Init Complete [2026-01-11,20:30:42.152] [INFO] Initializing GPS... [2026-01-11,20:30:42.154] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.623] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,20:32:31.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-11,20:32:39.125] [DEBUG] Log Upload Complete! [2026-01-11,20:35:29.721] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,20:35:31.476] [DEBUG] Remote Access Enabled [2026-01-11,20:35:32.859] [INFO] Server Address: 138.201.17.179 [2026-01-11,20:35:32.860] [INFO] Server Port: 7000 [2026-01-11,20:35:32.869] [DEBUG] Starting Remote Access! 2026-01-11 20:35:33.035 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-11 20:35:33.035 [I] [client/service.go:294] try to connect to server... 2026-01-11 20:35:34.018 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 20:35:34.019 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 20:35:34.341 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success [2026-01-11,20:50:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,20:50:04.357] [DEBUG] 6 processes running of frp type 2026-01-11 20:55:25.478 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 20:55:33.844 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 20:55:33.846 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 20:55:34.164 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success 2026-01-11 21:03:47.496 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:03:57.498 [W] [client/service.go:297] [7cfa6e6989bcf677] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:03:57.499 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:04:01.416 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:04:01.416 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:04:01.659 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success [2026-01-11,21:05:02.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,21:05:09.624] [DEBUG] 6 processes running of frp type 2026-01-11 21:12:54.981 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:13:04.983 [W] [client/service.go:297] [7cfa6e6989bcf677] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:13:04.983 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:13:05.933 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:13:05.934 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:13:06.276 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success 2026-01-11 21:13:45.303 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:13:47.640 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:13:47.642 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:13:47.995 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success 2026-01-11 21:18:32.450 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:18:42.451 [W] [client/service.go:297] [7cfa6e6989bcf677] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:18:42.452 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:18:52.453 [W] [client/service.go:297] [7cfa6e6989bcf677] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:18:52.454 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:19:02.055 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:19:02.056 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:19:02.438 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success 2026-01-11 21:19:40.055 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:19:41.129 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:19:41.131 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:19:41.509 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success [2026-01-11,21:20:02.879] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,21:20:04.556] [DEBUG] 6 processes running of frp type 2026-01-11 21:20:50.647 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:21:00.649 [W] [client/service.go:297] [7cfa6e6989bcf677] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:21:00.650 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:21:03.925 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:21:03.927 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:21:04.241 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17.498 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:27:27.499 [W] [client/service.go:297] [7cfa6e6989bcf677] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:27:27.500 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:27:31.903 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:27:31.904 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:27:32.234 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success 2026-01-11 21:29:41.759 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:29:50.622 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:29:50.624 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:29:50.939 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success 2026-01-11 21:30:29.581 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:30:30.541 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:30:30.542 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:30:30.861 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success 2026-01-11 21:31:09.893 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:31:19.896 [W] [client/service.go:297] [7cfa6e6989bcf677] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:31:19.897 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:31:28.038 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:31:28.039 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:31:28.279 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success 2026-01-11 21:32:07.297 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:32:11.595 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:32:11.596 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:32:13.253 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success 2026-01-11 21:32:49.878 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:32:50.823 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:32:50.825 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:32:51.148 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success 2026-01-11 21:34:30.802 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:34:40.804 [W] [client/service.go:297] [7cfa6e6989bcf677] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:34:40.805 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:34:50.807 [W] [client/service.go:297] [7cfa6e6989bcf677] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:34:50.807 [I] [client/service.go:294] [7cfa6e6989bcf677] try to connect to server... 2026-01-11 21:34:54.967 [I] [client/service.go:286] [7cfa6e6989bcf677] login to server success, get run id [7cfa6e6989bcf677] 2026-01-11 21:34:54.968 [I] [proxy/proxy_manager.go:173] [7cfa6e6989bcf677] proxy added: [DNL01B4203] 2026-01-11 21:34:55.227 [I] [client/control.go:168] [7cfa6e6989bcf677] [DNL01B4203] start proxy success [2026-01-11,21:35:02.703] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,21:35:04.418] [DEBUG] 6 processes running of frp type [2026-01-11,21:50:02.067] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,21:50:03.911] [DEBUG] 6 processes running of frp type [2026-01-11,22:05:02.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,22:05:04.067] [DEBUG] 6 processes running of frp type [2026-01-11,22:15:34.129] [INFO] Initializing BusSpeedStateManager V2 [2026-01-11,22:15:34.135] [INFO] LocationSqlManager initialising [2026-01-11,22:15:34.135] [INFO] Location DB initialising [2026-01-11,22:15:34.145] [INFO] LocationSqlManager initialisation complete [2026-01-11,22:15:34.146] [DEBUG] UploadManager Init [2026-01-11,22:15:34.146] [DEBUG] UploadManager Init Complete [2026-01-11,22:15:34.149] [INFO] Initializing GPS... [2026-01-11,22:15:34.152] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,22:17:21.795] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,22:17:24.414] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-11,22:17:42.085] [DEBUG] Log Upload Complete! [2026-01-11,22:20:21.901] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,22:20:23.936] [DEBUG] Remote Access Enabled [2026-01-11,22:20:25.497] [INFO] Server Address: 138.201.17.179 [2026-01-11,22:20:25.499] [INFO] Server Port: 7000 [2026-01-11,22:20:25.509] [DEBUG] Starting Remote Access! 2026-01-11 22:20:25.705 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-11 22:20:25.705 [I] [client/service.go:294] try to connect to server... 2026-01-11 22:20:26.759 [I] [client/service.go:286] [269e2950a931a357] login to server success, get run id [269e2950a931a357] 2026-01-11 22:20:26.760 [I] [proxy/proxy_manager.go:173] [269e2950a931a357] proxy added: [DNL01B4203] 2026-01-11 22:20:27.081 [I] [client/control.go:168] [269e2950a931a357] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:03.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,22:35:05.374] [DEBUG] 6 processes running of frp type [2026-01-11,22:50:03.181] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,22:50:05.321] [DEBUG] 6 processes running of frp type [2026-01-11,23:05:03.190] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,23:05:06.196] [DEBUG] 6 processes running of frp type [2026-01-11,23:20:02.373] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,23:20:04.180] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,23:35:02.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,23:35:04.119] [DEBUG] 6 processes running of frp type [2026-01-11,23:50:02.819] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-11,23:50:04.756] [DEBUG] 6 processes running of frp type [2026-01-12,00:05:02.267] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,00:05:03.995] [DEBUG] 6 processes running of frp type [2026-01-12,00:20:13.042] [INFO] Initializing BusSpeedStateManager V2 [2026-01-12,00:20:13.047] [INFO] LocationSqlManager initialising [2026-01-12,00:20:13.048] [INFO] Location DB initialising [2026-01-12,00:20:13.057] [INFO] LocationSqlManager initialisation complete [2026-01-12,00:20:13.058] [DEBUG] UploadManager Init [2026-01-12,00:20:13.058] [DEBUG] UploadManager Init Complete [2026-01-12,00:20:13.061] [INFO] Initializing GPS... [2026-01-12,00:20:13.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-01-12,00:22:00.922] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,00:22:03.319] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-12,00:22:16.562] [DEBUG] Log Upload Complete! [2026-01-12,00:25:01.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,00:25:03.430] [DEBUG] Remote Access Enabled [2026-01-12,00:25:05.400] [INFO] Server Address: 138.201.17.179 [2026-01-12,00:25:05.402] [INFO] Server Port: 7000 [2026-01-12,00:25:05.410] [DEBUG] Starting Remote Access! 2026-01-12 00:25:05.608 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-12 00:25:05.609 [I] [client/service.go:294] try to connect to server... 2026-01-12 00:25:06.660 [I] [client/service.go:286] [c0e6a816be07051f] login to server success, get run id [c0e6a816be07051f] 2026-01-12 00:25:06.661 [I] [proxy/proxy_manager.go:173] [c0e6a816be07051f] proxy added: [DNL01B4203] 2026-01-12 00:25:06.982 [I] [client/control.go:168] [c0e6a816be07051f] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.785] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,00:35:04.969] [DEBUG] 6 processes running of frp type [2026-01-12,00:50:02.535] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,00:50:05.325] [DEBUG] 6 processes running of frp type [2026-01-12,01:05:02.687] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,01:05:04.714] [DEBUG] 6 processes running of frp type [2026-01-12,01:20:01.943] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,01: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-01-12,01:35:02.799] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,01:35:05.562] [DEBUG] 6 processes running of frp type [2026-01-12,01:50:02.586] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,01:50:05.223] [DEBUG] 6 processes running of frp type [2026-01-12,02:05:02.433] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,02:05:04.688] [DEBUG] 6 processes running of frp type [2026-01-12,02:20:03.161] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,02:20:06.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-12,02:35:02.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,02:35:04.504] [DEBUG] 6 processes running of frp type [2026-01-12,02:50:02.256] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,02:50:04.747] [DEBUG] 6 processes running of frp type [2026-01-12,03:05:02.115] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,03:05:04.876] [DEBUG] 6 processes running of frp type [2026-01-12,03:20:02.108] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,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-01-12,03:35:03.082] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,03:35:05.428] [DEBUG] 6 processes running of frp type [2026-01-12,03:50:02.431] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,03:50:05.063] [DEBUG] 6 processes running of frp type [2026-01-12,04:05:02.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,04:05:06.655] [DEBUG] 6 processes running of frp type [2026-01-12,04:20:03.327] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,04:20:05.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-01-12,04:35:02.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,04:35:04.823] [DEBUG] 6 processes running of frp type [2026-01-12,04:50:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,04:50:04.961] [DEBUG] 6 processes running of frp type [2026-01-12,05:05:02.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,05:05:04.723] [DEBUG] 6 processes running of frp type [2026-01-12,05:20:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,05: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-01-12,05:35:02.994] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,05:35:05.295] [DEBUG] 6 processes running of frp type [2026-01-12,05:50:02.758] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,05:50:05.513] [DEBUG] 6 processes running of frp type [2026-01-12,06:05:03.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,06:05:04.948] [DEBUG] 6 processes running of frp type [2026-01-12,06:20:02.136] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,06:20:04.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-01-12,06:30:42.178] [INFO] Initializing BusSpeedStateManager V2 [2026-01-12,06:30:42.183] [INFO] LocationSqlManager initialising [2026-01-12,06:30:42.184] [INFO] Location DB initialising [2026-01-12,06:30:42.193] [INFO] LocationSqlManager initialisation complete [2026-01-12,06:30:42.194] [DEBUG] UploadManager Init [2026-01-12,06:30:42.194] [DEBUG] UploadManager Init Complete [2026-01-12,06:30:42.197] [INFO] Initializing GPS... [2026-01-12,06:30:42.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' [2026-01-12,06:32:29.715] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,06:32:32.050] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-12,06:32:52.225] [DEBUG] Log Upload Complete! [2026-01-12,06:35:29.841] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,06:35:31.601] [DEBUG] Remote Access Enabled [2026-01-12,06:35:33.158] [INFO] Server Address: 138.201.17.179 [2026-01-12,06:35:33.159] [INFO] Server Port: 7000 [2026-01-12,06:35:33.169] [DEBUG] Starting Remote Access! 2026-01-12 06:35:33.339 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-12 06:35:33.339 [I] [client/service.go:294] try to connect to server... 2026-01-12 06:35:34.426 [I] [client/service.go:286] [4f90e85bfc2ac7c1] login to server success, get run id [4f90e85bfc2ac7c1] 2026-01-12 06:35:34.427 [I] [proxy/proxy_manager.go:173] [4f90e85bfc2ac7c1] proxy added: [DNL01B4203] 2026-01-12 06:35:35.062 [I] [client/control.go:168] [4f90e85bfc2ac7c1] [DNL01B4203] start proxy success [2026-01-12,06:50:02.992] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,06:50:05.271] [DEBUG] 6 processes running of frp type [2026-01-12,07:05:02.745] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,07:05:05.134] [DEBUG] 6 processes running of frp type [2026-01-12,07:20:02.475] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,07:20:04.972] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,07:35:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,07:35:05.451] [DEBUG] 6 processes running of frp type [2026-01-12,07:50:02.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,07:50:04.242] [DEBUG] 6 processes running of frp type [2026-01-12,08:02:02.590] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,08:02:04.838] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:35.513] [DEBUG] Log Upload Complete! [2026-01-12,08:05:02.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,08:05:05.159] [DEBUG] 6 processes running of frp type [2026-01-12,08:20:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,08: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-01-12,08:35:02.353] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,08:35:04.809] [DEBUG] 6 processes running of frp type [2026-01-12,08:50:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,08:50:05.305] [DEBUG] 6 processes running of frp type [2026-01-12,09:05:02.767] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,09:05:05.208] [DEBUG] 6 processes running of frp type [2026-01-12,09:20:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,09: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' [2026-01-12,09:35:02.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,09:35:04.564] [DEBUG] 6 processes running of frp type [2026-01-12,09:50:02.410] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,09:50:05.058] [DEBUG] 6 processes running of frp type [2026-01-12,10:05:02.591] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,10:05:04.842] [DEBUG] 6 processes running of frp type [2026-01-12,10:20:02.200] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,10: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-12,10:35:03.070] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,10:35:05.850] [DEBUG] 6 processes running of frp type [2026-01-12,10:50:02.657] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,10:50:05.306] [DEBUG] 6 processes running of frp type [2026-01-12,11:05:02.752] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,11:05:04.795] [DEBUG] 6 processes running of frp type [2026-01-12,11:20:02.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,11: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-01-12,11:35:02.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,11:35:04.483] [DEBUG] 6 processes running of frp type [2026-01-12,11:50:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,11:50:04.772] [DEBUG] 6 processes running of frp type [2026-01-12,12:05:02.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,12:05:04.503] [DEBUG] 6 processes running of frp type [2026-01-12,12:20:03.044] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,12: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-01-12,12:35:02.601] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,12:35:05.183] [DEBUG] 6 processes running of frp type [2026-01-12,12:50:03.101] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,12:50:05.193] [DEBUG] 6 processes running of frp type [2026-01-12,13:05:02.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,13:05:05.441] [DEBUG] 6 processes running of frp type [2026-01-12,13:20:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,13: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-01-12,13:35:02.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,13:35:05.316] [DEBUG] 6 processes running of frp type [2026-01-12,13:50:03.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,13:50:05.508] [DEBUG] 6 processes running of frp type [2026-01-12,14:05:02.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,14:05:06.097] [DEBUG] 6 processes running of frp type [2026-01-12,14:20:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,14:20:05.552] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,14:35:03.171] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,14:35:05.793] [DEBUG] 6 processes running of frp type [2026-01-12,14:50:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,14:50:05.067] [DEBUG] 6 processes running of frp type [2026-01-12,15:05:02.517] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,15:05:04.763] [DEBUG] 6 processes running of frp type [2026-01-12,15:20:02.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,15:20:14.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-01-12,15:35:02.827] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,15:35:05.426] [DEBUG] 6 processes running of frp type [2026-01-12,15:50:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,15:50:04.658] [DEBUG] 6 processes running of frp type [2026-01-12,16:05:02.967] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,16:05:05.746] [DEBUG] 6 processes running of frp type [2026-01-12,16:20:01.975] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,16: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-01-12,16:35:02.818] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,16:35:05.488] [DEBUG] 6 processes running of frp type [2026-01-12,16:50:02.207] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,16:50:04.912] [DEBUG] 6 processes running of frp type 2026-01-12 17:00:22.409 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:00:22.411 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:00:24.508 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:00:24.509 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:00:28.913 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:00:28.914 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:00:38.198 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:00:38.200 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:00:58.201 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:00:58.202 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:01:18.203 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:01:18.204 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:01:38.205 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:01:38.206 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:01:58.207 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:01:58.208 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:02:18.209 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:02:18.211 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:02:38.211 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:02:38.212 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:02:58.213 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:02:58.215 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:03:18.215 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:03:18.220 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:03:38.221 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:03:45.458 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:04:05.460 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:04:15.462 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:04:35.463 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:04:35.468 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:04:55.469 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:04:55.473 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:05:15.475 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:05:25.477 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:05:45.478 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:05:45.482 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:06:05.485 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:06:15.487 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:06:35.488 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:06:45.490 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:07:05.492 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:07:15.494 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:07:35.495 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:07:45.497 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:08:05.498 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:08:05.504 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:08:25.505 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:08:35.507 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:08:55.508 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:08:55.517 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:09:15.518 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:09:25.520 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:09:45.522 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:09:55.524 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:10:15.526 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:10:25.528 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:10:45.529 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:10:48.712 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:11:08.714 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:11:08.719 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:11:28.719 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:11:38.721 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:11:58.723 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:11:58.727 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:12:18.728 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:12:18.734 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:12:38.735 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:12:48.737 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:13:08.739 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:13:08.744 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:13:28.746 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:13:28.751 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:13:48.752 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:13:58.755 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:14:18.757 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:14:28.758 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:14:48.760 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:14:51.911 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:15:11.913 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:15:11.919 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:15:31.920 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:15:41.922 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:16:01.923 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:16:09.139 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:16:29.140 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:16:29.147 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:16:49.149 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:16:49.153 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:17:09.155 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:17:19.156 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:17:39.158 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:17:39.166 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:17:59.167 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:18:09.169 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:18:29.171 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:18:30.178 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:18:50.178 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:19:00.180 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:19:20.181 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:19:20.186 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:19:40.186 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:19:50.189 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:20:10.190 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:20:13.404 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-01-12,17:20:14.899] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-12 17:20:33.405 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:20:43.407 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:21:03.409 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:21:03.425 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:21:23.426 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:21:33.428 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:21:53.430 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:21:53.434 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:22:13.436 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:22:23.438 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:22:43.439 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:22:53.441 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:23:13.443 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:23:23.444 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:23:43.446 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:23:43.470 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:24:03.472 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:24:03.476 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:24:23.478 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:24:33.480 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:24:53.481 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:25:00.765 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:25:20.766 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:25:30.769 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:25:50.770 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:26:00.772 [W] [client/service.go:297] [4f90e85bfc2ac7c1] 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-12 17:26:20.774 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:26:20.779 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:26:40.780 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:26:50.782 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:27:10.783 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:27:20.785 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:27:40.787 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:27:40.794 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:28:00.795 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:28:10.797 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:28:30.798 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:28:33.883 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:28:53.885 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:29:03.887 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:29:23.889 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:29:33.891 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:29:53.892 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:30:03.894 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:30:23.896 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:30:33.898 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:30:53.899 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:30:53.904 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:31:13.906 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:31:23.908 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:31:43.909 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:31:53.911 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:32:13.913 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:32:13.918 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:32:33.919 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:32:43.921 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:33:03.922 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:33:13.924 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:33:33.925 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:33:34.950 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:33:54.951 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:33:54.956 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:34:14.959 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:34:24.961 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:34:44.962 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:34:54.965 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-12,17:35:08.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-12 17:35:14.966 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:35:24.968 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:35:44.969 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:35:44.975 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:36:04.977 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:36:04.981 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:36:24.983 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:36:34.985 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:36:54.986 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:36:54.991 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:37:14.992 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:37:14.997 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:37:34.998 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:37:45.001 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:38:05.003 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:38:05.007 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:38:25.008 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:38:25.014 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:38:45.015 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:38:55.017 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:39:15.019 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:39:25.020 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:39:45.022 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:39:45.028 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:40:05.031 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:40:05.036 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:40:25.037 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:40:35.040 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:40:55.041 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:40:56.071 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:41:16.072 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:41:26.074 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:41:46.075 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:41:46.080 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:42:06.082 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:42:06.086 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:42:26.087 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:42:36.090 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:42:56.091 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:42:56.099 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:43:16.101 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:43:26.103 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:43:46.106 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:43:46.110 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:44:06.112 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:44:16.114 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:44:36.115 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:44:43.270 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:45:03.272 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:45:13.273 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:45:33.275 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:45:40.444 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:46:00.446 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:46:10.448 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:46:30.450 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:46:30.457 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:46:50.458 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:47:00.461 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:47:20.462 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:47:27.750 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:47:47.751 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:47:57.753 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:48:17.754 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:48:17.760 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:48:37.762 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:48:47.764 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:49:07.765 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:49:11.004 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:49:31.005 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:49:41.007 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:50:01.008 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:50:04.123 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-01-12,17:50:07.316] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-12 17:50:24.124 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:50:34.126 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:50:54.127 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:50:54.132 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:51:14.134 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:51:24.135 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:51:44.136 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:51:45.164 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:52:05.166 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:52:15.169 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:52:35.171 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:52:45.172 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:53:05.174 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:53:15.176 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:53:35.178 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:53:42.364 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:54:02.365 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:54:12.367 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:54:32.369 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:54:42.371 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:55:02.371 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:55:02.479 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:55:22.479 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:55:32.481 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:55:52.483 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:56:02.484 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:56:22.485 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:56:22.489 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:56:42.490 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:56:52.492 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:57:12.493 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:57:19.751 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:57:39.752 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:57:49.754 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:58:09.756 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:58:09.761 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:58:29.763 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:58:39.766 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 17:58:59.767 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:58:59.772 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:59:19.773 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:59:19.777 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 17:59:39.779 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 17:59:49.781 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:00:09.782 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:00:17.029 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:00:37.031 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:00:37.035 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:00:57.037 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:00:57.042 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:01:17.043 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:01:27.045 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:01:47.046 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:01:57.049 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:02:17.050 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:02:27.052 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:02:47.054 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:02:47.059 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:03:07.061 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:03:17.062 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:03:37.063 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:03:47.065 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:04:07.067 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:04:07.072 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:04:27.073 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:04:37.076 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:04:57.076 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:04:58.097 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-01-12,18:05:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-12 18:05:18.098 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:05:28.100 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:05:48.102 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:05:58.104 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:06:18.106 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:06:18.127 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:06:38.129 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:06:48.131 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:07:08.132 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:07:08.137 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:07:28.138 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:07:38.141 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:07:58.142 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:08:08.144 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:08:28.145 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:08:28.152 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:08:48.154 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:08:48.158 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:09:08.160 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:09:18.162 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:09:38.164 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:09:41.297 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:10:01.298 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:10:01.302 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:10:21.304 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:10:21.308 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:10:41.309 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:10:51.311 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:11:11.313 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:11:18.578 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:11:38.579 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:11:38.584 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:11:58.585 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:12:08.591 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:12:28.593 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:12:38.594 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:12:58.596 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:13:08.598 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:13:28.599 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:13:28.604 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:13:48.605 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:13:55.804 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:14:15.805 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:14:15.810 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:14:35.812 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:14:42.953 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:15:02.954 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:15:02.959 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:15:22.961 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:15:30.096 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:15:50.097 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:15:50.104 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:16:10.106 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:16:20.108 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:16:40.109 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:16:40.115 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:17:00.116 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:17:10.118 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:17:30.119 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:17:40.121 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:18:00.123 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:18:00.130 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:18:20.131 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:18:30.133 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:18:50.134 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:18:50.140 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:19:10.142 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:19:13.248 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:19:33.249 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:19:43.251 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:20:03.252 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:20:13.254 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-12,18:20:22.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-12 18:20:33.256 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:20:43.258 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:21:03.259 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:21:13.261 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:21:33.262 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:21:43.264 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:22:03.266 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:22:13.268 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:22:33.270 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:22:43.272 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:23:03.274 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:23:13.276 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:23:33.278 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:23:43.280 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:24:03.281 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:24:03.286 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:24:23.287 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:24:33.289 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:24:53.290 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:24:53.295 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:25:13.297 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:25:23.299 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:25:43.300 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:25:53.302 [W] [client/service.go:297] [4f90e85bfc2ac7c1] 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-12 18:26:13.304 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:26:13.309 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:26:33.310 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:26:43.312 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:27:03.313 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:27:03.321 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:27:23.322 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:27:33.324 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:27:53.326 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:27:53.330 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:28:13.331 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:28:23.334 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:28:43.335 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:28:53.337 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:29:13.338 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:29:13.345 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:29:33.346 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:29:43.348 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:30:03.349 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:30:03.354 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:30:23.356 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:30:33.359 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:30:53.361 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:30:53.366 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:31:13.367 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:31:23.369 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:31:43.370 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:31:50.578 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:32:10.579 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:32:20.581 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:32:40.583 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:32:40.587 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:33:00.588 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:33:10.591 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:33:30.591 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:33:30.596 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:33:50.598 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:34:00.600 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:34:20.602 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:34:20.606 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:34:40.608 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:34:50.610 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-12,18:35:02.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-12 18:35:10.612 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:35:10.617 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:35:30.618 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:35:40.619 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:36:00.620 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:36:10.622 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:36:30.623 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:36:40.625 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:37:00.627 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:37:00.632 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:37:20.634 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:37:30.635 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:37:50.636 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:38:00.638 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:38:20.639 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:38:20.644 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:38:40.645 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:38:50.647 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:39:10.648 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:39:20.650 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:39:40.652 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:39:40.659 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:40:00.660 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:40:10.661 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:40:30.662 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:40:40.665 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:41:00.667 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:41:00.669 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:41:20.670 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:41:30.672 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:41:50.674 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:42:00.676 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:42:20.677 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:42:20.683 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:42:40.685 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:42:50.686 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:43:10.688 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:43:20.690 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:43:40.691 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:43:40.697 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:44:00.699 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:44:10.700 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:44:30.702 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:44:30.706 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:44:50.708 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:44:57.991 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:45:17.992 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:45:17.996 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:45:37.998 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:45:45.137 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:46:05.138 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:46:15.139 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:46:35.141 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:46:35.146 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:46:55.148 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:47:05.150 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:47:25.151 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:47:35.153 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:47:55.154 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:47:55.159 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:48:15.160 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:48:15.166 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:48:35.167 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:48:45.169 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:49:05.170 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:49:05.177 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:49:25.178 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:49:35.180 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:49:55.182 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:49:55.187 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-01-12,18:50:02.945] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-12 18:50:15.188 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:50:25.192 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:50:45.194 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:50:45.198 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:51:05.199 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:51:15.201 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:51:35.202 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:51:35.206 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:51:55.206 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:52:05.209 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:52:25.210 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:52:35.212 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:52:55.213 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:53:05.216 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:53:25.218 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:53:25.222 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:53:45.223 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:53:55.225 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:54:15.226 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:54:15.231 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:54:35.232 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:54:45.234 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:55:05.236 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:55:05.240 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:55:25.241 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:55:35.244 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:55:55.244 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:55:55.248 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:56:15.250 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:56:25.252 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:56:45.253 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:56:45.262 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:57:05.263 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:57:15.265 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:57:35.267 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:57:45.268 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 18:58:05.270 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:58:05.276 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:58:25.278 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:58:25.282 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:58:45.283 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:58:52.549 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:59:12.551 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:59:12.556 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 18:59:32.557 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 18:59:42.559 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 19:00:02.560 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 19:00:02.565 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 19:00:22.566 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 19:00:32.567 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 19:00:52.568 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 19:00:52.573 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 19:01:12.574 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 19:01:22.576 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 19:01:42.578 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 19:01:49.992 [W] [client/service.go:297] [4f90e85bfc2ac7c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-12 19:02:09.993 [I] [client/service.go:294] [4f90e85bfc2ac7c1] try to connect to server... 2026-01-12 19:02:11.909 [I] [client/service.go:286] [4f90e85bfc2ac7c1] login to server success, get run id [4f90e85bfc2ac7c1] 2026-01-12 19:02:11.910 [I] [proxy/proxy_manager.go:173] [4f90e85bfc2ac7c1] proxy added: [DNL01B4203] 2026-01-12 19:02:12.501 [I] [client/control.go:168] [4f90e85bfc2ac7c1] [DNL01B4203] start proxy success [2026-01-12,19:05:02.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,19:05:04.884] [DEBUG] 6 processes running of frp type [2026-01-12,19:20:02.110] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,19:20:09.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-12,19:35:03.102] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,19:35:05.917] [DEBUG] 6 processes running of frp type [2026-01-12,19:50:02.563] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,19:50:04.942] [DEBUG] 6 processes running of frp type [2026-01-12,20:05:02.167] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,20:05:10.218] [DEBUG] 6 processes running of frp type [2026-01-12,20:20:02.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,20:20:15.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-12,20:30:41.145] [INFO] Initializing BusSpeedStateManager V2 [2026-01-12,20:30:41.150] [INFO] LocationSqlManager initialising [2026-01-12,20:30:41.150] [INFO] Location DB initialising [2026-01-12,20:30:41.159] [INFO] LocationSqlManager initialisation complete [2026-01-12,20:30:41.160] [DEBUG] UploadManager Init [2026-01-12,20:30:41.161] [DEBUG] UploadManager Init Complete [2026-01-12,20:30:41.163] [INFO] Initializing GPS... [2026-01-12,20:30:41.165] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,20:32:29.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,20:32:31.862] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:33:05.584] [DEBUG] Log Upload Complete! [2026-01-12,20:35:29.270] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,20:35:31.862] [DEBUG] Remote Access Enabled [2026-01-12,20:35:34.036] [INFO] Server Address: 138.201.17.179 [2026-01-12,20:35:34.037] [INFO] Server Port: 7000 [2026-01-12,20:35:34.042] [DEBUG] Starting Remote Access! 2026-01-12 20:35:34.173 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-12 20:35:34.174 [I] [client/service.go:294] try to connect to server... 2026-01-12 20:35:35.318 [I] [client/service.go:286] [8300f85934698058] login to server success, get run id [8300f85934698058] 2026-01-12 20:35:35.319 [I] [proxy/proxy_manager.go:173] [8300f85934698058] proxy added: [DNL01B4203] 2026-01-12 20:35:35.660 [I] [client/control.go:168] [8300f85934698058] [DNL01B4203] start proxy success [2026-01-12,20:50:03.030] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,20:50:05.612] [DEBUG] 6 processes running of frp type [2026-01-12,21:05:03.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,21:05:05.784] [DEBUG] 6 processes running of frp type [2026-01-12,21:20:02.044] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,21:20:04.640] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,21:35:03.057] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,21:35:06.069] [DEBUG] 6 processes running of frp type [2026-01-12,21:50:03.056] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,21:50:05.868] [DEBUG] 6 processes running of frp type [2026-01-12,22:05:02.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,22:05:04.717] [DEBUG] 6 processes running of frp type [2026-01-12,22:20:02.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,22: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-12,22:35:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,22:35:10.855] [DEBUG] 6 processes running of frp type [2026-01-12,22:50:02.767] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,22:50:05.276] [DEBUG] 6 processes running of frp type [2026-01-12,23:05:02.517] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,23:05:04.537] [DEBUG] 6 processes running of frp type [2026-01-12,23:20:03.061] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,23: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-12,23:35:02.663] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,23:35:04.683] [DEBUG] 6 processes running of frp type [2026-01-12,23:50:02.590] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-12,23:50:05.408] [DEBUG] 6 processes running of frp type [2026-01-13,00:05:02.795] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,00:05:05.539] [DEBUG] 6 processes running of frp type [2026-01-13,00:20:03.019] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,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-01-13,00:35:02.454] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,00:35:04.998] [DEBUG] 6 processes running of frp type [2026-01-13,00:50:02.744] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,00:50:04.970] [DEBUG] 6 processes running of frp type [2026-01-13,01:05:02.419] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,01:05:05.161] [DEBUG] 6 processes running of frp type [2026-01-13,01:20:02.538] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,01: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-13,01:35:02.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,01:35:04.448] [DEBUG] 6 processes running of frp type [2026-01-13,01:50:02.219] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,01:50:04.773] [DEBUG] 6 processes running of frp type [2026-01-13,02:05:02.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,02:05:04.424] [DEBUG] 6 processes running of frp type [2026-01-13,02:20:02.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,02: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-01-13,02:35:02.474] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,02:35:04.677] [DEBUG] 6 processes running of frp type [2026-01-13,02:50:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,02:50:05.435] [DEBUG] 6 processes running of frp type [2026-01-13,03:05:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,03:05:11.042] [DEBUG] 6 processes running of frp type [2026-01-13,03:20:02.481] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,03:20:05.578] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,03:35:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,03:35:04.434] [DEBUG] 6 processes running of frp type [2026-01-13,03:50:02.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,03:50:04.039] [DEBUG] 6 processes running of frp type [2026-01-13,04:05:02.506] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,04:05:05.133] [DEBUG] 6 processes running of frp type [2026-01-13,04:20:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,04:20:05.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-13,04:35:02.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,04:35:04.841] [DEBUG] 6 processes running of frp type [2026-01-13,04:50:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,04:50:05.220] [DEBUG] 6 processes running of frp type [2026-01-13,05:05:02.602] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,05:05:04.608] [DEBUG] 6 processes running of frp type [2026-01-13,05:20:02.941] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,05: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-01-13,05:35:02.994] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,05:35:05.146] [DEBUG] 6 processes running of frp type [2026-01-13,05:50:02.860] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,05:50:05.857] [DEBUG] 6 processes running of frp type [2026-01-13,06:05:02.043] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,06:05:04.709] [DEBUG] 6 processes running of frp type [2026-01-13,06:20:02.975] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,06:20:05.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-01-13,06:30:41.599] [INFO] Initializing BusSpeedStateManager V2 [2026-01-13,06:30:41.606] [INFO] LocationSqlManager initialising [2026-01-13,06:30:41.607] [INFO] Location DB initialising [2026-01-13,06:30:41.618] [INFO] LocationSqlManager initialisation complete [2026-01-13,06:30:41.620] [DEBUG] UploadManager Init [2026-01-13,06:30:41.620] [DEBUG] UploadManager Init Complete [2026-01-13,06:30:41.625] [INFO] Initializing GPS... [2026-01-13,06:30:41.627] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,06:32:29.577] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,06:32:31.870] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-13,06:32:45.441] [DEBUG] Log Upload Complete! [2026-01-13,06:35:29.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,06:35:31.532] [DEBUG] Remote Access Enabled [2026-01-13,06:35:33.085] [INFO] Server Address: 138.201.17.179 [2026-01-13,06:35:33.086] [INFO] Server Port: 7000 [2026-01-13,06:35:33.096] [DEBUG] Starting Remote Access! 2026-01-13 06:35:33.296 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-13 06:35:33.297 [I] [client/service.go:294] try to connect to server... 2026-01-13 06:35:34.343 [I] [client/service.go:286] [12ed18643af85efe] login to server success, get run id [12ed18643af85efe] 2026-01-13 06:35:34.344 [I] [proxy/proxy_manager.go:173] [12ed18643af85efe] proxy added: [DNL01B4203] 2026-01-13 06:35:34.668 [I] [client/control.go:168] [12ed18643af85efe] [DNL01B4203] start proxy success [2026-01-13,06:50:02.690] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,06:50:04.677] [DEBUG] 6 processes running of frp type [2026-01-13,07:05:03.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,07:05:05.011] [DEBUG] 6 processes running of frp type [2026-01-13,07:20:02.404] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,07: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-13,07:35:03.242] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,07:35:05.400] [DEBUG] 6 processes running of frp type [2026-01-13,07:50:03.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,07:50:05.294] [DEBUG] 6 processes running of frp type [2026-01-13,08:02:02.530] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,08:02:04.992] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-13,08:02:16.438] [DEBUG] Log Upload Complete! [2026-01-13,08:05:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,08:05:05.381] [DEBUG] 6 processes running of frp type [2026-01-13,08:20:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,08:20:04.999] [DEBUG] 6 processes running of frp type [2026-01-13,07:39:02.385] [INFO] Initializing BusSpeedStateManager V2 [2026-01-13,07:39:02.390] [INFO] LocationSqlManager initialising [2026-01-13,07:39:02.391] [INFO] Location DB initialising [2026-01-13,07:39:02.400] [INFO] LocationSqlManager initialisation complete [2026-01-13,07:39:02.401] [DEBUG] UploadManager Init [2026-01-13,07:39:02.401] [DEBUG] UploadManager Init Complete [2026-01-13,07:39:02.403] [INFO] Initializing GPS... [2026-01-13,07:39:02.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' [2026-01-13,07:39:02.644] [INFO] Initializing BusSpeedStateManager V2 [2026-01-13,07:39:02.649] [INFO] LocationSqlManager initialising [2026-01-13,07:39:02.649] [INFO] Location DB initialising [2026-01-13,07:39:02.659] [INFO] LocationSqlManager initialisation complete [2026-01-13,07:39:02.659] [DEBUG] UploadManager Init [2026-01-13,07:39:02.660] [DEBUG] UploadManager Init Complete [2026-01-13,07:39:02.662] [INFO] Initializing GPS... [2026-01-13,07:39:02.664] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,07:43:51.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 -3] Temporary failure in name resolution')) [2026-01-13,17:50:02.869] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,17:50:04.674] [DEBUG] Remote Access Enabled [2026-01-13,17:50:06.051] [INFO] Server Address: 138.201.17.179 [2026-01-13,17:50:06.052] [INFO] Server Port: 7000 [2026-01-13,17:50:06.057] [DEBUG] Starting Remote Access! 2026-01-13 17:50:06.183 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-13 17:50:06.184 [I] [client/service.go:294] try to connect to server... 2026-01-13 17:50:07.337 [I] [client/service.go:286] [d3ff2b6f8c6c4173] login to server success, get run id [d3ff2b6f8c6c4173] 2026-01-13 17:50:07.339 [I] [proxy/proxy_manager.go:173] [d3ff2b6f8c6c4173] proxy added: [DNL01B4203] 2026-01-13 17:50:07.741 [I] [client/control.go:168] [d3ff2b6f8c6c4173] [DNL01B4203] start proxy success [2026-01-13,18:05:03.147] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,18:05:05.675] [DEBUG] 6 processes running of frp type [2026-01-13,18:20:03.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,18: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-01-13,18:35:02.819] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,18:35:10.030] [DEBUG] 6 processes running of frp type [2026-01-13,18:50:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,18:50:20.216] [DEBUG] 6 processes running of frp type [2026-01-13,19:05:02.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,19:05:19.949] [DEBUG] 6 processes running of frp type [2026-01-13,19:20:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,19: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-01-13,19:35:04.339] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,19:35:06.550] [DEBUG] 6 processes running of frp type [2026-01-13,19:50:02.341] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,19:50:09.587] [DEBUG] 6 processes running of frp type [2026-01-13,20:05:03.042] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,20:05:05.597] [DEBUG] 6 processes running of frp type [2026-01-13,20:20:03.149] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,20: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' [2026-01-13,20:30:41.310] [INFO] Initializing BusSpeedStateManager V2 [2026-01-13,20:30:41.318] [INFO] LocationSqlManager initialising [2026-01-13,20:30:41.319] [INFO] Location DB initialising [2026-01-13,20:30:41.330] [INFO] LocationSqlManager initialisation complete [2026-01-13,20:30:41.331] [DEBUG] UploadManager Init [2026-01-13,20:30:41.332] [DEBUG] UploadManager Init Complete [2026-01-13,20:30:41.336] [INFO] Initializing GPS... [2026-01-13,20:30:41.338] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,20:32:29.762] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,20:32:42.445] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-13,20:33:28.319] [DEBUG] Log Upload Complete! [2026-01-13,20:35:29.805] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,20:35:31.625] [DEBUG] Remote Access Enabled [2026-01-13,20:35:33.192] [INFO] Server Address: 138.201.17.179 [2026-01-13,20:35:33.193] [INFO] Server Port: 7000 [2026-01-13,20:35:33.202] [DEBUG] Starting Remote Access! 2026-01-13 20:35:33.396 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-13 20:35:33.397 [I] [client/service.go:294] try to connect to server... 2026-01-13 20:35:34.769 [I] [client/service.go:286] [4c1b96cc6868e402] login to server success, get run id [4c1b96cc6868e402] 2026-01-13 20:35:34.770 [I] [proxy/proxy_manager.go:173] [4c1b96cc6868e402] proxy added: [DNL01B4203] 2026-01-13 20:35:35.165 [I] [client/control.go:168] [4c1b96cc6868e402] [DNL01B4203] start proxy success [2026-01-13,20:50:03.001] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,20:50:05.468] [DEBUG] 6 processes running of frp type [2026-01-13,21:05:02.942] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,21:05:10.388] [DEBUG] 6 processes running of frp type [2026-01-13,21:20:02.728] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,21: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-01-13,21:35:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,21:35:05.086] [DEBUG] 6 processes running of frp type [2026-01-13,21:50:02.853] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,21:50:05.728] [DEBUG] 6 processes running of frp type [2026-01-13,22:05:02.064] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,22:05:04.117] [DEBUG] 6 processes running of frp type [2026-01-13,22:20:02.486] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,22: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-01-13,22:35:02.264] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,22:35:04.268] [DEBUG] 6 processes running of frp type [2026-01-13,22:50:03.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,22:50:06.146] [DEBUG] 6 processes running of frp type [2026-01-13,23:05:02.410] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,23:05:04.661] [DEBUG] 6 processes running of frp type [2026-01-13,23:20:03.271] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,23:20:08.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-01-13,23:35:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,23:35:05.188] [DEBUG] 6 processes running of frp type [2026-01-13,23:50:02.940] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-13,23:50:05.582] [DEBUG] 6 processes running of frp type [2026-01-14,00:05:03.171] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,00:05:05.560] [DEBUG] 6 processes running of frp type [2026-01-14,00:20:02.982] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,00: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-01-14,00:35:02.422] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,00:35:04.898] [DEBUG] 6 processes running of frp type [2026-01-14,00:50:02.440] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,00:50:04.952] [DEBUG] 6 processes running of frp type [2026-01-14,01:05:02.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,01:05:04.196] [DEBUG] 6 processes running of frp type [2026-01-14,01:20:02.466] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,01:20:05.060] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,01:35:02.298] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,01:35:04.801] [DEBUG] 6 processes running of frp type [2026-01-14,01:50:02.340] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,01:50:04.282] [DEBUG] 6 processes running of frp type [2026-01-14,02:05:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,02:05:05.430] [DEBUG] 6 processes running of frp type [2026-01-14,02:20:02.718] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,02: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-01-14,02:35:02.533] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,02:35:04.866] [DEBUG] 6 processes running of frp type 2026-01-14 02:40:15.777 [I] [client/service.go:294] [4c1b96cc6868e402] try to connect to server... 2026-01-14 02:40:17.107 [I] [client/service.go:286] [4c1b96cc6868e402] login to server success, get run id [4c1b96cc6868e402] 2026-01-14 02:40:17.107 [I] [proxy/proxy_manager.go:173] [4c1b96cc6868e402] proxy added: [DNL01B4203] 2026-01-14 02:40:17.672 [I] [client/control.go:168] [4c1b96cc6868e402] [DNL01B4203] start proxy success [2026-01-14,02:50:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,02:50:04.446] [DEBUG] 6 processes running of frp type [2026-01-14,03:05:02.836] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,03:05:04.752] [DEBUG] 6 processes running of frp type [2026-01-14,03:20:02.261] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,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-01-14,03:35:03.064] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,03:35:05.614] [DEBUG] 6 processes running of frp type [2026-01-14,03:50:03.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,03:50:05.057] [DEBUG] 6 processes running of frp type [2026-01-14,04:05:02.397] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,04:05:04.387] [DEBUG] 6 processes running of frp type [2026-01-14,04:20:02.629] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,04: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-01-14,04:35:02.466] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,04:35:04.655] [DEBUG] 6 processes running of frp type [2026-01-14,04:50:02.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,04:50:04.453] [DEBUG] 6 processes running of frp type [2026-01-14,05:05:02.769] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,05:05:04.788] [DEBUG] 6 processes running of frp type [2026-01-14,05:20:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,05: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-14,05:35:03.147] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,05:35:05.736] [DEBUG] 6 processes running of frp type [2026-01-14,05:50:02.408] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,05:50:04.936] [DEBUG] 6 processes running of frp type [2026-01-14,06:05:02.424] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,06:05:04.912] [DEBUG] 6 processes running of frp type [2026-01-14,06:20:02.091] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,06:20:03.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-01-14,06:30:41.801] [INFO] Initializing BusSpeedStateManager V2 [2026-01-14,06:30:41.806] [INFO] LocationSqlManager initialising [2026-01-14,06:30:41.806] [INFO] Location DB initialising [2026-01-14,06:30:41.816] [INFO] LocationSqlManager initialisation complete [2026-01-14,06:30:41.816] [DEBUG] UploadManager Init [2026-01-14,06:30:41.817] [DEBUG] UploadManager Init Complete [2026-01-14,06:30:41.819] [INFO] Initializing GPS... [2026-01-14,06:30:41.821] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,06:32:29.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,06:32:31.675] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-14,06:32:43.061] [DEBUG] Log Upload Complete! [2026-01-14,06:35:29.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,06:35:31.546] [DEBUG] Remote Access Enabled [2026-01-14,06:35:33.439] [INFO] Server Address: 138.201.17.179 [2026-01-14,06:35:33.441] [INFO] Server Port: 7000 [2026-01-14,06:35:33.449] [DEBUG] Starting Remote Access! 2026-01-14 06:35:33.644 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-14 06:35:33.645 [I] [client/service.go:294] try to connect to server... 2026-01-14 06:35:34.724 [I] [client/service.go:286] [cdc3df934e9e4704] login to server success, get run id [cdc3df934e9e4704] 2026-01-14 06:35:34.725 [I] [proxy/proxy_manager.go:173] [cdc3df934e9e4704] proxy added: [DNL01B4203] 2026-01-14 06:35:36.787 [I] [client/control.go:168] [cdc3df934e9e4704] [DNL01B4203] start proxy success [2026-01-14,06:50:02.842] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,06:50:04.775] [DEBUG] 6 processes running of frp type [2026-01-14,07:05:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,07:05:04.399] [DEBUG] 6 processes running of frp type [2026-01-14,07:20:02.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,07:20:05.167] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,07:35:02.586] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,07:35:04.677] [DEBUG] 6 processes running of frp type [2026-01-14,07:50:02.417] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,07:50:04.603] [DEBUG] 6 processes running of frp type [2026-01-14,08:02:02.876] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,08:02:04.786] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:17.752] [DEBUG] Log Upload Complete! [2026-01-14,08:05:03.053] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,08:05:05.108] [DEBUG] 6 processes running of frp type [2026-01-14,08:20:02.278] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,08: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-01-14,08:35:02.962] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,08:35:05.061] [DEBUG] 6 processes running of frp type [2026-01-14,08:50:02.727] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,08:50:05.072] [DEBUG] 6 processes running of frp type [2026-01-14,09:05:02.535] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,09:05:04.954] [DEBUG] 6 processes running of frp type [2026-01-14,09:20:02.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,09: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-14,09:35:03.057] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,09:35:05.864] [DEBUG] 6 processes running of frp type [2026-01-14,09:50:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,09:50:04.671] [DEBUG] 6 processes running of frp type [2026-01-14,10:05:02.926] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,10:05:05.669] [DEBUG] 6 processes running of frp type [2026-01-14,10:20:03.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,10:20:10.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-01-14,10:35:02.955] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,10:35:05.585] [DEBUG] 6 processes running of frp type [2026-01-14,10:50:02.400] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,10:50:05.600] [DEBUG] 6 processes running of frp type [2026-01-14,11:05:02.986] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,11:05:05.682] [DEBUG] 6 processes running of frp type [2026-01-14,11:20:03.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,11:20:05.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-14,11:35:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,11:35:05.566] [DEBUG] 6 processes running of frp type [2026-01-14,11:50:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,11:50:04.715] [DEBUG] 6 processes running of frp type [2026-01-14,12:05:03.085] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,12:05:05.516] [DEBUG] 6 processes running of frp type [2026-01-14,12:20:02.891] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,12:20:05.301] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,12:35:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,12:35:05.301] [DEBUG] 6 processes running of frp type [2026-01-14,12:50:03.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,12:50:10.432] [DEBUG] 6 processes running of frp type [2026-01-14,13:05:02.851] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,13:05:05.508] [DEBUG] 6 processes running of frp type [2026-01-14,13:20:02.830] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,13:20:04.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-01-14,13:35:02.803] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,13:35:05.518] [DEBUG] 6 processes running of frp type [2026-01-14,13:50:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,13:50:04.676] [DEBUG] 6 processes running of frp type [2026-01-14,14:05:03.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,14:05:10.548] [DEBUG] 6 processes running of frp type [2026-01-14,14:20:03.079] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,14:20:05.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-14,14:35:02.857] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,14:35:04.883] [DEBUG] 6 processes running of frp type [2026-01-14,14:50:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,14:50:10.169] [DEBUG] 6 processes running of frp type [2026-01-14,15:05:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,15:05:04.924] [DEBUG] 6 processes running of frp type [2026-01-14,15:20:02.262] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,15:20:05.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-01-14,15:35:03.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,15:35:05.166] [DEBUG] 6 processes running of frp type [2026-01-14,15:50:03.108] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,15:50:05.600] [DEBUG] 6 processes running of frp type [2026-01-14,16:05:03.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,16:05:05.839] [DEBUG] 6 processes running of frp type [2026-01-14,16:20:02.147] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,16: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-01-14,16:35:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,16:35:10.649] [DEBUG] 6 processes running of frp type [2026-01-14,16:50:02.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,16:50:05.033] [DEBUG] 6 processes running of frp type 2026-01-14 17:00:23.351 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:00:23.352 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:00:25.385 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:00:25.386 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:00:29.646 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:00:29.647 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:00:38.869 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:00:38.870 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:00:58.001 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:00:58.002 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:01:18.004 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:01:18.005 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:01:38.007 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:01:38.008 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:01:58.009 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:01:58.010 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:02:18.011 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:02:18.013 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:02:38.013 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:02:38.015 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:02:58.016 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:02:58.017 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:03:18.018 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:03:18.019 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:03:38.020 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:03:38.022 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:03:58.022 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:03:58.024 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:04:18.025 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:04:18.027 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:04:38.028 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:04:38.029 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:04:58.030 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:04:58.031 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:05:18.032 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:05:18.036 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:05:38.037 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:05:38.042 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:05:58.043 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:05:59.255 [I] [client/service.go:286] [cdc3df934e9e4704] login to server success, get run id [cdc3df934e9e4704] 2026-01-14 17:05:59.256 [I] [proxy/proxy_manager.go:173] [cdc3df934e9e4704] proxy added: [DNL01B4203] 2026-01-14 17:06:00.202 [I] [client/control.go:168] [cdc3df934e9e4704] [DNL01B4203] start proxy success 2026-01-14 17:06:38.369 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:06:38.370 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:06:40.498 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:06:40.499 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:06:45.144 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:06:45.146 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:06:55.325 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:06:55.327 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:07:15.328 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:07:15.329 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:07:35.330 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:07:35.332 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:07:55.332 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:07:55.333 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:08:15.334 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:08:15.335 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:08:35.336 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:08:35.337 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:08:55.339 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:08:55.340 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:09:15.342 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:09:15.343 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:09:35.343 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:09:35.345 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:09:55.346 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:09:55.348 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:10:15.348 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:10:15.350 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:10:35.350 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:10:35.352 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:10:55.353 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:10:55.354 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:11:15.356 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:11:15.357 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:11:35.358 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:11:35.364 [W] [client/service.go:297] [cdc3df934e9e4704] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-14 17:11:55.365 [I] [client/service.go:294] [cdc3df934e9e4704] try to connect to server... 2026-01-14 17:11:56.813 [I] [client/service.go:286] [cdc3df934e9e4704] login to server success, get run id [cdc3df934e9e4704] 2026-01-14 17:11:56.815 [I] [proxy/proxy_manager.go:173] [cdc3df934e9e4704] proxy added: [DNL01B4203] 2026-01-14 17:11:57.768 [I] [client/control.go:168] [cdc3df934e9e4704] [DNL01B4203] start proxy success [2026-01-14,17:20:02.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,17:20:10.102] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,17:35:02.568] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,17:35:04.870] [DEBUG] 6 processes running of frp type [2026-01-14,17:50:02.764] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,17:50:05.546] [DEBUG] 6 processes running of frp type [2026-01-14,18:05:03.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,18:05:05.571] [DEBUG] 6 processes running of frp type [2026-01-14,18:20:03.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,18:20:05.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-01-14,18:35:02.764] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,18:35:05.313] [DEBUG] 6 processes running of frp type [2026-01-14,18:50:03.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,18:50:05.623] [DEBUG] 6 processes running of frp type [2026-01-14,19:05:03.068] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,19:05:05.572] [DEBUG] 6 processes running of frp type [2026-01-14,19:20:03.130] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,19:20:05.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-14,19:35:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,19:35:19.867] [DEBUG] 6 processes running of frp type [2026-01-14,19:50:02.730] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,19:50:05.110] [DEBUG] 6 processes running of frp type [2026-01-14,20:05:02.525] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,20:05:05.031] [DEBUG] 6 processes running of frp type [2026-01-14,20:20:02.438] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,20:20:09.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-14,20:30:42.031] [INFO] Initializing BusSpeedStateManager V2 [2026-01-14,20:30:42.036] [INFO] LocationSqlManager initialising [2026-01-14,20:30:42.037] [INFO] Location DB initialising [2026-01-14,20:30:42.047] [INFO] LocationSqlManager initialisation complete [2026-01-14,20:30:42.047] [DEBUG] UploadManager Init [2026-01-14,20:30:42.048] [DEBUG] UploadManager Init Complete [2026-01-14,20:30:42.051] [INFO] Initializing GPS... [2026-01-14,20:30:42.053] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,20:32:29.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,20:32:32.283] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:33:08.953] [DEBUG] Log Upload Complete! [2026-01-14,20:35:30.275] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,20:35:32.204] [DEBUG] Remote Access Enabled [2026-01-14,20:35:34.059] [INFO] Server Address: 138.201.17.179 [2026-01-14,20:35:34.060] [INFO] Server Port: 7000 [2026-01-14,20:35:34.069] [DEBUG] Starting Remote Access! 2026-01-14 20:35:34.271 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-14 20:35:34.272 [I] [client/service.go:294] try to connect to server... 2026-01-14 20:35:35.617 [I] [client/service.go:286] [ce92c0bff11e2636] login to server success, get run id [ce92c0bff11e2636] 2026-01-14 20:35:35.618 [I] [proxy/proxy_manager.go:173] [ce92c0bff11e2636] proxy added: [DNL01B4203] 2026-01-14 20:35:36.268 [I] [client/control.go:168] [ce92c0bff11e2636] [DNL01B4203] start proxy success [2026-01-14,20:50:01.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,20:50:04.215] [DEBUG] 6 processes running of frp type [2026-01-14,21:05:02.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,21:05:10.104] [DEBUG] 6 processes running of frp type [2026-01-14,21:20:02.337] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,21: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-01-14,21:35:02.287] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,21:35:04.755] [DEBUG] 6 processes running of frp type [2026-01-14,21:50:02.627] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,21:50:09.829] [DEBUG] 6 processes running of frp type [2026-01-14,22:05:02.343] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,22:05:09.669] [DEBUG] 6 processes running of frp type [2026-01-14,22:20:03.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,22:20:05.453] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,22:35:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,22:35:05.408] [DEBUG] 6 processes running of frp type [2026-01-14,22:50:03.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,22:50:05.176] [DEBUG] 6 processes running of frp type [2026-01-14,23:05:02.692] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,23:05:04.573] [DEBUG] 6 processes running of frp type [2026-01-14,23:20:03.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,23:20:05.582] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,23:35:02.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,23:35:05.018] [DEBUG] 6 processes running of frp type [2026-01-14,23:50:02.705] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-14,23:50:05.031] [DEBUG] 6 processes running of frp type [2026-01-15,00:05:02.217] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,00:05:04.840] [DEBUG] 6 processes running of frp type [2026-01-15,00:20:02.178] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,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-01-15,00:35:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,00:35:05.019] [DEBUG] 6 processes running of frp type [2026-01-15,00:50:02.758] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,00:50:04.914] [DEBUG] 6 processes running of frp type [2026-01-15,01:05:02.260] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,01:05:04.372] [DEBUG] 6 processes running of frp type [2026-01-15,01:20:02.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,01: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' [2026-01-15,01:35:02.388] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,01:35:04.312] [DEBUG] 6 processes running of frp type [2026-01-15,01:50:03.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,01:50:05.886] [DEBUG] 6 processes running of frp type [2026-01-15,02:05:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,02:05:04.998] [DEBUG] 6 processes running of frp type [2026-01-15,02:20:02.424] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,02:20:04.258] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,02:35:03.152] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,02:35:05.787] [DEBUG] 6 processes running of frp type [2026-01-15,02:50:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,02:50:04.897] [DEBUG] 6 processes running of frp type [2026-01-15,03:05:02.467] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,03:05:04.459] [DEBUG] 6 processes running of frp type [2026-01-15,03:20:02.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,03:20:04.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-15,03:35:02.486] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,03:35:04.856] [DEBUG] 6 processes running of frp type [2026-01-15,03:50:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,03:50:04.960] [DEBUG] 6 processes running of frp type [2026-01-15,04:05:02.486] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,04:05:04.718] [DEBUG] 6 processes running of frp type [2026-01-15,04:20:02.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,04:20:04.033] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,04:35:02.989] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,04:35:05.711] [DEBUG] 6 processes running of frp type [2026-01-15,04:50:02.385] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,04:50:04.352] [DEBUG] 6 processes running of frp type [2026-01-15,05:05:02.756] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,05:05:05.196] [DEBUG] 6 processes running of frp type [2026-01-15,05:20:02.568] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,05: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-15,05:35:02.273] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,05:35:04.492] [DEBUG] 6 processes running of frp type [2026-01-15,05:50:02.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,05:50:04.074] [DEBUG] 6 processes running of frp type [2026-01-15,06:05:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,06:05:05.155] [DEBUG] 6 processes running of frp type [2026-01-15,06:20:02.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,06:20:04.243] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,06:30:40.975] [INFO] Initializing BusSpeedStateManager V2 [2026-01-15,06:30:40.980] [INFO] LocationSqlManager initialising [2026-01-15,06:30:40.980] [INFO] Location DB initialising [2026-01-15,06:30:40.989] [INFO] LocationSqlManager initialisation complete [2026-01-15,06:30:40.990] [DEBUG] UploadManager Init [2026-01-15,06:30:40.990] [DEBUG] UploadManager Init Complete [2026-01-15,06:30:40.993] [INFO] Initializing GPS... [2026-01-15,06:30:40.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-01-15,06:32:29.196] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,06:32:31.087] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-15,06:32:42.436] [DEBUG] Log Upload Complete! [2026-01-15,06:35:29.191] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,06:35:31.108] [DEBUG] Remote Access Enabled [2026-01-15,06:35:32.996] [INFO] Server Address: 138.201.17.179 [2026-01-15,06:35:32.997] [INFO] Server Port: 7000 [2026-01-15,06:35:33.006] [DEBUG] Starting Remote Access! 2026-01-15 06:35:33.178 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-15 06:35:33.178 [I] [client/service.go:294] try to connect to server... 2026-01-15 06:35:34.251 [I] [client/service.go:286] [eecf9b96b162ad18] login to server success, get run id [eecf9b96b162ad18] 2026-01-15 06:35:34.252 [I] [proxy/proxy_manager.go:173] [eecf9b96b162ad18] proxy added: [DNL01B4203] 2026-01-15 06:35:34.572 [I] [client/control.go:168] [eecf9b96b162ad18] [DNL01B4203] start proxy success [2026-01-15,06:50:02.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,06:50:04.604] [DEBUG] 6 processes running of frp type [2026-01-15,06:48:00.106] [INFO] Initializing BusSpeedStateManager V2 [2026-01-15,06:48:00.111] [INFO] LocationSqlManager initialising [2026-01-15,06:48:00.111] [INFO] Location DB initialising [2026-01-15,06:48:00.120] [INFO] LocationSqlManager initialisation complete [2026-01-15,06:48:00.121] [DEBUG] UploadManager Init [2026-01-15,06:48:00.121] [DEBUG] UploadManager Init Complete [2026-01-15,06:48:00.124] [INFO] Initializing GPS... [2026-01-15,06:48:00.126] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,06:48:00.059] [INFO] Initializing BusSpeedStateManager V2 [2026-01-15,06:48:00.063] [INFO] LocationSqlManager initialising [2026-01-15,06:48:00.064] [INFO] Location DB initialising [2026-01-15,06:48:00.073] [INFO] LocationSqlManager initialisation complete [2026-01-15,06:48:00.074] [DEBUG] UploadManager Init [2026-01-15,06:48:00.074] [DEBUG] UploadManager Init Complete [2026-01-15,06:48:00.077] [INFO] Initializing GPS... [2026-01-15,06:48:00.079] [INFO] Starting location capture [2026-01-15,06:48:00.239] [INFO] Initializing BusSpeedStateManager V2 [2026-01-15,06:48:00.246] [INFO] LocationSqlManager initialising [2026-01-15,06:48:00.247] [INFO] Location DB initialising [2026-01-15,06:48:00.258] [INFO] LocationSqlManager initialisation complete [2026-01-15,06:48:00.259] [DEBUG] UploadManager Init [2026-01-15,06:48:00.260] [DEBUG] UploadManager Init Complete [2026-01-15,06:48:00.264] [INFO] Initializing GPS... [2026-01-15,06:48:00.267] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,06:52:48.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,13:35:02.448] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,13:35:04.241] [DEBUG] Remote Access Enabled [2026-01-15,13:35:06.018] [INFO] Server Address: 138.201.17.179 [2026-01-15,13:35:06.019] [INFO] Server Port: 7000 [2026-01-15,13:35:06.024] [DEBUG] Starting Remote Access! 2026-01-15 13:35:06.154 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-15 13:35:06.155 [I] [client/service.go:294] try to connect to server... 2026-01-15 13:35:07.694 [I] [client/service.go:286] [57056d68b50c9abc] login to server success, get run id [57056d68b50c9abc] 2026-01-15 13:35:07.696 [I] [proxy/proxy_manager.go:173] [57056d68b50c9abc] proxy added: [DNL01B4203] 2026-01-15 13:35:08.145 [I] [client/control.go:168] [57056d68b50c9abc] [DNL01B4203] start proxy success [2026-01-15,13:50:03.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,13:50:05.541] [DEBUG] 6 processes running of frp type [2026-01-15,14:05:03.011] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,14:05:05.885] [DEBUG] 6 processes running of frp type [2026-01-15,14:20:02.091] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,14:20:10.552] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,14:35:03.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,14:35:06.154] [DEBUG] 6 processes running of frp type [2026-01-15,14:50:02.805] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,14:50:05.122] [DEBUG] 6 processes running of frp type [2026-01-15,15:05:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,15:05:05.289] [DEBUG] 6 processes running of frp type [2026-01-15,15:20:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,15:20:05.378] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,15:35:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,15:35:04.951] [DEBUG] 6 processes running of frp type [2026-01-15,15:50:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,15:50:05.179] [DEBUG] 6 processes running of frp type [2026-01-15,16:05:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,16:05:05.286] [DEBUG] 6 processes running of frp type [2026-01-15,16:20:02.629] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,16:20:05.316] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,16:35:02.427] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,16:35:04.842] [DEBUG] 6 processes running of frp type [2026-01-15,16:50:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,16:50:19.318] [DEBUG] 6 processes running of frp type 2026-01-15 17:00:12.533 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:00:13.722 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-15 17:00:13.722 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:00:16.761 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-15 17:00:16.761 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:00:26.763 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-15 17:00:26.763 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:00:26.764 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:00:46.765 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:00:46.766 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:01:06.767 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:01:06.768 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:01:26.769 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:01:26.770 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:01:46.772 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:01:46.773 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:02:06.775 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:02:06.776 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:02:26.777 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:02:26.779 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:02:46.780 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:02:46.782 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:03:06.783 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:03:06.784 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:03:26.785 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:03:26.786 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:03:46.787 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:03:46.788 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:04:06.789 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:04:06.790 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:04:26.791 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:04:26.793 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:04:46.793 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:04:46.795 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:05:06.796 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:05:06.797 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:05:26.798 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:05:26.803 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:05:46.805 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:05:48.227 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-15 17:06:08.229 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:06:08.230 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:06:28.231 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:06:28.232 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:06:48.234 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:06:48.235 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:07:08.236 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:07:08.238 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:07:28.239 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:07:28.240 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:07:48.241 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:07:48.242 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:08:08.243 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:08:08.245 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:08:28.245 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:08:28.247 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:08:48.248 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:08:48.249 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:09:08.250 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:09:08.252 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:09:28.253 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:09:28.254 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:09:48.255 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:09:48.256 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:10:08.258 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:10:08.259 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:10:28.261 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:10:28.262 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:10:48.263 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:10:48.264 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:11:08.265 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:11:08.271 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:11:28.273 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:11:31.159 [I] [client/service.go:286] [57056d68b50c9abc] login to server success, get run id [57056d68b50c9abc] 2026-01-15 17:11:31.160 [I] [proxy/proxy_manager.go:173] [57056d68b50c9abc] proxy added: [DNL01B4203] 2026-01-15 17:11:33.399 [I] [client/control.go:168] [57056d68b50c9abc] [DNL01B4203] start proxy success 2026-01-15 17:12:38.999 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:12:39.000 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:12:41.048 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:12:41.049 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:12:45.356 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:12:45.357 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:12:54.058 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:12:54.060 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:13:12.792 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:13:12.793 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:13:32.794 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:13:32.795 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:13:52.796 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:13:52.797 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:14:12.798 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:14:12.800 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:14:32.801 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:14:32.802 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:14:52.804 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:14:52.805 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:15:12.806 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:15:12.807 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:15:32.808 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:15:32.810 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:15:52.811 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:15:52.812 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:16:12.813 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:16:12.814 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:16:32.815 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:16:32.817 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:16:52.817 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:16:52.819 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:17:12.820 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:17:12.821 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:17:32.823 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:17:32.827 [W] [client/service.go:297] [57056d68b50c9abc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-15 17:17:52.828 [I] [client/service.go:294] [57056d68b50c9abc] try to connect to server... 2026-01-15 17:17:54.115 [I] [client/service.go:286] [57056d68b50c9abc] login to server success, get run id [57056d68b50c9abc] 2026-01-15 17:17:54.117 [I] [proxy/proxy_manager.go:173] [57056d68b50c9abc] proxy added: [DNL01B4203] 2026-01-15 17:17:54.539 [I] [client/control.go:168] [57056d68b50c9abc] [DNL01B4203] start proxy success [2026-01-15,17:20:03.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,17:20:06.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-15,17:35:02.931] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,17:35:05.612] [DEBUG] 6 processes running of frp type [2026-01-15,17:50:02.424] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,17:50:04.744] [DEBUG] 6 processes running of frp type [2026-01-15,18:05:02.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,18:05:04.539] [DEBUG] 6 processes running of frp type [2026-01-15,18:20:02.980] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,18:20:05.766] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,18:35:02.948] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,18:35:05.651] [DEBUG] 6 processes running of frp type [2026-01-15,18:50:02.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,18:50:04.681] [DEBUG] 6 processes running of frp type [2026-01-15,19:05:03.116] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,19:05:05.967] [DEBUG] 6 processes running of frp type [2026-01-15,19:20:02.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,19:20:10.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-01-15,19:35:02.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,19:35:05.078] [DEBUG] 6 processes running of frp type [2026-01-15,19:50:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,19:50:04.525] [DEBUG] 6 processes running of frp type [2026-01-15,20:05:02.909] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,20:05:10.131] [DEBUG] 6 processes running of frp type [2026-01-15,20:20:02.453] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,20: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-01-15,20:30:40.764] [INFO] Initializing BusSpeedStateManager V2 [2026-01-15,20:30:40.769] [INFO] LocationSqlManager initialising [2026-01-15,20:30:40.770] [INFO] Location DB initialising [2026-01-15,20:30:40.780] [INFO] LocationSqlManager initialisation complete [2026-01-15,20:30:40.780] [DEBUG] UploadManager Init [2026-01-15,20:30:40.781] [DEBUG] UploadManager Init Complete [2026-01-15,20:30:40.783] [INFO] Initializing GPS... [2026-01-15,20:30:40.785] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,20:32:29.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,20:32:36.597] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-15,20:32:53.466] [DEBUG] Log Upload Complete! [2026-01-15,20:35:29.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,20:35:31.278] [DEBUG] Remote Access Enabled [2026-01-15,20:35:33.129] [INFO] Server Address: 138.201.17.179 [2026-01-15,20:35:33.130] [INFO] Server Port: 7000 [2026-01-15,20:35:33.139] [DEBUG] Starting Remote Access! 2026-01-15 20:35:33.290 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-15 20:35:33.290 [I] [client/service.go:294] try to connect to server... 2026-01-15 20:35:34.375 [I] [client/service.go:286] [fe7bf25535bae649] login to server success, get run id [fe7bf25535bae649] 2026-01-15 20:35:34.376 [I] [proxy/proxy_manager.go:173] [fe7bf25535bae649] proxy added: [DNL01B4203] 2026-01-15 20:35:34.708 [I] [client/control.go:168] [fe7bf25535bae649] [DNL01B4203] start proxy success 2026-01-15 20:42:35.776 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:42:47.061 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 20:42:47.061 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:42:57.063 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-15 20:42:57.064 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:43:08.494 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 20:43:08.495 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:43:26.093 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 20:43:26.094 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:43:45.618 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 20:43:45.619 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:44:01.633 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: i/o deadline reached 2026-01-15 20:44:21.635 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:44:31.637 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-15 20:44:51.639 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:44:53.001 [I] [client/service.go:286] [fe7bf25535bae649] login to server success, get run id [fe7bf25535bae649] 2026-01-15 20:44:53.003 [I] [proxy/proxy_manager.go:173] [fe7bf25535bae649] proxy added: [DNL01B4203] 2026-01-15 20:44:53.347 [I] [client/control.go:168] [fe7bf25535bae649] [DNL01B4203] start proxy success [2026-01-15,20:50:02.664] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,20:50:05.469] [DEBUG] 6 processes running of frp type 2026-01-15 20:53:17.998 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:53:35.961 [I] [client/service.go:286] [fe7bf25535bae649] login to server success, get run id [fe7bf25535bae649] 2026-01-15 20:53:35.963 [I] [proxy/proxy_manager.go:173] [fe7bf25535bae649] proxy added: [DNL01B4203] 2026-01-15 20:53:41.980 [I] [client/control.go:168] [fe7bf25535bae649] [DNL01B4203] start proxy success 2026-01-15 20:56:28.482 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:56:43.501 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 20:56:43.501 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:57:01.101 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 20:57:01.102 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:57:18.061 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 20:57:18.061 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:57:28.063 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-15 20:57:28.064 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:57:42.061 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 20:58:02.062 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:58:16.538 [I] [client/service.go:286] [fe7bf25535bae649] login to server success, get run id [fe7bf25535bae649] 2026-01-15 20:58:16.539 [I] [proxy/proxy_manager.go:173] [fe7bf25535bae649] proxy added: [DNL01B4203] 2026-01-15 20:58:34.822 [I] [client/control.go:168] [fe7bf25535bae649] [DNL01B4203] start proxy success 2026-01-15 20:58:43.102 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:58:49.868 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: read tcp 192.168.1.136:40052->138.201.17.179:7000: read: connection reset by peer 2026-01-15 20:58:49.869 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:59:08.141 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 20:59:08.141 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:59:18.143 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-15 20:59:18.144 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:59:22.228 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: session shutdown 2026-01-15 20:59:42.229 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 20:59:54.220 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 21:00:14.221 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 21:00:28.138 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 21:00:48.139 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 21:01:06.860 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 21:01:26.862 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 21:01:35.426 [I] [client/service.go:286] [fe7bf25535bae649] login to server success, get run id [fe7bf25535bae649] 2026-01-15 21:01:35.428 [I] [proxy/proxy_manager.go:173] [fe7bf25535bae649] proxy added: [DNL01B4203] 2026-01-15 21:01:38.726 [I] [client/control.go:168] [fe7bf25535bae649] [DNL01B4203] start proxy success [2026-01-15,21:05:06.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-15,21:20:03.178] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,21:20:24.270] [DEBUG] 6 processes running of frp type 2026-01-15 21:24:11.217 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 21:24:21.219 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-15 21:24:21.220 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 21:24:31.222 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-15 21:24:31.222 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 21:24:47.152 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: connection write timeout 2026-01-15 21:24:47.153 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 21:24:57.155 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-15 21:25:17.156 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 21:25:27.159 [W] [client/service.go:297] [fe7bf25535bae649] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-15 21:25:47.160 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 21:25:57.163 [W] [client/service.go:297] [fe7bf25535bae649] 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-15 21:26:17.164 [I] [client/service.go:294] [fe7bf25535bae649] try to connect to server... 2026-01-15 21:26:18.600 [I] [client/service.go:286] [fe7bf25535bae649] login to server success, get run id [fe7bf25535bae649] 2026-01-15 21:26:18.602 [I] [proxy/proxy_manager.go:173] [fe7bf25535bae649] proxy added: [DNL01B4203] 2026-01-15 21:26:18.967 [I] [client/control.go:168] [fe7bf25535bae649] [DNL01B4203] start proxy success [2026-01-15,21:35:01.980] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,21:35:04.345] [DEBUG] 6 processes running of frp type [2026-01-15,21:50:03.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,21:50:05.806] [DEBUG] 6 processes running of frp type [2026-01-15,22:05:02.258] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,22:05:04.202] [DEBUG] 6 processes running of frp type [2026-01-15,22:20:02.615] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,22:20:04.787] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,22:35:03.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,22:35:04.937] [DEBUG] 6 processes running of frp type [2026-01-15,22:50:02.750] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,22:50:05.530] [DEBUG] 6 processes running of frp type [2026-01-15,23:05:03.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,23:05:05.045] [DEBUG] 6 processes running of frp type [2026-01-15,23:20:02.424] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,23: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-01-15,23:35:02.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,23:35:04.596] [DEBUG] 6 processes running of frp type [2026-01-15,23:50:02.298] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-15,23:50:06.134] [DEBUG] 6 processes running of frp type [2026-01-16,00:05:02.479] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,00:05:04.397] [DEBUG] 6 processes running of frp type [2026-01-16,00:20:02.657] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,00: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-01-16,00:35:02.636] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,00:35:04.773] [DEBUG] 6 processes running of frp type [2026-01-16,00:50:02.335] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,00:50:04.504] [DEBUG] 6 processes running of frp type [2026-01-16,01:05:02.824] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,01:05:05.296] [DEBUG] 6 processes running of frp type [2026-01-16,01:20:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,01: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-01-16,01:35:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,01:35:04.467] [DEBUG] 6 processes running of frp type [2026-01-16,01:50:02.191] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,01:50:04.602] [DEBUG] 6 processes running of frp type [2026-01-16,02:05:03.325] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,02:05:05.714] [DEBUG] 6 processes running of frp type [2026-01-16,02:20:02.185] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,02: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-01-16,02:35:03.058] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,02:35:04.952] [DEBUG] 6 processes running of frp type [2026-01-16,02:50:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,02:50:05.365] [DEBUG] 6 processes running of frp type [2026-01-16,03:05:02.801] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,03:05:04.713] [DEBUG] 6 processes running of frp type [2026-01-16,03:20:01.905] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,03:20:03.948] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,03:35:03.075] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,03:35:05.157] [DEBUG] 6 processes running of frp type [2026-01-16,03:50:02.815] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,03:50:05.444] [DEBUG] 6 processes running of frp type [2026-01-16,04:05:02.854] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,04:05:05.135] [DEBUG] 6 processes running of frp type [2026-01-16,04:20:02.440] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,04: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-01-16,04:35:02.271] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,04:35:05.042] [DEBUG] 6 processes running of frp type [2026-01-16,04:50:02.656] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,04:50:05.474] [DEBUG] 6 processes running of frp type [2026-01-16,05:05:02.788] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,05:05:05.204] [DEBUG] 6 processes running of frp type [2026-01-16,05:20:02.589] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,05:20:04.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-16,05:35:02.451] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,05:35:05.594] [DEBUG] 6 processes running of frp type [2026-01-16,05:50:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,05:50:04.295] [DEBUG] 6 processes running of frp type [2026-01-16,06:05:02.760] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,06:05:05.612] [DEBUG] 6 processes running of frp type [2026-01-16,06:20:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,06: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' [2026-01-16,06:30:41.964] [INFO] Initializing BusSpeedStateManager V2 [2026-01-16,06:30:41.971] [INFO] LocationSqlManager initialising [2026-01-16,06:30:41.973] [INFO] Location DB initialising [2026-01-16,06:30:41.984] [INFO] LocationSqlManager initialisation complete [2026-01-16,06:30:41.985] [DEBUG] UploadManager Init [2026-01-16,06:30:41.986] [DEBUG] UploadManager Init Complete [2026-01-16,06:30:41.990] [INFO] Initializing GPS... [2026-01-16,06:30:41.994] [INFO] Starting location capture [2026-01-16,06:31:43.851] [INFO] Initializing BusSpeedStateManager V2 [2026-01-16,06:31:43.856] [INFO] LocationSqlManager initialising [2026-01-16,06:31:43.857] [INFO] Location DB initialising [2026-01-16,06:31:43.867] [INFO] LocationSqlManager initialisation complete [2026-01-16,06:31:43.867] [DEBUG] UploadManager Init [2026-01-16,06:31:43.867] [DEBUG] UploadManager Init Complete [2026-01-16,06:31:43.870] [INFO] Initializing GPS... [2026-01-16,06:31:43.872] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,06:33:31.975] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,06:33:34.078] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-16,06:33:45.884] [DEBUG] Log Upload Complete! [2026-01-16,06:36:32.148] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,06:36:33.978] [DEBUG] Remote Access Enabled [2026-01-16,06:36:35.522] [INFO] Server Address: 138.201.17.179 [2026-01-16,06:36:35.523] [INFO] Server Port: 7000 [2026-01-16,06:36:35.532] [DEBUG] Starting Remote Access! 2026-01-16 06:36:35.722 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-16 06:36:35.723 [I] [client/service.go:294] try to connect to server... 2026-01-16 06:36:36.777 [I] [client/service.go:286] [c28e21aa37ae082c] login to server success, get run id [c28e21aa37ae082c] 2026-01-16 06:36:36.778 [I] [proxy/proxy_manager.go:173] [c28e21aa37ae082c] proxy added: [DNL01B4203] 2026-01-16 06:36:37.094 [I] [client/control.go:168] [c28e21aa37ae082c] [DNL01B4203] start proxy success [2026-01-16,06:50:02.966] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,06:50:05.559] [DEBUG] 6 processes running of frp type [2026-01-16,07:05:02.993] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,07:05:05.074] [DEBUG] 6 processes running of frp type [2026-01-16,07:20:02.374] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,07: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' [2026-01-16,07:35:02.325] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,07:35:04.328] [DEBUG] 6 processes running of frp type [2026-01-16,07:50:03.066] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,07:50:05.116] [DEBUG] 6 processes running of frp type [2026-01-16,08:02:02.299] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,08:02:04.120] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-16,08:02:22.598] [DEBUG] Log Upload Complete! [2026-01-16,08:05:02.549] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,08:05:04.667] [DEBUG] 6 processes running of frp type [2026-01-16,08:20:02.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,08: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-01-16,08:35:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,08:35:05.052] [DEBUG] 6 processes running of frp type [2026-01-16,08:50:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,08:50:05.203] [DEBUG] 6 processes running of frp type [2026-01-16,09:05:02.401] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,09:05:04.352] [DEBUG] 6 processes running of frp type [2026-01-16,09:20:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,09: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-01-16,09:35:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,09:35:05.192] [DEBUG] 6 processes running of frp type [2026-01-16,09:50:03.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,09:50:05.617] [DEBUG] 6 processes running of frp type [2026-01-16,10:05:03.029] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,10:05:05.454] [DEBUG] 6 processes running of frp type [2026-01-16,10:20:02.875] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,10: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-01-16,10:35:02.574] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,10:35:05.338] [DEBUG] 6 processes running of frp type [2026-01-16,10:50:03.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,10:50:05.513] [DEBUG] 6 processes running of frp type [2026-01-16,11:05:02.856] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,11:05:05.450] [DEBUG] 6 processes running of frp type [2026-01-16,11:20:02.689] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,11:20:05.587] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,11:35:02.530] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,11:35:05.761] [DEBUG] 6 processes running of frp type [2026-01-16,11:50:02.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,11:50:05.107] [DEBUG] 6 processes running of frp type [2026-01-16,12:05:02.359] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,12:05:04.742] [DEBUG] 6 processes running of frp type [2026-01-16,12:20:02.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,12:20:04.249] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,12:35:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,12:35:05.435] [DEBUG] 6 processes running of frp type [2026-01-16,12:50:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,12:50:04.622] [DEBUG] 6 processes running of frp type [2026-01-16,13:05:03.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,13:05:06.098] [DEBUG] 6 processes running of frp type [2026-01-16,13:20:02.346] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,13:20:05.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-16,13:35:02.008] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,13:35:04.381] [DEBUG] 6 processes running of frp type [2026-01-16,13:50:03.114] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,13:50:05.512] [DEBUG] 6 processes running of frp type [2026-01-16,14:05:02.906] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,14:05:05.760] [DEBUG] 6 processes running of frp type [2026-01-16,14:20:01.982] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,14: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-16,14:35:02.481] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,14:35:05.415] [DEBUG] 6 processes running of frp type [2026-01-16,14:50:03.043] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,14:50:05.494] [DEBUG] 6 processes running of frp type [2026-01-16,15:05:02.881] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,15:05:05.053] [DEBUG] 6 processes running of frp type [2026-01-16,15:20:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,15:20:05.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-16,15:35:01.947] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,15:35:04.696] [DEBUG] 6 processes running of frp type [2026-01-16,15:50:02.514] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,15:50:15.452] [DEBUG] 6 processes running of frp type [2026-01-16,16:05:03.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,16:05:05.429] [DEBUG] 6 processes running of frp type [2026-01-16,16:20:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,16:20:05.935] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,16:35:02.554] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,16:35:05.015] [DEBUG] 6 processes running of frp type [2026-01-16,16:50:02.787] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,16:50:05.840] [DEBUG] 6 processes running of frp type 2026-01-16 17:00:18.991 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:00:18.992 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:00:21.046 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:00:21.047 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:00:25.212 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:00:25.213 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:00:34.168 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:00:34.170 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:00:52.855 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:00:52.856 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:01:12.857 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:01:12.859 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:01:32.860 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:01:32.862 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:01:52.863 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:01:52.865 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:02:12.866 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:02:12.867 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:02:32.869 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:02:32.870 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:02:52.870 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:02:52.871 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:03:12.873 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:03:12.874 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:03:32.875 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:03:32.876 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:03:52.878 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:03:52.880 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:04:12.881 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:04:12.882 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:04:32.883 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:04:32.885 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:04:52.886 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:04:52.888 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:05:12.888 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:05:12.889 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:05:32.890 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:05:32.896 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:05:52.897 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:05:54.661 [I] [client/service.go:286] [c28e21aa37ae082c] login to server success, get run id [c28e21aa37ae082c] 2026-01-16 17:05:54.663 [I] [proxy/proxy_manager.go:173] [c28e21aa37ae082c] proxy added: [DNL01B4203] 2026-01-16 17:05:55.937 [I] [client/control.go:168] [c28e21aa37ae082c] [DNL01B4203] start proxy success 2026-01-16 17:07:03.708 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:07:03.709 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:07:05.730 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:07:05.731 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:07:09.965 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:07:09.966 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:07:18.532 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:07:18.533 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:07:36.745 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:07:36.746 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:07:56.747 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:07:56.749 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:08:16.750 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:08:16.751 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:08:36.753 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:08:36.754 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:08:56.755 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:08:56.756 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:09:16.757 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:09:16.758 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:09:36.759 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:09:36.760 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:09:56.762 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:09:56.763 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:10:16.764 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:10:16.766 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:10:36.767 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:10:36.769 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:10:56.770 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:10:56.771 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:11:16.772 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:11:16.774 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:11:36.774 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:11:36.779 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:11:56.781 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:11:56.788 [W] [client/service.go:297] [c28e21aa37ae082c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-16 17:12:16.790 [I] [client/service.go:294] [c28e21aa37ae082c] try to connect to server... 2026-01-16 17:12:20.385 [I] [client/service.go:286] [c28e21aa37ae082c] login to server success, get run id [c28e21aa37ae082c] 2026-01-16 17:12:20.386 [I] [proxy/proxy_manager.go:173] [c28e21aa37ae082c] proxy added: [DNL01B4203] 2026-01-16 17:12:22.161 [I] [client/control.go:168] [c28e21aa37ae082c] [DNL01B4203] start proxy success [2026-01-16,17:20:02.145] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,17:20:04.578] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,17:35:03.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,17:35:05.475] [DEBUG] 6 processes running of frp type [2026-01-16,17:50:03.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,17:50:05.457] [DEBUG] 6 processes running of frp type [2026-01-16,18:05:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,18:05:05.395] [DEBUG] 6 processes running of frp type [2026-01-16,18:20:02.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,18: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-01-16,18:35:02.506] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,18:35:04.515] [DEBUG] 6 processes running of frp type [2026-01-16,18:50:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,18:50:09.860] [DEBUG] 6 processes running of frp type [2026-01-16,19:05:02.068] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,19:05:03.998] [DEBUG] 6 processes running of frp type [2026-01-16,19:20:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,19:20:05.161] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,19:35:03.032] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,19:35:05.482] [DEBUG] 6 processes running of frp type [2026-01-16,19:50:02.287] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,19:50:20.245] [DEBUG] 6 processes running of frp type [2026-01-16,20:05:02.742] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,20:05:05.290] [DEBUG] 6 processes running of frp type [2026-01-16,20:20:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,20:20:19.431] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,20:30:41.185] [INFO] Initializing BusSpeedStateManager V2 [2026-01-16,20:30:41.190] [INFO] LocationSqlManager initialising [2026-01-16,20:30:41.191] [INFO] Location DB initialising [2026-01-16,20:30:41.200] [INFO] LocationSqlManager initialisation complete [2026-01-16,20:30:41.201] [DEBUG] UploadManager Init [2026-01-16,20:30:41.201] [DEBUG] UploadManager Init Complete [2026-01-16,20:30:41.204] [INFO] Initializing GPS... [2026-01-16,20:30:41.206] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,20:32:29.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,20:32:31.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-01-16,20:32:49.912] [DEBUG] Log Upload Complete! [2026-01-16,20:35:29.671] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,20:35:31.419] [DEBUG] Remote Access Enabled [2026-01-16,20:35:33.476] [INFO] Server Address: 138.201.17.179 [2026-01-16,20:35:33.477] [INFO] Server Port: 7000 [2026-01-16,20:35:33.486] [DEBUG] Starting Remote Access! 2026-01-16 20:35:33.665 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-16 20:35:33.666 [I] [client/service.go:294] try to connect to server... 2026-01-16 20:35:45.671 [W] [client/service.go:297] connect to server error: i/o deadline reached 2026-01-16 20:35:45.672 [I] [sub/root.go:160] frpc service for config file [./frpc_copy.toml] stopped login to the server failed: i/o deadline reached. With loginFailExit enabled, no additional retries will be attempted [2026-01-16,20:35:45.683] [DEBUG] Remote Access Running [2026-01-16,20:50:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,20:50:10.468] [DEBUG] Remote Access Enabled [2026-01-16,20:50:12.221] [INFO] Server Address: 138.201.17.179 [2026-01-16,20:50:12.222] [INFO] Server Port: 7000 [2026-01-16,20:50:12.227] [DEBUG] Starting Remote Access! 2026-01-16 20:50:12.258 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-16 20:50:12.258 [I] [client/service.go:294] try to connect to server... 2026-01-16 20:50:13.619 [I] [client/service.go:286] [03f0a77a855bbbe6] login to server success, get run id [03f0a77a855bbbe6] 2026-01-16 20:50:13.621 [I] [proxy/proxy_manager.go:173] [03f0a77a855bbbe6] proxy added: [DNL01B4203] 2026-01-16 20:50:14.135 [I] [client/control.go:168] [03f0a77a855bbbe6] [DNL01B4203] start proxy success [2026-01-16,21:05:02.549] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,21:05:05.460] [DEBUG] 6 processes running of frp type [2026-01-16,21:20:02.690] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,21:20:05.000] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,21:35:02.715] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,21:35:04.860] [DEBUG] 6 processes running of frp type [2026-01-16,21:50:02.622] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,21:50:05.255] [DEBUG] 6 processes running of frp type [2026-01-16,22:05:02.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,22:05:10.408] [DEBUG] 6 processes running of frp type [2026-01-16,22:20:02.782] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,22:20:05.277] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,22:35:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,22:35:05.589] [DEBUG] 6 processes running of frp type [2026-01-16,22:50:02.191] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,22:50:05.202] [DEBUG] 6 processes running of frp type [2026-01-16,23:05:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,23:05:05.482] [DEBUG] 6 processes running of frp type [2026-01-16,23:20:02.809] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,23:20:05.378] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-16,23:35:02.666] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,23:35:05.539] [DEBUG] 6 processes running of frp type [2026-01-16,23:50:02.275] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-16,23:50:04.536] [DEBUG] 6 processes running of frp type [2026-01-17,00:05:02.983] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,00:05:05.209] [DEBUG] 6 processes running of frp type [2026-01-17,00:20:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,00: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' [2026-01-17,00:35:02.242] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,00:35:04.465] [DEBUG] 6 processes running of frp type [2026-01-17,00:50:02.269] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,00:50:04.535] [DEBUG] 6 processes running of frp type [2026-01-17,01:05:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,01:05:05.265] [DEBUG] 6 processes running of frp type [2026-01-17,01:20:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,01: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-01-17,01:35:02.342] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,01:35:04.584] [DEBUG] 6 processes running of frp type [2026-01-17,01:50:02.205] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,01:50:04.808] [DEBUG] 6 processes running of frp type [2026-01-17,02:05:02.219] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,02:05:04.064] [DEBUG] 6 processes running of frp type [2026-01-17,02:20:02.400] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,02:20:04.725] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,02:35:03.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,02:35:05.737] [DEBUG] 6 processes running of frp type [2026-01-17,02:50:02.474] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,02:50:04.781] [DEBUG] 6 processes running of frp type [2026-01-17,03:05:02.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,03:05:04.464] [DEBUG] 6 processes running of frp type [2026-01-17,03:20:02.951] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,03:20:05.522] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,03:35:02.647] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,03:35:05.334] [DEBUG] 6 processes running of frp type [2026-01-17,03:50:03.159] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,03:50:05.712] [DEBUG] 6 processes running of frp type [2026-01-17,04:05:07.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,04:05:09.548] [DEBUG] 6 processes running of frp type [2026-01-17,04:20:03.027] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,04:20:05.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-01-17,04:35:02.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,04:35:04.639] [DEBUG] 6 processes running of frp type [2026-01-17,04:50:02.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,04:50:04.660] [DEBUG] 6 processes running of frp type [2026-01-17,05:05:02.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,05:05:03.967] [DEBUG] 6 processes running of frp type [2026-01-17,05:20:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,05: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-17,05:35:02.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,05:35:04.579] [DEBUG] 6 processes running of frp type [2026-01-17,05:50:02.309] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,05:50:04.724] [DEBUG] 6 processes running of frp type [2026-01-17,06:05:02.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,06:05:04.785] [DEBUG] 6 processes running of frp type [2026-01-17,06:20:02.242] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,06:20:05.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-17,06:30:42.296] [INFO] Initializing BusSpeedStateManager V2 [2026-01-17,06:30:42.301] [INFO] LocationSqlManager initialising [2026-01-17,06:30:42.302] [INFO] Location DB initialising [2026-01-17,06:30:42.311] [INFO] LocationSqlManager initialisation complete [2026-01-17,06:30:42.312] [DEBUG] UploadManager Init [2026-01-17,06:30:42.312] [DEBUG] UploadManager Init Complete [2026-01-17,06:30:42.315] [INFO] Initializing GPS... [2026-01-17,06:30:42.317] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,06:32:30.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,06:32:32.113] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-17,06:32:42.546] [DEBUG] Log Upload Complete! [2026-01-17,06:35:30.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,06:35:32.120] [DEBUG] Remote Access Enabled [2026-01-17,06:35:33.874] [INFO] Server Address: 138.201.17.179 [2026-01-17,06:35:33.875] [INFO] Server Port: 7000 [2026-01-17,06:35:33.887] [DEBUG] Starting Remote Access! 2026-01-17 06:35:34.034 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-17 06:35:34.035 [I] [client/service.go:294] try to connect to server... 2026-01-17 06:35:35.137 [I] [client/service.go:286] [a1b4f8a21f4a207a] login to server success, get run id [a1b4f8a21f4a207a] 2026-01-17 06:35:35.138 [I] [proxy/proxy_manager.go:173] [a1b4f8a21f4a207a] proxy added: [DNL01B4203] 2026-01-17 06:35:35.538 [I] [client/control.go:168] [a1b4f8a21f4a207a] [DNL01B4203] start proxy success [2026-01-17,06:50:02.072] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,06:50:04.323] [DEBUG] 6 processes running of frp type [2026-01-17,07:05:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,07:05:04.800] [DEBUG] 6 processes running of frp type [2026-01-17,07:20:02.206] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,07: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-01-17,07:35:02.870] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,07:35:05.240] [DEBUG] 6 processes running of frp type [2026-01-17,07:50:03.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,07:50:05.761] [DEBUG] 6 processes running of frp type [2026-01-17,08:02:02.032] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,08:02:04.620] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-17,08:02:14.869] [DEBUG] Log Upload Complete! [2026-01-17,08:05:01.991] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,08:05:04.280] [DEBUG] 6 processes running of frp type [2026-01-17,08:20:02.498] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,08: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-01-17,08:35:03.181] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,08:35:05.190] [DEBUG] 6 processes running of frp type [2026-01-17,08:50:03.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,08:50:05.394] [DEBUG] 6 processes running of frp type [2026-01-17,09:05:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,09:05:05.542] [DEBUG] 6 processes running of frp type [2026-01-17,09:20:03.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,09:20:05.599] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,09:35:02.379] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,09:35:05.540] [DEBUG] 6 processes running of frp type [2026-01-17,09:50:02.190] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,09:50:04.333] [DEBUG] 6 processes running of frp type [2026-01-17,10:05:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,10:05:04.953] [DEBUG] 6 processes running of frp type [2026-01-17,10:20:02.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,10: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-01-17,10:35:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,10:35:04.814] [DEBUG] 6 processes running of frp type [2026-01-17,10:50:02.607] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,10:50:10.848] [DEBUG] 6 processes running of frp type [2026-01-17,11:05:02.304] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,11:05:04.528] [DEBUG] 6 processes running of frp type [2026-01-17,11:20:02.767] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,11: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-17,11:35:02.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,11:35:05.271] [DEBUG] 6 processes running of frp type [2026-01-17,11:50:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,11:50:05.693] [DEBUG] 6 processes running of frp type [2026-01-17,12:05:03.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,12:05:05.803] [DEBUG] 6 processes running of frp type [2026-01-17,12:20:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,12: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-01-17,12:35:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,12:35:05.162] [DEBUG] 6 processes running of frp type [2026-01-17,12:50:02.949] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,12:50:05.401] [DEBUG] 6 processes running of frp type [2026-01-17,13:05:02.834] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,13:05:05.142] [DEBUG] 6 processes running of frp type [2026-01-17,13:20:02.597] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,13:20:05.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-17,13:35:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,13:35:05.261] [DEBUG] 6 processes running of frp type [2026-01-17,13:50:02.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,13:50:05.419] [DEBUG] 6 processes running of frp type [2026-01-17,14:05:02.968] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,14:05:05.170] [DEBUG] 6 processes running of frp type [2026-01-17,14:20:02.460] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,14:20:15.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-17,14:35:03.167] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,14:35:05.597] [DEBUG] 6 processes running of frp type [2026-01-17,14:50:02.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,14:50:04.326] [DEBUG] 6 processes running of frp type [2026-01-17,15:05:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,15:05:05.447] [DEBUG] 6 processes running of frp type [2026-01-17,15:20:02.803] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,15: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-01-17,15:35:02.636] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,15:35:05.236] [DEBUG] 6 processes running of frp type [2026-01-17,15:50:03.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,15:50:05.105] [DEBUG] 6 processes running of frp type [2026-01-17,16:05:02.718] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,16:05:11.311] [DEBUG] 6 processes running of frp type [2026-01-17,16:20:02.754] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,16:20:05.783] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,16:35:02.579] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,16:35:05.740] [DEBUG] 6 processes running of frp type [2026-01-17,16:50:02.445] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,16:50:10.205] [DEBUG] 6 processes running of frp type 2026-01-17 17:00:16.578 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:00:26.581 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 17:00:26.581 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:00:26.582 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:00:30.630 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:00:30.632 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:00:39.499 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:00:39.501 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:00:57.465 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:00:57.466 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:01:17.467 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:01:17.469 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:01:37.470 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:01:37.471 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:01:57.472 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:01:57.474 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:02:17.475 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:02:17.477 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:02:37.477 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:02:37.479 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:02:57.480 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:02:57.481 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:03:17.483 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:03:17.484 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:03:37.485 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:03:37.487 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:03:57.488 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:03:57.489 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:04:17.490 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:04:17.492 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:04:37.493 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:04:37.494 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:04:57.495 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:04:57.496 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:05:17.498 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:05:17.501 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:05:37.503 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:05:37.508 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:05:57.509 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:05:58.742 [I] [client/service.go:286] [a1b4f8a21f4a207a] login to server success, get run id [a1b4f8a21f4a207a] 2026-01-17 17:05:58.744 [I] [proxy/proxy_manager.go:173] [a1b4f8a21f4a207a] proxy added: [DNL01B4203] 2026-01-17 17:05:59.072 [I] [client/control.go:168] [a1b4f8a21f4a207a] [DNL01B4203] start proxy success 2026-01-17 17:06:37.849 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:06:37.850 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:06:39.854 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:06:39.856 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:06:44.117 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:06:44.118 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:06:53.025 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:06:53.026 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:07:12.593 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:07:12.595 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:07:32.597 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:07:32.598 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:07:52.600 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:07:52.601 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:08:12.602 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:08:12.604 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:08:32.605 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:08:32.607 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:08:52.608 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:08:52.609 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:09:12.610 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:09:12.612 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:09:32.612 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:09:32.614 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:09:52.615 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:09:52.617 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:10:12.618 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:10:12.620 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:10:32.621 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:10:32.623 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:10:52.623 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:10:52.625 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:11:12.626 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:11:12.628 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:11:32.629 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:11:32.635 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:11:52.637 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:11:52.642 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-17 17:12:12.643 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:12:15.433 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-17 17:12:35.434 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:12:35.436 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:12:55.437 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:12:55.438 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:13:15.439 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:13:15.440 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:13:35.442 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:13:35.443 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:13:55.445 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:13:55.446 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:14:15.446 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:14:15.448 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:14:35.449 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:14:35.451 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:14:55.452 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:14:55.453 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:15:15.455 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:15:15.456 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:15:35.458 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:15:35.459 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:15:55.460 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:15:55.462 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:16:15.463 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:16:15.465 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:16:35.466 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:16:35.467 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:16:55.468 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:16:55.469 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:17:15.471 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:17:15.472 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:17:35.473 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:17:35.478 [W] [client/service.go:297] [a1b4f8a21f4a207a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-17 17:17:55.480 [I] [client/service.go:294] [a1b4f8a21f4a207a] try to connect to server... 2026-01-17 17:17:56.803 [I] [client/service.go:286] [a1b4f8a21f4a207a] login to server success, get run id [a1b4f8a21f4a207a] 2026-01-17 17:17:56.804 [I] [proxy/proxy_manager.go:173] [a1b4f8a21f4a207a] proxy added: [DNL01B4203] 2026-01-17 17:17:57.759 [I] [client/control.go:168] [a1b4f8a21f4a207a] [DNL01B4203] start proxy success [2026-01-17,17:20:02.925] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,17: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-01-17,17:35:02.858] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,17:35:05.191] [DEBUG] 6 processes running of frp type [2026-01-17,17:50:03.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,17:50:06.116] [DEBUG] 6 processes running of frp type [2026-01-17,18:05:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,18:05:05.640] [DEBUG] 6 processes running of frp type [2026-01-17,18:20:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,18: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-01-17,18:35:03.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,18:35:05.214] [DEBUG] 6 processes running of frp type [2026-01-17,18:50:02.793] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,18:50:04.736] [DEBUG] 6 processes running of frp type [2026-01-17,19:05:02.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,19:05:04.828] [DEBUG] 6 processes running of frp type [2026-01-17,19:20:02.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,19: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-17,19:35:02.900] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,19:35:05.221] [DEBUG] 6 processes running of frp type [2026-01-17,19:50:02.899] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,19:50:15.304] [DEBUG] 6 processes running of frp type [2026-01-17,20:05:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,20:05:04.777] [DEBUG] 6 processes running of frp type [2026-01-17,20:20:02.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,20:20:04.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-17,20:30:41.153] [INFO] Initializing BusSpeedStateManager V2 [2026-01-17,20:30:41.158] [INFO] LocationSqlManager initialising [2026-01-17,20:30:41.159] [INFO] Location DB initialising [2026-01-17,20:30:41.168] [INFO] LocationSqlManager initialisation complete [2026-01-17,20:30:41.169] [DEBUG] UploadManager Init [2026-01-17,20:30:41.169] [DEBUG] UploadManager Init Complete [2026-01-17,20:30:41.172] [INFO] Initializing GPS... [2026-01-17,20:30:41.173] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,20:32:29.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,20:32:31.755] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-17,20:32:42.658] [DEBUG] Log Upload Complete! [2026-01-17,20:35:30.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,20:35:35.281] [DEBUG] Remote Access Enabled [2026-01-17,20:35:37.467] [INFO] Server Address: 138.201.17.179 [2026-01-17,20:35:37.468] [INFO] Server Port: 7000 [2026-01-17,20:35:37.473] [DEBUG] Starting Remote Access! 2026-01-17 20:35:37.605 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-17 20:35:37.606 [I] [client/service.go:294] try to connect to server... 2026-01-17 20:35:42.228 [I] [client/service.go:286] [774430fa9682cfbf] login to server success, get run id [774430fa9682cfbf] 2026-01-17 20:35:42.230 [I] [proxy/proxy_manager.go:173] [774430fa9682cfbf] proxy added: [DNL01B4203] 2026-01-17 20:35:42.594 [I] [client/control.go:168] [774430fa9682cfbf] [DNL01B4203] start proxy success 2026-01-17 20:37:22.073 [I] [client/service.go:294] [774430fa9682cfbf] try to connect to server... 2026-01-17 20:37:26.111 [I] [client/service.go:286] [774430fa9682cfbf] login to server success, get run id [774430fa9682cfbf] 2026-01-17 20:37:26.111 [I] [proxy/proxy_manager.go:173] [774430fa9682cfbf] proxy added: [DNL01B4203] 2026-01-17 20:37:26.716 [I] [client/control.go:168] [774430fa9682cfbf] [DNL01B4203] start proxy success [2026-01-17,20:50:02.647] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,20:50:04.552] [DEBUG] 6 processes running of frp type [2026-01-17,21:05:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,21:05:10.693] [DEBUG] 6 processes running of frp type [2026-01-17,21:20:02.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,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-01-17,21:35:02.737] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,21:35:05.064] [DEBUG] 6 processes running of frp type [2026-01-17,21:50:02.857] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,21:50:05.360] [DEBUG] 6 processes running of frp type [2026-01-17,22:05:02.940] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,22:05:16.413] [DEBUG] 6 processes running of frp type [2026-01-17,22:20:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,22:20:05.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-17,22:35:02.582] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,22:35:05.470] [DEBUG] 6 processes running of frp type [2026-01-17,22:50:02.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,22:50:09.835] [DEBUG] 6 processes running of frp type [2026-01-17,23:05:02.351] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,23:05:04.532] [DEBUG] 6 processes running of frp type [2026-01-17,23:20:02.863] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,23: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-01-17,23:35:02.713] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,23:35:04.846] [DEBUG] 6 processes running of frp type [2026-01-17,23:50:02.590] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-17,23:50:05.055] [DEBUG] 6 processes running of frp type [2026-01-18,00:05:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,00:05:04.671] [DEBUG] 6 processes running of frp type [2026-01-18,00:20:01.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,00:20:05.402] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,00:35:02.682] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,00:35:05.225] [DEBUG] 6 processes running of frp type [2026-01-18,00:50:02.900] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,00:50:05.358] [DEBUG] 6 processes running of frp type [2026-01-18,01:05:02.888] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,01:05:05.190] [DEBUG] 6 processes running of frp type [2026-01-18,01:20:02.494] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,01: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-01-18,01:35:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,01:35:04.888] [DEBUG] 6 processes running of frp type [2026-01-18,01:50:02.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,01:50:05.568] [DEBUG] 6 processes running of frp type [2026-01-18,02:05:03.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,02:05:05.509] [DEBUG] 6 processes running of frp type [2026-01-18,02:20:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,02: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-01-18,02:35:02.685] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,02:35:05.346] [DEBUG] 6 processes running of frp type [2026-01-18,02:50:03.065] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,02:50:05.445] [DEBUG] 6 processes running of frp type [2026-01-18,03:05:03.049] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,03:05:06.621] [DEBUG] 6 processes running of frp type [2026-01-18,03:20:03.130] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,03: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' [2026-01-18,03:35:02.760] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,03:35:04.860] [DEBUG] 6 processes running of frp type [2026-01-18,03:50:02.529] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,03:50:04.949] [DEBUG] 6 processes running of frp type [2026-01-18,04:05:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,04:05:04.548] [DEBUG] 6 processes running of frp type [2026-01-18,04:20:02.762] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,04: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-01-18,04:35:02.693] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,04:35:04.825] [DEBUG] 6 processes running of frp type [2026-01-18,04:50:02.546] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,04:50:05.364] [DEBUG] 6 processes running of frp type [2026-01-18,05:05:02.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,05:05:05.112] [DEBUG] 6 processes running of frp type [2026-01-18,05:20:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,05:20:04.990] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,05:35:02.216] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,05:35:04.140] [DEBUG] 6 processes running of frp type [2026-01-18,05:50:02.838] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,05:50:04.886] [DEBUG] 6 processes running of frp type [2026-01-18,06:05:02.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,06:05:04.726] [DEBUG] 6 processes running of frp type [2026-01-18,06:20:03.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,06: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-01-18,06:30:41.963] [INFO] Initializing BusSpeedStateManager V2 [2026-01-18,06:30:41.968] [INFO] LocationSqlManager initialising [2026-01-18,06:30:41.969] [INFO] Location DB initialising [2026-01-18,06:30:41.978] [INFO] LocationSqlManager initialisation complete [2026-01-18,06:30:41.979] [DEBUG] UploadManager Init [2026-01-18,06:30:41.979] [DEBUG] UploadManager Init Complete [2026-01-18,06:30:41.982] [INFO] Initializing GPS... [2026-01-18,06:30:41.983] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,06:32:29.737] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,06:32:31.938] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-18,06:32:48.601] [DEBUG] Log Upload Complete! [2026-01-18,06:35:29.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,06:35:31.535] [DEBUG] Remote Access Enabled [2026-01-18,06:35:33.061] [INFO] Server Address: 138.201.17.179 [2026-01-18,06:35:33.062] [INFO] Server Port: 7000 [2026-01-18,06:35:33.071] [DEBUG] Starting Remote Access! 2026-01-18 06:35:33.263 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-18 06:35:33.264 [I] [client/service.go:294] try to connect to server... 2026-01-18 06:35:34.326 [I] [client/service.go:286] [c5099c3ff0fbfbee] login to server success, get run id [c5099c3ff0fbfbee] 2026-01-18 06:35:34.327 [I] [proxy/proxy_manager.go:173] [c5099c3ff0fbfbee] proxy added: [DNL01B4203] 2026-01-18 06:35:34.693 [I] [client/control.go:168] [c5099c3ff0fbfbee] [DNL01B4203] start proxy success [2026-01-18,06:50:02.496] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,06:50:05.244] [DEBUG] 6 processes running of frp type [2026-01-18,07:05:02.568] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,07:05:05.335] [DEBUG] 6 processes running of frp type [2026-01-18,07:20:02.690] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,07: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-01-18,07:35:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,07:35:04.786] [DEBUG] 6 processes running of frp type [2026-01-18,07:50:02.515] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,07:50:04.856] [DEBUG] 6 processes running of frp type [2026-01-18,08:02:02.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,08:02:04.529] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-18,08:02:21.418] [DEBUG] Log Upload Complete! [2026-01-18,08:05:02.373] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,08:05:04.871] [DEBUG] 6 processes running of frp type [2026-01-18,08:20:01.996] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,08: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-01-18,08:35:02.935] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,08:35:05.395] [DEBUG] 6 processes running of frp type [2026-01-18,08:50:03.067] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,08:50:05.524] [DEBUG] 6 processes running of frp type [2026-01-18,09:05:02.871] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,09:05:05.068] [DEBUG] 6 processes running of frp type [2026-01-18,09:20:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,09: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-01-18,09:35:02.326] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,09:35:05.015] [DEBUG] 6 processes running of frp type [2026-01-18,09:27:53.186] [INFO] Initializing BusSpeedStateManager V2 [2026-01-18,09:27:53.194] [INFO] LocationSqlManager initialising [2026-01-18,09:27:53.195] [INFO] Location DB initialising [2026-01-18,09:27:53.206] [INFO] LocationSqlManager initialisation complete [2026-01-18,09:27:53.207] [DEBUG] UploadManager Init [2026-01-18,09:27:53.208] [DEBUG] UploadManager Init Complete [2026-01-18,09:27:53.212] [INFO] Initializing GPS... [2026-01-18,09:27:53.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' [2026-01-18,09:32:42.468] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-18,14:15:04.691] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,14:15:07.067] [DEBUG] Remote Access Enabled [2026-01-18,14:15:09.257] [INFO] Server Address: 138.201.17.179 [2026-01-18,14:15:09.258] [INFO] Server Port: 7000 [2026-01-18,14:15:09.269] [DEBUG] Starting Remote Access! 2026-01-18 14:15:09.417 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-18 14:15:09.417 [I] [client/service.go:294] try to connect to server... 2026-01-18 14:15:10.834 [I] [client/service.go:286] [5d795b3591937441] login to server success, get run id [5d795b3591937441] 2026-01-18 14:15:10.835 [I] [proxy/proxy_manager.go:173] [5d795b3591937441] proxy added: [DNL01B4203] 2026-01-18 14:15:11.474 [I] [client/control.go:168] [5d795b3591937441] [DNL01B4203] start proxy success [2026-01-18,14:20:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,14:20:04.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-01-18,14:35:03.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,14:35:05.418] [DEBUG] 6 processes running of frp type [2026-01-18,14:50:02.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,14:50:04.671] [DEBUG] 6 processes running of frp type [2026-01-18,15:05:03.173] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,15:05:05.534] [DEBUG] 6 processes running of frp type [2026-01-18,15:20:02.937] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,15: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-01-18,15:35:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,15:35:05.631] [DEBUG] 6 processes running of frp type [2026-01-18,15:50:02.245] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,15:50:04.734] [DEBUG] 6 processes running of frp type [2026-01-18,16:05:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,16:05:05.004] [DEBUG] 6 processes running of frp type [2026-01-18,16:20:02.166] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,16: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' [2026-01-18,16:35:02.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,16:35:04.563] [DEBUG] 6 processes running of frp type [2026-01-18,16:50:03.038] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,16:50:05.811] [DEBUG] 6 processes running of frp type 2026-01-18 17:00:21.023 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:00:21.025 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:00:23.138 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:00:23.139 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:00:27.469 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:00:27.469 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:00:36.475 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:00:36.477 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:00:54.830 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:00:54.832 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:01:14.833 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:01:14.834 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:01:34.835 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:01:34.836 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:01:54.837 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:01:54.838 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:02:14.840 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:02:14.841 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:02:34.842 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:02:34.843 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:02:54.844 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:02:54.846 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:03:14.847 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:03:14.848 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:03:34.849 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:03:34.850 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:03:54.850 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:03:54.852 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:04:14.852 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:04:14.854 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:04:34.855 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:04:34.857 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:04:54.858 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:04:54.859 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:05:14.860 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:05:14.864 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:05:34.865 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:05:34.872 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:05:54.873 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:05:56.380 [I] [client/service.go:286] [5d795b3591937441] login to server success, get run id [5d795b3591937441] 2026-01-18 17:05:56.382 [I] [proxy/proxy_manager.go:173] [5d795b3591937441] proxy added: [DNL01B4203] 2026-01-18 17:05:57.568 [I] [client/control.go:168] [5d795b3591937441] [DNL01B4203] start proxy success 2026-01-18 17:07:05.660 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:07:05.661 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:07:07.785 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:07:07.786 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:07:12.443 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:07:12.445 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:07:22.163 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:07:22.164 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:07:42.141 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:07:42.142 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:08:02.143 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:08:02.144 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:08:22.144 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:08:22.146 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:08:42.147 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:08:42.148 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:09:02.150 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:09:02.151 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:09:22.151 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:09:22.153 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:09:42.153 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:09:42.155 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:10:02.156 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:10:02.157 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:10:22.157 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:10:22.159 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:10:42.160 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:10:42.161 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:11:02.162 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:11:02.163 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:11:22.164 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:11:22.166 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:11:42.167 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:11:42.168 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:12:02.169 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:12:02.172 [W] [client/service.go:297] [5d795b3591937441] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:12:22.173 [I] [client/service.go:294] [5d795b3591937441] try to connect to server... 2026-01-18 17:12:23.633 [I] [client/service.go:286] [5d795b3591937441] login to server success, get run id [5d795b3591937441] 2026-01-18 17:12:23.634 [I] [proxy/proxy_manager.go:173] [5d795b3591937441] proxy added: [DNL01B4203] 2026-01-18 17:12:25.024 [I] [client/control.go:168] [5d795b3591937441] [DNL01B4203] start proxy success [2026-01-18,17:20:02.522] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,17: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-18,17:05:54.139] [INFO] Initializing BusSpeedStateManager V2 [2026-01-18,17:05:54.146] [INFO] LocationSqlManager initialising [2026-01-18,17:05:54.147] [INFO] Location DB initialising [2026-01-18,17:05:54.158] [INFO] LocationSqlManager initialisation complete [2026-01-18,17:05:54.159] [DEBUG] UploadManager Init [2026-01-18,17:05:54.159] [DEBUG] UploadManager Init Complete [2026-01-18,17:05:54.164] [INFO] Initializing GPS... [2026-01-18,17:05:54.167] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:10:42.861] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-18,18:35:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,18:35:04.768] [DEBUG] Remote Access Enabled [2026-01-18,18:35:06.259] [INFO] Server Address: 138.201.17.179 [2026-01-18,18:35:06.260] [INFO] Server Port: 7000 [2026-01-18,18:35:06.265] [DEBUG] Starting Remote Access! 2026-01-18 18:35:06.398 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-18 18:35:06.399 [I] [client/service.go:294] try to connect to server... 2026-01-18 18:35:07.830 [I] [client/service.go:286] [efc8324d269845c7] login to server success, get run id [efc8324d269845c7] 2026-01-18 18:35:07.832 [I] [proxy/proxy_manager.go:173] [efc8324d269845c7] proxy added: [DNL01B4203] 2026-01-18 18:35:08.491 [I] [client/control.go:168] [efc8324d269845c7] [DNL01B4203] start proxy success [2026-01-18,18:50:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,18:50:04.859] [DEBUG] 6 processes running of frp type [2026-01-18,19:05:02.333] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,19:05:05.127] [DEBUG] 6 processes running of frp type [2026-01-18,19:20:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,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-01-18,19:35:02.276] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,19:35:04.802] [DEBUG] 6 processes running of frp type [2026-01-18,19:50:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,19:50:19.951] [DEBUG] 6 processes running of frp type [2026-01-18,20:05:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,20:05:04.771] [DEBUG] 6 processes running of frp type [2026-01-18,20:20:02.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,20: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-18,20:30:41.912] [INFO] Initializing BusSpeedStateManager V2 [2026-01-18,20:30:41.919] [INFO] LocationSqlManager initialising [2026-01-18,20:30:41.920] [INFO] Location DB initialising [2026-01-18,20:30:41.931] [INFO] LocationSqlManager initialisation complete [2026-01-18,20:30:41.932] [DEBUG] UploadManager Init [2026-01-18,20:30:41.933] [DEBUG] UploadManager Init Complete [2026-01-18,20:30:41.937] [INFO] Initializing GPS... [2026-01-18,20:30:41.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-01-18,20:32:29.521] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,20:32:31.726] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:32:58.009] [DEBUG] Log Upload Complete! [2026-01-18,20:35:29.715] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,20:35:31.890] [DEBUG] Remote Access Enabled [2026-01-18,20:35:33.703] [INFO] Server Address: 138.201.17.179 [2026-01-18,20:35:33.704] [INFO] Server Port: 7000 [2026-01-18,20:35:33.716] [DEBUG] Starting Remote Access! 2026-01-18 20:35:33.930 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-18 20:35:33.931 [I] [client/service.go:294] try to connect to server... 2026-01-18 20:35:35.059 [I] [client/service.go:286] [8ec0552324670197] login to server success, get run id [8ec0552324670197] 2026-01-18 20:35:35.060 [I] [proxy/proxy_manager.go:173] [8ec0552324670197] proxy added: [DNL01B4203] 2026-01-18 20:35:35.695 [I] [client/control.go:168] [8ec0552324670197] [DNL01B4203] start proxy success [2026-01-18,20:50:02.060] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,20:50:04.375] [DEBUG] 6 processes running of frp type [2026-01-18,21:05:02.834] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,21:05:05.185] [DEBUG] 6 processes running of frp type [2026-01-18,21:20:02.406] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,21: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-18,21:35:02.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,21:35:04.461] [DEBUG] 6 processes running of frp type [2026-01-18,21:50:02.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,21:50:04.492] [DEBUG] 6 processes running of frp type 2026-01-18 21:57:31.381 [I] [client/service.go:294] [8ec0552324670197] try to connect to server... 2026-01-18 21:57:40.336 [I] [client/service.go:286] [8ec0552324670197] login to server success, get run id [8ec0552324670197] 2026-01-18 21:57:40.337 [I] [proxy/proxy_manager.go:173] [8ec0552324670197] proxy added: [DNL01B4203] 2026-01-18 21:57:40.672 [I] [client/control.go:168] [8ec0552324670197] [DNL01B4203] start proxy success [2026-01-18,22:05:02.744] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,22:05:05.489] [DEBUG] 6 processes running of frp type [2026-01-18,22:20:05.915] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,22:20:08.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-01-18,22:35:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,22:35:13.087] [DEBUG] 6 processes running of frp type [2026-01-18,22:50:02.702] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,22:50:04.862] [DEBUG] 6 processes running of frp type [2026-01-18,23:05:02.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,23:05:05.269] [DEBUG] 6 processes running of frp type [2026-01-18,23:20:02.632] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,23: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-01-18,23:35:02.530] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,23:35:04.460] [DEBUG] 6 processes running of frp type [2026-01-18,23:50:01.966] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-18,23:50:04.114] [DEBUG] 6 processes running of frp type [2026-01-19,00:05:02.586] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,00:05:04.846] [DEBUG] 6 processes running of frp type [2026-01-19,00:20:02.008] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,00: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-01-19,00:35:02.876] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,00:35:04.735] [DEBUG] 6 processes running of frp type [2026-01-19,00:50:02.484] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,00:50:04.961] [DEBUG] 6 processes running of frp type [2026-01-19,01:05:02.275] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,01:05:04.237] [DEBUG] 6 processes running of frp type [2026-01-19,01:20:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,01:20:04.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.268] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,01:35:04.359] [DEBUG] 6 processes running of frp type [2026-01-19,01:50:01.982] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,01:50:04.381] [DEBUG] 6 processes running of frp type [2026-01-19,02:05:02.627] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,02:05:05.084] [DEBUG] 6 processes running of frp type [2026-01-19,02:20:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,02:20:04.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-19,02:35:02.345] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,02:35:04.471] [DEBUG] 6 processes running of frp type [2026-01-19,02:50:01.993] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,02:50:04.035] [DEBUG] 6 processes running of frp type [2026-01-19,03:05:02.505] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,03:05:04.559] [DEBUG] 6 processes running of frp type [2026-01-19,03:20:02.943] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,03:20:05.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-19,03:35:02.940] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,03:35:05.545] [DEBUG] 6 processes running of frp type [2026-01-19,03:50:02.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,03:50:04.410] [DEBUG] 6 processes running of frp type [2026-01-19,04:05:02.754] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,04:05:05.245] [DEBUG] 6 processes running of frp type [2026-01-19,04:20:02.491] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,04: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-01-19,04:35:02.328] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,04:35:05.111] [DEBUG] 6 processes running of frp type [2026-01-19,04:50:02.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,04:50:05.309] [DEBUG] 6 processes running of frp type [2026-01-19,05:05:02.657] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,05:05:04.745] [DEBUG] 6 processes running of frp type [2026-01-19,05:20:02.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,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-01-19,05:35:02.952] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,05:35:05.664] [DEBUG] 6 processes running of frp type [2026-01-19,05:50:02.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,05:50:05.361] [DEBUG] 6 processes running of frp type [2026-01-19,06:05:02.765] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,06:05:05.082] [DEBUG] 6 processes running of frp type [2026-01-19,06:20:02.236] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,06: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-01-19,06:30:41.384] [INFO] Initializing BusSpeedStateManager V2 [2026-01-19,06:30:41.389] [INFO] LocationSqlManager initialising [2026-01-19,06:30:41.389] [INFO] Location DB initialising [2026-01-19,06:30:41.400] [INFO] LocationSqlManager initialisation complete [2026-01-19,06:30:41.401] [DEBUG] UploadManager Init [2026-01-19,06:30:41.402] [DEBUG] UploadManager Init Complete [2026-01-19,06:30:41.406] [INFO] Initializing GPS... [2026-01-19,06:30:41.409] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,06:32:29.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,06:32:31.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-19,06:32:42.131] [DEBUG] Log Upload Complete! [2026-01-19,06:35:29.830] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,06:35:31.977] [DEBUG] Remote Access Enabled [2026-01-19,06:35:33.518] [INFO] Server Address: 138.201.17.179 [2026-01-19,06:35:33.519] [INFO] Server Port: 7000 [2026-01-19,06:35:33.524] [DEBUG] Starting Remote Access! 2026-01-19 06:35:33.656 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-19 06:35:33.657 [I] [client/service.go:294] try to connect to server... 2026-01-19 06:35:34.774 [I] [client/service.go:286] [98a2384fe8312283] login to server success, get run id [98a2384fe8312283] 2026-01-19 06:35:34.776 [I] [proxy/proxy_manager.go:173] [98a2384fe8312283] proxy added: [DNL01B4203] 2026-01-19 06:35:35.109 [I] [client/control.go:168] [98a2384fe8312283] [DNL01B4203] start proxy success [2026-01-19,06:50:02.927] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,06:50:05.329] [DEBUG] 6 processes running of frp type [2026-01-19,07:05:02.809] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,07:05:05.469] [DEBUG] 6 processes running of frp type [2026-01-19,07:20:02.887] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,07: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-01-19,07:35:02.723] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,07:35:04.897] [DEBUG] 6 processes running of frp type [2026-01-19,07:50:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,07:50:04.931] [DEBUG] 6 processes running of frp type [2026-01-19,08:02:02.260] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,08:02:04.231] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:15.737] [DEBUG] Log Upload Complete! [2026-01-19,08:05:02.499] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,08:05:04.850] [DEBUG] 6 processes running of frp type [2026-01-19,07:39:13.168] [INFO] Initializing BusSpeedStateManager V2 [2026-01-19,07:39:13.176] [INFO] LocationSqlManager initialising [2026-01-19,07:39:13.177] [INFO] Location DB initialising [2026-01-19,07:39:13.188] [INFO] LocationSqlManager initialisation complete [2026-01-19,07:39:13.189] [DEBUG] UploadManager Init [2026-01-19,07:39:13.190] [DEBUG] UploadManager Init Complete [2026-01-19,07:39:13.194] [INFO] Initializing GPS... [2026-01-19,07:39:13.197] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,07:44:01.549] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-19,10:20:58.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,10:21:00.418] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,10:21:12.859] [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-19,10:35:02.703] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,10:35:04.797] [DEBUG] Remote Access Enabled [2026-01-19,10:35:06.231] [INFO] Server Address: 138.201.17.179 [2026-01-19,10:35:06.232] [INFO] Server Port: 7000 [2026-01-19,10:35:06.236] [DEBUG] Starting Remote Access! 2026-01-19 10:35:06.362 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-19 10:35:06.363 [I] [client/service.go:294] try to connect to server... 2026-01-19 10:35:07.514 [I] [client/service.go:286] [b0842fd362d5c9ae] login to server success, get run id [b0842fd362d5c9ae] 2026-01-19 10:35:07.516 [I] [proxy/proxy_manager.go:173] [b0842fd362d5c9ae] proxy added: [DNL01B4203] 2026-01-19 10:35:08.214 [I] [client/control.go:168] [b0842fd362d5c9ae] [DNL01B4203] start proxy success [2026-01-19,10:35:19.812] [INFO] Initializing BusSpeedStateManager V2 [2026-01-19,10:35:19.818] [INFO] LocationSqlManager initialising [2026-01-19,10:35:19.819] [INFO] Location DB initialising [2026-01-19,10:35:19.829] [INFO] LocationSqlManager initialisation complete [2026-01-19,10:35:19.830] [DEBUG] UploadManager Init [2026-01-19,10:35:19.831] [DEBUG] UploadManager Init Complete [2026-01-19,10:35:19.834] [INFO] Initializing GPS... [2026-01-19,10:35:19.836] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,10:40:08.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,12:35:05.043] [DEBUG] Remote Access Enabled [2026-01-19,12:35:06.677] [INFO] Server Address: 138.201.17.179 [2026-01-19,12:35:06.678] [INFO] Server Port: 7000 [2026-01-19,12:35:06.683] [DEBUG] Starting Remote Access! 2026-01-19 12:35:06.809 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-19 12:35:06.809 [I] [client/service.go:294] try to connect to server... 2026-01-19 12:35:08.166 [I] [client/service.go:286] [003a9f8e5b95fde1] login to server success, get run id [003a9f8e5b95fde1] 2026-01-19 12:35:08.168 [I] [proxy/proxy_manager.go:173] [003a9f8e5b95fde1] proxy added: [DNL01B4203] 2026-01-19 12:35:08.586 [I] [client/control.go:168] [003a9f8e5b95fde1] [DNL01B4203] start proxy success [2026-01-19,12:50:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,12:50:04.771] [DEBUG] 6 processes running of frp type [2026-01-19,13:05:02.326] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,13:05:05.425] [DEBUG] 6 processes running of frp type [2026-01-19,13:20:02.706] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,13: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-01-19,13:35:02.682] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,13:35:05.278] [DEBUG] 6 processes running of frp type [2026-01-19,13:50:02.888] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,13:50:05.347] [DEBUG] 6 processes running of frp type [2026-01-19,14:05:02.786] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,14:05:05.447] [DEBUG] 6 processes running of frp type [2026-01-19,14:20:02.799] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,14:20:10.817] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,14:35:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,14:35:05.223] [DEBUG] 6 processes running of frp type [2026-01-19,14:50:02.966] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,14:50:05.403] [DEBUG] 6 processes running of frp type [2026-01-19,15:05:02.931] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,15:05:05.198] [DEBUG] 6 processes running of frp type [2026-01-19,15:20:02.581] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,15: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-01-19,15:35:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,15:35:04.902] [DEBUG] 6 processes running of frp type [2026-01-19,15:50:02.580] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,15:50:05.244] [DEBUG] 6 processes running of frp type [2026-01-19,16:05:02.658] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,16:05:05.243] [DEBUG] 6 processes running of frp type [2026-01-19,16:20:02.493] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,16: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-01-19,16:35:02.516] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,16:35:05.204] [DEBUG] 6 processes running of frp type [2026-01-19,16:50:02.873] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,16:50:05.911] [DEBUG] 6 processes running of frp type 2026-01-19 17:00:40.301 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:00:40.303 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:00:42.366 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:00:42.367 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:00:46.558 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:00:46.559 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:00:55.530 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:00:55.531 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:01:14.856 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:01:14.857 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:01:34.858 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:01:34.859 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:01:54.860 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:01:54.861 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:02:14.863 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:02:14.864 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:02:34.865 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:02:34.867 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:02:54.868 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:02:54.869 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:03:14.870 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:03:14.872 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:03:34.873 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:03:34.874 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:03:54.875 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:03:54.876 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:04:14.878 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:04:14.879 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:04:34.880 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:04:34.881 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:04:54.882 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:04:54.883 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:05:14.884 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:05:14.888 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:05:34.890 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:05:34.895 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:05:54.897 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:05:56.080 [I] [client/service.go:286] [003a9f8e5b95fde1] login to server success, get run id [003a9f8e5b95fde1] 2026-01-19 17:05:56.081 [I] [proxy/proxy_manager.go:173] [003a9f8e5b95fde1] proxy added: [DNL01B4203] 2026-01-19 17:05:58.245 [I] [client/control.go:168] [003a9f8e5b95fde1] [DNL01B4203] start proxy success 2026-01-19 17:07:05.536 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:07:05.537 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:07:07.691 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:07:07.693 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:07:12.215 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:07:12.217 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:07:21.292 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:07:21.294 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:07:39.778 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:07:39.779 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:07:59.780 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:07:59.781 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:08:19.782 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:08:19.783 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:08:39.785 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:08:39.787 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:08:59.788 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:08:59.790 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:09:19.790 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:09:19.792 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:09:39.793 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:09:39.794 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:09:59.796 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:09:59.797 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:10:19.798 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:10:19.800 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:10:39.800 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:10:39.802 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:10:59.802 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:10:59.804 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:11:19.805 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:11:19.806 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:11:39.807 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:11:39.808 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:11:59.810 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:11:59.815 [W] [client/service.go:297] [003a9f8e5b95fde1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:12:19.817 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 17:12:22.666 [I] [client/service.go:286] [003a9f8e5b95fde1] login to server success, get run id [003a9f8e5b95fde1] 2026-01-19 17:12:22.668 [I] [proxy/proxy_manager.go:173] [003a9f8e5b95fde1] proxy added: [DNL01B4203] 2026-01-19 17:12:23.620 [I] [client/control.go:168] [003a9f8e5b95fde1] [DNL01B4203] start proxy success [2026-01-19,17:20:02.617] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,17: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-01-19,17:35:02.438] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,17:35:05.077] [DEBUG] 6 processes running of frp type [2026-01-19,17:50:02.876] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,17:50:05.812] [DEBUG] 6 processes running of frp type [2026-01-19,18:05:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,18:05:04.759] [DEBUG] 6 processes running of frp type [2026-01-19,18:20:02.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,18: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' 2026-01-19 18:33:51.616 [I] [client/service.go:294] [003a9f8e5b95fde1] try to connect to server... 2026-01-19 18:33:52.937 [I] [client/service.go:286] [003a9f8e5b95fde1] login to server success, get run id [003a9f8e5b95fde1] 2026-01-19 18:33:52.939 [I] [proxy/proxy_manager.go:173] [003a9f8e5b95fde1] proxy added: [DNL01B4203] 2026-01-19 18:33:53.534 [I] [client/control.go:168] [003a9f8e5b95fde1] [DNL01B4203] start proxy success [2026-01-19,18:35:02.871] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,18:35:05.605] [DEBUG] 6 processes running of frp type [2026-01-19,18:50:02.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,18:50:04.223] [DEBUG] 6 processes running of frp type [2026-01-19,19:05:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,19:05:05.384] [DEBUG] 6 processes running of frp type [2026-01-19,19:20:02.724] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,19:20:05.531] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,19:35:02.579] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,19:35:05.136] [DEBUG] 6 processes running of frp type [2026-01-19,19:50:02.664] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,19:50:19.575] [DEBUG] 6 processes running of frp type [2026-01-19,20:05:03.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,20:05:20.535] [DEBUG] 6 processes running of frp type [2026-01-19,20:20:02.998] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,20:20:05.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-01-19,20:30:41.123] [INFO] Initializing BusSpeedStateManager V2 [2026-01-19,20:30:41.128] [INFO] LocationSqlManager initialising [2026-01-19,20:30:41.128] [INFO] Location DB initialising [2026-01-19,20:30:41.137] [INFO] LocationSqlManager initialisation complete [2026-01-19,20:30:41.138] [DEBUG] UploadManager Init [2026-01-19,20:30:41.138] [DEBUG] UploadManager Init Complete [2026-01-19,20:30:41.141] [INFO] Initializing GPS... [2026-01-19,20:30:41.143] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.663] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,20:32:37.388] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-19,20:32:49.406] [DEBUG] Log Upload Complete! [2026-01-19,20:35:29.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,20:35:31.900] [DEBUG] Remote Access Enabled [2026-01-19,20:35:33.771] [INFO] Server Address: 138.201.17.179 [2026-01-19,20:35:33.772] [INFO] Server Port: 7000 [2026-01-19,20:35:33.781] [DEBUG] Starting Remote Access! 2026-01-19 20:35:33.967 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-19 20:35:33.968 [I] [client/service.go:294] try to connect to server... 2026-01-19 20:35:43.994 [I] [client/service.go:286] [b777003f6508c690] login to server success, get run id [b777003f6508c690] 2026-01-19 20:35:43.996 [I] [proxy/proxy_manager.go:173] [b777003f6508c690] proxy added: [DNL01B4203] 2026-01-19 20:35:44.665 [I] [client/control.go:168] [b777003f6508c690] [DNL01B4203] start proxy success [2026-01-19,20:50:02.260] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,20:50:04.204] [DEBUG] 6 processes running of frp type [2026-01-19,21:05:03.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-19,21:20:02.765] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,21:20:14.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-01-19,21:35:02.420] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,21:35:04.641] [DEBUG] 6 processes running of frp type [2026-01-19,21:50:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,21:50:05.277] [DEBUG] 6 processes running of frp type [2026-01-19,22:05:02.823] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,22:05:04.995] [DEBUG] 6 processes running of frp type [2026-01-19,22:20:02.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,22:20:07.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-19,22:35:02.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,22:35:09.585] [DEBUG] 6 processes running of frp type [2026-01-19,22:50:02.190] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,22:50:04.145] [DEBUG] 6 processes running of frp type [2026-01-19,23:05:02.474] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,23:05:04.922] [DEBUG] 6 processes running of frp type [2026-01-19,23:20:02.196] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,23:20:04.417] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,23:35:03.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,23:35:05.016] [DEBUG] 6 processes running of frp type [2026-01-19,23:50:02.722] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-19,23:50:05.038] [DEBUG] 6 processes running of frp type [2026-01-20,00:05:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,00:05:05.130] [DEBUG] 6 processes running of frp type [2026-01-20,00:20:02.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,00: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' [2026-01-20,00:35:03.178] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,00:35:05.429] [DEBUG] 6 processes running of frp type [2026-01-20,00:50:03.062] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,00:50:05.504] [DEBUG] 6 processes running of frp type [2026-01-20,01:05:02.782] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,01:05:05.576] [DEBUG] 6 processes running of frp type [2026-01-20,01:20:02.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,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-01-20,01:35:02.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,01:35:05.033] [DEBUG] 6 processes running of frp type [2026-01-20,01:50:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,01:50:04.682] [DEBUG] 6 processes running of frp type [2026-01-20,02:05:02.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,02:05:04.191] [DEBUG] 6 processes running of frp type [2026-01-20,02:20:02.331] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,02: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-20,02:35:02.299] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,02:35:04.631] [DEBUG] 6 processes running of frp type [2026-01-20,02:50:02.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,02:50:04.675] [DEBUG] 6 processes running of frp type [2026-01-20,03:05:02.019] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,03:05:04.129] [DEBUG] 6 processes running of frp type [2026-01-20,03:20:02.337] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,03: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-20,03:35:02.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,03:35:04.378] [DEBUG] 6 processes running of frp type [2026-01-20,03:50:03.162] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,03:50:05.306] [DEBUG] 6 processes running of frp type [2026-01-20,04:05:02.758] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,04:05:04.887] [DEBUG] 6 processes running of frp type [2026-01-20,04:20:02.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,04: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-01-20,04:35:03.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,04:35:05.728] [DEBUG] 6 processes running of frp type [2026-01-20,04:50:02.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,04:50:04.081] [DEBUG] 6 processes running of frp type [2026-01-20,05:05:02.433] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,05:05:04.311] [DEBUG] 6 processes running of frp type [2026-01-20,05:20:02.619] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,05: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-20,05:35:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,05:35:04.834] [DEBUG] 6 processes running of frp type [2026-01-20,05:50:02.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,05:50:04.948] [DEBUG] 6 processes running of frp type [2026-01-20,06:05:02.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,06:05:04.828] [DEBUG] 6 processes running of frp type [2026-01-20,06:20:02.044] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,06: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-20,06:30:41.002] [INFO] Initializing BusSpeedStateManager V2 [2026-01-20,06:30:41.012] [INFO] LocationSqlManager initialising [2026-01-20,06:30:41.014] [INFO] Location DB initialising [2026-01-20,06:30:41.026] [INFO] LocationSqlManager initialisation complete [2026-01-20,06:30:41.027] [DEBUG] UploadManager Init [2026-01-20,06:30:41.028] [DEBUG] UploadManager Init Complete [2026-01-20,06:30:41.032] [INFO] Initializing GPS... [2026-01-20,06:30:41.035] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,06:32:29.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,06:32:31.645] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-20,06:32:42.820] [DEBUG] Log Upload Complete! [2026-01-20,06:35:29.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,06:35:31.351] [DEBUG] Remote Access Enabled [2026-01-20,06:35:33.233] [INFO] Server Address: 138.201.17.179 [2026-01-20,06:35:33.235] [INFO] Server Port: 7000 [2026-01-20,06:35:33.244] [DEBUG] Starting Remote Access! 2026-01-20 06:35:33.441 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-20 06:35:33.442 [I] [client/service.go:294] try to connect to server... 2026-01-20 06:35:34.494 [I] [client/service.go:286] [d23fa7a969c65865] login to server success, get run id [d23fa7a969c65865] 2026-01-20 06:35:34.495 [I] [proxy/proxy_manager.go:173] [d23fa7a969c65865] proxy added: [DNL01B4203] 2026-01-20 06:35:36.417 [I] [client/control.go:168] [d23fa7a969c65865] [DNL01B4203] start proxy success [2026-01-20,06:50:02.306] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,06:50:04.502] [DEBUG] 6 processes running of frp type [2026-01-20,07:05:02.929] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,07:05:05.547] [DEBUG] 6 processes running of frp type [2026-01-20,07:20:02.864] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,07:20:05.365] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,07:35:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,07:35:05.282] [DEBUG] 6 processes running of frp type [2026-01-20,07:50:03.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,07:50:05.428] [DEBUG] 6 processes running of frp type [2026-01-20,08:02:02.762] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,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( [2026-01-20,08:02:49.682] [DEBUG] Log Upload Complete! [2026-01-20,08:05:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,08:05:05.344] [DEBUG] 6 processes running of frp type [2026-01-20,08:20:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,08: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-01-20,08:35:02.510] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,08:35:04.998] [DEBUG] 6 processes running of frp type [2026-01-20,08:50:02.773] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,08:50:04.691] [DEBUG] 6 processes running of frp type [2026-01-20,09:05:03.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,09:05:11.049] [DEBUG] 6 processes running of frp type [2026-01-20,09:20:02.481] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,09:20:05.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-01-20,09:35:02.424] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,09:35:04.593] [DEBUG] 6 processes running of frp type [2026-01-20,09:50:02.475] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,09:50:05.241] [DEBUG] 6 processes running of frp type [2026-01-20,10:05:02.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,10:05:05.033] [DEBUG] 6 processes running of frp type [2026-01-20,10:20:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,10: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-01-20,10:35:02.002] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,10:35:04.279] [DEBUG] 6 processes running of frp type [2026-01-20,10:50:03.021] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,10:50:05.344] [DEBUG] 6 processes running of frp type [2026-01-20,11:05:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,11:05:05.514] [DEBUG] 6 processes running of frp type [2026-01-20,11:20:02.960] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,11: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-01-20,11:35:02.681] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,11:35:04.877] [DEBUG] 6 processes running of frp type [2026-01-20,11:50:02.789] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,11:50:05.624] [DEBUG] 6 processes running of frp type [2026-01-20,12:05:03.119] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,12:05:05.269] [DEBUG] 6 processes running of frp type [2026-01-20,12:20:02.650] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,12:20:05.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-20,12:35:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,12:35:04.982] [DEBUG] 6 processes running of frp type [2026-01-20,12:50:02.662] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,12:50:05.161] [DEBUG] 6 processes running of frp type [2026-01-20,13:05:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,13:05:04.996] [DEBUG] 6 processes running of frp type [2026-01-20,13:20:02.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,13:20:04.837] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,13:35:02.091] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,13:35:04.610] [DEBUG] 6 processes running of frp type [2026-01-20,13:50:02.457] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,13:50:04.773] [DEBUG] 6 processes running of frp type [2026-01-20,14:05:01.938] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,14:05:04.424] [DEBUG] 6 processes running of frp type [2026-01-20,14:20:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,14:20:05.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-20,14:35:02.523] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,14:35:05.298] [DEBUG] 6 processes running of frp type [2026-01-20,14:50:02.878] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,14:50:05.732] [DEBUG] 6 processes running of frp type [2026-01-20,15:05:02.057] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,15:05:03.913] [DEBUG] 6 processes running of frp type [2026-01-20,15:20:02.279] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,15: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-20,15:35:01.974] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,15:35:04.254] [DEBUG] 6 processes running of frp type [2026-01-20,15:50:02.848] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,15:50:05.517] [DEBUG] 6 processes running of frp type [2026-01-20,16:05:02.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,16:05:05.363] [DEBUG] 6 processes running of frp type [2026-01-20,16:20:02.675] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,16:20:05.032] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,16:35:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,16:35:05.495] [DEBUG] 6 processes running of frp type [2026-01-20,16:50:02.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,16:50:04.314] [DEBUG] 6 processes running of frp type 2026-01-20 17:00:21.543 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:00:21.545 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:00:23.574 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:00:23.574 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:00:27.673 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:00:27.674 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:00:35.895 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:00:35.896 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:00:52.701 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:00:52.702 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:01:12.704 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:01:12.705 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:01:32.706 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:01:32.707 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:01:52.708 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:01:52.710 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:02:12.712 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:02:12.713 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:02:32.714 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:02:32.714 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:02:52.715 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:02:52.717 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:03:12.717 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:03:12.719 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:03:32.720 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:03:32.722 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:03:52.723 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:04:02.725 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:04:22.726 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:04:32.729 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:04:52.731 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:05:02.732 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:05:22.734 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:05:32.736 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:05:52.737 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:05:52.742 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:06:12.743 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:06:12.749 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-01-20,17:06:12.995] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 17:06:32.750 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:06:32.787 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:06:52.788 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:07:02.791 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:07:22.792 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:07:22.800 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:07:42.802 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:07:52.803 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:08:12.805 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:08:19.925 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:08:39.926 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:08:39.930 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:08:59.932 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:09:09.934 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:09:29.934 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:09:39.936 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:09:59.938 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:09:59.946 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:10:19.947 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:10:29.949 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:10:49.951 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:10:53.103 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:11:13.104 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:11:23.106 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:11:43.108 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:11:43.114 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:12:03.116 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:12:13.118 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:12:33.119 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:12:43.122 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:13:03.123 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:13:03.131 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:13:23.132 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:13:33.134 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:13:53.135 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:13:53.143 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:14:13.144 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:14:23.145 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:14:43.147 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:14:53.150 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:15:13.151 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:15:23.153 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:15:43.155 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:15:53.158 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:16:13.160 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:16:23.161 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:16:43.163 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:16:53.165 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:17:13.167 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:17:13.173 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:17:33.175 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:17:43.177 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:18:03.177 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:18:13.180 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:18:33.181 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:18:33.192 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:18:53.193 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:18:53.200 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:19:13.201 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:19:23.204 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:19:43.204 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:19:44.220 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-01-20,17:20:02.411] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 17:20:04.221 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:20:04.224 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:20:24.225 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:20:34.227 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:20:54.229 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:20:54.234 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:21:14.235 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:21:24.237 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:21:44.238 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:21:44.246 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:22:04.247 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:22:14.249 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:22:34.250 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:22:44.253 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:23:04.254 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:23:05.286 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:23:25.287 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:23:35.289 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:23:55.291 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:24:02.431 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:24:22.433 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:24:22.443 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:24:42.444 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:24:52.447 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:25:12.448 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:25:12.453 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:25:32.454 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:25:32.459 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:25:52.461 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:26:02.463 [W] [client/service.go:297] [d23fa7a969c65865] 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-20 17:26:22.464 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:26:29.633 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:26:49.634 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:26:49.638 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:27:09.640 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:27:09.645 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:27:29.646 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:27:39.648 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:27:59.649 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:28:06.913 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:28:26.914 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:28:26.919 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:28:46.920 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:28:56.922 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:29:16.923 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:29:26.925 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:29:46.926 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:29:46.931 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:30:06.932 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:30:06.937 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:30:26.938 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:30:36.940 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:30:56.941 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:30:56.947 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:31:16.948 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:31:16.954 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:31:36.955 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:31:46.957 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:32:06.958 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:32:06.963 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:32:26.965 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:32:36.967 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:32:56.969 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:32:56.974 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:33:16.975 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:33:16.979 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:33:36.981 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:33:46.984 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:34:06.985 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:34:06.991 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:34:26.993 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:34:26.998 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:34:46.999 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:34:57.001 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-20,17:35:07.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 17:35:17.002 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:35:17.007 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:35:37.008 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:35:37.013 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:35:57.015 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:36:07.018 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:36:27.019 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:36:37.021 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:36:57.022 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:36:57.027 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:37:17.028 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:37:27.030 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:37:47.031 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:37:47.039 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:38:07.040 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:38:14.271 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:38:34.273 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:38:44.274 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:39:04.276 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:39:04.280 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:39:24.281 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:39:34.284 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:39:54.285 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:40:04.288 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:40:24.290 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:40:24.296 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:40:44.298 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:40:54.299 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:41:14.301 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:41:14.306 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:41:34.308 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:41:34.333 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:41:54.334 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:42:04.337 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:42:24.340 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:42:24.346 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:42:44.347 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:42:54.349 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:43:14.351 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:43:24.353 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:43:44.354 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:43:44.360 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:44:04.363 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:44:04.368 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:44:24.371 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:44:34.373 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:44:54.375 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:44:54.380 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:45:14.381 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:45:24.384 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:45:44.385 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:45:51.659 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:46:11.661 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:46:21.664 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:46:41.665 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:46:41.671 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:47:01.673 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:47:11.675 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:47:31.676 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:47:41.679 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:48:01.680 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:48:01.686 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:48:21.687 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:48:31.689 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:48:51.690 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:48:51.695 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:49:11.697 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:49:21.699 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:49:41.700 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:49:41.722 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:50:01.723 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:50:11.725 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-20,17:50:23.021] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 17:50:31.727 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:50:31.731 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:50:51.733 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:51:01.735 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:51:21.736 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:51:31.738 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:51:51.739 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:52:01.741 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:52:21.742 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:52:31.746 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:52:51.747 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:53:01.749 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:53:21.750 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:53:31.751 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:53:51.753 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:54:01.755 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:54:21.755 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:54:31.758 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:54:51.759 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:54:58.859 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:55:18.860 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:55:28.863 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:55:48.864 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:55:58.866 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:56:18.868 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:56:28.870 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:56:48.871 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:56:58.874 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:57:18.875 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:57:18.882 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:57:38.883 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:57:48.885 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:58:08.887 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:58:08.891 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:58:28.892 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:58:38.894 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:58:58.896 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:59:08.898 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:59:28.899 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:59:38.902 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 17:59:58.904 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 17:59:58.909 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:00:18.911 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:00:18.914 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:00:38.916 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:00:48.917 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:01:08.919 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:01:18.920 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:01:38.922 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:01:38.927 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:01:58.928 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:01:58.933 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:02:18.935 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:02:28.937 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:02:48.939 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:02:48.948 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:03:08.949 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:03:08.953 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:03:28.954 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:03:38.956 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:03:58.957 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:04:08.959 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:04:28.960 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:04:38.962 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:04:58.963 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:05:08.966 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-20,18:05:14.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 18:05:28.967 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:05:28.973 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:05:48.974 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:05:58.976 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:06:18.977 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:06:28.979 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:06:48.980 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:06:58.982 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:07:18.983 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:07:18.987 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:07:38.989 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:07:48.991 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:08:08.992 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:08:12.032 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:08:32.033 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:08:42.035 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:09:02.037 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:09:09.206 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:09:29.208 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:09:39.209 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:09:59.211 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:09:59.215 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:10:19.216 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:10:29.219 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:10:49.221 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:10:52.469 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:11:12.470 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:11:22.473 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:11:42.474 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:11:42.486 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:12:02.487 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:12:12.488 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:12:32.490 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:12:42.492 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:13:02.494 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:13:02.497 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:13:22.498 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:13:32.500 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:13:52.502 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:13:52.516 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:14:12.517 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:14:22.520 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:14:42.522 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:14:42.527 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:15:02.529 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:15:12.531 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:15:32.532 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:15:32.537 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:15:52.538 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:16:02.540 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:16:22.542 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:16:22.545 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:16:42.546 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:16:42.552 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:17:02.553 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:17:12.555 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:17:32.557 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:17:39.713 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:17:59.714 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:17:59.721 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:18:19.724 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:18:29.726 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:18:49.727 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:18:56.939 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:19:16.940 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:19:16.945 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:19:36.946 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:19:46.947 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:20:06.949 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:20:16.950 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-20,18:20:23.341] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 18:20:36.951 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:20:36.956 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:20:56.957 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:21:06.960 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:21:26.961 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:21:36.964 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:21:56.965 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:21:56.969 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:22:16.971 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:22:26.972 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:22:46.974 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:22:48.007 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:23:08.008 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:23:08.015 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:23:28.016 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:23:38.019 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:23:58.020 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:24:08.021 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:24:28.023 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:24:29.048 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:24:49.049 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:24:59.051 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:25:19.053 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:25:29.054 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:25:49.055 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:25:49.060 [W] [client/service.go:297] [d23fa7a969c65865] 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' 2026-01-20 18:26:09.062 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:26:09.067 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:26:29.069 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:26:39.071 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:26:59.073 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:26:59.077 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:27:19.078 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:27:19.096 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:27:39.097 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:27:49.099 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:28:09.100 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:28:09.105 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:28:29.106 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:28:39.109 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:28:59.110 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:29:06.219 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:29:26.220 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:29:26.224 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:29:46.226 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:29:56.228 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:30:16.230 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:30:16.234 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:30:36.236 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:30:36.240 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:30:56.241 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:31:06.243 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:31:26.245 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:31:26.249 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:31:46.251 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:31:46.256 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:32:06.258 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:32:16.260 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:32:36.262 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:32:43.393 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:33:03.393 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:33:13.396 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:33:33.398 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:33:43.400 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:34:03.402 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:34:10.645 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:34:30.646 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:34:40.648 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:35:00.650 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:35:00.655 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-01-20,18:35:01.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 18:35:20.656 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:35:30.658 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:35:50.660 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:35:50.665 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:36:10.666 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:36:20.668 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:36:40.669 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:36:40.675 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:37:00.676 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:37:10.678 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:37:30.679 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:37:40.681 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:38:00.682 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:38:01.711 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:38:21.712 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:38:21.717 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:38:41.718 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:38:51.720 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:39:11.722 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:39:11.726 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:39:31.727 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:39:41.729 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:40:01.730 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:40:01.733 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:40:21.735 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:40:31.738 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:40:51.740 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:40:51.744 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:41:11.746 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:41:21.749 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:41:41.750 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:41:41.755 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:42:01.756 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:42:11.758 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:42:31.759 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:42:41.762 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:43:01.764 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:43:01.767 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:43:21.769 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:43:31.771 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:43:51.773 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:44:01.774 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:44:21.775 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:44:31.778 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:44:51.780 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:45:01.782 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:45:21.783 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:45:21.789 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:45:41.790 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:45:51.793 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:46:11.794 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:46:21.796 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:46:41.797 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:46:41.802 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:47:01.803 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:47:09.099 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:47:29.100 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:47:39.102 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:47:59.103 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:48:06.271 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:48:26.273 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:48:36.274 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:48:56.276 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:49:06.279 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:49:26.280 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:49:36.282 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:49:56.283 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:50:06.285 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-20,18:50:08.861] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 18:50:26.286 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:50:26.291 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:50:46.292 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:50:56.295 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:51:16.296 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:51:17.312 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:51:37.314 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:51:47.316 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:52:07.317 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:52:17.319 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:52:37.321 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:52:47.324 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:53:07.325 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:53:07.330 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:53:27.331 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:53:34.593 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:53:54.594 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:53:54.600 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:54:14.601 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:54:24.604 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:54:44.604 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:54:54.607 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:55:14.608 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:55:14.613 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:55:34.614 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:55:44.617 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:56:04.618 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:56:14.620 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:56:34.622 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:56:44.624 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:57:04.625 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:57:04.630 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:57:24.632 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:57:34.634 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:57:54.635 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:58:04.637 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:58:24.639 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:58:24.644 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 18:58:44.645 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:58:54.648 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:59:14.649 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:59:24.652 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 18:59:44.654 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 18:59:44.660 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:00:04.662 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:00:14.663 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:00:34.664 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:00:34.669 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:00:54.671 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:01:04.673 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:01:24.675 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:01:34.677 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:01:54.678 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:01:54.684 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:02:14.685 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:02:24.687 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:02:44.689 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:02:54.691 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:03:14.693 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:03:24.696 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:03:44.697 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:03:44.707 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:04:04.708 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:04:14.710 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:04:34.711 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:04:44.713 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:05:04.714 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:05:04.719 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-01-20,19:05:07.419] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 19:05:24.719 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:05:34.722 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:05:54.723 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:06:04.725 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:06:24.726 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:06:24.731 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:06:44.733 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:06:54.735 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:07:14.737 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:07:24.739 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:07:44.740 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:07:47.925 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:08:07.927 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:08:17.929 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:08:37.931 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:08:41.045 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:09:01.046 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:09:11.048 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:09:31.049 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:09:41.052 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:10:01.053 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:10:11.054 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:10:31.056 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:10:41.058 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:11:01.059 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:11:01.063 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:11:21.064 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:11:31.067 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:11:51.068 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:11:54.112 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:12:14.113 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:12:24.115 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:12:44.117 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:12:44.121 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:13:04.123 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:13:14.126 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:13:34.127 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:13:34.133 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:13:54.134 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:14:04.136 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:14:24.137 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:14:24.166 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:14:44.166 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:14:54.168 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:15:14.169 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:15:14.174 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:15:34.175 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:15:44.177 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:16:04.178 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:16:04.183 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:16:24.184 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:16:34.187 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:16:54.188 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:16:54.193 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:17:14.194 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:17:14.200 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:17:34.201 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:17:44.203 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:18:04.203 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:18:04.211 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:18:24.212 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:18:34.214 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:18:54.215 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:19:04.217 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:19:24.218 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:19:34.220 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:19:54.221 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:19:54.226 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:20:14.227 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:20:24.229 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:20:44.231 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:20:47.445 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:21:07.446 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:21:07.451 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-01-20,19:21:12.836] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 19:21:27.453 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:21:37.455 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:21:57.456 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:22:07.458 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:22:27.460 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:22:37.463 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:22:57.464 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:22:57.469 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:23:17.471 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:23:17.476 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:23:37.477 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:23:47.480 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:24:07.481 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:24:07.486 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:24:27.487 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:24:37.490 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:24:57.491 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:25:07.493 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:25:27.495 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:25:27.513 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:25:47.515 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:25:57.517 [W] [client/service.go:297] [d23fa7a969c65865] 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-20 19:26:17.519 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:26:17.524 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:26:37.525 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:26:47.528 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:27:07.530 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:27:07.535 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:27:27.536 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:27:37.539 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:27:57.540 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:27:57.546 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:28:17.547 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:28:17.552 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:28:37.553 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:28:44.673 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:29:04.675 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:29:04.680 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:29:24.681 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:29:34.683 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:29:54.685 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:30:04.687 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:30:24.687 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:30:34.690 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:30:54.691 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:31:04.693 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:31:24.695 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:31:31.929 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:31:51.931 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:32:01.933 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:32:21.934 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:32:29.102 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:32:49.103 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:32:59.105 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:33:19.107 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:33:19.112 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:33:39.113 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:33:49.116 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:34:09.117 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:34:09.121 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:34:29.122 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:34:39.124 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:34:59.125 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:34:59.130 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:35:19.131 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:35:29.134 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-20,19:35:39.823] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 19:35:49.135 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:35:59.136 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:36:19.137 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:36:22.276 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:36:42.277 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:36:52.279 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:37:12.280 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:37:12.286 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:37:32.288 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:37:42.290 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:38:02.292 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:38:02.302 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:38:22.303 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:38:32.304 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:38:52.305 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:39:02.307 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:39:22.309 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:39:32.310 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:39:52.311 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:39:52.317 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:40:12.318 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:40:12.323 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:40:32.323 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:40:42.325 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:41:02.326 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:41:02.331 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:41:22.333 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:41:22.342 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:41:42.343 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:41:52.345 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:42:12.346 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:42:19.605 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:42:39.606 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:42:49.608 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:43:09.609 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:43:12.725 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:43:32.726 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:43:32.732 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:43:52.734 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:44:02.736 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:44:22.737 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:44:32.739 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:44:52.740 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:45:02.742 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:45:22.743 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:45:22.749 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:45:42.751 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:45:52.753 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:46:12.754 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:46:13.767 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:46:33.769 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:46:33.772 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:46:53.774 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:47:03.776 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:47:23.778 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:47:23.784 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:47:43.785 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:47:53.787 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:48:13.789 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:48:13.795 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:48:33.796 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:48:43.798 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:49:03.799 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:49:03.804 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:49:23.805 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:49:33.807 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:49:53.808 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:50:03.810 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-20,19:50:07.722] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 19:50:23.811 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:50:33.813 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:50:53.814 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:51:00.993 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:51:20.995 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:51:30.997 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:51:50.998 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:51:52.005 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:52:12.006 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:52:22.009 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:52:42.010 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:52:42.015 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:53:02.016 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:53:12.017 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:53:32.018 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:53:39.285 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:53:59.286 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:54:09.288 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:54:29.289 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:54:39.291 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:54:59.292 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:55:09.294 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:55:29.295 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:55:29.299 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:55:49.301 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:55:59.303 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:56:19.305 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:56:19.309 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:56:39.311 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:56:49.313 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:57:09.314 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:57:09.321 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:57:29.323 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:57:36.516 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:57:56.517 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:58:06.519 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:58:26.521 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:58:26.527 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:58:46.528 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:58:56.530 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 19:59:16.532 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:59:16.537 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 19:59:36.539 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 19:59:46.542 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:00:06.544 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:00:06.548 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:00:26.549 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:00:36.552 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:00:56.553 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:00:56.558 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:01:16.559 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:01:16.564 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:01:36.566 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:01:43.765 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:02:03.767 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:02:03.772 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:02:23.773 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:02:33.776 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:02:53.777 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:02:53.781 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:03:13.782 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:03:23.785 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:03:43.787 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:03:43.794 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:04:03.795 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:04:13.797 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:04:33.798 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:04:43.800 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:05:03.802 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:05:13.803 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:05:33.805 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:05:43.806 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:06:03.808 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:06:13.811 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:06:33.813 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:06:43.815 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:07:03.817 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:07:03.823 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:07:23.825 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:07:33.827 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:07:53.827 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:07:53.832 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:08:13.833 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:08:13.838 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:08:33.839 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:08:43.841 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:09:03.842 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:09:13.845 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:09:33.847 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:09:33.851 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:09:53.852 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:10:03.855 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:10:23.856 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:10:23.861 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:10:43.862 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:10:43.866 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:11:03.868 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:11:13.870 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:11:33.871 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:11:33.876 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:11:53.877 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:11:53.883 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:12:13.884 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:12:23.887 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:12:43.888 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:12:43.893 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:13:03.894 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:13:03.899 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:13:23.901 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:13:33.903 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:13:53.904 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:13:53.909 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:14:13.910 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:14:13.915 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:14:33.916 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:14:43.918 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:15:03.919 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:15:04.938 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:15:24.940 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:15:24.945 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:15:44.946 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:15:54.949 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:16:14.949 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:16:18.005 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:16:38.006 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:16:38.011 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:16:58.012 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:17:08.015 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:17:28.016 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:17:31.178 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:17:51.179 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:17:51.185 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:18:11.186 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:18:21.188 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:18:41.190 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:18:48.404 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:19:08.406 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:19:08.410 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:19:28.412 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:19:38.414 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:19:58.416 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:19:58.420 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-01-20,20:20:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-01-20 20:20:18.421 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:20:18.431 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:20:38.433 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:20:48.435 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:21:08.436 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:21:08.442 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:21:28.443 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:21:28.448 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:21:48.449 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:21:58.451 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:22:18.452 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:22:18.456 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:22:38.458 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:22:48.460 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:23:08.461 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:23:08.466 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:23:28.467 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:23:28.481 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:23:48.483 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:23:58.485 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:24:18.486 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:24:18.491 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:24:38.493 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:24:48.495 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:25:08.497 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:25:08.502 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:25:28.503 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:25:35.659 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:25:55.661 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:25:55.665 [W] [client/service.go:297] [d23fa7a969c65865] 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' 2026-01-20 20:26:15.666 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:26:25.668 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:26:45.669 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:26:45.674 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:27:05.675 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:27:15.677 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:27:35.678 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:27:36.699 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:27:56.700 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:28:06.702 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:28:26.702 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:28:26.708 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:28:46.710 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:28:56.712 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:29:16.714 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:29:16.720 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 20:29:36.721 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:29:46.723 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-20 20:30:06.724 [I] [client/service.go:294] [d23fa7a969c65865] try to connect to server... 2026-01-20 20:30:06.732 [W] [client/service.go:297] [d23fa7a969c65865] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-01-20,20:30:40.933] [INFO] Initializing BusSpeedStateManager V2 [2026-01-20,20:30:40.938] [INFO] LocationSqlManager initialising [2026-01-20,20:30:40.939] [INFO] Location DB initialising [2026-01-20,20:30:40.950] [INFO] LocationSqlManager initialisation complete [2026-01-20,20:30:40.950] [DEBUG] UploadManager Init [2026-01-20,20:30:40.951] [DEBUG] UploadManager Init Complete [2026-01-20,20:30:40.954] [INFO] Initializing GPS... [2026-01-20,20:30:40.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-01-20,20:32:28.859] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,20:32:31.486] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:33:09.688] [DEBUG] Log Upload Complete! [2026-01-20,20:35:28.729] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,20:35:30.935] [DEBUG] Remote Access Enabled [2026-01-20,20:35:32.851] [INFO] Server Address: 138.201.17.179 [2026-01-20,20:35:32.853] [INFO] Server Port: 7000 [2026-01-20,20:35:32.861] [DEBUG] Starting Remote Access! 2026-01-20 20:35:33.053 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-20 20:35:33.054 [I] [client/service.go:294] try to connect to server... 2026-01-20 20:35:34.138 [I] [client/service.go:286] [889ff2742d987ce2] login to server success, get run id [889ff2742d987ce2] 2026-01-20 20:35:34.139 [I] [proxy/proxy_manager.go:173] [889ff2742d987ce2] proxy added: [DNL01B4203] 2026-01-20 20:35:34.761 [I] [client/control.go:168] [889ff2742d987ce2] [DNL01B4203] start proxy success [2026-01-20,20:50:03.721] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,20:50:06.651] [DEBUG] 6 processes running of frp type [2026-01-20,21:05:03.126] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,21:05:11.522] [DEBUG] 6 processes running of frp type [2026-01-20,21:20:02.871] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,21: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-20,21:35:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,21:35:05.429] [DEBUG] 6 processes running of frp type [2026-01-20,21:50:01.841] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,21:50:04.648] [DEBUG] 6 processes running of frp type [2026-01-20,22:05:03.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,22:05:06.124] [DEBUG] 6 processes running of frp type [2026-01-20,22:20:02.443] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,22: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-01-20,22:35:02.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,22:35:04.855] [DEBUG] 6 processes running of frp type [2026-01-20,22:50:02.438] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,22:50:04.547] [DEBUG] 6 processes running of frp type [2026-01-20,23:05:02.992] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,23:05:05.563] [DEBUG] 6 processes running of frp type [2026-01-20,23:20:02.786] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,23: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-01-20,23:35:02.623] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,23:35:10.083] [DEBUG] 6 processes running of frp type [2026-01-20,23:50:02.863] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-20,23:50:04.904] [DEBUG] 6 processes running of frp type [2026-01-21,00:05:02.388] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,00:05:04.527] [DEBUG] 6 processes running of frp type [2026-01-21,00:20:02.976] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,00: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-21,00:35:02.548] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,00:35:04.629] [DEBUG] 6 processes running of frp type [2026-01-21,00:50:02.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,00:50:04.597] [DEBUG] 6 processes running of frp type [2026-01-21,01:05:02.770] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,01:05:05.265] [DEBUG] 6 processes running of frp type [2026-01-21,01:20:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,01: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-01-21,01:35:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,01:35:04.633] [DEBUG] 6 processes running of frp type [2026-01-21,01:50:02.186] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,01:50:04.644] [DEBUG] 6 processes running of frp type [2026-01-21,02:05:03.032] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,02:05:05.196] [DEBUG] 6 processes running of frp type [2026-01-21,02:20:02.506] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,02: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-01-21,02:35:02.483] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,02:35:04.751] [DEBUG] 6 processes running of frp type [2026-01-21,02:50:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,02:50:04.853] [DEBUG] 6 processes running of frp type [2026-01-21,03:05:02.275] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,03:05:04.436] [DEBUG] 6 processes running of frp type [2026-01-21,03:20:02.787] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,03:20:05.419] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,03:35:02.408] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,03:35:04.827] [DEBUG] 6 processes running of frp type [2026-01-21,03:50:02.562] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,03:50:04.993] [DEBUG] 6 processes running of frp type [2026-01-21,04:05:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,04:05:05.002] [DEBUG] 6 processes running of frp type [2026-01-21,04:20:02.270] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,04: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-21 04:30:51.747 [I] [client/service.go:294] [889ff2742d987ce2] try to connect to server... 2026-01-21 04:31:01.750 [W] [client/service.go:297] [889ff2742d987ce2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 04:31:01.750 [I] [client/service.go:294] [889ff2742d987ce2] try to connect to server... 2026-01-21 04:31:11.752 [W] [client/service.go:297] [889ff2742d987ce2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 04:31:11.753 [I] [client/service.go:294] [889ff2742d987ce2] try to connect to server... 2026-01-21 04:31:21.754 [W] [client/service.go:297] [889ff2742d987ce2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 04:31:21.755 [I] [client/service.go:294] [889ff2742d987ce2] try to connect to server... 2026-01-21 04:31:31.756 [W] [client/service.go:297] [889ff2742d987ce2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-21 04:31:31.757 [I] [client/service.go:294] [889ff2742d987ce2] try to connect to server... 2026-01-21 04:31:41.212 [I] [client/service.go:286] [889ff2742d987ce2] login to server success, get run id [889ff2742d987ce2] 2026-01-21 04:31:41.214 [I] [proxy/proxy_manager.go:173] [889ff2742d987ce2] proxy added: [DNL01B4203] 2026-01-21 04:31:42.032 [I] [client/control.go:168] [889ff2742d987ce2] [DNL01B4203] start proxy success [2026-01-21,04:35:02.335] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,04:35:04.736] [DEBUG] 6 processes running of frp type [2026-01-21,04:50:02.513] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,04:50:04.588] [DEBUG] 6 processes running of frp type [2026-01-21,05:05:03.074] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,05:05:05.448] [DEBUG] 6 processes running of frp type [2026-01-21,05:20:02.919] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,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-01-21,05:35:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,05:35:05.161] [DEBUG] 6 processes running of frp type 2026-01-21 05:42:16.755 [I] [client/service.go:294] [889ff2742d987ce2] try to connect to server... 2026-01-21 05:42:25.708 [I] [client/service.go:286] [889ff2742d987ce2] login to server success, get run id [889ff2742d987ce2] 2026-01-21 05:42:25.709 [I] [proxy/proxy_manager.go:173] [889ff2742d987ce2] proxy added: [DNL01B4203] 2026-01-21 05:42:26.342 [I] [client/control.go:168] [889ff2742d987ce2] [DNL01B4203] start proxy success [2026-01-21,05:50:03.041] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,05:50:05.680] [DEBUG] 6 processes running of frp type [2026-01-21,06:05:03.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,06:05:05.973] [DEBUG] 6 processes running of frp type [2026-01-21,06:20:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,06: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-01-21,06:30:42.047] [INFO] Initializing BusSpeedStateManager V2 [2026-01-21,06:30:42.054] [INFO] LocationSqlManager initialising [2026-01-21,06:30:42.055] [INFO] Location DB initialising [2026-01-21,06:30:42.066] [INFO] LocationSqlManager initialisation complete [2026-01-21,06:30:42.067] [DEBUG] UploadManager Init [2026-01-21,06:30:42.068] [DEBUG] UploadManager Init Complete [2026-01-21,06:30:42.072] [INFO] Initializing GPS... [2026-01-21,06:30:42.075] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,06:32:29.992] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,06:32:32.321] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-21,06:32:48.303] [DEBUG] Log Upload Complete! [2026-01-21,06:35:30.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,06:35:31.694] [DEBUG] Remote Access Enabled [2026-01-21,06:35:33.393] [INFO] Server Address: 138.201.17.179 [2026-01-21,06:35:33.394] [INFO] Server Port: 7000 [2026-01-21,06:35:33.403] [DEBUG] Starting Remote Access! 2026-01-21 06:35:33.583 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-21 06:35:33.584 [I] [client/service.go:294] try to connect to server... 2026-01-21 06:35:34.652 [I] [client/service.go:286] [57a2aad220804d22] login to server success, get run id [57a2aad220804d22] 2026-01-21 06:35:34.653 [I] [proxy/proxy_manager.go:173] [57a2aad220804d22] proxy added: [DNL01B4203] 2026-01-21 06:35:34.992 [I] [client/control.go:168] [57a2aad220804d22] [DNL01B4203] start proxy success [2026-01-21,06:50:03.092] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,06:50:12.174] [DEBUG] 6 processes running of frp type [2026-01-21,07:05:02.879] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,07:05:05.050] [DEBUG] 6 processes running of frp type 2026-01-21 07:07:41.647 [I] [client/service.go:294] [57a2aad220804d22] try to connect to server... 2026-01-21 07:07:45.546 [I] [client/service.go:286] [57a2aad220804d22] login to server success, get run id [57a2aad220804d22] 2026-01-21 07:07:45.548 [I] [proxy/proxy_manager.go:173] [57a2aad220804d22] proxy added: [DNL01B4203] 2026-01-21 07:07:46.141 [I] [client/control.go:168] [57a2aad220804d22] [DNL01B4203] start proxy success [2026-01-21,07:20:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,07:20:04.990] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,07:35:02.245] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,07:35:05.239] [DEBUG] 6 processes running of frp type [2026-01-21,07:50:02.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,07:50:05.402] [DEBUG] 6 processes running of frp type [2026-01-21,08:02:02.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,08:02:05.327] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:16.346] [DEBUG] Log Upload Complete! [2026-01-21,08:05:02.906] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,08:05:04.983] [DEBUG] 6 processes running of frp type [2026-01-21,08:20:02.487] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,08: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-21,08:35:02.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,08:35:04.318] [DEBUG] 6 processes running of frp type [2026-01-21,08:50:03.036] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,08:50:05.862] [DEBUG] 6 processes running of frp type [2026-01-21,08:47:30.568] [INFO] Initializing BusSpeedStateManager V2 [2026-01-21,08:47:30.575] [INFO] LocationSqlManager initialising [2026-01-21,08:47:30.576] [INFO] Location DB initialising [2026-01-21,08:47:30.587] [INFO] LocationSqlManager initialisation complete [2026-01-21,08:47:30.588] [DEBUG] UploadManager Init [2026-01-21,08:47:30.589] [DEBUG] UploadManager Init Complete [2026-01-21,08:47:30.593] [INFO] Initializing GPS... [2026-01-21,08:47:30.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' [2026-01-21,08:52:19.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.354] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,13:35:15.024] [DEBUG] Remote Access Enabled [2026-01-21,13:35:16.741] [INFO] Server Address: 138.201.17.179 [2026-01-21,13:35:16.742] [INFO] Server Port: 7000 [2026-01-21,13:35:16.747] [DEBUG] Starting Remote Access! 2026-01-21 13:35:16.876 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-21 13:35:16.876 [I] [client/service.go:294] try to connect to server... 2026-01-21 13:35:18.196 [I] [client/service.go:286] [8c7640e990125aa5] login to server success, get run id [8c7640e990125aa5] 2026-01-21 13:35:18.198 [I] [proxy/proxy_manager.go:173] [8c7640e990125aa5] proxy added: [DNL01B4203] 2026-01-21 13:35:18.654 [I] [client/control.go:168] [8c7640e990125aa5] [DNL01B4203] start proxy success [2026-01-21,13:50:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,13:50:04.672] [DEBUG] 6 processes running of frp type [2026-01-21,14:05:02.230] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,14:05:04.605] [DEBUG] 6 processes running of frp type [2026-01-21,14:20:02.895] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,14:20:05.719] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,14:35:02.675] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,14:35:10.281] [DEBUG] 6 processes running of frp type [2026-01-21,14:50:02.185] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,14:50:04.370] [DEBUG] 6 processes running of frp type [2026-01-21,15:05:02.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,15:05:05.011] [DEBUG] 6 processes running of frp type [2026-01-21,15:20:02.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,15: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-21,15:35:02.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,15:35:10.039] [DEBUG] 6 processes running of frp type [2026-01-21,15:50:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,15:50:05.520] [DEBUG] 6 processes running of frp type [2026-01-21,16:05:02.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,16:05:05.797] [DEBUG] 6 processes running of frp type [2026-01-21,16:20:02.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,16:20:09.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-21,16:35:02.886] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,16:35:04.828] [DEBUG] 6 processes running of frp type [2026-01-21,16:50:02.580] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,16:50:05.063] [DEBUG] 6 processes running of frp type 2026-01-21 17:00:31.498 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:00:31.499 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:00:33.678 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:00:33.679 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:00:38.447 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:00:38.449 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:00:48.381 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:00:48.383 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:01:08.383 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:01:08.385 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:01:28.386 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:01:28.388 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:01:48.388 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:01:48.390 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:02:08.392 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:02:08.393 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:02:28.394 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:02:28.396 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:02:48.397 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:02:48.398 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:03:08.400 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:03:08.401 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:03:28.403 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:03:28.405 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:03:48.406 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:03:48.408 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:04:08.409 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:04:08.411 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:04:28.412 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:04:28.413 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:04:48.415 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:04:48.416 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:05:08.418 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:05:08.419 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:05:28.420 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:05:28.425 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:05:48.426 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:05:49.849 [I] [client/service.go:286] [8c7640e990125aa5] login to server success, get run id [8c7640e990125aa5] 2026-01-21 17:05:49.850 [I] [proxy/proxy_manager.go:173] [8c7640e990125aa5] proxy added: [DNL01B4203] 2026-01-21 17:05:52.093 [I] [client/control.go:168] [8c7640e990125aa5] [DNL01B4203] start proxy success 2026-01-21 17:06:59.101 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:06:59.102 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:07:01.234 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:07:01.234 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:07:05.758 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:07:05.759 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:07:15.331 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:07:15.333 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:07:34.977 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:07:34.978 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:07:54.979 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:07:54.981 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:08:14.982 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:08:14.984 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:08:34.985 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:08:34.987 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:08:54.987 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:08:54.989 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:09:14.991 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:09:14.992 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:09:34.993 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:09:34.995 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:09:54.996 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:09:54.997 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:10:14.998 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:10:14.999 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:10:35.000 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:10:35.002 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:10:55.003 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:10:55.004 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:11:15.005 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:11:15.007 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:11:35.008 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:11:35.009 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:11:55.011 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:11:55.017 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:12:15.019 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:12:15.024 [W] [client/service.go:297] [8c7640e990125aa5] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-21 17:12:35.026 [I] [client/service.go:294] [8c7640e990125aa5] try to connect to server... 2026-01-21 17:12:38.389 [I] [client/service.go:286] [8c7640e990125aa5] login to server success, get run id [8c7640e990125aa5] 2026-01-21 17:12:38.391 [I] [proxy/proxy_manager.go:173] [8c7640e990125aa5] proxy added: [DNL01B4203] 2026-01-21 17:12:40.627 [I] [client/control.go:168] [8c7640e990125aa5] [DNL01B4203] start proxy success [2026-01-21,17:20:02.704] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,17:20:10.298] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,17:35:02.530] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,17:35:05.148] [DEBUG] 6 processes running of frp type [2026-01-21,17:50:02.685] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,17:50:05.165] [DEBUG] 6 processes running of frp type [2026-01-21,18:05:02.625] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,18:05:15.331] [DEBUG] 6 processes running of frp type [2026-01-21,18:20:02.657] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,18:20:10.736] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,18:35:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,18:35:05.135] [DEBUG] 6 processes running of frp type [2026-01-21,18:50:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,18:50:05.605] [DEBUG] 6 processes running of frp type [2026-01-21,19:05:03.142] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,19:05:05.674] [DEBUG] 6 processes running of frp type [2026-01-21,19:20:02.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,19:20:05.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-01-21,19:35:07.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,19:35:10.564] [DEBUG] 6 processes running of frp type [2026-01-21,19:50:01.940] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,19:50:04.469] [DEBUG] 6 processes running of frp type [2026-01-21,20:05:02.905] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,20:05:05.356] [DEBUG] 6 processes running of frp type [2026-01-21,20:20:02.740] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,20: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-01-21,20:30:41.191] [INFO] Initializing BusSpeedStateManager V2 [2026-01-21,20:30:41.196] [INFO] LocationSqlManager initialising [2026-01-21,20:30:41.196] [INFO] Location DB initialising [2026-01-21,20:30:41.206] [INFO] LocationSqlManager initialisation complete [2026-01-21,20:30:41.207] [DEBUG] UploadManager Init [2026-01-21,20:30:41.207] [DEBUG] UploadManager Init Complete [2026-01-21,20:30:41.210] [INFO] Initializing GPS... [2026-01-21,20:30:41.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' [2026-01-21,20:32:29.611] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,20:32:37.019] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-21,20:32:50.172] [DEBUG] Log Upload Complete! [2026-01-21,20:35:29.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,20:35:32.233] [DEBUG] Remote Access Enabled [2026-01-21,20:35:34.281] [INFO] Server Address: 138.201.17.179 [2026-01-21,20:35:34.283] [INFO] Server Port: 7000 [2026-01-21,20:35:34.293] [DEBUG] Starting Remote Access! 2026-01-21 20:35:34.478 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-21 20:35:34.479 [I] [client/service.go:294] try to connect to server... 2026-01-21 20:35:36.482 [I] [client/service.go:286] [4b25e5765f337e9f] login to server success, get run id [4b25e5765f337e9f] 2026-01-21 20:35:36.485 [I] [proxy/proxy_manager.go:173] [4b25e5765f337e9f] proxy added: [DNL01B4203] 2026-01-21 20:35:37.141 [I] [client/control.go:168] [4b25e5765f337e9f] [DNL01B4203] start proxy success [2026-01-21,20:50:02.344] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,20:50:19.137] [DEBUG] 6 processes running of frp type [2026-01-21,21:05:02.549] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,21:05:04.949] [DEBUG] 6 processes running of frp type [2026-01-21,21:20:02.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,21:20:05.031] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,21:35:03.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,21:35:10.510] [DEBUG] 6 processes running of frp type [2026-01-21,21:50:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,21:50:05.027] [DEBUG] 6 processes running of frp type [2026-01-21,22:05:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,22:05:05.498] [DEBUG] 6 processes running of frp type [2026-01-21,22:20:02.829] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,22: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' [2026-01-21,22:35:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,22:35:04.730] [DEBUG] 6 processes running of frp type [2026-01-21,22:50:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,22:50:05.110] [DEBUG] 6 processes running of frp type [2026-01-21,23:05:02.579] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,23:05:05.180] [DEBUG] 6 processes running of frp type [2026-01-21,23:20:02.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,23: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-01-21,23:35:02.494] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,23:35:05.456] [DEBUG] 6 processes running of frp type [2026-01-21,23:50:02.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-21,23:50:04.671] [DEBUG] 6 processes running of frp type [2026-01-22,00:05:03.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,00:05:05.284] [DEBUG] 6 processes running of frp type [2026-01-22,00:20:02.601] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,00:20:05.270] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,00:35:02.530] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,00:35:05.215] [DEBUG] 6 processes running of frp type [2026-01-22,00:50:03.065] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,00:50:05.976] [DEBUG] 6 processes running of frp type [2026-01-22,01:05:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,01:05:04.861] [DEBUG] 6 processes running of frp type [2026-01-22,01:20:02.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,01: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-01-22,01:35:02.849] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,01:35:06.514] [DEBUG] 6 processes running of frp type [2026-01-22,01:50:02.316] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,01:50:04.742] [DEBUG] 6 processes running of frp type [2026-01-22,02:05:02.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,02:05:04.357] [DEBUG] 6 processes running of frp type [2026-01-22,02:20:02.740] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,02: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-01-22,02:35:02.591] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,02:35:04.942] [DEBUG] 6 processes running of frp type [2026-01-22,02:50:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,02:50:04.993] [DEBUG] 6 processes running of frp type [2026-01-22,03:05:02.362] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,03:05:04.925] [DEBUG] 6 processes running of frp type [2026-01-22,03:20:02.306] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,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-01-22,03:35:02.762] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,03:35:05.213] [DEBUG] 6 processes running of frp type [2026-01-22,03:50:03.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,03:50:06.001] [DEBUG] 6 processes running of frp type [2026-01-22,04:05:02.370] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,04:05:04.317] [DEBUG] 6 processes running of frp type [2026-01-22,04:20:02.550] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,04: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-01-22,04:35:02.443] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,04:35:04.898] [DEBUG] 6 processes running of frp type [2026-01-22,04:50:02.612] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,04:50:05.287] [DEBUG] 6 processes running of frp type [2026-01-22,05:05:02.824] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,05:05:05.143] [DEBUG] 6 processes running of frp type [2026-01-22,05:20:02.572] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,05: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-01-22,05:35:02.352] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,05:35:05.388] [DEBUG] 6 processes running of frp type [2026-01-22,05:50:03.084] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,05:50:05.331] [DEBUG] 6 processes running of frp type [2026-01-22,06:05:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,06:05:05.394] [DEBUG] 6 processes running of frp type [2026-01-22,06:20:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,06: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' [2026-01-22,06:30:40.869] [INFO] Initializing BusSpeedStateManager V2 [2026-01-22,06:30:40.874] [INFO] LocationSqlManager initialising [2026-01-22,06:30:40.875] [INFO] Location DB initialising [2026-01-22,06:30:40.884] [INFO] LocationSqlManager initialisation complete [2026-01-22,06:30:40.885] [DEBUG] UploadManager Init [2026-01-22,06:30:40.885] [DEBUG] UploadManager Init Complete [2026-01-22,06:30:40.888] [INFO] Initializing GPS... [2026-01-22,06:30:40.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' [2026-01-22,06:32:29.706] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,06:32:32.348] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-22,06:32:46.047] [DEBUG] Log Upload Complete! [2026-01-22,06:35:29.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,06:35:31.462] [DEBUG] Remote Access Enabled [2026-01-22,06:35:33.479] [INFO] Server Address: 138.201.17.179 [2026-01-22,06:35:33.481] [INFO] Server Port: 7000 [2026-01-22,06:35:33.490] [DEBUG] Starting Remote Access! 2026-01-22 06:35:33.676 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-22 06:35:33.677 [I] [client/service.go:294] try to connect to server... 2026-01-22 06:35:34.739 [I] [client/service.go:286] [3883085d625ddf49] login to server success, get run id [3883085d625ddf49] 2026-01-22 06:35:34.740 [I] [proxy/proxy_manager.go:173] [3883085d625ddf49] proxy added: [DNL01B4203] 2026-01-22 06:35:35.089 [I] [client/control.go:168] [3883085d625ddf49] [DNL01B4203] start proxy success [2026-01-22,06:50:02.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,06:50:04.522] [DEBUG] 6 processes running of frp type [2026-01-22,07:05:02.998] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,07:05:05.710] [DEBUG] 6 processes running of frp type [2026-01-22,07:20:01.986] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,07: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-01-22,07:35:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,07:35:04.964] [DEBUG] 6 processes running of frp type [2026-01-22,07:50:02.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,07:50:04.806] [DEBUG] 6 processes running of frp type [2026-01-22,08:02:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,08:02:04.159] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:39.581] [DEBUG] Log Upload Complete! [2026-01-22,08:05:02.354] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,08:05:04.757] [DEBUG] 6 processes running of frp type [2026-01-22,08:20:02.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,08: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' [2026-01-22,08:35:02.941] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,08:35:05.344] [DEBUG] 6 processes running of frp type [2026-01-22,07:45:28.122] [INFO] Initializing BusSpeedStateManager V2 [2026-01-22,07:45:28.127] [INFO] LocationSqlManager initialising [2026-01-22,07:45:28.128] [INFO] Location DB initialising [2026-01-22,07:45:28.137] [INFO] LocationSqlManager initialisation complete [2026-01-22,07:45:28.138] [DEBUG] UploadManager Init [2026-01-22,07:45:28.138] [DEBUG] UploadManager Init Complete [2026-01-22,07:45:28.141] [INFO] Initializing GPS... [2026-01-22,07:45:28.143] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:50:16.729] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-22,18:50:02.290] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,18:50:10.249] [DEBUG] Remote Access Enabled [2026-01-22,18:50:11.968] [INFO] Server Address: 138.201.17.179 [2026-01-22,18:50:11.969] [INFO] Server Port: 7000 [2026-01-22,18:50:11.974] [DEBUG] Starting Remote Access! 2026-01-22 18:50:12.111 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-22 18:50:12.112 [I] [client/service.go:294] try to connect to server... 2026-01-22 18:50:13.183 [I] [client/service.go:286] [e82b85d34a4ca298] login to server success, get run id [e82b85d34a4ca298] 2026-01-22 18:50:13.185 [I] [proxy/proxy_manager.go:173] [e82b85d34a4ca298] proxy added: [DNL01B4203] 2026-01-22 18:50:13.808 [I] [client/control.go:168] [e82b85d34a4ca298] [DNL01B4203] start proxy success [2026-01-22,19:05:02.481] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,19:05:04.412] [DEBUG] 6 processes running of frp type [2026-01-22,19:20:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,19:20:16.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-22,19:35:02.972] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,19:35:05.550] [DEBUG] 6 processes running of frp type [2026-01-22,19:50:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,19:50:05.636] [DEBUG] 6 processes running of frp type [2026-01-22,20:05:03.376] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,20:05:06.017] [DEBUG] 6 processes running of frp type [2026-01-22,20:20:02.333] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,20:20:05.942] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,20:30:39.746] [INFO] Initializing BusSpeedStateManager V2 [2026-01-22,20:30:39.751] [INFO] LocationSqlManager initialising [2026-01-22,20:30:39.751] [INFO] Location DB initialising [2026-01-22,20:30:39.761] [INFO] LocationSqlManager initialisation complete [2026-01-22,20:30:39.761] [DEBUG] UploadManager Init [2026-01-22,20:30:39.762] [DEBUG] UploadManager Init Complete [2026-01-22,20:30:39.765] [INFO] Initializing GPS... [2026-01-22,20:30:39.767] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,20:32:28.947] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,20:32:36.687] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:33:21.640] [DEBUG] Log Upload Complete! [2026-01-22,20:35:29.080] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,20:35:32.869] [DEBUG] Remote Access Enabled [2026-01-22,20:35:34.852] [INFO] Server Address: 138.201.17.179 [2026-01-22,20:35:34.853] [INFO] Server Port: 7000 [2026-01-22,20:35:34.859] [DEBUG] Starting Remote Access! 2026-01-22 20:35:35.021 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-22 20:35:35.023 [I] [client/service.go:294] try to connect to server... 2026-01-22 20:35:36.614 [I] [client/service.go:286] [4dffaff37486d9c4] login to server success, get run id [4dffaff37486d9c4] 2026-01-22 20:35:36.616 [I] [proxy/proxy_manager.go:173] [4dffaff37486d9c4] proxy added: [DNL01B4203] 2026-01-22 20:35:37.249 [I] [client/control.go:168] [4dffaff37486d9c4] [DNL01B4203] start proxy success [2026-01-22,20:50:07.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,20:50:20.933] [DEBUG] 6 processes running of frp type [2026-01-22,21:05:02.561] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,21:05:05.314] [DEBUG] 6 processes running of frp type [2026-01-22,21:20:02.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,21:20:05.907] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,21:35:02.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,21:35:04.812] [DEBUG] 6 processes running of frp type [2026-01-22,21:50:02.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,21:50:19.967] [DEBUG] 6 processes running of frp type [2026-01-22,22:05:02.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,22:05:14.862] [DEBUG] 6 processes running of frp type [2026-01-22,22:20:02.184] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,22: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-01-22,22:35:03.436] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,22:35:07.531] [DEBUG] 6 processes running of frp type [2026-01-22,22:50:03.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,22:50:11.068] [DEBUG] 6 processes running of frp type [2026-01-22,23:05:02.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,23:05:04.992] [DEBUG] 6 processes running of frp type [2026-01-22,23:20:02.294] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,23: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-01-22,23:35:03.037] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,23:35:04.874] [DEBUG] 6 processes running of frp type [2026-01-22,23:50:02.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-22,23:50:04.644] [DEBUG] 6 processes running of frp type [2026-01-23,00:05:03.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,00:05:05.924] [DEBUG] 6 processes running of frp type [2026-01-23,00:20:02.058] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,00: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-01-23,00:35:03.008] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,00:35:04.902] [DEBUG] 6 processes running of frp type [2026-01-23,00:50:02.906] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,00:50:05.634] [DEBUG] 6 processes running of frp type [2026-01-23,01:05:03.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,01:05:05.533] [DEBUG] 6 processes running of frp type [2026-01-23,01:20:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,01: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-01-23,01:35:02.351] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,01:35:04.250] [DEBUG] 6 processes running of frp type [2026-01-23,01:50:02.907] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,01:50:05.187] [DEBUG] 6 processes running of frp type [2026-01-23,02:05:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,02:05:04.482] [DEBUG] 6 processes running of frp type [2026-01-23,02:20:02.940] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,02: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-01-23,02:35:02.030] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,02:35:04.083] [DEBUG] 6 processes running of frp type [2026-01-23,02:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,02:50:04.950] [DEBUG] 6 processes running of frp type [2026-01-23,03:05:02.631] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,03:05:04.863] [DEBUG] 6 processes running of frp type [2026-01-23,03:20:02.216] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,03:20:04.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-01-23,03:35:03.200] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,03:35:05.478] [DEBUG] 6 processes running of frp type [2026-01-23,03:50:03.029] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,03:50:04.998] [DEBUG] 6 processes running of frp type [2026-01-23,04:05:02.550] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,04:05:05.007] [DEBUG] 6 processes running of frp type [2026-01-23,04:20:02.702] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,04: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' [2026-01-23,04:35:02.958] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,04:35:05.223] [DEBUG] 6 processes running of frp type [2026-01-23,04:50:04.762] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,04:50:07.125] [DEBUG] 6 processes running of frp type [2026-01-23,05:05:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,05:05:04.987] [DEBUG] 6 processes running of frp type [2026-01-23,05:20:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,05: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-01-23,05:35:02.929] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,05:35:05.280] [DEBUG] 6 processes running of frp type [2026-01-23,05:50:02.386] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,05:50:05.302] [DEBUG] 6 processes running of frp type [2026-01-23,06:05:02.520] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,06:05:04.651] [DEBUG] 6 processes running of frp type [2026-01-23,06:20:01.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,06:20:03.853] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,06:30:40.064] [INFO] Initializing BusSpeedStateManager V2 [2026-01-23,06:30:40.069] [INFO] LocationSqlManager initialising [2026-01-23,06:30:40.070] [INFO] Location DB initialising [2026-01-23,06:30:40.079] [INFO] LocationSqlManager initialisation complete [2026-01-23,06:30:40.080] [DEBUG] UploadManager Init [2026-01-23,06:30:40.080] [DEBUG] UploadManager Init Complete [2026-01-23,06:30:40.083] [INFO] Initializing GPS... [2026-01-23,06:30:40.085] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,06:32:31.364] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,06:32:33.316] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-23,06:32:48.362] [DEBUG] Log Upload Complete! [2026-01-23,06:35:29.179] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,06:35:31.500] [DEBUG] Remote Access Enabled [2026-01-23,06:35:33.362] [INFO] Server Address: 138.201.17.179 [2026-01-23,06:35:33.363] [INFO] Server Port: 7000 [2026-01-23,06:35:33.372] [DEBUG] Starting Remote Access! 2026-01-23 06:35:33.544 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-23 06:35:33.545 [I] [client/service.go:294] try to connect to server... 2026-01-23 06:35:34.613 [I] [client/service.go:286] [51b50a5c8e8b14c5] login to server success, get run id [51b50a5c8e8b14c5] 2026-01-23 06:35:34.614 [I] [proxy/proxy_manager.go:173] [51b50a5c8e8b14c5] proxy added: [DNL01B4203] 2026-01-23 06:35:34.933 [I] [client/control.go:168] [51b50a5c8e8b14c5] [DNL01B4203] start proxy success [2026-01-23,06:50:02.392] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,06:50:05.208] [DEBUG] 6 processes running of frp type [2026-01-23,07:05:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,07:05:04.569] [DEBUG] 6 processes running of frp type [2026-01-23,07:20:02.686] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,07:20:05.167] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,07:35:02.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,07:35:04.602] [DEBUG] 6 processes running of frp type [2026-01-23,07:50:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,07:50:05.151] [DEBUG] 6 processes running of frp type [2026-01-23,08:02:02.353] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,08:02:04.349] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-23,08:02:16.982] [DEBUG] Log Upload Complete! [2026-01-23,08:05:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,08:05:04.572] [DEBUG] 6 processes running of frp type [2026-01-23,08:20:02.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,08:20:05.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,08:35:02.756] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,08:35:05.051] [DEBUG] 6 processes running of frp type [2026-01-23,08:50:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,08:50:05.344] [DEBUG] 6 processes running of frp type [2026-01-23,09:05:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,09:05:05.354] [DEBUG] 6 processes running of frp type [2026-01-23,09:20:02.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,09: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-01-23,09:35:02.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,09:35:04.313] [DEBUG] 6 processes running of frp type [2026-01-23,09:50:02.958] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,09:50:10.955] [DEBUG] 6 processes running of frp type [2026-01-23,10:05:02.447] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,10:05:04.587] [DEBUG] 6 processes running of frp type [2026-01-23,10:20:02.764] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,10: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-01-23,10:35:02.483] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,10:35:04.667] [DEBUG] 6 processes running of frp type [2026-01-23,10:50:02.344] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,10:50:05.120] [DEBUG] 6 processes running of frp type [2026-01-23,11:05:02.517] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,11:05:10.190] [DEBUG] 6 processes running of frp type [2026-01-23,11:20:02.544] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,11:20:05.474] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,11:35:02.401] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,11:35:04.475] [DEBUG] 6 processes running of frp type [2026-01-23,11:47:18.160] [INFO] Initializing BusSpeedStateManager V2 [2026-01-23,11:47:18.168] [INFO] LocationSqlManager initialising [2026-01-23,11:47:18.169] [INFO] Location DB initialising [2026-01-23,11:47:18.180] [INFO] LocationSqlManager initialisation complete [2026-01-23,11:47:18.181] [DEBUG] UploadManager Init [2026-01-23,11:47:18.182] [DEBUG] UploadManager Init Complete [2026-01-23,11:47:18.186] [INFO] Initializing GPS... [2026-01-23,11:47:18.189] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:52:06.664] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-23,12:05:02.309] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,12:05:04.934] [DEBUG] Remote Access Enabled [2026-01-23,12:05:06.438] [INFO] Server Address: 138.201.17.179 [2026-01-23,12:05:06.439] [INFO] Server Port: 7000 [2026-01-23,12:05:06.444] [DEBUG] Starting Remote Access! 2026-01-23 12:05:06.571 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-23 12:05:06.572 [I] [client/service.go:294] try to connect to server... 2026-01-23 12:05:08.012 [I] [client/service.go:286] [7177fd8f2180c7f3] login to server success, get run id [7177fd8f2180c7f3] 2026-01-23 12:05:08.014 [I] [proxy/proxy_manager.go:173] [7177fd8f2180c7f3] proxy added: [DNL01B4203] 2026-01-23 12:05:08.660 [I] [client/control.go:168] [7177fd8f2180c7f3] [DNL01B4203] start proxy success [2026-01-23,12:20:02.381] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,12:20:04.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-23,12:35:03.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,12:35:05.870] [DEBUG] 6 processes running of frp type [2026-01-23,12:50:02.696] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,12:50:05.380] [DEBUG] 6 processes running of frp type [2026-01-23,13:05:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,13:05:10.568] [DEBUG] 6 processes running of frp type [2026-01-23,13:20:02.882] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,13: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-01-23,13:35:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,13:35:04.908] [DEBUG] 6 processes running of frp type [2026-01-23,13:50:02.576] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,13:50:05.374] [DEBUG] 6 processes running of frp type [2026-01-23,14:05:02.891] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,14:05:05.992] [DEBUG] 6 processes running of frp type [2026-01-23,14:20:02.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,14:20:05.033] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,14:35:02.873] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,14:35:05.613] [DEBUG] 6 processes running of frp type [2026-01-23,14:50:02.273] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,14:50:05.099] [DEBUG] 6 processes running of frp type [2026-01-23,15:05:02.602] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,15:05:10.175] [DEBUG] 6 processes running of frp type [2026-01-23,15:20:02.560] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,15:20:05.631] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,15:35:02.623] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,15:35:05.201] [DEBUG] 6 processes running of frp type [2026-01-23,15:50:03.012] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,15:50:04.810] [DEBUG] 6 processes running of frp type [2026-01-23,16:05:02.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,16:05:04.030] [DEBUG] 6 processes running of frp type [2026-01-23,16:20:02.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,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-23,16:35:03.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,16:35:05.162] [DEBUG] 6 processes running of frp type [2026-01-23,16:50:02.945] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,16:50:04.806] [DEBUG] 6 processes running of frp type 2026-01-23 17:00:18.754 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:00:18.755 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:00:20.769 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:00:20.771 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:00:24.972 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:00:24.973 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:00:33.657 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:00:33.658 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:00:52.101 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:00:52.102 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:01:12.103 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:01:12.105 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:01:32.105 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:01:32.107 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:01:52.109 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:01:52.110 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:02:12.111 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:02:12.112 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:02:32.113 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:02:32.115 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:02:52.116 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:02:52.117 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:03:12.118 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:03:12.120 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:03:32.120 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:03:32.121 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:03:52.123 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:03:52.124 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:04:12.126 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:04:12.127 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:04:32.128 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:04:32.130 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:04:52.131 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:04:52.132 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:05:12.134 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:05:12.135 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:05:32.135 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:05:32.140 [W] [client/service.go:297] [7177fd8f2180c7f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:05:52.141 [I] [client/service.go:294] [7177fd8f2180c7f3] try to connect to server... 2026-01-23 17:05:53.793 [I] [client/service.go:286] [7177fd8f2180c7f3] login to server success, get run id [7177fd8f2180c7f3] 2026-01-23 17:05:53.795 [I] [proxy/proxy_manager.go:173] [7177fd8f2180c7f3] proxy added: [DNL01B4203] 2026-01-23 17:05:55.253 [I] [client/control.go:168] [7177fd8f2180c7f3] [DNL01B4203] start proxy success [2026-01-23,17:20:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,17:20:04.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-01-23,17:35:03.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,17:35:05.114] [DEBUG] 6 processes running of frp type [2026-01-23,17:50:02.671] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,17:50:04.660] [DEBUG] 6 processes running of frp type [2026-01-23,18:05:03.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,18:05:05.135] [DEBUG] 6 processes running of frp type [2026-01-23,18:20:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,18:20:09.639] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,18:35:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,18:35:04.114] [DEBUG] 6 processes running of frp type [2026-01-23,18:50:02.791] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,18:50:04.754] [DEBUG] 6 processes running of frp type [2026-01-23,19:05:02.329] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,19:05:04.273] [DEBUG] 6 processes running of frp type [2026-01-23,19:20:02.513] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,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-01-23,19:35:02.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,19:35:14.234] [DEBUG] 6 processes running of frp type [2026-01-23,19:50:02.776] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,19:50:19.581] [DEBUG] 6 processes running of frp type [2026-01-23,20:05:03.042] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,20:05:06.319] [DEBUG] 6 processes running of frp type [2026-01-23,20:20:02.632] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,20:20:04.883] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,20:30:41.149] [INFO] Initializing BusSpeedStateManager V2 [2026-01-23,20:30:41.156] [INFO] LocationSqlManager initialising [2026-01-23,20:30:41.157] [INFO] Location DB initialising [2026-01-23,20:30:41.168] [INFO] LocationSqlManager initialisation complete [2026-01-23,20:30:41.169] [DEBUG] UploadManager Init [2026-01-23,20:30:41.170] [DEBUG] UploadManager Init Complete [2026-01-23,20:30:41.174] [INFO] Initializing GPS... [2026-01-23,20:30:41.177] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,20:32:29.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,20:32:32.373] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-23,20:32:45.673] [DEBUG] Log Upload Complete! [2026-01-23,20:35:29.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,20:35:31.827] [DEBUG] Remote Access Enabled [2026-01-23,20:35:33.395] [INFO] Server Address: 138.201.17.179 [2026-01-23,20:35:33.397] [INFO] Server Port: 7000 [2026-01-23,20:35:33.405] [DEBUG] Starting Remote Access! 2026-01-23 20:35:33.600 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-23 20:35:33.601 [I] [client/service.go:294] try to connect to server... 2026-01-23 20:35:34.653 [I] [client/service.go:286] [383c5b21bbbd9b90] login to server success, get run id [383c5b21bbbd9b90] 2026-01-23 20:35:34.654 [I] [proxy/proxy_manager.go:173] [383c5b21bbbd9b90] proxy added: [DNL01B4203] 2026-01-23 20:35:35.291 [I] [client/control.go:168] [383c5b21bbbd9b90] [DNL01B4203] start proxy success [2026-01-23,20:50:02.251] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,20:50:05.273] [DEBUG] 6 processes running of frp type [2026-01-23,21:05:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,21:05:04.999] [DEBUG] 6 processes running of frp type [2026-01-23,21:20:02.456] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,21: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-01-23,21:35:01.926] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,21:35:04.153] [DEBUG] 6 processes running of frp type [2026-01-23,21:50:02.705] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,21:50:10.374] [DEBUG] 6 processes running of frp type [2026-01-23,22:05:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,22:05:10.745] [DEBUG] 6 processes running of frp type [2026-01-23,22:20:02.065] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,22:20:03.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-23,22:35:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,22:35:04.785] [DEBUG] 6 processes running of frp type [2026-01-23,22:50:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,22:50:09.660] [DEBUG] 6 processes running of frp type [2026-01-23,23:05:03.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,23:05:05.310] [DEBUG] 6 processes running of frp type [2026-01-23,23:20:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,23:20:06.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,23:35:02.647] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,23:35:04.820] [DEBUG] 6 processes running of frp type [2026-01-23,23:50:02.447] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-23,23:50:04.319] [DEBUG] 6 processes running of frp type [2026-01-24,00:05:04.754] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,00:05:06.660] [DEBUG] 6 processes running of frp type [2026-01-24,00:20:03.010] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,00:20:05.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-01-24,00:35:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,00:35:04.784] [DEBUG] 6 processes running of frp type [2026-01-24,00:50:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,00:50:04.574] [DEBUG] 6 processes running of frp type [2026-01-24,01:05:03.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,01:05:05.434] [DEBUG] 6 processes running of frp type [2026-01-24,01:20:02.706] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,01:20:05.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-01-24,01:35:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,01:35:05.084] [DEBUG] 6 processes running of frp type [2026-01-24,01:50:02.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,01:50:06.180] [DEBUG] 6 processes running of frp type [2026-01-24,02:05:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,02:05:04.944] [DEBUG] 6 processes running of frp type [2026-01-24,02:20:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,02: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-01-24,02:35:03.068] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,02:35:04.840] [DEBUG] 6 processes running of frp type [2026-01-24,02:50:02.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,02:50:04.912] [DEBUG] 6 processes running of frp type [2026-01-24,03:05:02.451] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,03:05:04.768] [DEBUG] 6 processes running of frp type [2026-01-24,03:20:02.044] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,03:20:04.483] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,03:35:02.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,03:35:05.562] [DEBUG] 6 processes running of frp type [2026-01-24,03:50:02.326] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,03:50:04.797] [DEBUG] 6 processes running of frp type [2026-01-24,04:05:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,04:05:05.194] [DEBUG] 6 processes running of frp type [2026-01-24,04:20:02.403] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,04:20:05.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-01-24,04:35:02.437] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,04:35:05.381] [DEBUG] 6 processes running of frp type [2026-01-24,04:50:03.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,04:50:05.718] [DEBUG] 6 processes running of frp type [2026-01-24,05:05:02.196] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,05:05:04.803] [DEBUG] 6 processes running of frp type [2026-01-24,05:20:02.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,05: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-01-24,05:35:02.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,05:35:05.314] [DEBUG] 6 processes running of frp type [2026-01-24,05:50:03.118] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,05:50:05.476] [DEBUG] 6 processes running of frp type [2026-01-24,06:05:02.938] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,06:05:05.090] [DEBUG] 6 processes running of frp type [2026-01-24,06:20:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,06: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-24,06:30:41.083] [INFO] Initializing BusSpeedStateManager V2 [2026-01-24,06:30:41.089] [INFO] LocationSqlManager initialising [2026-01-24,06:30:41.090] [INFO] Location DB initialising [2026-01-24,06:30:41.100] [INFO] LocationSqlManager initialisation complete [2026-01-24,06:30:41.101] [DEBUG] UploadManager Init [2026-01-24,06:30:41.101] [DEBUG] UploadManager Init Complete [2026-01-24,06:30:41.105] [INFO] Initializing GPS... [2026-01-24,06:30:41.107] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,06:32:29.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,06:32:31.682] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-24,06:32:44.592] [DEBUG] Log Upload Complete! [2026-01-24,06:35:29.773] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,06:35:31.860] [DEBUG] Remote Access Enabled [2026-01-24,06:35:33.434] [INFO] Server Address: 138.201.17.179 [2026-01-24,06:35:33.436] [INFO] Server Port: 7000 [2026-01-24,06:35:33.444] [DEBUG] Starting Remote Access! 2026-01-24 06:35:33.634 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-24 06:35:33.635 [I] [client/service.go:294] try to connect to server... 2026-01-24 06:35:34.674 [I] [client/service.go:286] [f8c0dbefee22cc0e] login to server success, get run id [f8c0dbefee22cc0e] 2026-01-24 06:35:34.675 [I] [proxy/proxy_manager.go:173] [f8c0dbefee22cc0e] proxy added: [DNL01B4203] 2026-01-24 06:35:35.007 [I] [client/control.go:168] [f8c0dbefee22cc0e] [DNL01B4203] start proxy success [2026-01-24,06:50:02.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,06:50:04.596] [DEBUG] 6 processes running of frp type [2026-01-24,07:05:02.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,07:05:05.428] [DEBUG] 6 processes running of frp type [2026-01-24,07:20:02.925] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,07:20:05.582] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,07:35:02.461] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,07:35:05.153] [DEBUG] 6 processes running of frp type [2026-01-24,07:50:02.927] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,07:50:05.152] [DEBUG] 6 processes running of frp type [2026-01-24,08:02:02.379] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,08:02:05.031] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-24,08:02:45.722] [DEBUG] Log Upload Complete! [2026-01-24,08:05:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,08:05:04.606] [DEBUG] 6 processes running of frp type [2026-01-24,08:20:03.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,08: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-01-24,08:35:02.857] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,08:35:05.365] [DEBUG] 6 processes running of frp type [2026-01-24,08:50:03.194] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,08:50:05.919] [DEBUG] 6 processes running of frp type [2026-01-24,09:05:02.321] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,09:05:05.018] [DEBUG] 6 processes running of frp type [2026-01-24,09:20:02.340] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,09: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-01-24,09:35:03.144] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,09:35:05.958] [DEBUG] 6 processes running of frp type [2026-01-24,09:50:02.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,09:50:05.021] [DEBUG] 6 processes running of frp type [2026-01-24,10:05:02.503] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,10:05:10.051] [DEBUG] 6 processes running of frp type [2026-01-24,10:20:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,10:20:05.046] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,10:35:03.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,10:35:05.974] [DEBUG] 6 processes running of frp type [2026-01-24,10:50:02.906] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,10:50:05.402] [DEBUG] 6 processes running of frp type [2026-01-24,11:05:02.815] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,11:05:05.611] [DEBUG] 6 processes running of frp type [2026-01-24,11:20:03.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,11: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-01-24,11:35:02.750] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,11:35:05.489] [DEBUG] 6 processes running of frp type [2026-01-24,11:50:03.274] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,11:50:06.056] [DEBUG] 6 processes running of frp type [2026-01-24,12:05:02.475] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,12:05:04.694] [DEBUG] 6 processes running of frp type [2026-01-24,12:20:02.167] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,12:20:04.176] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,12:35:02.422] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,12:35:04.608] [DEBUG] 6 processes running of frp type [2026-01-24,12:50:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,12:50:04.857] [DEBUG] 6 processes running of frp type [2026-01-24,13:05:02.309] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,13:05:05.005] [DEBUG] 6 processes running of frp type [2026-01-24,13:20:02.335] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,13: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-01-24,13:35:03.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,13:35:05.353] [DEBUG] 6 processes running of frp type [2026-01-24,13:50:03.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,13:50:05.740] [DEBUG] 6 processes running of frp type [2026-01-24,14:05:02.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,14:05:04.612] [DEBUG] 6 processes running of frp type [2026-01-24,14:20:03.215] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,14:20:06.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-01-24,14:35:02.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,14:35:05.085] [DEBUG] 6 processes running of frp type [2026-01-24,14:50:02.768] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,14:50:05.275] [DEBUG] 6 processes running of frp type [2026-01-24,15:05:02.741] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,15:05:05.349] [DEBUG] 6 processes running of frp type [2026-01-24,15:20:02.595] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,15:20:05.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-24,15:35:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,15:35:04.616] [DEBUG] 6 processes running of frp type [2026-01-24,15:50:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,15:50:04.949] [DEBUG] 6 processes running of frp type [2026-01-24,16:05:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,16:05:15.182] [DEBUG] 6 processes running of frp type [2026-01-24,16:20:02.572] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,16: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-01-24,16:35:07.397] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,16:35:10.015] [DEBUG] 6 processes running of frp type [2026-01-24,16:50:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,16:50:05.276] [DEBUG] 6 processes running of frp type 2026-01-24 17:00:36.383 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:00:36.384 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:00:38.510 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:00:38.511 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:00:43.178 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:00:43.179 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:00:52.658 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:00:52.659 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:01:12.661 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:01:12.662 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:01:32.663 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:01:32.664 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:01:52.666 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:01:52.667 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:02:12.669 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:02:12.670 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:02:32.671 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:02:32.673 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:02:52.674 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:02:52.675 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:03:12.675 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:03:12.677 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:03:32.678 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:03:32.679 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:03:52.680 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:03:52.682 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:04:12.683 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:04:12.684 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:04:32.685 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:04:32.687 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:04:52.688 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:04:52.689 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:05:12.690 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:05:12.692 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:05:32.693 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:05:32.699 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:05:52.701 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:05:57.719 [I] [client/service.go:286] [f8c0dbefee22cc0e] login to server success, get run id [f8c0dbefee22cc0e] 2026-01-24 17:05:57.721 [I] [proxy/proxy_manager.go:173] [f8c0dbefee22cc0e] proxy added: [DNL01B4203] 2026-01-24 17:05:59.433 [I] [client/control.go:168] [f8c0dbefee22cc0e] [DNL01B4203] start proxy success 2026-01-24 17:07:03.688 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:07:03.690 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:07:05.775 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:07:05.777 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:07:10.160 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:07:10.161 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:07:19.079 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:07:19.080 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:07:38.643 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:07:38.645 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:07:58.645 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:07:58.647 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:08:18.648 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:08:18.649 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:08:38.651 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:08:38.653 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:08:58.654 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:08:58.655 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:09:18.656 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:09:18.657 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:09:38.659 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:09:38.660 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:09:58.661 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:09:58.663 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:10:18.664 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:10:18.665 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:10:38.666 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:10:38.667 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:10:58.668 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:10:58.669 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:11:18.670 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:11:18.671 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:11:38.672 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:11:38.673 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:11:58.675 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:11:58.679 [W] [client/service.go:297] [f8c0dbefee22cc0e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:12:18.681 [I] [client/service.go:294] [f8c0dbefee22cc0e] try to connect to server... 2026-01-24 17:12:20.021 [I] [client/service.go:286] [f8c0dbefee22cc0e] login to server success, get run id [f8c0dbefee22cc0e] 2026-01-24 17:12:20.022 [I] [proxy/proxy_manager.go:173] [f8c0dbefee22cc0e] proxy added: [DNL01B4203] 2026-01-24 17:12:20.990 [I] [client/control.go:168] [f8c0dbefee22cc0e] [DNL01B4203] start proxy success [2026-01-24,17:20:03.351] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,17: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-01-24,17:35:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,17:35:10.715] [DEBUG] 6 processes running of frp type [2026-01-24,17:50:02.439] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,17:50:09.923] [DEBUG] 6 processes running of frp type [2026-01-24,18:05:02.339] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,18:05:05.324] [DEBUG] 6 processes running of frp type [2026-01-24,18:20:02.675] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,18:20:10.227] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,18:35:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,18:35:05.090] [DEBUG] 6 processes running of frp type [2026-01-24,18:50:02.656] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,18:50:05.001] [DEBUG] 6 processes running of frp type [2026-01-24,19:05:02.427] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,19:05:04.973] [DEBUG] 6 processes running of frp type [2026-01-24,19:20:02.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,19: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' [2026-01-24,19:35:02.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,19:35:04.566] [DEBUG] 6 processes running of frp type [2026-01-24,19:50:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,19:50:05.398] [DEBUG] 6 processes running of frp type [2026-01-24,20:05:02.935] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,20:05:05.551] [DEBUG] 6 processes running of frp type [2026-01-24,20:20:02.788] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,20: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-01-24,20:30:42.128] [INFO] Initializing BusSpeedStateManager V2 [2026-01-24,20:30:42.133] [INFO] LocationSqlManager initialising [2026-01-24,20:30:42.134] [INFO] Location DB initialising [2026-01-24,20:30:42.146] [INFO] LocationSqlManager initialisation complete [2026-01-24,20:30:42.147] [DEBUG] UploadManager Init [2026-01-24,20:30:42.148] [DEBUG] UploadManager Init Complete [2026-01-24,20:30:42.152] [INFO] Initializing GPS... [2026-01-24,20:30:42.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' [2026-01-24,20:32:29.304] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,20:32:31.456] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:33:15.839] [DEBUG] Log Upload Complete! [2026-01-24,20:35:29.445] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,20:35:31.473] [DEBUG] Remote Access Enabled [2026-01-24,20:35:33.326] [INFO] Server Address: 138.201.17.179 [2026-01-24,20:35:33.328] [INFO] Server Port: 7000 [2026-01-24,20:35:33.337] [DEBUG] Starting Remote Access! 2026-01-24 20:35:33.529 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-24 20:35:33.530 [I] [client/service.go:294] try to connect to server... 2026-01-24 20:35:34.612 [I] [client/service.go:286] [95596d3cf083adef] login to server success, get run id [95596d3cf083adef] 2026-01-24 20:35:34.613 [I] [proxy/proxy_manager.go:173] [95596d3cf083adef] proxy added: [DNL01B4203] 2026-01-24 20:35:36.717 [I] [client/control.go:168] [95596d3cf083adef] [DNL01B4203] start proxy success [2026-01-24,20:50:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,20:50:05.343] [DEBUG] 6 processes running of frp type [2026-01-24,21:05:02.653] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,21:05:04.903] [DEBUG] 6 processes running of frp type [2026-01-24,21:20:02.412] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,21:20:10.014] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,21:35:02.124] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,21:35:04.514] [DEBUG] 6 processes running of frp type [2026-01-24,21:50:02.437] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,21:50:05.209] [DEBUG] 6 processes running of frp type [2026-01-24,22:05:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,22:05:04.701] [DEBUG] 6 processes running of frp type [2026-01-24,22:20:01.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,22: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,22:35:02.712] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,22:35:04.703] [DEBUG] 6 processes running of frp type [2026-01-24,22:50:02.380] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,22:50:04.762] [DEBUG] 6 processes running of frp type [2026-01-24,23:05:01.949] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,23:05:03.907] [DEBUG] 6 processes running of frp type [2026-01-24,23:20:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,23: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-01-24,23:35:03.062] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,23:35:05.638] [DEBUG] 6 processes running of frp type [2026-01-24,23:50:02.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-24,23:50:05.002] [DEBUG] 6 processes running of frp type [2026-01-25,00:05:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,00:05:04.801] [DEBUG] 6 processes running of frp type [2026-01-25,00:20:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,00:20:05.121] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,00:35:02.663] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,00:35:04.714] [DEBUG] 6 processes running of frp type [2026-01-25,00:50:02.370] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,00:50:04.521] [DEBUG] 6 processes running of frp type [2026-01-25,01:05:02.945] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,01:05:05.361] [DEBUG] 6 processes running of frp type [2026-01-25,01:20:02.808] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,01: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-01-25,01:35:02.161] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,01:35:04.440] [DEBUG] 6 processes running of frp type [2026-01-25,01:50:02.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,01:50:05.092] [DEBUG] 6 processes running of frp type [2026-01-25,02:05:02.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,02:05:04.942] [DEBUG] 6 processes running of frp type [2026-01-25,02:20:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,02: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' [2026-01-25,02:35:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,02:35:05.951] [DEBUG] 6 processes running of frp type [2026-01-25,02:50:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,02:50:04.636] [DEBUG] 6 processes running of frp type [2026-01-25,03:05:02.184] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,03:05:04.827] [DEBUG] 6 processes running of frp type [2026-01-25,03:20:02.033] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-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' [2026-01-25,03:35:03.162] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,03:35:05.668] [DEBUG] 6 processes running of frp type [2026-01-25,03:50:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,03:50:04.632] [DEBUG] 6 processes running of frp type [2026-01-25,04:05:03.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,04:05:05.601] [DEBUG] 6 processes running of frp type [2026-01-25,04:20:02.854] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,04:20:05.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-25,04:35:02.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,04:35:04.897] [DEBUG] 6 processes running of frp type [2026-01-25,04:50:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,04:50:05.147] [DEBUG] 6 processes running of frp type [2026-01-25,05:05:02.533] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,05:05:04.987] [DEBUG] 6 processes running of frp type [2026-01-25,05:20:02.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,05: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-01-25,05:35:03.181] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,05:35:05.401] [DEBUG] 6 processes running of frp type [2026-01-25,05:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,05:50:05.280] [DEBUG] 6 processes running of frp type [2026-01-25,06:05:02.862] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,06:05:05.475] [DEBUG] 6 processes running of frp type [2026-01-25,06:20:02.793] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,06: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-25,06:30:40.992] [INFO] Initializing BusSpeedStateManager V2 [2026-01-25,06:30:40.997] [INFO] LocationSqlManager initialising [2026-01-25,06:30:40.997] [INFO] Location DB initialising [2026-01-25,06:30:41.006] [INFO] LocationSqlManager initialisation complete [2026-01-25,06:30:41.007] [DEBUG] UploadManager Init [2026-01-25,06:30:41.007] [DEBUG] UploadManager Init Complete [2026-01-25,06:30:41.010] [INFO] Initializing GPS... [2026-01-25,06:30:41.012] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,06:32:29.664] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,06:32:32.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-25,06:33:03.324] [DEBUG] Log Upload Complete! [2026-01-25,06:35:29.975] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,06:35:31.672] [DEBUG] Remote Access Enabled [2026-01-25,06:35:33.277] [INFO] Server Address: 138.201.17.179 [2026-01-25,06:35:33.279] [INFO] Server Port: 7000 [2026-01-25,06:35:33.290] [DEBUG] Starting Remote Access! 2026-01-25 06:35:33.445 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-25 06:35:33.445 [I] [client/service.go:294] try to connect to server... 2026-01-25 06:35:34.854 [I] [client/service.go:286] [5669be78bde21c39] login to server success, get run id [5669be78bde21c39] 2026-01-25 06:35:34.855 [I] [proxy/proxy_manager.go:173] [5669be78bde21c39] proxy added: [DNL01B4203] 2026-01-25 06:35:35.525 [I] [client/control.go:168] [5669be78bde21c39] [DNL01B4203] start proxy success [2026-01-25,06:50:02.939] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,06:50:05.770] [DEBUG] 6 processes running of frp type [2026-01-25,07:05:01.996] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,07:05:04.200] [DEBUG] 6 processes running of frp type [2026-01-25,07:20:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,07:20:05.151] [DEBUG] 6 processes running of frp type [2026-01-25,07:04:32.513] [INFO] Initializing BusSpeedStateManager V2 [2026-01-25,07:04:32.518] [INFO] LocationSqlManager initialising [2026-01-25,07:04:32.519] [INFO] Location DB initialising [2026-01-25,07:04:32.529] [INFO] LocationSqlManager initialisation complete [2026-01-25,07:04:32.530] [DEBUG] UploadManager Init [2026-01-25,07:04:32.530] [DEBUG] UploadManager Init Complete [2026-01-25,07:04:32.533] [INFO] Initializing GPS... [2026-01-25,07:04:32.535] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,07:09:21.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')) [2026-01-25,12:35:02.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,12:35:04.787] [DEBUG] Remote Access Enabled [2026-01-25,12:35:06.238] [INFO] Server Address: 138.201.17.179 [2026-01-25,12:35:06.239] [INFO] Server Port: 7000 [2026-01-25,12:35:06.244] [DEBUG] Starting Remote Access! 2026-01-25 12:35:06.372 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-25 12:35:06.372 [I] [client/service.go:294] try to connect to server... 2026-01-25 12:35:07.511 [I] [client/service.go:286] [73b8f06394a22ca1] login to server success, get run id [73b8f06394a22ca1] 2026-01-25 12:35:07.512 [I] [proxy/proxy_manager.go:173] [73b8f06394a22ca1] proxy added: [DNL01B4203] 2026-01-25 12:35:07.978 [I] [client/control.go:168] [73b8f06394a22ca1] [DNL01B4203] start proxy success [2026-01-25,12:50:02.940] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,12:50:05.593] [DEBUG] 6 processes running of frp type [2026-01-25,13:05:03.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,13:05:05.338] [DEBUG] 6 processes running of frp type [2026-01-25,13:20:02.703] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,13:20:05.277] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,13:35:02.433] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,13:35:10.117] [DEBUG] 6 processes running of frp type [2026-01-25,13:50:02.934] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-01-25 13:50:13.516 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 13:50:22.039 [I] [client/service.go:286] [73b8f06394a22ca1] login to server success, get run id [73b8f06394a22ca1] 2026-01-25 13:50:22.040 [I] [proxy/proxy_manager.go:173] [73b8f06394a22ca1] proxy added: [DNL01B4203] 2026-01-25 13:50:22.679 [I] [client/control.go:168] [73b8f06394a22ca1] [DNL01B4203] start proxy success [2026-01-25,13:50:28.005] [DEBUG] 6 processes running of frp type [2026-01-25,14:05:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,14:05:04.328] [DEBUG] 6 processes running of frp type [2026-01-25,14:20:02.766] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,14:20:05.384] [DEBUG] 6 processes running of frp type 2026-01-25 14:25:22.014 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 14:25:28.584 [I] [client/service.go:286] [73b8f06394a22ca1] login to server success, get run id [73b8f06394a22ca1] 2026-01-25 14:25:28.585 [I] [proxy/proxy_manager.go:173] [73b8f06394a22ca1] proxy added: [DNL01B4203] 2026-01-25 14:25:31.962 [I] [client/control.go:168] [73b8f06394a22ca1] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,14:35:02.414] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,14:35:19.605] [DEBUG] 6 processes running of frp type [2026-01-25,14:50:02.190] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,14:50:04.403] [DEBUG] 6 processes running of frp type [2026-01-25,15:05:02.701] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,15:05:04.951] [DEBUG] 6 processes running of frp type [2026-01-25,15:20:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,15:20:04.431] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,15:35:03.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,15:35:05.557] [DEBUG] 6 processes running of frp type [2026-01-25,15:50:02.270] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,15:50:04.443] [DEBUG] 6 processes running of frp type [2026-01-25,16:05:02.913] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,16:05:05.362] [DEBUG] 6 processes running of frp type [2026-01-25,16:20:02.760] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,16:20:10.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-01-25,16:35:02.727] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,16:35:05.042] [DEBUG] 6 processes running of frp type [2026-01-25,16:50:02.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,16:50:04.797] [DEBUG] 6 processes running of frp type 2026-01-25 17:00:33.195 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:00:33.197 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:00:35.234 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:00:35.235 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:00:39.376 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:00:39.377 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:00:48.443 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:00:48.444 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:01:08.287 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:01:08.289 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:01:28.289 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:01:28.290 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:01:48.291 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:01:48.293 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:02:08.294 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:02:08.295 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:02:28.297 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:02:28.298 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:02:48.299 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:02:48.300 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:03:08.302 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:03:08.303 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:03:28.304 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:03:28.306 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:03:48.307 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:03:48.308 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:04:08.310 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:04:08.311 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:04:28.312 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:04:28.313 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:04:48.314 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:04:48.316 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:05:08.317 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:05:08.319 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:05:28.321 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:05:28.326 [W] [client/service.go:297] [73b8f06394a22ca1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-25 17:05:48.327 [I] [client/service.go:294] [73b8f06394a22ca1] try to connect to server... 2026-01-25 17:05:51.008 [I] [client/service.go:286] [73b8f06394a22ca1] login to server success, get run id [73b8f06394a22ca1] 2026-01-25 17:05:51.010 [I] [proxy/proxy_manager.go:173] [73b8f06394a22ca1] proxy added: [DNL01B4203] 2026-01-25 17:05:51.384 [I] [client/control.go:168] [73b8f06394a22ca1] [DNL01B4203] start proxy success [2026-01-25,17:20:02.441] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,17:20:09.800] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,17:35:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,17:35:04.876] [DEBUG] 6 processes running of frp type [2026-01-25,17:50:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,17:50:04.969] [DEBUG] 6 processes running of frp type [2026-01-25,18:05:02.408] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,18:05:04.815] [DEBUG] 6 processes running of frp type [2026-01-25,18:20:02.030] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,18: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' [2026-01-25,18:35:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,18:35:05.789] [DEBUG] 6 processes running of frp type [2026-01-25,18:50:02.439] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,18:50:04.604] [DEBUG] 6 processes running of frp type [2026-01-25,19:05:03.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,19:05:05.401] [DEBUG] 6 processes running of frp type [2026-01-25,19:20:02.563] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,19: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-25,19:35:02.521] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,19:35:10.920] [DEBUG] 6 processes running of frp type [2026-01-25,19:50:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,19:50:10.792] [DEBUG] 6 processes running of frp type [2026-01-25,20:05:02.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,20:05:04.423] [DEBUG] 6 processes running of frp type [2026-01-25,20:20:02.879] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,20: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-01-25,20:30:40.713] [INFO] Initializing BusSpeedStateManager V2 [2026-01-25,20:30:40.717] [INFO] LocationSqlManager initialising [2026-01-25,20:30:40.718] [INFO] Location DB initialising [2026-01-25,20:30:40.727] [INFO] LocationSqlManager initialisation complete [2026-01-25,20:30:40.727] [DEBUG] UploadManager Init [2026-01-25,20:30:40.728] [DEBUG] UploadManager Init Complete [2026-01-25,20:30:40.730] [INFO] Initializing GPS... [2026-01-25,20:30:40.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-01-25,20:32:29.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,20:32:38.865] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-25,20:32:56.307] [DEBUG] Log Upload Complete! [2026-01-25,20:35:29.689] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,20:35:31.491] [DEBUG] Remote Access Enabled [2026-01-25,20:35:33.060] [INFO] Server Address: 138.201.17.179 [2026-01-25,20:35:33.062] [INFO] Server Port: 7000 [2026-01-25,20:35:33.074] [DEBUG] Starting Remote Access! 2026-01-25 20:35:33.278 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-25 20:35:33.279 [I] [client/service.go:294] try to connect to server... 2026-01-25 20:35:34.371 [I] [client/service.go:286] [6d85e4343abf1673] login to server success, get run id [6d85e4343abf1673] 2026-01-25 20:35:34.372 [I] [proxy/proxy_manager.go:173] [6d85e4343abf1673] proxy added: [DNL01B4203] 2026-01-25 20:35:34.953 [I] [client/control.go:168] [6d85e4343abf1673] [DNL01B4203] start proxy success [2026-01-25,20:50:02.739] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,20:50:04.919] [DEBUG] 6 processes running of frp type [2026-01-25,21:05:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,21:05:05.031] [DEBUG] 6 processes running of frp type [2026-01-25,21:20:02.236] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,21:20:14.926] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-25 21:32:49.103 [I] [client/service.go:294] [6d85e4343abf1673] try to connect to server... 2026-01-25 21:32:59.106 [W] [client/service.go:297] [6d85e4343abf1673] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-25 21:32:59.107 [I] [client/service.go:294] [6d85e4343abf1673] try to connect to server... 2026-01-25 21:33:12.672 [W] [client/service.go:297] [6d85e4343abf1673] connect to server error: read tcp 192.168.1.136:45414->138.201.17.179:7000: read: connection reset by peer 2026-01-25 21:33:12.673 [I] [client/service.go:294] [6d85e4343abf1673] try to connect to server... 2026-01-25 21:33:17.408 [I] [client/service.go:286] [6d85e4343abf1673] login to server success, get run id [6d85e4343abf1673] 2026-01-25 21:33:17.410 [I] [proxy/proxy_manager.go:173] [6d85e4343abf1673] proxy added: [DNL01B4203] 2026-01-25 21:33:18.041 [I] [client/control.go:168] [6d85e4343abf1673] [DNL01B4203] start proxy success [2026-01-25,21:35:08.384] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,21:35:10.472] [DEBUG] 6 processes running of frp type [2026-01-25,21:50:02.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,21:50:04.578] [DEBUG] 6 processes running of frp type 2026-01-25 21:56:57.139 [I] [client/service.go:294] [6d85e4343abf1673] try to connect to server... 2026-01-25 21:57:09.061 [W] [client/service.go:297] [6d85e4343abf1673] connect to server error: connection write timeout 2026-01-25 21:57:09.062 [I] [client/service.go:294] [6d85e4343abf1673] try to connect to server... 2026-01-25 21:57:16.295 [I] [client/service.go:286] [6d85e4343abf1673] login to server success, get run id [6d85e4343abf1673] 2026-01-25 21:57:16.296 [I] [proxy/proxy_manager.go:173] [6d85e4343abf1673] proxy added: [DNL01B4203] 2026-01-25 21:57:16.935 [I] [client/control.go:168] [6d85e4343abf1673] [DNL01B4203] start proxy success [2026-01-25,22:05:03.203] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,22:05:05.394] [DEBUG] 6 processes running of frp type 2026-01-25 22:20:04.010 [I] [client/service.go:294] [6d85e4343abf1673] try to connect to server... [2026-01-25,22:20:10.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-01-25 22:20:14.011 [W] [client/service.go:297] [6d85e4343abf1673] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-25 22:20:14.012 [I] [client/service.go:294] [6d85e4343abf1673] try to connect to server... 2026-01-25 22:20:15.043 [I] [client/service.go:286] [6d85e4343abf1673] login to server success, get run id [6d85e4343abf1673] 2026-01-25 22:20:15.045 [I] [proxy/proxy_manager.go:173] [6d85e4343abf1673] proxy added: [DNL01B4203] 2026-01-25 22:20:15.483 [I] [client/control.go:168] [6d85e4343abf1673] [DNL01B4203] start proxy success [2026-01-25,22:20:17.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-25,22:35:02.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,22:35:04.705] [DEBUG] 6 processes running of frp type [2026-01-25,22:50:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,22:50:04.943] [DEBUG] 6 processes running of frp type [2026-01-25,23:05:02.377] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,23:05:04.837] [DEBUG] 6 processes running of frp type [2026-01-25,23:20:02.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,23:20:03.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-01-25,23:35:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,23:35:04.887] [DEBUG] 6 processes running of frp type [2026-01-25,23:50:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-25,23:50:04.835] [DEBUG] 6 processes running of frp type [2026-01-26,00:05:02.251] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,00:05:04.417] [DEBUG] 6 processes running of frp type [2026-01-26,00:20:02.681] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,00: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-01-26,00:35:02.562] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,00:35:05.029] [DEBUG] 6 processes running of frp type [2026-01-26,00:50:02.776] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,00:50:05.459] [DEBUG] 6 processes running of frp type [2026-01-26,01:05:03.048] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,01:05:05.170] [DEBUG] 6 processes running of frp type [2026-01-26,01:20:02.562] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,01: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-01-26,01:35:02.360] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,01:35:04.361] [DEBUG] 6 processes running of frp type [2026-01-26,01:50:03.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,01:50:05.740] [DEBUG] 6 processes running of frp type [2026-01-26,02:05:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,02:05:04.009] [DEBUG] 6 processes running of frp type [2026-01-26,02:20:02.386] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,02: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-26,02:35:02.238] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,02:35:04.461] [DEBUG] 6 processes running of frp type [2026-01-26,02:50:03.124] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,02:50:05.299] [DEBUG] 6 processes running of frp type [2026-01-26,03:05:02.765] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,03:05:04.663] [DEBUG] 6 processes running of frp type [2026-01-26,03:20:03.032] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,03:20:05.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-26,03:35:03.010] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,03:35:05.343] [DEBUG] 6 processes running of frp type [2026-01-26,03:50:02.973] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,03:50:05.242] [DEBUG] 6 processes running of frp type [2026-01-26,04:05:02.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,04:05:04.755] [DEBUG] 6 processes running of frp type [2026-01-26,04:20:02.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,04: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-26,04:35:02.664] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,04:35:04.787] [DEBUG] 6 processes running of frp type [2026-01-26,04:50:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,04:50:04.555] [DEBUG] 6 processes running of frp type [2026-01-26,05:05:03.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,05:05:05.569] [DEBUG] 6 processes running of frp type [2026-01-26,05:20:02.973] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,05:20:05.149] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,05:35:02.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,05:35:05.002] [DEBUG] 6 processes running of frp type [2026-01-26,05:50:02.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,05:50:05.017] [DEBUG] 6 processes running of frp type [2026-01-26,06:05:02.328] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,06:05:04.580] [DEBUG] 6 processes running of frp type [2026-01-26,06:20:02.838] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,06:20:05.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-26,06:30:42.131] [INFO] Initializing BusSpeedStateManager V2 [2026-01-26,06:30:42.138] [INFO] LocationSqlManager initialising [2026-01-26,06:30:42.139] [INFO] Location DB initialising [2026-01-26,06:30:42.150] [INFO] LocationSqlManager initialisation complete [2026-01-26,06:30:42.152] [DEBUG] UploadManager Init [2026-01-26,06:30:42.152] [DEBUG] UploadManager Init Complete [2026-01-26,06:30:42.157] [INFO] Initializing GPS... [2026-01-26,06:30:42.160] [INFO] Starting location capture [2026-01-26,06:31:43.063] [INFO] Initializing BusSpeedStateManager V2 [2026-01-26,06:31:43.069] [INFO] LocationSqlManager initialising [2026-01-26,06:31:43.069] [INFO] Location DB initialising [2026-01-26,06:31:43.079] [INFO] LocationSqlManager initialisation complete [2026-01-26,06:31:43.079] [DEBUG] UploadManager Init [2026-01-26,06:31:43.080] [DEBUG] UploadManager Init Complete [2026-01-26,06:31:43.084] [INFO] Initializing GPS... [2026-01-26,06:31:43.088] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,06:33:32.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,06:33:34.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-01-26,06:33:52.289] [DEBUG] Log Upload Complete! [2026-01-26,06:36:32.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,06:36:34.111] [DEBUG] Remote Access Enabled [2026-01-26,06:36:35.972] [INFO] Server Address: 138.201.17.179 [2026-01-26,06:36:35.974] [INFO] Server Port: 7000 [2026-01-26,06:36:35.982] [DEBUG] Starting Remote Access! 2026-01-26 06:36:36.144 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-26 06:36:36.145 [I] [client/service.go:294] try to connect to server... 2026-01-26 06:36:37.217 [I] [client/service.go:286] [5e9788b9a8abb245] login to server success, get run id [5e9788b9a8abb245] 2026-01-26 06:36:37.218 [I] [proxy/proxy_manager.go:173] [5e9788b9a8abb245] proxy added: [DNL01B4203] 2026-01-26 06:36:37.551 [I] [client/control.go:168] [5e9788b9a8abb245] [DNL01B4203] start proxy success [2026-01-26,06:50:02.324] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,06:50:04.768] [DEBUG] 6 processes running of frp type [2026-01-26,07:05:02.022] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,07:05:04.205] [DEBUG] 6 processes running of frp type [2026-01-26,07:20:02.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,07: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-01-26,07:35:02.203] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,07:35:04.417] [DEBUG] 6 processes running of frp type [2026-01-26,07:50:03.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,07:50:05.510] [DEBUG] 6 processes running of frp type [2026-01-26,08:02:02.723] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,08:02:04.526] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-26,08:02:52.921] [DEBUG] Log Upload Complete! [2026-01-26,08:05:02.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,08:05:05.105] [DEBUG] 6 processes running of frp type [2026-01-26,08:20:02.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,08: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-01-26,08:35:01.895] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,08:35:04.408] [DEBUG] 6 processes running of frp type [2026-01-26,08:50:03.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,08:50:05.764] [DEBUG] 6 processes running of frp type [2026-01-26,09:05:02.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,09:05:04.288] [DEBUG] 6 processes running of frp type [2026-01-26,09:20:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,09: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-01-26,09:35:02.060] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,09:35:09.882] [DEBUG] 6 processes running of frp type [2026-01-26,09:50:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,09:50:05.354] [DEBUG] 6 processes running of frp type [2026-01-26,10:05:02.746] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,10:05:05.294] [DEBUG] 6 processes running of frp type [2026-01-26,10:20:11.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,10:20:13.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-26,10:35:02.375] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,10:35:09.623] [DEBUG] 6 processes running of frp type [2026-01-26,10:50:02.427] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,10:50:04.949] [DEBUG] 6 processes running of frp type [2026-01-26,11:05:02.432] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,11:05:05.229] [DEBUG] 6 processes running of frp type [2026-01-26,11:20:02.570] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,11: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-26,11:35:02.436] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,11:35:14.681] [DEBUG] 6 processes running of frp type [2026-01-26,11:50:02.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,11:50:04.288] [DEBUG] 6 processes running of frp type [2026-01-26,12:05:02.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,12:05:05.474] [DEBUG] 6 processes running of frp type [2026-01-26,12:20:02.882] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,12:20:10.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-26,12:35:02.338] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,12:35:10.047] [DEBUG] 6 processes running of frp type [2026-01-26,12:50:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,12:50:04.300] [DEBUG] 6 processes running of frp type [2026-01-26,13:05:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,13:05:05.525] [DEBUG] 6 processes running of frp type [2026-01-26,13:20:02.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,13: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-01-26,13:35:02.687] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,13:35:05.506] [DEBUG] 6 processes running of frp type [2026-01-26,13:50:03.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,13:50:05.663] [DEBUG] 6 processes running of frp type [2026-01-26,14:05:02.051] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,14:05:05.015] [DEBUG] 6 processes running of frp type [2026-01-26,14:20:02.405] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,14: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-26,14:35:02.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,14:35:04.551] [DEBUG] 6 processes running of frp type [2026-01-26,14:50:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,14:50:04.613] [DEBUG] 6 processes running of frp type [2026-01-26,15:05:03.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,15:05:10.851] [DEBUG] 6 processes running of frp type [2026-01-26,15:20:02.292] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,15:20:04.296] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,15:35:03.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,15:35:05.431] [DEBUG] 6 processes running of frp type [2026-01-26,15:50:01.959] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,15:50:03.993] [DEBUG] 6 processes running of frp type [2026-01-26,16:05:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,16:05:04.566] [DEBUG] 6 processes running of frp type [2026-01-26,16:20:02.844] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,16: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-26,16:35:02.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,16:35:05.390] [DEBUG] 6 processes running of frp type [2026-01-26,16:50:02.982] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,16:50:05.258] [DEBUG] 6 processes running of frp type 2026-01-26 17:00:28.531 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:00:28.533 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:00:30.652 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:00:30.653 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:00:35.221 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:00:35.223 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:00:44.575 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:00:44.577 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:01:03.755 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:01:03.756 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:01:23.757 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:01:23.759 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:01:43.759 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:01:43.761 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:02:03.762 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:02:03.764 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:02:23.765 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:02:23.767 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:02:43.768 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:02:43.769 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:03:03.770 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:03:03.772 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:03:23.773 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:03:23.774 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:03:43.776 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:03:43.777 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:04:03.779 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:04:03.780 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:04:23.782 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:04:23.783 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:04:43.784 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:04:43.786 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:05:03.787 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:05:03.788 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:05:23.789 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:05:23.794 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:05:43.796 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:05:44.875 [I] [client/service.go:286] [5e9788b9a8abb245] login to server success, get run id [5e9788b9a8abb245] 2026-01-26 17:05:44.877 [I] [proxy/proxy_manager.go:173] [5e9788b9a8abb245] proxy added: [DNL01B4203] 2026-01-26 17:05:45.836 [I] [client/control.go:168] [5e9788b9a8abb245] [DNL01B4203] start proxy success 2026-01-26 17:06:54.625 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:06:54.937 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 17:06:56.960 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:06:57.976 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 17:07:02.081 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:07:04.056 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-26 17:07:12.527 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:07:12.527 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:07:29.660 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:07:29.661 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:07:49.662 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:07:49.663 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:08:09.664 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:08:09.665 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:08:29.667 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:08:29.668 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:08:49.669 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:08:49.671 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:09:09.671 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:09:09.673 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:09:29.674 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:09:29.675 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:09:49.676 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:09:49.677 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:10:09.677 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:10:09.679 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:10:29.679 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:10:29.681 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:10:49.682 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:10:49.684 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:11:09.686 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:11:09.687 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:11:29.688 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:11:29.690 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:11:49.690 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:11:49.692 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:12:09.693 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:12:09.698 [W] [client/service.go:297] [5e9788b9a8abb245] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-26 17:12:29.700 [I] [client/service.go:294] [5e9788b9a8abb245] try to connect to server... 2026-01-26 17:12:31.095 [I] [client/service.go:286] [5e9788b9a8abb245] login to server success, get run id [5e9788b9a8abb245] 2026-01-26 17:12:31.097 [I] [proxy/proxy_manager.go:173] [5e9788b9a8abb245] proxy added: [DNL01B4203] 2026-01-26 17:12:32.056 [I] [client/control.go:168] [5e9788b9a8abb245] [DNL01B4203] start proxy success [2026-01-26,17:20:03.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,17:20:10.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,17:35:02.486] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,17:35:04.917] [DEBUG] 6 processes running of frp type [2026-01-26,17:50:02.626] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,17:50:10.462] [DEBUG] 6 processes running of frp type [2026-01-26,18:05:02.907] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,18:05:05.143] [DEBUG] 6 processes running of frp type [2026-01-26,18:20:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,18:20:09.791] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,18:35:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,18:35:04.517] [DEBUG] 6 processes running of frp type [2026-01-26,18:50:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,18:50:04.657] [DEBUG] 6 processes running of frp type [2026-01-26,19:05:03.194] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,19:05:05.145] [DEBUG] 6 processes running of frp type [2026-01-26,19:20:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,19: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-01-26,19:35:02.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,19:35:04.180] [DEBUG] 6 processes running of frp type [2026-01-26,19:50:03.003] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,19:50:05.715] [DEBUG] 6 processes running of frp type [2026-01-26,20:05:02.136] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,20:05:04.629] [DEBUG] 6 processes running of frp type [2026-01-26,20:20:02.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,20: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-01-26,20:30:41.080] [INFO] Initializing BusSpeedStateManager V2 [2026-01-26,20:30:41.085] [INFO] LocationSqlManager initialising [2026-01-26,20:30:41.086] [INFO] Location DB initialising [2026-01-26,20:30:41.096] [INFO] LocationSqlManager initialisation complete [2026-01-26,20:30:41.097] [DEBUG] UploadManager Init [2026-01-26,20:30:41.097] [DEBUG] UploadManager Init Complete [2026-01-26,20:30:41.100] [INFO] Initializing GPS... [2026-01-26,20:30:41.102] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,20:32:29.662] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,20:32:32.134] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:32:59.022] [DEBUG] Log Upload Complete! [2026-01-26,20:35:29.579] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,20:35:31.311] [DEBUG] Remote Access Enabled [2026-01-26,20:35:33.178] [INFO] Server Address: 138.201.17.179 [2026-01-26,20:35:33.180] [INFO] Server Port: 7000 [2026-01-26,20:35:33.189] [DEBUG] Starting Remote Access! 2026-01-26 20:35:33.372 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-26 20:35:33.373 [I] [client/service.go:294] try to connect to server... 2026-01-26 20:35:34.765 [I] [client/service.go:286] [d75821dd30c28d38] login to server success, get run id [d75821dd30c28d38] 2026-01-26 20:35:34.766 [I] [proxy/proxy_manager.go:173] [d75821dd30c28d38] proxy added: [DNL01B4203] 2026-01-26 20:35:35.108 [I] [client/control.go:168] [d75821dd30c28d38] [DNL01B4203] start proxy success [2026-01-26,20:50:02.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,20:50:04.944] [DEBUG] 6 processes running of frp type [2026-01-26,21:05:02.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,21:05:04.835] [DEBUG] 6 processes running of frp type [2026-01-26,21:20:02.043] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,21: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-26,21:35:02.962] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,21:35:05.485] [DEBUG] 6 processes running of frp type [2026-01-26,21:50:02.042] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,21:50:03.923] [DEBUG] 6 processes running of frp type 2026-01-26 22:03:24.224 [I] [client/service.go:294] [d75821dd30c28d38] try to connect to server... 2026-01-26 22:03:25.655 [I] [client/service.go:286] [d75821dd30c28d38] login to server success, get run id [d75821dd30c28d38] 2026-01-26 22:03:25.656 [I] [proxy/proxy_manager.go:173] [d75821dd30c28d38] proxy added: [DNL01B4203] 2026-01-26 22:03:26.024 [I] [client/control.go:168] [d75821dd30c28d38] [DNL01B4203] start proxy success [2026-01-26,22:05:02.286] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,22:05:04.693] [DEBUG] 6 processes running of frp type [2026-01-26,22:20:02.945] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,22: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-01-26,22:35:02.863] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,22:35:05.386] [DEBUG] 6 processes running of frp type [2026-01-26,22:50:01.955] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,22:50:04.234] [DEBUG] 6 processes running of frp type [2026-01-26,23:05:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,23:05:04.597] [DEBUG] 6 processes running of frp type [2026-01-26,23:20:02.868] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,23: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-01-26,23:35:02.771] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,23:35:05.595] [DEBUG] 6 processes running of frp type [2026-01-26,23:50:05.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-26,23:50:07.689] [DEBUG] 6 processes running of frp type [2026-01-27,00:05:02.078] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,00:05:04.458] [DEBUG] 6 processes running of frp type [2026-01-27,00:20:02.721] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,00:20:05.313] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,00:35:02.503] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,00:35:04.913] [DEBUG] 6 processes running of frp type [2026-01-27,00:50:02.728] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,00:50:05.012] [DEBUG] 6 processes running of frp type [2026-01-27,01:05:02.429] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,01:05:04.296] [DEBUG] 6 processes running of frp type [2026-01-27,01:20:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,01: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-01-27,01:35:02.284] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,01:35:05.979] [DEBUG] 6 processes running of frp type [2026-01-27,01:50:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,01:50:04.615] [DEBUG] 6 processes running of frp type [2026-01-27,02:05:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,02:05:04.785] [DEBUG] 6 processes running of frp type [2026-01-27,02:20:01.977] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,02: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-27,02:35:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,02:35:04.640] [DEBUG] 6 processes running of frp type [2026-01-27,02:50:02.491] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,02:50:05.037] [DEBUG] 6 processes running of frp type [2026-01-27,03:05:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,03:05:05.086] [DEBUG] 6 processes running of frp type [2026-01-27,03:20:02.319] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,03:20:04.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-01-27,03:35:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,03:35:04.424] [DEBUG] 6 processes running of frp type [2026-01-27,03:50:03.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,03:50:05.957] [DEBUG] 6 processes running of frp type [2026-01-27,04:05:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,04:05:04.214] [DEBUG] 6 processes running of frp type 2026-01-27 04:11:10.864 [I] [client/service.go:294] [d75821dd30c28d38] try to connect to server... 2026-01-27 04:11:12.407 [I] [client/service.go:286] [d75821dd30c28d38] login to server success, get run id [d75821dd30c28d38] 2026-01-27 04:11:12.408 [I] [proxy/proxy_manager.go:173] [d75821dd30c28d38] proxy added: [DNL01B4203] 2026-01-27 04:11:12.820 [I] [client/control.go:168] [d75821dd30c28d38] [DNL01B4203] start proxy success [2026-01-27,04:20:02.630] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,04: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-27,04:35:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,04:35:04.592] [DEBUG] 6 processes running of frp type [2026-01-27,04:50:02.477] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,04:50:04.402] [DEBUG] 6 processes running of frp type [2026-01-27,05:05:02.781] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,05:05:05.049] [DEBUG] 6 processes running of frp type [2026-01-27,05:20:02.329] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,05:20:05.036] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,05:35:03.080] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,05:35:04.969] [DEBUG] 6 processes running of frp type [2026-01-27,05:50:02.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,05:50:04.812] [DEBUG] 6 processes running of frp type [2026-01-27,06:05:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,06:05:05.001] [DEBUG] 6 processes running of frp type [2026-01-27,06:20:02.403] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,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-01-27,06:30:42.335] [INFO] Initializing BusSpeedStateManager V2 [2026-01-27,06:30:42.343] [INFO] LocationSqlManager initialising [2026-01-27,06:30:42.344] [INFO] Location DB initialising [2026-01-27,06:30:42.355] [INFO] LocationSqlManager initialisation complete [2026-01-27,06:30:42.356] [DEBUG] UploadManager Init [2026-01-27,06:30:42.357] [DEBUG] UploadManager Init Complete [2026-01-27,06:30:42.362] [INFO] Initializing GPS... [2026-01-27,06:30:42.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' [2026-01-27,06:32:30.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,06:32:31.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-27,06:32:44.936] [DEBUG] Log Upload Complete! [2026-01-27,06:35:30.094] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,06:35:31.881] [DEBUG] Remote Access Enabled [2026-01-27,06:35:33.426] [INFO] Server Address: 138.201.17.179 [2026-01-27,06:35:33.428] [INFO] Server Port: 7000 [2026-01-27,06:35:33.437] [DEBUG] Starting Remote Access! 2026-01-27 06:35:33.607 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-27 06:35:33.608 [I] [client/service.go:294] try to connect to server... 2026-01-27 06:35:34.350 [I] [client/service.go:286] [a828434697d1c0fa] login to server success, get run id [a828434697d1c0fa] 2026-01-27 06:35:34.350 [I] [proxy/proxy_manager.go:173] [a828434697d1c0fa] proxy added: [DNL01B4203] 2026-01-27 06:35:34.536 [I] [client/control.go:168] [a828434697d1c0fa] [DNL01B4203] start proxy success [2026-01-27,06:35:01.823] [INFO] Initializing BusSpeedStateManager V2 [2026-01-27,06:35:01.828] [INFO] LocationSqlManager initialising [2026-01-27,06:35:01.828] [INFO] Location DB initialising [2026-01-27,06:35:01.838] [INFO] LocationSqlManager initialisation complete [2026-01-27,06:35:01.838] [DEBUG] UploadManager Init [2026-01-27,06:35:01.839] [DEBUG] UploadManager Init Complete [2026-01-27,06:35:01.841] [INFO] Initializing GPS... [2026-01-27,06:35:01.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-01-27,06:39:50.634] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-27,10:05:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,10:05:04.283] [DEBUG] Remote Access Enabled [2026-01-27,10:05:05.820] [INFO] Server Address: 138.201.17.179 [2026-01-27,10:05:05.821] [INFO] Server Port: 7000 [2026-01-27,10:05:05.826] [DEBUG] Starting Remote Access! 2026-01-27 10:05:05.956 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-27 10:05:05.956 [I] [client/service.go:294] try to connect to server... 2026-01-27 10:05:06.679 [I] [client/service.go:286] [5589734106cb0b15] login to server success, get run id [5589734106cb0b15] 2026-01-27 10:05:06.680 [I] [proxy/proxy_manager.go:173] [5589734106cb0b15] proxy added: [DNL01B4203] 2026-01-27 10:05:06.857 [I] [client/control.go:168] [5589734106cb0b15] [DNL01B4203] start proxy success [2026-01-27,10:20:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-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-01-27,10:35:02.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,10:35:04.986] [DEBUG] 6 processes running of frp type [2026-01-27,10:50:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,10:50:05.234] [DEBUG] 6 processes running of frp type [2026-01-27,11:05:02.682] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,11:05:10.085] [DEBUG] 6 processes running of frp type [2026-01-27,11:20:02.329] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,11: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' [2026-01-27,11:35:02.151] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,11:35:09.962] [DEBUG] 6 processes running of frp type [2026-01-27,11:50:02.771] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,11:50:04.756] [DEBUG] 6 processes running of frp type [2026-01-27,12:05:02.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,12:05:04.286] [DEBUG] 6 processes running of frp type [2026-01-27,12:20:02.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,12: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-27,12:35:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,12:35:04.643] [DEBUG] 6 processes running of frp type [2026-01-27,12:50:02.411] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,12:50:10.205] [DEBUG] 6 processes running of frp type [2026-01-27,13:05:02.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,13:05:05.004] [DEBUG] 6 processes running of frp type [2026-01-27,13:20:02.421] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,13: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-27,13:35:02.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,13:35:04.608] [DEBUG] 6 processes running of frp type [2026-01-27,13:50:07.648] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,13:50:09.913] [DEBUG] 6 processes running of frp type [2026-01-27,14:05:02.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,14:05:04.273] [DEBUG] 6 processes running of frp type [2026-01-27,14:20:02.570] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,14:20:04.952] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,14:35:02.287] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,14:35:04.672] [DEBUG] 6 processes running of frp type [2026-01-27,14:50:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,14:50:05.191] [DEBUG] 6 processes running of frp type [2026-01-27,15:05:02.671] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,15:05:10.386] [DEBUG] 6 processes running of frp type [2026-01-27,15:20:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,15:20:05.725] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,15:35:02.418] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,15:35:04.598] [DEBUG] 6 processes running of frp type [2026-01-27,15:50:02.335] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,15:50:04.538] [DEBUG] 6 processes running of frp type [2026-01-27,16:05:02.959] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,16:05:05.983] [DEBUG] 6 processes running of frp type [2026-01-27,16:20:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,16:20:04.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-27,16:35:02.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,16:35:05.205] [DEBUG] 6 processes running of frp type [2026-01-27,16:50:02.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,16:50:05.544] [DEBUG] 6 processes running of frp type 2026-01-27 17:00:34.711 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:00:34.712 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:00:36.727 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:00:36.728 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:00:41.062 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:00:41.064 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:00:50.533 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:00:50.534 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:01:10.252 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:01:10.253 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:01:30.255 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:01:30.256 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:01:50.256 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:01:50.257 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:02:10.258 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:02:10.260 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:02:30.261 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:02:30.263 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:02:50.264 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:02:50.265 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:03:10.266 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:03:10.267 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:03:30.269 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:03:30.271 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:03:50.272 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:03:50.274 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:04:10.275 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:04:10.276 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:04:30.277 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:04:30.278 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:04:50.280 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:04:50.281 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:05:10.282 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:05:10.283 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:05:30.284 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:05:30.288 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:05:50.289 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:05:51.689 [I] [client/service.go:286] [5589734106cb0b15] login to server success, get run id [5589734106cb0b15] 2026-01-27 17:05:51.691 [I] [proxy/proxy_manager.go:173] [5589734106cb0b15] proxy added: [DNL01B4203] 2026-01-27 17:05:52.731 [I] [client/control.go:168] [5589734106cb0b15] [DNL01B4203] start proxy success 2026-01-27 17:06:30.465 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:06:30.466 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:06:32.602 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:06:32.603 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:06:36.990 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:06:36.992 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:06:46.331 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:06:46.332 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:07:06.333 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:07:06.334 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:07:26.335 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:07:26.337 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:07:46.337 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:07:46.339 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:08:06.340 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:08:06.342 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:08:26.343 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:08:26.345 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:08:46.346 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:08:46.348 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:09:06.349 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:09:06.350 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:09:26.351 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:09:26.353 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:09:46.353 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:09:46.355 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:10:06.356 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:10:06.357 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:10:26.359 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:10:26.360 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:10:46.361 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:10:46.363 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:11:06.364 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:11:06.365 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:11:26.367 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:11:26.371 [W] [client/service.go:297] [5589734106cb0b15] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-27 17:11:46.372 [I] [client/service.go:294] [5589734106cb0b15] try to connect to server... 2026-01-27 17:11:47.754 [I] [client/service.go:286] [5589734106cb0b15] login to server success, get run id [5589734106cb0b15] 2026-01-27 17:11:47.756 [I] [proxy/proxy_manager.go:173] [5589734106cb0b15] proxy added: [DNL01B4203] 2026-01-27 17:11:48.440 [I] [client/control.go:168] [5589734106cb0b15] [DNL01B4203] start proxy success [2026-01-27,17:20:02.080] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,17:20:14.444] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,17:35:03.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,17:35:05.743] [DEBUG] 6 processes running of frp type [2026-01-27,17:50:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,17:50:05.237] [DEBUG] 6 processes running of frp type [2026-01-27,18:05:02.730] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,18:05:05.102] [DEBUG] 6 processes running of frp type [2026-01-27,18:20:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,18: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-01-27,18:35:02.309] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,18:35:05.049] [DEBUG] 6 processes running of frp type [2026-01-27,18:50:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,18:50:05.132] [DEBUG] 6 processes running of frp type [2026-01-27,19:05:02.498] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,19:05:15.622] [DEBUG] 6 processes running of frp type [2026-01-27,19:20:03.118] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,19:20:05.765] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,19:35:02.873] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,19:35:20.340] [DEBUG] 6 processes running of frp type [2026-01-27,19:50:03.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,19:50:05.800] [DEBUG] 6 processes running of frp type [2026-01-27,20:05:02.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,20:05:14.925] [DEBUG] 6 processes running of frp type [2026-01-27,20:20:02.271] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,20:20:11.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-01-27,20:30:41.008] [INFO] Initializing BusSpeedStateManager V2 [2026-01-27,20:30:41.013] [INFO] LocationSqlManager initialising [2026-01-27,20:30:41.014] [INFO] Location DB initialising [2026-01-27,20:30:41.025] [INFO] LocationSqlManager initialisation complete [2026-01-27,20:30:41.026] [DEBUG] UploadManager Init [2026-01-27,20:30:41.026] [DEBUG] UploadManager Init Complete [2026-01-27,20:30:41.031] [INFO] Initializing GPS... [2026-01-27,20:30:41.034] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.842] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,20:32:32.939] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-01-27,20:35:29.980] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,20:35:32.574] [DEBUG] Remote Access Enabled [2026-01-27,20:35:34.740] [INFO] Server Address: 138.201.17.179 [2026-01-27,20:35:34.741] [INFO] Server Port: 7000 [2026-01-27,20:35:34.746] [DEBUG] Starting Remote Access! 2026-01-27 20:35:34.871 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-27 20:35:34.871 [I] [client/service.go:294] try to connect to server... 2026-01-27 20:35:35.489 [I] [client/service.go:286] [cf4a14f2b47fa64e] login to server success, get run id [cf4a14f2b47fa64e] 2026-01-27 20:35:35.491 [I] [proxy/proxy_manager.go:173] [cf4a14f2b47fa64e] proxy added: [DNL01B4203] 2026-01-27 20:35:35.766 [I] [client/control.go:168] [cf4a14f2b47fa64e] [DNL01B4203] start proxy success [2026-01-27,20:50:02.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,20:50:05.620] [DEBUG] 6 processes running of frp type [2026-01-27,21:05:06.043] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,21:05:23.510] [DEBUG] 6 processes running of frp type [2026-01-27,21:20:02.798] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,21:20:05.764] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-27 21:26:38.772 [I] [client/service.go:294] [cf4a14f2b47fa64e] try to connect to server... 2026-01-27 21:26:42.257 [I] [client/service.go:286] [cf4a14f2b47fa64e] login to server success, get run id [cf4a14f2b47fa64e] 2026-01-27 21:26:42.259 [I] [proxy/proxy_manager.go:173] [cf4a14f2b47fa64e] proxy added: [DNL01B4203] 2026-01-27 21:26:42.917 [I] [client/control.go:168] [cf4a14f2b47fa64e] [DNL01B4203] start proxy success [2026-01-27,21:35:02.548] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,21:35:05.326] [DEBUG] 6 processes running of frp type [2026-01-27,21:50:02.856] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,21:50:10.775] [DEBUG] 6 processes running of frp type [2026-01-27,22:05:02.082] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,22:05:04.943] [DEBUG] 6 processes running of frp type 2026-01-27 22:09:23.353 [I] [client/service.go:294] [cf4a14f2b47fa64e] try to connect to server... 2026-01-27 22:09:24.260 [I] [client/service.go:286] [cf4a14f2b47fa64e] login to server success, get run id [cf4a14f2b47fa64e] 2026-01-27 22:09:24.261 [I] [proxy/proxy_manager.go:173] [cf4a14f2b47fa64e] proxy added: [DNL01B4203] 2026-01-27 22:09:24.450 [I] [client/control.go:168] [cf4a14f2b47fa64e] [DNL01B4203] start proxy success [2026-01-27,22:20:02.384] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,22: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-27,22:35:03.038] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,22:35:04.948] [DEBUG] 6 processes running of frp type [2026-01-27,22:50:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,22:50:05.176] [DEBUG] 6 processes running of frp type [2026-01-27,23:05:02.651] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,23:05:04.676] [DEBUG] 6 processes running of frp type [2026-01-27,23:20:03.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,23: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-01-27,23:35:02.691] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,23:35:04.987] [DEBUG] 6 processes running of frp type [2026-01-27,23:50:02.656] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-27,23:50:04.993] [DEBUG] 6 processes running of frp type [2026-01-28,00:05:02.273] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,00:05:04.742] [DEBUG] 6 processes running of frp type [2026-01-28,00:20:02.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,00: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-01-28,00:35:02.990] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,00:35:05.034] [DEBUG] 6 processes running of frp type [2026-01-28,00:50:02.752] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,00:50:05.354] [DEBUG] 6 processes running of frp type [2026-01-28,01:05:02.824] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,01:05:05.655] [DEBUG] 6 processes running of frp type [2026-01-28,01:20:02.989] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,01: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' [2026-01-28,01:35:02.838] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,01:35:05.126] [DEBUG] 6 processes running of frp type [2026-01-28,01:50:02.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,01:50:04.935] [DEBUG] 6 processes running of frp type [2026-01-28,02:05:02.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,02:05:04.773] [DEBUG] 6 processes running of frp type [2026-01-28,02:20:02.184] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,02: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' [2026-01-28,02:35:02.989] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,02:35:07.625] [DEBUG] 6 processes running of frp type [2026-01-28,02:50:02.425] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,02:50:05.130] [DEBUG] 6 processes running of frp type [2026-01-28,03:05:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,03:05:05.169] [DEBUG] 6 processes running of frp type [2026-01-28,03:20:02.563] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,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-01-28,03:35:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,03:35:04.579] [DEBUG] 6 processes running of frp type [2026-01-28,03:50:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,03:50:04.153] [DEBUG] 6 processes running of frp type [2026-01-28,04:05:02.424] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,04:05:04.798] [DEBUG] 6 processes running of frp type [2026-01-28,04:20:02.128] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,04: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-01-28,04:35:03.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,04:35:07.851] [DEBUG] 6 processes running of frp type [2026-01-28,04:50:02.597] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,04:50:04.603] [DEBUG] 6 processes running of frp type [2026-01-28,05:05:03.299] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,05:05:05.263] [DEBUG] 6 processes running of frp type [2026-01-28,05:20:02.641] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,05:20:04.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-28,05:35:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,05:35:04.543] [DEBUG] 6 processes running of frp type [2026-01-28,05:50:02.110] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,05:50:04.179] [DEBUG] 6 processes running of frp type [2026-01-28,06:05:02.452] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,06:05:04.509] [DEBUG] 6 processes running of frp type [2026-01-28,06:20:02.867] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,06: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-01-28,06:30:40.851] [INFO] Initializing BusSpeedStateManager V2 [2026-01-28,06:30:40.858] [INFO] LocationSqlManager initialising [2026-01-28,06:30:40.860] [INFO] Location DB initialising [2026-01-28,06:30:40.871] [INFO] LocationSqlManager initialisation complete [2026-01-28,06:30:40.872] [DEBUG] UploadManager Init [2026-01-28,06:30:40.873] [DEBUG] UploadManager Init Complete [2026-01-28,06:30:40.878] [INFO] Initializing GPS... [2026-01-28,06:30:40.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-28,06:32:29.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,06:32:31.781] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-28,06:32:48.969] [DEBUG] Log Upload Complete! [2026-01-28,06:35:29.601] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,06:35:31.288] [DEBUG] Remote Access Enabled [2026-01-28,06:35:32.941] [INFO] Server Address: 138.201.17.179 [2026-01-28,06:35:32.943] [INFO] Server Port: 7000 [2026-01-28,06:35:32.951] [DEBUG] Starting Remote Access! 2026-01-28 06:35:33.168 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-28 06:35:33.169 [I] [client/service.go:294] try to connect to server... 2026-01-28 06:35:33.804 [I] [client/service.go:286] [9277f5cdfd487907] login to server success, get run id [9277f5cdfd487907] 2026-01-28 06:35:33.805 [I] [proxy/proxy_manager.go:173] [9277f5cdfd487907] proxy added: [DNL01B4203] 2026-01-28 06:35:34.047 [I] [client/control.go:168] [9277f5cdfd487907] [DNL01B4203] start proxy success [2026-01-28,06:50:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,06:50:04.742] [DEBUG] 6 processes running of frp type [2026-01-28,07:05:02.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,07:05:04.682] [DEBUG] 6 processes running of frp type [2026-01-28,07:20:02.816] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,07: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-01-28,07:35:02.983] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,07:35:05.403] [DEBUG] 6 processes running of frp type [2026-01-28,07:50:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,07:50:04.181] [DEBUG] 6 processes running of frp type [2026-01-28,08:02:02.429] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,08:02:04.750] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-28,08:02:24.376] [DEBUG] Log Upload Complete! [2026-01-28,08:05:02.591] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,08:05:05.410] [DEBUG] 6 processes running of frp type [2026-01-28,08:20:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,08: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-01-28,08:35:02.396] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,08:35:05.059] [DEBUG] 6 processes running of frp type [2026-01-28,08:50:02.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,08:50:05.765] [DEBUG] 6 processes running of frp type [2026-01-28,09:05:02.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,09:05:04.332] [DEBUG] 6 processes running of frp type [2026-01-28,09:20:02.721] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,09:20:04.819] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,09:35:02.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,09:35:04.787] [DEBUG] 6 processes running of frp type [2026-01-28,09:50:02.522] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,09:50:04.804] [DEBUG] 6 processes running of frp type [2026-01-28,10:05:02.205] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,10:05:04.327] [DEBUG] 6 processes running of frp type [2026-01-28,10:20:02.606] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,10: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-01-28,10:35:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,10:35:05.387] [DEBUG] 6 processes running of frp type [2026-01-28,10:50:02.985] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,10:50:05.541] [DEBUG] 6 processes running of frp type [2026-01-28,11:05:03.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,11:05:05.293] [DEBUG] 6 processes running of frp type [2026-01-28,11:20:02.671] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,11:20:09.965] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,11:35:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,11:35:05.388] [DEBUG] 6 processes running of frp type [2026-01-28,11:50:02.952] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,11:50:05.558] [DEBUG] 6 processes running of frp type [2026-01-28,12:05:03.072] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,12:05:05.219] [DEBUG] 6 processes running of frp type [2026-01-28,12:20:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,12:20:10.125] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,12:35:02.344] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,12:35:04.766] [DEBUG] 6 processes running of frp type [2026-01-28,12:50:02.622] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,12:50:04.596] [DEBUG] 6 processes running of frp type [2026-01-28,13:05:02.982] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,13:05:05.301] [DEBUG] 6 processes running of frp type [2026-01-28,13:20:02.622] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,13: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-01-28,13:35:02.348] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,13:35:05.053] [DEBUG] 6 processes running of frp type [2026-01-28,13:50:02.832] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,13:50:05.321] [DEBUG] 6 processes running of frp type [2026-01-28,14:05:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,14:05:05.395] [DEBUG] 6 processes running of frp type [2026-01-28,14:20:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,14: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-01-28,14:35:02.646] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,14:35:05.092] [DEBUG] 6 processes running of frp type [2026-01-28,14:50:02.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,14:50:04.879] [DEBUG] 6 processes running of frp type [2026-01-28,15:05:02.398] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,15:05:04.845] [DEBUG] 6 processes running of frp type [2026-01-28,15:20:02.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,15: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-01-28,15:35:02.831] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,15:35:05.244] [DEBUG] 6 processes running of frp type [2026-01-28,15:04:59.461] [INFO] Initializing BusSpeedStateManager V2 [2026-01-28,15:04:59.468] [INFO] LocationSqlManager initialising [2026-01-28,15:04:59.469] [INFO] Location DB initialising [2026-01-28,15:04:59.481] [INFO] LocationSqlManager initialisation complete [2026-01-28,15:04:59.482] [DEBUG] UploadManager Init [2026-01-28,15:04:59.483] [DEBUG] UploadManager Init Complete [2026-01-28,15:04:59.487] [INFO] Initializing GPS... [2026-01-28,15:04:59.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' [2026-01-28,15:09:48.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.467] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,18:35:05.057] [DEBUG] Remote Access Enabled [2026-01-28,18:35:06.996] [INFO] Server Address: 138.201.17.179 [2026-01-28,18:35:06.997] [INFO] Server Port: 7000 [2026-01-28,18:35:07.002] [DEBUG] Starting Remote Access! 2026-01-28 18:35:07.204 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-28 18:35:07.206 [I] [client/service.go:294] try to connect to server... 2026-01-28 18:35:07.879 [I] [client/service.go:286] [036e10d7d36acac7] login to server success, get run id [036e10d7d36acac7] 2026-01-28 18:35:07.882 [I] [proxy/proxy_manager.go:173] [036e10d7d36acac7] proxy added: [DNL01B4203] 2026-01-28 18:35:08.119 [I] [client/control.go:168] [036e10d7d36acac7] [DNL01B4203] start proxy success [2026-01-28,18:50:02.748] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,18:50:05.062] [DEBUG] 6 processes running of frp type [2026-01-28,19:05:02.613] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,19:05:05.472] [DEBUG] 6 processes running of frp type [2026-01-28,19:20:02.690] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,19:20:05.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-01-28,19:35:02.680] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,19:35:10.254] [DEBUG] 6 processes running of frp type [2026-01-28,19:50:03.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,19:50:05.779] [DEBUG] 6 processes running of frp type [2026-01-28,20:05:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,20:05:19.559] [DEBUG] 6 processes running of frp type [2026-01-28,20:20:02.860] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,20:20:05.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-01-28,20:30:40.835] [INFO] Initializing BusSpeedStateManager V2 [2026-01-28,20:30:40.840] [INFO] LocationSqlManager initialising [2026-01-28,20:30:40.840] [INFO] Location DB initialising [2026-01-28,20:30:40.849] [INFO] LocationSqlManager initialisation complete [2026-01-28,20:30:40.850] [DEBUG] UploadManager Init [2026-01-28,20:30:40.850] [DEBUG] UploadManager Init Complete [2026-01-28,20:30:40.853] [INFO] Initializing GPS... [2026-01-28,20:30: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' [2026-01-28,20:32:29.729] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,20:32:32.135] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-28,20:34:10.539] [DEBUG] Log Upload Complete! [2026-01-28,20:35:29.692] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,20:35:32.210] [DEBUG] Remote Access Enabled [2026-01-28,20:35:34.213] [INFO] Server Address: 138.201.17.179 [2026-01-28,20:35:34.214] [INFO] Server Port: 7000 [2026-01-28,20:35:34.223] [DEBUG] Starting Remote Access! 2026-01-28 20:35:34.389 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-28 20:35:34.390 [I] [client/service.go:294] try to connect to server... 2026-01-28 20:35:36.430 [I] [client/service.go:286] [c219a5dae5ab805e] login to server success, get run id [c219a5dae5ab805e] 2026-01-28 20:35:36.432 [I] [proxy/proxy_manager.go:173] [c219a5dae5ab805e] proxy added: [DNL01B4203] 2026-01-28 20:35:37.549 [I] [client/control.go:168] [c219a5dae5ab805e] [DNL01B4203] start proxy success [2026-01-28,20:50:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,20:50:05.020] [DEBUG] 6 processes running of frp type 2026-01-28 20:59:53.500 [I] [client/service.go:294] [c219a5dae5ab805e] try to connect to server... 2026-01-28 21:00:00.535 [I] [client/service.go:286] [c219a5dae5ab805e] login to server success, get run id [c219a5dae5ab805e] 2026-01-28 21:00:00.538 [I] [proxy/proxy_manager.go:173] [c219a5dae5ab805e] proxy added: [DNL01B4203] 2026-01-28 21:00:01.507 [I] [client/control.go:168] [c219a5dae5ab805e] [DNL01B4203] start proxy success [2026-01-28,21:05:02.427] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,21:05:04.640] [DEBUG] 6 processes running of frp type 2026-01-28 21:07:20.212 [I] [client/service.go:294] [c219a5dae5ab805e] try to connect to server... 2026-01-28 21:07:23.778 [I] [client/service.go:286] [c219a5dae5ab805e] login to server success, get run id [c219a5dae5ab805e] 2026-01-28 21:07:23.779 [I] [proxy/proxy_manager.go:173] [c219a5dae5ab805e] proxy added: [DNL01B4203] 2026-01-28 21:07:26.802 [I] [client/control.go:168] [c219a5dae5ab805e] [DNL01B4203] start proxy success [2026-01-28,21:20:02.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,21:20:20.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-28,21:35:03.095] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,21:35:05.533] [DEBUG] 6 processes running of frp type [2026-01-28,21:50:02.350] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,21:50:05.000] [DEBUG] 6 processes running of frp type 2026-01-28 22:01:21.349 [I] [client/service.go:294] [c219a5dae5ab805e] try to connect to server... 2026-01-28 22:01:24.549 [I] [client/service.go:286] [c219a5dae5ab805e] login to server success, get run id [c219a5dae5ab805e] 2026-01-28 22:01:24.550 [I] [proxy/proxy_manager.go:173] [c219a5dae5ab805e] proxy added: [DNL01B4203] 2026-01-28 22:01:25.093 [I] [client/control.go:168] [c219a5dae5ab805e] [DNL01B4203] start proxy success [2026-01-28,22:05:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,22:05:05.086] [DEBUG] 6 processes running of frp type [2026-01-28,22:20:02.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,22: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' [2026-01-28,22:35:02.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,22:35:05.402] [DEBUG] 6 processes running of frp type [2026-01-28,22:50:02.260] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,22:50:05.136] [DEBUG] 6 processes running of frp type [2026-01-28,23:05:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,23:05:04.929] [DEBUG] 6 processes running of frp type [2026-01-28,23:20:02.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,23: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-01-28,23:35:02.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,23:35:05.415] [DEBUG] 6 processes running of frp type [2026-01-28,23:50:03.142] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-28,23:50:05.865] [DEBUG] 6 processes running of frp type [2026-01-29,00:05:02.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,00:05:03.888] [DEBUG] 6 processes running of frp type [2026-01-29,00:20:02.118] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,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-01-29,00:35:02.951] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,00:35:04.897] [DEBUG] 6 processes running of frp type [2026-01-29,00:50:02.607] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,00:50:04.650] [DEBUG] 6 processes running of frp type [2026-01-29,01:05:03.085] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,01:05:05.280] [DEBUG] 6 processes running of frp type [2026-01-29,01:20:02.550] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,01: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-01-29,01:35:02.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,01:35:04.208] [DEBUG] 6 processes running of frp type [2026-01-29,01:50:02.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,01:50:04.866] [DEBUG] 6 processes running of frp type [2026-01-29,02:05:01.993] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,02:05:04.041] [DEBUG] 6 processes running of frp type [2026-01-29,02:20:02.330] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,02: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-01-29,02:35:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,02:35:05.525] [DEBUG] 6 processes running of frp type [2026-01-29,02:50:02.287] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,02:50:04.523] [DEBUG] 6 processes running of frp type [2026-01-29,03:05:03.023] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,03:05:05.465] [DEBUG] 6 processes running of frp type [2026-01-29,03:20:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,03:20:05.371] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,03:35:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,03:35:04.306] [DEBUG] 6 processes running of frp type [2026-01-29,03:50:03.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,03:50:05.538] [DEBUG] 6 processes running of frp type [2026-01-29,04:05:03.022] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,04:05:05.619] [DEBUG] 6 processes running of frp type [2026-01-29,04:20:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,04:20:05.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-29,04:35:02.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,04:35:05.114] [DEBUG] 6 processes running of frp type [2026-01-29,04:50:02.938] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,04:50:05.381] [DEBUG] 6 processes running of frp type [2026-01-29,05:05:02.840] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,05:05:04.994] [DEBUG] 6 processes running of frp type [2026-01-29,05:20:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,05: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-01-29,05:35:03.026] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,05:35:04.834] [DEBUG] 6 processes running of frp type [2026-01-29,05:50:02.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,05:50:05.025] [DEBUG] 6 processes running of frp type [2026-01-29,06:05:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,06:05:04.338] [DEBUG] 6 processes running of frp type [2026-01-29,06:20:02.777] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,06: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-01-29,06:30:40.760] [INFO] Initializing BusSpeedStateManager V2 [2026-01-29,06:30:40.772] [INFO] LocationSqlManager initialising [2026-01-29,06:30:40.773] [INFO] Location DB initialising [2026-01-29,06:30:40.784] [INFO] LocationSqlManager initialisation complete [2026-01-29,06:30:40.785] [DEBUG] UploadManager Init [2026-01-29,06:30:40.786] [DEBUG] UploadManager Init Complete [2026-01-29,06:30:40.790] [INFO] Initializing GPS... [2026-01-29,06:30:40.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-01-29,06:32:29.562] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,06:32:31.331] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-29,06:32:44.163] [DEBUG] Log Upload Complete! [2026-01-29,06:35:29.567] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,06:35:31.555] [DEBUG] Remote Access Enabled [2026-01-29,06:35:33.100] [INFO] Server Address: 138.201.17.179 [2026-01-29,06:35:33.101] [INFO] Server Port: 7000 [2026-01-29,06:35:33.111] [DEBUG] Starting Remote Access! 2026-01-29 06:35:33.303 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-29 06:35:33.304 [I] [client/service.go:294] try to connect to server... 2026-01-29 06:35:34.875 [I] [client/service.go:286] [dfc8fa2d3ea11353] login to server success, get run id [dfc8fa2d3ea11353] 2026-01-29 06:35:34.876 [I] [proxy/proxy_manager.go:173] [dfc8fa2d3ea11353] proxy added: [DNL01B4203] 2026-01-29 06:35:35.319 [I] [client/control.go:168] [dfc8fa2d3ea11353] [DNL01B4203] start proxy success [2026-01-29,06:50:02.581] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,06:50:04.500] [DEBUG] 6 processes running of frp type [2026-01-29,07:05:02.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,07:05:05.388] [DEBUG] 6 processes running of frp type [2026-01-29,07:04:54.608] [INFO] Initializing BusSpeedStateManager V2 [2026-01-29,07:04:54.613] [INFO] LocationSqlManager initialising [2026-01-29,07:04:54.614] [INFO] Location DB initialising [2026-01-29,07:04:54.623] [INFO] LocationSqlManager initialisation complete [2026-01-29,07:04:54.624] [DEBUG] UploadManager Init [2026-01-29,07:04:54.624] [DEBUG] UploadManager Init Complete [2026-01-29,07:04:54.627] [INFO] Initializing GPS... [2026-01-29,07:04:54.629] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,07:09:43.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')) [2026-01-29,18:35:08.335] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,18:35:11.679] [DEBUG] Remote Access Enabled [2026-01-29,18:35:13.702] [INFO] Server Address: 138.201.17.179 [2026-01-29,18:35:13.703] [INFO] Server Port: 7000 [2026-01-29,18:35:13.709] [DEBUG] Starting Remote Access! 2026-01-29 18:35:13.887 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-29 18:35:13.888 [I] [client/service.go:294] try to connect to server... 2026-01-29 18:35:15.362 [I] [client/service.go:286] [6e25d88e096592ef] login to server success, get run id [6e25d88e096592ef] 2026-01-29 18:35:15.363 [I] [proxy/proxy_manager.go:173] [6e25d88e096592ef] proxy added: [DNL01B4203] 2026-01-29 18:35:15.848 [I] [client/control.go:168] [6e25d88e096592ef] [DNL01B4203] start proxy success [2026-01-29,18:50:03.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,18:50:06.717] [DEBUG] 6 processes running of frp type [2026-01-29,19:05:02.142] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,19:05:06.204] [DEBUG] 6 processes running of frp type [2026-01-29,19:20:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,19:20:09.258] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,19:35:02.442] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,19:35:07.158] [DEBUG] 6 processes running of frp type [2026-01-29,18:42:06.116] [INFO] Initializing BusSpeedStateManager V2 [2026-01-29,18:42:06.124] [INFO] LocationSqlManager initialising [2026-01-29,18:42:06.125] [INFO] Location DB initialising [2026-01-29,18:42:06.136] [INFO] LocationSqlManager initialisation complete [2026-01-29,18:42:06.138] [DEBUG] UploadManager Init [2026-01-29,18:42:06.138] [DEBUG] UploadManager Init Complete [2026-01-29,18:42:06.142] [INFO] Initializing GPS... [2026-01-29,18:42:06.145] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:46:54.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')) [2026-01-29,20:02:15.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,20:02:23.133] [DEBUG] Remote Access Enabled [2026-01-29,20:02:26.070] [INFO] Server Address: 138.201.17.179 [2026-01-29,20:02:26.072] [INFO] Server Port: 7000 [2026-01-29,20:02:26.083] [DEBUG] Starting Remote Access! 2026-01-29 20:02:26.229 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-29 20:02:26.230 [I] [client/service.go:294] try to connect to server... 2026-01-29 20:02:27.693 [I] [client/service.go:286] [967c6a311945ca6a] login to server success, get run id [967c6a311945ca6a] 2026-01-29 20:02:27.694 [I] [proxy/proxy_manager.go:173] [967c6a311945ca6a] proxy added: [DNL01B4203] 2026-01-29 20:02:28.193 [I] [client/control.go:168] [967c6a311945ca6a] [DNL01B4203] start proxy success [2026-01-29,20:05:15.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,20:05:19.275] [DEBUG] 6 processes running of frp type [2026-01-29,20:20:02.606] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,20: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-29,20:30:41.293] [INFO] Initializing BusSpeedStateManager V2 [2026-01-29,20:30:41.298] [INFO] LocationSqlManager initialising [2026-01-29,20:30:41.299] [INFO] Location DB initialising [2026-01-29,20:30:41.308] [INFO] LocationSqlManager initialisation complete [2026-01-29,20:30:41.309] [DEBUG] UploadManager Init [2026-01-29,20:30:41.309] [DEBUG] UploadManager Init Complete [2026-01-29,20:30:41.312] [INFO] Initializing GPS... [2026-01-29,20:30:41.314] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,20:32:31.522] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-29,20:32:43.270] [DEBUG] Log Upload Complete! [2026-01-29,20:35:34.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,20:35:36.805] [DEBUG] Remote Access Enabled [2026-01-29,20:35:38.644] [INFO] Server Address: 138.201.17.179 [2026-01-29,20:35:38.645] [INFO] Server Port: 7000 [2026-01-29,20:35:38.650] [DEBUG] Starting Remote Access! 2026-01-29 20:35:38.786 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-29 20:35:38.787 [I] [client/service.go:294] try to connect to server... 2026-01-29 20:35:40.233 [I] [client/service.go:286] [40c683b9066d79d2] login to server success, get run id [40c683b9066d79d2] 2026-01-29 20:35:40.235 [I] [proxy/proxy_manager.go:173] [40c683b9066d79d2] proxy added: [DNL01B4203] 2026-01-29 20:35:40.880 [I] [client/control.go:168] [40c683b9066d79d2] [DNL01B4203] start proxy success [2026-01-29,20:50:02.365] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,20:50:05.361] [DEBUG] 6 processes running of frp type [2026-01-29,21:05:02.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,21:05:20.000] [DEBUG] 6 processes running of frp type [2026-01-29,21:20:02.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,21:20:04.473] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,21:35:03.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,21:35:05.521] [DEBUG] 6 processes running of frp type [2026-01-29,21:50:02.327] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,21:50:04.737] [DEBUG] 6 processes running of frp type [2026-01-29,22:05:02.074] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,22:05:09.737] [DEBUG] 6 processes running of frp type [2026-01-29,22:20:03.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,22:20:21.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-29,22:35:02.473] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,22:35:05.413] [DEBUG] 6 processes running of frp type [2026-01-29,22:50:03.184] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,22:50:05.702] [DEBUG] 6 processes running of frp type 2026-01-29 22:53:06.535 [I] [client/service.go:294] [40c683b9066d79d2] try to connect to server... 2026-01-29 22:53:11.921 [I] [client/service.go:286] [40c683b9066d79d2] login to server success, get run id [40c683b9066d79d2] 2026-01-29 22:53:11.923 [I] [proxy/proxy_manager.go:173] [40c683b9066d79d2] proxy added: [DNL01B4203] 2026-01-29 22:53:12.570 [I] [client/control.go:168] [40c683b9066d79d2] [DNL01B4203] start proxy success 2026-01-29 22:55:52.309 [I] [client/service.go:294] [40c683b9066d79d2] try to connect to server... 2026-01-29 22:56:02.311 [W] [client/service.go:297] [40c683b9066d79d2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-29 22:56:02.312 [I] [client/service.go:294] [40c683b9066d79d2] try to connect to server... 2026-01-29 22:56:14.146 [W] [client/service.go:297] [40c683b9066d79d2] connect to server error: connection write timeout 2026-01-29 22:56:14.146 [I] [client/service.go:294] [40c683b9066d79d2] try to connect to server... 2026-01-29 22:56:23.083 [W] [client/service.go:297] [40c683b9066d79d2] connect to server error: read tcp 192.168.1.136:34642->138.201.17.179:7000: read: connection reset by peer 2026-01-29 22:56:23.084 [I] [client/service.go:294] [40c683b9066d79d2] try to connect to server... 2026-01-29 22:56:24.708 [I] [client/service.go:286] [40c683b9066d79d2] login to server success, get run id [40c683b9066d79d2] 2026-01-29 22:56:24.710 [I] [proxy/proxy_manager.go:173] [40c683b9066d79d2] proxy added: [DNL01B4203] 2026-01-29 22:56:25.112 [I] [client/control.go:168] [40c683b9066d79d2] [DNL01B4203] start proxy success [2026-01-29,23:05:02.041] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,23:05:09.505] [DEBUG] 6 processes running of frp type [2026-01-29,23:20:03.019] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,23:20:05.221] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,23:35:02.475] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,23:35:04.681] [DEBUG] 6 processes running of frp type [2026-01-29,23:50:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-29,23:50:06.939] [DEBUG] 6 processes running of frp type [2026-01-30,00:05:02.468] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,00:05:10.303] [DEBUG] 6 processes running of frp type [2026-01-30,00:20:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,00: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-01-30,00:35:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,00:35:04.880] [DEBUG] 6 processes running of frp type [2026-01-30,00:50:02.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,00:50:05.131] [DEBUG] 6 processes running of frp type [2026-01-30,01:05:02.642] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,01:05:04.728] [DEBUG] 6 processes running of frp type [2026-01-30,01:20:02.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,01:20:04.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-30,01:35:02.669] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,01:35:05.270] [DEBUG] 6 processes running of frp type [2026-01-30,01:50:03.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,01:50:05.745] [DEBUG] 6 processes running of frp type [2026-01-30,02:05:01.932] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,02:05:04.092] [DEBUG] 6 processes running of frp type [2026-01-30,02:20:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,02: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-01-30,02:35:02.065] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,02:35:04.228] [DEBUG] 6 processes running of frp type [2026-01-30,02:50:02.981] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,02:50:04.937] [DEBUG] 6 processes running of frp type [2026-01-30,03:05:02.433] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,03:05:05.172] [DEBUG] 6 processes running of frp type [2026-01-30,03:20:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,03:20:04.887] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,03:35:02.512] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,03:35:04.969] [DEBUG] 6 processes running of frp type [2026-01-30,03:50:02.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,03:50:05.185] [DEBUG] 6 processes running of frp type [2026-01-30,04:05:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,04:05:05.052] [DEBUG] 6 processes running of frp type [2026-01-30,04:20:02.888] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,04: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-01-30,04:35:02.377] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,04:35:04.758] [DEBUG] 6 processes running of frp type [2026-01-30,04:50:02.467] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,04:50:04.877] [DEBUG] 6 processes running of frp type [2026-01-30,05:05:02.247] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,05:05:04.735] [DEBUG] 6 processes running of frp type [2026-01-30,05:20:02.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,05: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-01-30,05:35:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,05:35:05.093] [DEBUG] 6 processes running of frp type [2026-01-30,05:50:02.935] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,05:50:04.928] [DEBUG] 6 processes running of frp type [2026-01-30,06:05:02.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,06:05:04.490] [DEBUG] 6 processes running of frp type [2026-01-30,06:20:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,06: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-30,06:30:41.094] [INFO] Initializing BusSpeedStateManager V2 [2026-01-30,06:30:41.099] [INFO] LocationSqlManager initialising [2026-01-30,06:30:41.099] [INFO] Location DB initialising [2026-01-30,06:30:41.109] [INFO] LocationSqlManager initialisation complete [2026-01-30,06:30:41.110] [DEBUG] UploadManager Init [2026-01-30,06:30:41.111] [DEBUG] UploadManager Init Complete [2026-01-30,06:30:41.115] [INFO] Initializing GPS... [2026-01-30,06:30:41.118] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,06:32:29.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,06:32:31.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( [2026-01-30,06:32:43.529] [DEBUG] Log Upload Complete! [2026-01-30,06:35:29.593] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,06:35:31.489] [DEBUG] Remote Access Enabled [2026-01-30,06:35:33.045] [INFO] Server Address: 138.201.17.179 [2026-01-30,06:35:33.046] [INFO] Server Port: 7000 [2026-01-30,06:35:33.055] [DEBUG] Starting Remote Access! 2026-01-30 06:35:33.264 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-30 06:35:33.264 [I] [client/service.go:294] try to connect to server... 2026-01-30 06:35:34.837 [I] [client/service.go:286] [b74164cd6784617b] login to server success, get run id [b74164cd6784617b] 2026-01-30 06:35:34.838 [I] [proxy/proxy_manager.go:173] [b74164cd6784617b] proxy added: [DNL01B4203] 2026-01-30 06:35:35.273 [I] [client/control.go:168] [b74164cd6784617b] [DNL01B4203] start proxy success [2026-01-30,06:50:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,06:50:04.454] [DEBUG] 6 processes running of frp type [2026-01-30,07:05:02.909] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,07:05:05.579] [DEBUG] 6 processes running of frp type [2026-01-30,07:20:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,07:20:05.211] [DEBUG] 6 processes running of frp type [2026-01-30,07:05:04.508] [INFO] Initializing BusSpeedStateManager V2 [2026-01-30,07:05:04.513] [INFO] LocationSqlManager initialising [2026-01-30,07:05:04.514] [INFO] Location DB initialising [2026-01-30,07:05:04.524] [INFO] LocationSqlManager initialisation complete [2026-01-30,07:05:04.524] [DEBUG] UploadManager Init [2026-01-30,07:05:04.525] [DEBUG] UploadManager Init Complete [2026-01-30,07:05:04.527] [INFO] Initializing GPS... [2026-01-30,07:05:04.529] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,07:09:53.326] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-30,08:02:02.290] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,08:02:04.823] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-30,08:02:31.310] [DEBUG] Log Upload Complete! [2026-01-30,08:05:02.520] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,08:05:04.765] [DEBUG] Remote Access Enabled [2026-01-30,08:05:06.578] [INFO] Server Address: 138.201.17.179 [2026-01-30,08:05:06.579] [INFO] Server Port: 7000 [2026-01-30,08:05:06.584] [DEBUG] Starting Remote Access! 2026-01-30 08:05:06.717 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-30 08:05:06.718 [I] [client/service.go:294] try to connect to server... 2026-01-30 08:05:07.947 [I] [client/service.go:286] [58d14571e4ff53a8] login to server success, get run id [58d14571e4ff53a8] 2026-01-30 08:05:07.949 [I] [proxy/proxy_manager.go:173] [58d14571e4ff53a8] proxy added: [DNL01B4203] 2026-01-30 08:05:08.487 [I] [client/control.go:168] [58d14571e4ff53a8] [DNL01B4203] start proxy success [2026-01-30,08:20:02.262] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,08:20:04.765] [DEBUG] 6 processes running of frp type [2026-01-30,08:05:16.744] [INFO] Initializing BusSpeedStateManager V2 [2026-01-30,08:05:16.748] [INFO] LocationSqlManager initialising [2026-01-30,08:05:16.749] [INFO] Location DB initialising [2026-01-30,08:05:16.758] [INFO] LocationSqlManager initialisation complete [2026-01-30,08:05:16.759] [DEBUG] UploadManager Init [2026-01-30,08:05:16.759] [DEBUG] UploadManager Init Complete [2026-01-30,08:05:16.762] [INFO] Initializing GPS... [2026-01-30,08:05:16.764] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,08:10:05.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')) [2026-01-30,10:20:02.848] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,10:20:05.779] [DEBUG] Remote Access Enabled [2026-01-30,10:20:07.554] [INFO] Server Address: 138.201.17.179 [2026-01-30,10:20:07.556] [INFO] Server Port: 7000 [2026-01-30,10:20:07.561] [DEBUG] Starting Remote Access! 2026-01-30 10:20:07.689 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-30 10:20:07.690 [I] [client/service.go:294] try to connect to server... 2026-01-30 10:20:08.911 [I] [client/service.go:286] [6d6788ae13eac5ad] login to server success, get run id [6d6788ae13eac5ad] 2026-01-30 10:20:08.913 [I] [proxy/proxy_manager.go:173] [6d6788ae13eac5ad] proxy added: [DNL01B4203] 2026-01-30 10:20:09.455 [I] [client/control.go:168] [6d6788ae13eac5ad] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,10:35:02.329] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,10:35:05.151] [DEBUG] 6 processes running of frp type [2026-01-30,10:39:59.136] [INFO] Initializing BusSpeedStateManager V2 [2026-01-30,10:39:59.143] [INFO] LocationSqlManager initialising [2026-01-30,10:39:59.144] [INFO] Location DB initialising [2026-01-30,10:39:59.155] [INFO] LocationSqlManager initialisation complete [2026-01-30,10:39:59.157] [DEBUG] UploadManager Init [2026-01-30,10:39:59.157] [DEBUG] UploadManager Init Complete [2026-01-30,10:39:59.162] [INFO] Initializing GPS... [2026-01-30,10:39:59.164] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,10:39:58.980] [INFO] Initializing BusSpeedStateManager V2 [2026-01-30,10:39:58.985] [INFO] LocationSqlManager initialising [2026-01-30,10:39:58.985] [INFO] Location DB initialising [2026-01-30,10:39:58.995] [INFO] LocationSqlManager initialisation complete [2026-01-30,10:39:58.995] [DEBUG] UploadManager Init [2026-01-30,10:39:58.996] [DEBUG] UploadManager Init Complete [2026-01-30,10:39:58.998] [INFO] Initializing GPS... [2026-01-30,10:39:59.000] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,10:44:47.780] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-30,18:35:42.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,18:35:45.012] [DEBUG] Remote Access Enabled [2026-01-30,18:35:46.875] [INFO] Server Address: 138.201.17.179 [2026-01-30,18:35:46.876] [INFO] Server Port: 7000 [2026-01-30,18:35:46.885] [DEBUG] Starting Remote Access! 2026-01-30 18:35:47.088 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-30 18:35:47.088 [I] [client/service.go:294] try to connect to server... 2026-01-30 18:35:48.536 [I] [client/service.go:286] [a5b79bc91ded6f95] login to server success, get run id [a5b79bc91ded6f95] 2026-01-30 18:35:48.537 [I] [proxy/proxy_manager.go:173] [a5b79bc91ded6f95] proxy added: [DNL01B4203] 2026-01-30 18:35:49.111 [I] [client/control.go:168] [a5b79bc91ded6f95] [DNL01B4203] start proxy success [2026-01-30,18:50:02.929] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,18:50:05.159] [DEBUG] 6 processes running of frp type [2026-01-30,19:05:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,19:05:04.832] [DEBUG] 6 processes running of frp type [2026-01-30,19:20:02.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,19:20:04.947] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.917] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,19:35:05.442] [DEBUG] 6 processes running of frp type [2026-01-30,19:50:02.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,19:50:09.675] [DEBUG] 6 processes running of frp type [2026-01-30,20:05:02.002] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,20:05:04.566] [DEBUG] 6 processes running of frp type [2026-01-30,20:20:02.935] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,20: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-01-30,20:30:41.186] [INFO] Initializing BusSpeedStateManager V2 [2026-01-30,20:30:41.191] [INFO] LocationSqlManager initialising [2026-01-30,20:30:41.192] [INFO] Location DB initialising [2026-01-30,20:30:41.201] [INFO] LocationSqlManager initialisation complete [2026-01-30,20:30:41.202] [DEBUG] UploadManager Init [2026-01-30,20:30:41.202] [DEBUG] UploadManager Init Complete [2026-01-30,20:30:41.205] [INFO] Initializing GPS... [2026-01-30,20:30:41.207] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,20:32:29.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,20:32:47.721] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-30,20:33:55.602] [DEBUG] Log Upload Complete! [2026-01-30,20:35:29.979] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,20:35:33.460] [DEBUG] Remote Access Enabled [2026-01-30,20:35:35.503] [INFO] Server Address: 138.201.17.179 [2026-01-30,20:35:35.505] [INFO] Server Port: 7000 [2026-01-30,20:35:35.517] [DEBUG] Starting Remote Access! 2026-01-30 20:35:35.707 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-30 20:35:35.708 [I] [client/service.go:294] try to connect to server... 2026-01-30 20:35:36.983 [I] [client/service.go:286] [f7e8b5b4a2ffd7ed] login to server success, get run id [f7e8b5b4a2ffd7ed] 2026-01-30 20:35:36.984 [I] [proxy/proxy_manager.go:173] [f7e8b5b4a2ffd7ed] proxy added: [DNL01B4203] 2026-01-30 20:35:37.495 [I] [client/control.go:168] [f7e8b5b4a2ffd7ed] [DNL01B4203] start proxy success [2026-01-30,20:50:02.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,20:50:10.447] [DEBUG] 6 processes running of frp type [2026-01-30,21:05:02.769] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,21:05:11.100] [DEBUG] 6 processes running of frp type [2026-01-30,21:20:02.434] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,21:20:11.990] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,21:35:02.364] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,21:35:10.731] [DEBUG] 6 processes running of frp type [2026-01-30,21:50:02.492] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,21:50:11.716] [DEBUG] 6 processes running of frp type [2026-01-30,22:05:03.298] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,22:05:06.796] [DEBUG] 6 processes running of frp type [2026-01-30,22:20:02.137] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,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-01-30,22:35:02.760] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,22:35:05.575] [DEBUG] 6 processes running of frp type [2026-01-30,22:50:02.422] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,22:50:05.038] [DEBUG] 6 processes running of frp type [2026-01-30,23:05:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,23:05:05.320] [DEBUG] 6 processes running of frp type [2026-01-30,23:20:02.607] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,23: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-01-30,23:35:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,23:35:05.303] [DEBUG] 6 processes running of frp type [2026-01-30,23:50:03.101] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-30,23:50:05.067] [DEBUG] 6 processes running of frp type [2026-01-31,00:05:02.580] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,00:05:05.518] [DEBUG] 6 processes running of frp type [2026-01-31,00:20:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,00:20:05.437] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-31,00:35:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,00:35:05.197] [DEBUG] 6 processes running of frp type [2026-01-31,00:50:02.979] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,00:50:05.290] [DEBUG] 6 processes running of frp type [2026-01-31,01:05:02.615] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,01:05:05.000] [DEBUG] 6 processes running of frp type [2026-01-31,01:20:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,01: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-31,01:35:03.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,01:35:05.806] [DEBUG] 6 processes running of frp type [2026-01-31,01:50:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,01:50:04.926] [DEBUG] 6 processes running of frp type [2026-01-31,02:05:02.346] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,02:05:04.632] [DEBUG] 6 processes running of frp type [2026-01-31,02:20:03.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,02:20:05.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-01-31,02:35:02.741] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,02:35:04.577] [DEBUG] 6 processes running of frp type [2026-01-31,02:50:02.321] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,02:50:04.348] [DEBUG] 6 processes running of frp type [2026-01-31,03:05:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,03:05:04.742] [DEBUG] 6 processes running of frp type [2026-01-31,03:20:02.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,03: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-31,03:35:03.174] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,03:35:05.697] [DEBUG] 6 processes running of frp type [2026-01-31,03:50:02.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,03:50:05.190] [DEBUG] 6 processes running of frp type [2026-01-31,04:05:02.597] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,04:05:04.483] [DEBUG] 6 processes running of frp type [2026-01-31,04:20:02.823] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,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-01-31,04:35:02.522] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,04:35:04.319] [DEBUG] 6 processes running of frp type [2026-01-31,04:50:03.165] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,04:50:05.732] [DEBUG] 6 processes running of frp type [2026-01-31,05:05:03.152] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,05:05:05.536] [DEBUG] 6 processes running of frp type [2026-01-31,05:20:02.926] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,05: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-31,05:35:02.616] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,05:35:04.776] [DEBUG] 6 processes running of frp type [2026-01-31,05:50:02.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,05:50:05.016] [DEBUG] 6 processes running of frp type [2026-01-31,06:05:02.452] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,06:05:04.685] [DEBUG] 6 processes running of frp type [2026-01-31,06:20:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,06:20:05.915] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-31,06:30:41.169] [INFO] Initializing BusSpeedStateManager V2 [2026-01-31,06:30:41.174] [INFO] LocationSqlManager initialising [2026-01-31,06:30:41.174] [INFO] Location DB initialising [2026-01-31,06:30:41.184] [INFO] LocationSqlManager initialisation complete [2026-01-31,06:30:41.184] [DEBUG] UploadManager Init [2026-01-31,06:30:41.185] [DEBUG] UploadManager Init Complete [2026-01-31,06:30:41.187] [INFO] Initializing GPS... [2026-01-31,06:30:41.189] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,06:32:29.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,06:32:32.366] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-31,06:32:44.362] [DEBUG] Log Upload Complete! [2026-01-31,06:35:29.851] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,06:35:31.555] [DEBUG] Remote Access Enabled [2026-01-31,06:35:33.097] [INFO] Server Address: 138.201.17.179 [2026-01-31,06:35:33.098] [INFO] Server Port: 7000 [2026-01-31,06:35:33.107] [DEBUG] Starting Remote Access! 2026-01-31 06:35:33.316 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-31 06:35:33.316 [I] [client/service.go:294] try to connect to server... 2026-01-31 06:35:35.004 [I] [client/service.go:286] [65c4757dc06a4771] login to server success, get run id [65c4757dc06a4771] 2026-01-31 06:35:35.005 [I] [proxy/proxy_manager.go:173] [65c4757dc06a4771] proxy added: [DNL01B4203] 2026-01-31 06:35:35.450 [I] [client/control.go:168] [65c4757dc06a4771] [DNL01B4203] start proxy success [2026-01-31,06:50:02.173] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,06:50:04.908] [DEBUG] 6 processes running of frp type [2026-01-31,07:05:02.089] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,07:05:04.022] [DEBUG] 6 processes running of frp type [2026-01-31,07:05:05.120] [INFO] Initializing BusSpeedStateManager V2 [2026-01-31,07:05:05.124] [INFO] LocationSqlManager initialising [2026-01-31,07:05:05.125] [INFO] Location DB initialising [2026-01-31,07:05:05.136] [INFO] LocationSqlManager initialisation complete [2026-01-31,07:05:05.137] [DEBUG] UploadManager Init [2026-01-31,07:05:05.138] [DEBUG] UploadManager Init Complete [2026-01-31,07:05:05.142] [INFO] Initializing GPS... [2026-01-31,07:05:05.145] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,07:09:53.991] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-31,09:44:00.717] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,09:44:08.389] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-31,09:44:20.342] [DEBUG] Log Upload Complete! [2026-01-31,09:50:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,09:50:05.263] [DEBUG] Remote Access Enabled [2026-01-31,09:50:06.769] [INFO] Server Address: 138.201.17.179 [2026-01-31,09:50:06.770] [INFO] Server Port: 7000 [2026-01-31,09:50:06.775] [DEBUG] Starting Remote Access! 2026-01-31 09:50:06.905 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-31 09:50:06.906 [I] [client/service.go:294] try to connect to server... 2026-01-31 09:50:08.316 [I] [client/service.go:286] [049d8867cfca7659] login to server success, get run id [049d8867cfca7659] 2026-01-31 09:50:08.318 [I] [proxy/proxy_manager.go:173] [049d8867cfca7659] proxy added: [DNL01B4203] 2026-01-31 09:50:08.999 [I] [client/control.go:168] [049d8867cfca7659] [DNL01B4203] start proxy success [2026-01-31,10:05:02.690] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,10:05:04.806] [DEBUG] 6 processes running of frp type [2026-01-31,10:20:02.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,10: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-31,10:32:13.224] [INFO] Initializing BusSpeedStateManager V2 [2026-01-31,10:32:13.229] [INFO] LocationSqlManager initialising [2026-01-31,10:32:13.230] [INFO] Location DB initialising [2026-01-31,10:32:13.240] [INFO] LocationSqlManager initialisation complete [2026-01-31,10:32:13.242] [DEBUG] UploadManager Init [2026-01-31,10:32:13.243] [DEBUG] UploadManager Init Complete [2026-01-31,10:32:13.247] [INFO] Initializing GPS... [2026-01-31,10:32:13.250] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,10:37:02.231] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-31,17:01:55.903] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-01-31,17:20:02.167] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,17:20:04.262] [DEBUG] Remote Access Enabled [2026-01-31,17:20:06.053] [INFO] Server Address: 138.201.17.179 [2026-01-31,17:20:06.054] [INFO] Server Port: 7000 [2026-01-31,17:20:06.059] [DEBUG] Starting Remote Access! 2026-01-31 17:20:06.186 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-31 17:20:06.186 [I] [client/service.go:294] try to connect to server... 2026-01-31 17:20:07.365 [I] [client/service.go:286] [51c109b2a3ed40fa] login to server success, get run id [51c109b2a3ed40fa] 2026-01-31 17:20:07.367 [I] [proxy/proxy_manager.go:173] [51c109b2a3ed40fa] proxy added: [DNL01B4203] 2026-01-31 17:20:08.006 [I] [client/control.go:168] [51c109b2a3ed40fa] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,17:35:02.479] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,17:35:05.447] [DEBUG] 6 processes running of frp type [2026-01-31,16:56:55.901] [INFO] Initializing BusSpeedStateManager V2 [2026-01-31,16:56:55.906] [INFO] LocationSqlManager initialising [2026-01-31,16:56:55.906] [INFO] Location DB initialising [2026-01-31,16:56:55.917] [INFO] LocationSqlManager initialisation complete [2026-01-31,16:56:55.918] [DEBUG] UploadManager Init [2026-01-31,16:56:55.918] [DEBUG] UploadManager Init Complete [2026-01-31,16:56:55.923] [INFO] Initializing GPS... [2026-01-31,16:56:55.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-01-31,16:59:04.702] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-31,17:01:49.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-31,17:01:50.541] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-31,17:05:08.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-31,17:16:55.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 111] Connection refused')) [2026-01-31,17:20:08.728] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-31,17:34:00.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 ConnectTimeoutError(, 'Connection to safepassenger.co.in timed out. (connect timeout=120)')) [2026-01-31,17:35:08.221] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-31,17:49:06.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 111] Connection refused')) [2026-01-31,17:50:39.741] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-31,18:04:12.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 111] Connection refused')) [2026-01-31,16:56:56.176] [INFO] Initializing BusSpeedStateManager V2 [2026-01-31,16:56:56.181] [INFO] LocationSqlManager initialising [2026-01-31,16:56:56.182] [INFO] Location DB initialising [2026-01-31,16:56:56.192] [INFO] LocationSqlManager initialisation complete [2026-01-31,16:56:56.193] [DEBUG] UploadManager Init [2026-01-31,16:56:56.193] [DEBUG] UploadManager Init Complete [2026-01-31,16:56:56.196] [INFO] Initializing GPS... [2026-01-31,16:56:56.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' [2026-01-31,17:01:44.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')) [2026-01-31,22:31:04.903] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,22:31:07.452] [DEBUG] Remote Access Enabled [2026-01-31,22:31:09.148] [INFO] Server Address: 138.201.17.179 [2026-01-31,22:31:09.149] [INFO] Server Port: 7000 [2026-01-31,22:31:09.153] [DEBUG] Starting Remote Access! 2026-01-31 22:31:09.279 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-31 22:31:09.280 [I] [client/service.go:294] try to connect to server... 2026-01-31 22:31:10.589 [I] [client/service.go:286] [be197b139361a42e] login to server success, get run id [be197b139361a42e] 2026-01-31 22:31:10.591 [I] [proxy/proxy_manager.go:173] [be197b139361a42e] proxy added: [DNL01B4203] 2026-01-31 22:31:11.058 [I] [client/control.go:168] [be197b139361a42e] [DNL01B4203] start proxy success [2026-01-31,22:35:02.739] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-01-31,22:35:04.756] [DEBUG] 6 processes running of frp type [2026-01-31,22:40:30.655] [INFO] Initializing BusSpeedStateManager V2 [2026-01-31,22:40:30.661] [INFO] LocationSqlManager initialising [2026-01-31,22:40:30.661] [INFO] Location DB initialising [2026-01-31,22:40:30.670] [INFO] LocationSqlManager initialisation complete [2026-01-31,22:40:30.671] [DEBUG] UploadManager Init [2026-01-31,22:40:30.671] [DEBUG] UploadManager Init Complete [2026-01-31,22:40:30.674] [INFO] Initializing GPS... [2026-01-31,22:40:30.676] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45:19.130] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-01,08:02:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,08:02:05.131] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-01,08:02:19.137] [DEBUG] Log Upload Complete! [2026-02-01,08:02:37.846] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,08:02:40.241] [DEBUG] Remote Access Enabled [2026-02-01,08:02:41.616] [INFO] Server Address: 138.201.17.179 [2026-02-01,08:02:41.617] [INFO] Server Port: 7000 [2026-02-01,08:02:41.622] [DEBUG] Starting Remote Access! 2026-02-01 08:02:41.751 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-01 08:02:41.752 [I] [client/service.go:294] try to connect to server... 2026-02-01 08:02:43.203 [I] [client/service.go:286] [a1b1c60c91b600fd] login to server success, get run id [a1b1c60c91b600fd] 2026-02-01 08:02:43.204 [I] [proxy/proxy_manager.go:173] [a1b1c60c91b600fd] proxy added: [DNL01B4203] 2026-02-01 08:02:43.843 [I] [client/control.go:168] [a1b1c60c91b600fd] [DNL01B4203] start proxy success [2026-02-01,08:05:02.973] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,08:05:05.413] [DEBUG] 6 processes running of frp type [2026-02-01,08:20:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,08: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-01,08:35:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,08:35:05.410] [DEBUG] 6 processes running of frp type [2026-02-01,08:50:03.250] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,08:50:05.500] [DEBUG] 6 processes running of frp type [2026-02-01,09:05:02.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,09:05:05.020] [DEBUG] 6 processes running of frp type [2026-02-01,09:20:02.215] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,09: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-01,09:35:02.542] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,09:35:05.101] [DEBUG] 6 processes running of frp type [2026-02-01,09:50:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,09:50:04.824] [DEBUG] 6 processes running of frp type [2026-02-01,10:05:02.253] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,10:05:04.708] [DEBUG] 6 processes running of frp type [2026-02-01,10:20:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,10: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' [2026-02-01,10:35:02.451] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,10:35:04.382] [DEBUG] 6 processes running of frp type [2026-02-01,10:50:02.925] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,10:50:05.592] [DEBUG] 6 processes running of frp type [2026-02-01,11:05:02.974] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,11:05:05.854] [DEBUG] 6 processes running of frp type [2026-02-01,11:20:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,11: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-02-01,11:35:02.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,11:35:05.555] [DEBUG] 6 processes running of frp type [2026-02-01,11:50:02.174] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,11:50:04.686] [DEBUG] 6 processes running of frp type [2026-02-01,12:05:01.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,12:05:10.002] [DEBUG] 6 processes running of frp type [2026-02-01,12:20:02.394] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,12:20:04.791] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-01,12:35:02.229] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,12:35:04.632] [DEBUG] 6 processes running of frp type [2026-02-01,12:50:02.306] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,12:50:05.191] [DEBUG] 6 processes running of frp type [2026-02-01,13:05:02.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,13:05:04.948] [DEBUG] 6 processes running of frp type [2026-02-01,13:20:02.160] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,13:20:09.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-02-01,13:35:01.916] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,13:35:03.978] [DEBUG] 6 processes running of frp type [2026-02-01,13:50:02.768] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,13:50:05.479] [DEBUG] 6 processes running of frp type [2026-02-01,14:05:02.965] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,14:05:05.262] [DEBUG] 6 processes running of frp type [2026-02-01,14:20:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,14: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-02-01,14:35:01.967] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,14:35:04.550] [DEBUG] 6 processes running of frp type [2026-02-01,14:50:02.262] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,14:50:19.095] [DEBUG] 6 processes running of frp type [2026-02-01,15:05:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,15:05:04.700] [DEBUG] 6 processes running of frp type [2026-02-01,15:20:03.171] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,15:20:10.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-01,15:35:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,15:35:05.378] [DEBUG] 6 processes running of frp type [2026-02-01,15:21:50.201] [INFO] Initializing BusSpeedStateManager V2 [2026-02-01,15:21:50.206] [INFO] LocationSqlManager initialising [2026-02-01,15:21:50.206] [INFO] Location DB initialising [2026-02-01,15:21:50.215] [INFO] LocationSqlManager initialisation complete [2026-02-01,15:21:50.216] [DEBUG] UploadManager Init [2026-02-01,15:21:50.216] [DEBUG] UploadManager Init Complete [2026-02-01,15:21:50.219] [INFO] Initializing GPS... [2026-02-01,15:21:50.221] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-01,15:26:39.026] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,18:35:04.716] [DEBUG] Remote Access Enabled [2026-02-01,18:35:06.195] [INFO] Server Address: 138.201.17.179 [2026-02-01,18:35:06.196] [INFO] Server Port: 7000 [2026-02-01,18:35:06.201] [DEBUG] Starting Remote Access! 2026-02-01 18:35:06.328 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-01 18:35:06.329 [I] [client/service.go:294] try to connect to server... 2026-02-01 18:35:07.776 [I] [client/service.go:286] [d1ae4f4d1424a5c9] login to server success, get run id [d1ae4f4d1424a5c9] 2026-02-01 18:35:07.777 [I] [proxy/proxy_manager.go:173] [d1ae4f4d1424a5c9] proxy added: [DNL01B4203] 2026-02-01 18:35:08.191 [I] [client/control.go:168] [d1ae4f4d1424a5c9] [DNL01B4203] start proxy success [2026-02-01,18:50:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,18:50:04.891] [DEBUG] 6 processes running of frp type [2026-02-01,19:05:02.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,19:05:05.095] [DEBUG] 6 processes running of frp type [2026-02-01,19:20:02.440] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,19:20:19.680] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-01,19:35:02.634] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,19:35:04.905] [DEBUG] 6 processes running of frp type [2026-02-01,19:50:02.611] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,19:50:04.703] [DEBUG] 6 processes running of frp type [2026-02-01,20:05:02.290] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,20:05:04.623] [DEBUG] 6 processes running of frp type [2026-02-01,20:20:02.968] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,20:20:05.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-02-01,20:30:40.788] [INFO] Initializing BusSpeedStateManager V2 [2026-02-01,20:30:40.795] [INFO] LocationSqlManager initialising [2026-02-01,20:30:40.796] [INFO] Location DB initialising [2026-02-01,20:30:40.806] [INFO] LocationSqlManager initialisation complete [2026-02-01,20:30:40.808] [DEBUG] UploadManager Init [2026-02-01,20:30:40.808] [DEBUG] UploadManager Init Complete [2026-02-01,20:30:40.813] [INFO] Initializing GPS... [2026-02-01,20:30:40.816] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-01,20:32:29.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,20:32:31.352] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-01,20:32:41.616] [DEBUG] Log Upload Complete! [2026-02-01,20:35:29.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,20:35:31.303] [DEBUG] Remote Access Enabled [2026-02-01,20:35:32.856] [INFO] Server Address: 138.201.17.179 [2026-02-01,20:35:32.857] [INFO] Server Port: 7000 [2026-02-01,20:35:32.866] [DEBUG] Starting Remote Access! 2026-02-01 20:35:33.076 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-01 20:35:33.077 [I] [client/service.go:294] try to connect to server... 2026-02-01 20:35:34.436 [I] [client/service.go:286] [0114ee33d0ccdda0] login to server success, get run id [0114ee33d0ccdda0] 2026-02-01 20:35:34.437 [I] [proxy/proxy_manager.go:173] [0114ee33d0ccdda0] proxy added: [DNL01B4203] 2026-02-01 20:35:34.810 [I] [client/control.go:168] [0114ee33d0ccdda0] [DNL01B4203] start proxy success [2026-02-01,20:50:02.493] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,20:50:05.188] [DEBUG] 6 processes running of frp type [2026-02-01,21:05:02.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,21:05:04.732] [DEBUG] 6 processes running of frp type 2026-02-01 21:12:46.704 [I] [client/service.go:294] [0114ee33d0ccdda0] try to connect to server... 2026-02-01 21:12:56.347 [I] [client/service.go:286] [0114ee33d0ccdda0] login to server success, get run id [0114ee33d0ccdda0] 2026-02-01 21:12:56.349 [I] [proxy/proxy_manager.go:173] [0114ee33d0ccdda0] proxy added: [DNL01B4203] 2026-02-01 21:12:56.980 [I] [client/control.go:168] [0114ee33d0ccdda0] [DNL01B4203] start proxy success [2026-02-01,21:20:02.958] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,21:20:15.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-02-01,21:35:02.800] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,21:35:05.961] [DEBUG] 6 processes running of frp type [2026-02-01,21:50:02.661] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,21:50:05.337] [DEBUG] 6 processes running of frp type [2026-02-01,22:05:02.747] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,22:05:05.633] [DEBUG] 6 processes running of frp type [2026-02-01,22:20:02.974] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,22: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-02-01,22:35:02.798] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,22:35:05.587] [DEBUG] 6 processes running of frp type [2026-02-01,22:50:02.200] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,22:50:04.765] [DEBUG] 6 processes running of frp type [2026-02-01,23:05:02.281] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,23:05:05.237] [DEBUG] 6 processes running of frp type [2026-02-01,23:20:02.431] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,23:20:04.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-01,23:35:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,23:35:04.808] [DEBUG] 6 processes running of frp type [2026-02-01,23:50:02.327] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-01,23:50:04.770] [DEBUG] 6 processes running of frp type [2026-02-02,00:05:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,00:05:04.799] [DEBUG] 6 processes running of frp type [2026-02-02,00:20:02.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,00: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-02-02,00:35:02.820] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,00:35:05.340] [DEBUG] 6 processes running of frp type [2026-02-02,00:50:03.084] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,00:50:05.311] [DEBUG] 6 processes running of frp type [2026-02-02,01:05:02.660] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,01:05:04.591] [DEBUG] 6 processes running of frp type [2026-02-02,01:20:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,01:20:07.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-02-02,01:35:02.603] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,01:35:04.852] [DEBUG] 6 processes running of frp type [2026-02-02,01:50:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,01:50:05.261] [DEBUG] 6 processes running of frp type [2026-02-02,02:05:02.713] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,02:05:05.103] [DEBUG] 6 processes running of frp type [2026-02-02,02:20:02.484] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,02:20:04.495] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,02:35:02.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,02:35:05.179] [DEBUG] 6 processes running of frp type [2026-02-02,02:50:02.876] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,02:50:05.745] [DEBUG] 6 processes running of frp type [2026-02-02,03:05:02.234] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,03:05:04.407] [DEBUG] 6 processes running of frp type [2026-02-02,03:20:02.690] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,03: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-02-02,03:35:02.440] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,03:35:04.907] [DEBUG] 6 processes running of frp type [2026-02-02,03:50:03.580] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,03:50:06.314] [DEBUG] 6 processes running of frp type [2026-02-02,04:05:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,04:05:05.165] [DEBUG] 6 processes running of frp type [2026-02-02,04:20:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,04: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' [2026-02-02,04:35:02.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,04:35:05.353] [DEBUG] 6 processes running of frp type [2026-02-02,04:50:03.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,04:50:05.436] [DEBUG] 6 processes running of frp type [2026-02-02,05:05:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,05:05:04.982] [DEBUG] 6 processes running of frp type [2026-02-02,05:20:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,05: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-02,05:35:03.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,05:35:05.144] [DEBUG] 6 processes running of frp type [2026-02-02,05:50:02.942] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,05:50:05.264] [DEBUG] 6 processes running of frp type [2026-02-02,06:05:02.741] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,06:05:05.345] [DEBUG] 6 processes running of frp type [2026-02-02,06:20:02.838] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,06: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-02,06:30:40.910] [INFO] Initializing BusSpeedStateManager V2 [2026-02-02,06:30:40.916] [INFO] LocationSqlManager initialising [2026-02-02,06:30:40.916] [INFO] Location DB initialising [2026-02-02,06:30:40.926] [INFO] LocationSqlManager initialisation complete [2026-02-02,06:30:40.927] [DEBUG] UploadManager Init [2026-02-02,06:30:40.927] [DEBUG] UploadManager Init Complete [2026-02-02,06:30:40.930] [INFO] Initializing GPS... [2026-02-02,06:30:40.932] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,06:32:29.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,06:32:31.371] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,06:32:49.091] [DEBUG] Log Upload Complete! [2026-02-02,06:35:29.802] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,06:35:31.543] [DEBUG] Remote Access Enabled [2026-02-02,06:35:33.088] [INFO] Server Address: 138.201.17.179 [2026-02-02,06:35:33.090] [INFO] Server Port: 7000 [2026-02-02,06:35:33.099] [DEBUG] Starting Remote Access! 2026-02-02 06:35:33.291 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-02 06:35:33.292 [I] [client/service.go:294] try to connect to server... 2026-02-02 06:35:34.686 [I] [client/service.go:286] [2ab617fea2f05ec6] login to server success, get run id [2ab617fea2f05ec6] 2026-02-02 06:35:34.686 [I] [proxy/proxy_manager.go:173] [2ab617fea2f05ec6] proxy added: [DNL01B4203] 2026-02-02 06:35:35.098 [I] [client/control.go:168] [2ab617fea2f05ec6] [DNL01B4203] start proxy success [2026-02-02,06:50:02.661] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,06:50:05.111] [DEBUG] 6 processes running of frp type [2026-02-02,06:48:00.604] [INFO] Initializing BusSpeedStateManager V2 [2026-02-02,06:48:00.609] [INFO] LocationSqlManager initialising [2026-02-02,06:48:00.609] [INFO] Location DB initialising [2026-02-02,06:48:00.618] [INFO] LocationSqlManager initialisation complete [2026-02-02,06:48:00.619] [DEBUG] UploadManager Init [2026-02-02,06:48:00.619] [DEBUG] UploadManager Init Complete [2026-02-02,06:48:00.622] [INFO] Initializing GPS... [2026-02-02,06:48:00.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-02-02,06:52:49.165] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-02,12:50:03.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,12:50:05.716] [DEBUG] Remote Access Enabled [2026-02-02,12:50:07.894] [INFO] Server Address: 138.201.17.179 [2026-02-02,12:50:07.895] [INFO] Server Port: 7000 [2026-02-02,12:50:07.904] [DEBUG] Starting Remote Access! 2026-02-02 12:50:08.071 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-02 12:50:08.071 [I] [client/service.go:294] try to connect to server... 2026-02-02 12:50:09.479 [I] [client/service.go:286] [61c2e87c5b4f00c3] login to server success, get run id [61c2e87c5b4f00c3] 2026-02-02 12:50:09.480 [I] [proxy/proxy_manager.go:173] [61c2e87c5b4f00c3] proxy added: [DNL01B4203] 2026-02-02 12:50:10.115 [I] [client/control.go:168] [61c2e87c5b4f00c3] [DNL01B4203] start proxy success [2026-02-02,13:05:03.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,13:05:05.636] [DEBUG] 6 processes running of frp type [2026-02-02,13:20:03.194] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,13:20:06.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-02,13:35:02.799] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,13:35:05.597] [DEBUG] 6 processes running of frp type [2026-02-02,13:50:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,13:50:04.817] [DEBUG] 6 processes running of frp type [2026-02-02,14:05:02.096] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,14:05:14.172] [DEBUG] 6 processes running of frp type [2026-02-02,14:20:02.493] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,14: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-02-02,14:35:02.306] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,14:35:04.266] [DEBUG] 6 processes running of frp type [2026-02-02,14:50:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,14:50:05.485] [DEBUG] 6 processes running of frp type [2026-02-02,15:05:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,15:05:10.066] [DEBUG] 6 processes running of frp type [2026-02-02,15:20:02.338] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,15:20:09.552] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,15:35:02.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,15:35:04.590] [DEBUG] 6 processes running of frp type [2026-02-02,15:50:02.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,15:50:04.844] [DEBUG] 6 processes running of frp type [2026-02-02,16:05:02.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,16:05:04.586] [DEBUG] 6 processes running of frp type [2026-02-02,16:20:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,16:20:10.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-02-02,16:35:02.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,16:35:04.591] [DEBUG] 6 processes running of frp type [2026-02-02,16:50:02.441] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,16:50:05.003] [DEBUG] 6 processes running of frp type 2026-02-02 17:00:36.668 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:00:36.669 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:00:38.673 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:00:38.674 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:00:42.900 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:00:42.901 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:00:52.095 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:00:52.096 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:01:10.651 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:01:10.652 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:01:30.653 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:01:30.654 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:01:50.655 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:01:50.656 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:02:10.657 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:02:10.659 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:02:30.660 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:02:30.661 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:02:50.662 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:02:50.664 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:03:10.665 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:03:10.666 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:03:30.667 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:03:30.668 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:03:50.669 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:03:50.671 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:04:10.672 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:04:10.673 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:04:30.674 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:04:30.676 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:04:50.676 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:04:50.677 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:05:10.679 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:05:10.680 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:05:30.681 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:05:30.687 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:05:50.689 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:05:53.733 [I] [client/service.go:286] [61c2e87c5b4f00c3] login to server success, get run id [61c2e87c5b4f00c3] 2026-02-02 17:05:53.735 [I] [proxy/proxy_manager.go:173] [61c2e87c5b4f00c3] proxy added: [DNL01B4203] 2026-02-02 17:05:56.497 [I] [client/control.go:168] [61c2e87c5b4f00c3] [DNL01B4203] start proxy success 2026-02-02 17:07:01.459 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:07:01.460 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:07:03.645 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:07:03.647 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:07:08.041 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:07:08.043 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:07:17.033 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:07:17.035 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:07:36.202 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:07:36.203 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:07:56.204 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:07:56.206 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:08:16.207 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:08:16.208 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:08:36.209 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:08:36.211 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:08:56.212 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:08:56.213 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:09:16.214 [I] [client/service.go:294] [61c2e87c5b4f00c3] try to connect to server... 2026-02-02 17:09:16.215 [W] [client/service.go:297] [61c2e87c5b4f00c3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2026-02-02,16:38:41.860] [INFO] Initializing BusSpeedStateManager V2 [2026-02-02,16:38:41.865] [INFO] LocationSqlManager initialising [2026-02-02,16:38:41.866] [INFO] Location DB initialising [2026-02-02,16:38:41.875] [INFO] LocationSqlManager initialisation complete [2026-02-02,16:38:41.876] [DEBUG] UploadManager Init [2026-02-02,16:38:41.876] [DEBUG] UploadManager Init Complete [2026-02-02,16:38:41.880] [INFO] Initializing GPS... [2026-02-02,16:38:41.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-02,16:43:30.594] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-02,18:50:03.011] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,18:50:05.411] [DEBUG] Remote Access Enabled [2026-02-02,18:50:07.240] [INFO] Server Address: 138.201.17.179 [2026-02-02,18:50:07.241] [INFO] Server Port: 7000 [2026-02-02,18:50:07.245] [DEBUG] Starting Remote Access! 2026-02-02 18:50:07.402 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-02 18:50:07.403 [I] [client/service.go:294] try to connect to server... 2026-02-02 18:50:08.960 [I] [client/service.go:286] [31b567746d93111e] login to server success, get run id [31b567746d93111e] 2026-02-02 18:50:08.961 [I] [proxy/proxy_manager.go:173] [31b567746d93111e] proxy added: [DNL01B4203] 2026-02-02 18:50:09.472 [I] [client/control.go:168] [31b567746d93111e] [DNL01B4203] start proxy success [2026-02-02,19:05:03.214] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,19:05:05.832] [DEBUG] 6 processes running of frp type [2026-02-02,19:20:02.229] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,19:20:04.795] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,19:35:02.895] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,19:35:05.683] [DEBUG] 6 processes running of frp type [2026-02-02,19:50:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,19:50:05.105] [DEBUG] 6 processes running of frp type [2026-02-02,20:05:02.590] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,20:05:05.036] [DEBUG] 6 processes running of frp type [2026-02-02,20:20:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,20:20:04.783] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,20:30:41.997] [INFO] Initializing BusSpeedStateManager V2 [2026-02-02,20:30:42.002] [INFO] LocationSqlManager initialising [2026-02-02,20:30:42.002] [INFO] Location DB initialising [2026-02-02,20:30:42.012] [INFO] LocationSqlManager initialisation complete [2026-02-02,20:30:42.012] [DEBUG] UploadManager Init [2026-02-02,20:30:42.013] [DEBUG] UploadManager Init Complete [2026-02-02,20:30:42.015] [INFO] Initializing GPS... [2026-02-02,20:30:42.017] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,20:32:30.098] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,20:32:37.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-02-02,20:33:10.064] [DEBUG] Log Upload Complete! [2026-02-02,20:35:30.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,20:35:32.090] [DEBUG] Remote Access Enabled [2026-02-02,20:35:34.121] [INFO] Server Address: 138.201.17.179 [2026-02-02,20:35:34.122] [INFO] Server Port: 7000 [2026-02-02,20:35:34.131] [DEBUG] Starting Remote Access! 2026-02-02 20:35:34.303 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-02 20:35:34.303 [I] [client/service.go:294] try to connect to server... 2026-02-02 20:35:35.843 [I] [client/service.go:286] [885d3d27dc002e51] login to server success, get run id [885d3d27dc002e51] 2026-02-02 20:35:35.844 [I] [proxy/proxy_manager.go:173] [885d3d27dc002e51] proxy added: [DNL01B4203] 2026-02-02 20:35:36.245 [I] [client/control.go:168] [885d3d27dc002e51] [DNL01B4203] start proxy success [2026-02-02,20:50:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,20:50:04.769] [DEBUG] 6 processes running of frp type [2026-02-02,21:05:02.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,21:05:05.270] [DEBUG] 6 processes running of frp type [2026-02-02,21:20:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,21:20:05.495] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,21:35:02.325] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,21:35:04.598] [DEBUG] 6 processes running of frp type [2026-02-02,21:50:02.467] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,21:50:10.934] [DEBUG] 6 processes running of frp type [2026-02-02,22:05:02.365] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,22:05:04.784] [DEBUG] 6 processes running of frp type [2026-02-02,22:20:02.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,22:20:05.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-02-02,22:35:02.868] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,22:35:05.644] [DEBUG] 6 processes running of frp type [2026-02-02,22:50:02.312] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,22:50:09.842] [DEBUG] 6 processes running of frp type [2026-02-02,23:05:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,23:05:05.028] [DEBUG] 6 processes running of frp type [2026-02-02,23:20:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,23:20:05.434] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,23:35:02.294] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,23:35:04.675] [DEBUG] 6 processes running of frp type [2026-02-02,23:50:02.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-02,23:50:04.220] [DEBUG] 6 processes running of frp type [2026-02-03,00:05:02.661] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,00:05:04.955] [DEBUG] 6 processes running of frp type [2026-02-03,00:20:02.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,00:20:04.251] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-03,00:35:02.281] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,00:35:04.691] [DEBUG] 6 processes running of frp type [2026-02-03,00:50:02.447] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,00:50:05.014] [DEBUG] 6 processes running of frp type [2026-02-03,01:05:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,01:05:05.030] [DEBUG] 6 processes running of frp type [2026-02-03,01:20:02.286] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,01: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' [2026-02-03,01:35:02.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,01:35:04.404] [DEBUG] 6 processes running of frp type [2026-02-03,01:50:02.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,01:50:04.227] [DEBUG] 6 processes running of frp type [2026-02-03,02:05:02.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,02:05:04.497] [DEBUG] 6 processes running of frp type [2026-02-03,02:20:02.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,02: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-02-03,02:35:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,02:35:04.486] [DEBUG] 6 processes running of frp type [2026-02-03,02:50:02.174] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,02:50:05.284] [DEBUG] 6 processes running of frp type [2026-02-03,03:05:02.815] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,03:05:05.163] [DEBUG] 6 processes running of frp type [2026-02-03,03:20:02.627] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,03:20:05.230] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-03,03:35:02.328] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,03:35:04.776] [DEBUG] 6 processes running of frp type [2026-02-03,03:50:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,03:50:04.790] [DEBUG] 6 processes running of frp type [2026-02-03,04:05:02.253] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,04:05:04.561] [DEBUG] 6 processes running of frp type [2026-02-03,04:20:02.965] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,04: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-02-03,04:35:02.661] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,04:35:04.633] [DEBUG] 6 processes running of frp type [2026-02-03,04:50:02.379] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,04:50:04.470] [DEBUG] 6 processes running of frp type [2026-02-03,05:05:02.862] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,05:05:04.995] [DEBUG] 6 processes running of frp type [2026-02-03,05:20:02.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,05:20:04.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-02-03,05:35:03.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,05:35:05.162] [DEBUG] 6 processes running of frp type [2026-02-03,05:50:02.870] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,05:50:05.353] [DEBUG] 6 processes running of frp type [2026-02-03,06:05:02.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,06:05:05.642] [DEBUG] 6 processes running of frp type [2026-02-03,06:20:03.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,06: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-02-03,06:30:41.343] [INFO] Initializing BusSpeedStateManager V2 [2026-02-03,06:30:41.349] [INFO] LocationSqlManager initialising [2026-02-03,06:30:41.350] [INFO] Location DB initialising [2026-02-03,06:30:41.360] [INFO] LocationSqlManager initialisation complete [2026-02-03,06:30:41.360] [DEBUG] UploadManager Init [2026-02-03,06:30:41.361] [DEBUG] UploadManager Init Complete [2026-02-03,06:30:41.364] [INFO] Initializing GPS... [2026-02-03,06:30: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-02-03,06:32:29.791] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,06:32:32.303] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,06:33:11.120] [DEBUG] Log Upload Complete! [2026-02-03,06:35:29.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,06:35:32.392] [DEBUG] Remote Access Enabled [2026-02-03,06:35:34.186] [INFO] Server Address: 138.201.17.179 [2026-02-03,06:35:34.188] [INFO] Server Port: 7000 [2026-02-03,06:35:34.197] [DEBUG] Starting Remote Access! 2026-02-03 06:35:34.402 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-03 06:35:34.402 [I] [client/service.go:294] try to connect to server... 2026-02-03 06:35:35.767 [I] [client/service.go:286] [e387e134dde3773b] login to server success, get run id [e387e134dde3773b] 2026-02-03 06:35:35.768 [I] [proxy/proxy_manager.go:173] [e387e134dde3773b] proxy added: [DNL01B4203] 2026-02-03 06:35:36.306 [I] [client/control.go:168] [e387e134dde3773b] [DNL01B4203] start proxy success [2026-02-03,06:50:03.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,06:50:05.552] [DEBUG] 6 processes running of frp type [2026-02-03,07:05:02.965] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,07:05:05.601] [DEBUG] 6 processes running of frp type [2026-02-03,07:20:02.903] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,07: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-02-03,07:35:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,07:35:05.194] [DEBUG] 6 processes running of frp type [2026-02-03,07:50:02.884] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,07:50:05.871] [DEBUG] 6 processes running of frp type [2026-02-03,07:50:55.660] [INFO] Initializing BusSpeedStateManager V2 [2026-02-03,07:50:55.665] [INFO] LocationSqlManager initialising [2026-02-03,07:50:55.665] [INFO] Location DB initialising [2026-02-03,07:50:55.674] [INFO] LocationSqlManager initialisation complete [2026-02-03,07:50:55.675] [DEBUG] UploadManager Init [2026-02-03,07:50:55.675] [DEBUG] UploadManager Init Complete [2026-02-03,07:50:55.678] [INFO] Initializing GPS... [2026-02-03,07:50:55.680] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-03,07:55:44.289] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-03,10:11:22.137] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,10:11:24.472] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,10:11:38.413] [DEBUG] Log Upload Complete! [2026-02-03,10:20:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,10:20:04.875] [DEBUG] Remote Access Enabled [2026-02-03,10:20:06.407] [INFO] Server Address: 138.201.17.179 [2026-02-03,10:20:06.408] [INFO] Server Port: 7000 [2026-02-03,10:20:06.413] [DEBUG] Starting Remote Access! 2026-02-03 10:20:06.540 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-03 10:20:06.541 [I] [client/service.go:294] try to connect to server... 2026-02-03 10:20:08.001 [I] [client/service.go:286] [b7b1b41d216f5a4a] login to server success, get run id [b7b1b41d216f5a4a] 2026-02-03 10:20:08.003 [I] [proxy/proxy_manager.go:173] [b7b1b41d216f5a4a] proxy added: [DNL01B4203] 2026-02-03 10:20:08.636 [I] [client/control.go:168] [b7b1b41d216f5a4a] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,10:35:04.793] [DEBUG] 6 processes running of frp type [2026-02-03,10:50:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,10:50:04.867] [DEBUG] 6 processes running of frp type [2026-02-03,11:05:02.419] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,11:05:05.106] [DEBUG] 6 processes running of frp type [2026-02-03,11:20:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,11:20:05.268] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-03,11:35:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,11:35:05.411] [DEBUG] 6 processes running of frp type [2026-02-03,11:50:02.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,11:50:05.504] [DEBUG] 6 processes running of frp type [2026-02-03,12:05:02.907] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,12:05:05.923] [DEBUG] 6 processes running of frp type [2026-02-03,12:20:02.304] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,12:20:10.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-02-03,12:35:03.251] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,12:35:05.713] [DEBUG] 6 processes running of frp type [2026-02-03,12:50:02.513] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,12:50:05.218] [DEBUG] 6 processes running of frp type [2026-02-03,13:05:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,13:05:04.767] [DEBUG] 6 processes running of frp type [2026-02-03,12:24:45.647] [INFO] Initializing BusSpeedStateManager V2 [2026-02-03,12:24:45.653] [INFO] LocationSqlManager initialising [2026-02-03,12:24:45.654] [INFO] Location DB initialising [2026-02-03,12:24:45.669] [INFO] LocationSqlManager initialisation complete [2026-02-03,12:24:45.671] [DEBUG] UploadManager Init [2026-02-03,12:24:45.672] [DEBUG] UploadManager Init Complete [2026-02-03,12:24:45.679] [INFO] Initializing GPS... [2026-02-03,12:24:45.683] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:29:34.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-03,13:35:03.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,13:35:10.563] [DEBUG] Remote Access Enabled [2026-02-03,13:35:12.627] [INFO] Server Address: 138.201.17.179 [2026-02-03,13:35:12.628] [INFO] Server Port: 7000 [2026-02-03,13:35:12.633] [DEBUG] Starting Remote Access! 2026-02-03 13:35:12.760 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-03 13:35:12.761 [I] [client/service.go:294] try to connect to server... 2026-02-03 13:35:14.325 [I] [client/service.go:286] [7bbb239b736efa47] login to server success, get run id [7bbb239b736efa47] 2026-02-03 13:35:14.327 [I] [proxy/proxy_manager.go:173] [7bbb239b736efa47] proxy added: [DNL01B4203] 2026-02-03 13:35:14.803 [I] [client/control.go:168] [7bbb239b736efa47] [DNL01B4203] start proxy success [2026-02-03,13:50:02.886] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,13:50:05.398] [DEBUG] 6 processes running of frp type 2026-02-03 13:53:07.164 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:53:07.166 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:53:09.202 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:53:09.203 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:53:13.538 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:53:13.540 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:53:22.214 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:53:22.216 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:53:40.050 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:53:40.051 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:54:00.052 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:54:00.054 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:54:20.055 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:54:20.056 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:54:40.057 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:54:40.058 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:55:00.059 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:55:00.061 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:55:20.062 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:55:20.063 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:55:40.065 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:55:40.066 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:56:00.067 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:56:00.068 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:56:20.069 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:56:20.071 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:56:40.072 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:56:40.073 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:57:00.074 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:57:00.075 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:57:20.076 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:57:20.077 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:57:40.079 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:57:40.080 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:58:00.081 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:58:00.082 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:58:20.083 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:58:20.085 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:58:40.086 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:58:40.087 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:59:00.089 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:59:00.091 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:59:20.092 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:59:20.093 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 13:59:40.094 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 13:59:40.095 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 14:00:00.096 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 14:00:00.098 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 14:00:20.099 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 14:00:20.100 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 14:00:40.101 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 14:00:40.102 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 14:01:00.104 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 14:01:00.105 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 14:01:20.106 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 14:01:20.108 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 14:01:40.109 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 14:01:40.110 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 14:02:00.112 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 14:02:00.113 [W] [client/service.go:297] [7bbb239b736efa47] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 14:02:20.115 [I] [client/service.go:294] [7bbb239b736efa47] try to connect to server... 2026-02-03 14:02:21.520 [I] [client/service.go:286] [7bbb239b736efa47] login to server success, get run id [7bbb239b736efa47] 2026-02-03 14:02:21.522 [I] [proxy/proxy_manager.go:173] [7bbb239b736efa47] proxy added: [DNL01B4203] 2026-02-03 14:02:22.479 [I] [client/control.go:168] [7bbb239b736efa47] [DNL01B4203] start proxy success [2026-02-03,14:05:02.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,14:05:10.217] [DEBUG] 6 processes running of frp type [2026-02-03,14:10:56.463] [INFO] Initializing BusSpeedStateManager V2 [2026-02-03,14:10:56.468] [INFO] LocationSqlManager initialising [2026-02-03,14:10:56.468] [INFO] Location DB initialising [2026-02-03,14:10:56.478] [INFO] LocationSqlManager initialisation complete [2026-02-03,14:10:56.478] [DEBUG] UploadManager Init [2026-02-03,14:10:56.478] [DEBUG] UploadManager Init Complete [2026-02-03,14:10:56.481] [INFO] Initializing GPS... [2026-02-03,14:10:56.483] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:15:44.952] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-03,18:43:38.512] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,18:43:41.013] [DEBUG] Remote Access Enabled [2026-02-03,18:43:43.078] [INFO] Server Address: 138.201.17.179 [2026-02-03,18:43:43.080] [INFO] Server Port: 7000 [2026-02-03,18:43:43.089] [DEBUG] Starting Remote Access! 2026-02-03 18:43:43.273 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-03 18:43:43.274 [I] [client/service.go:294] try to connect to server... 2026-02-03 18:43:44.655 [I] [client/service.go:286] [1acf0e2852ca22fa] login to server success, get run id [1acf0e2852ca22fa] 2026-02-03 18:43:44.657 [I] [proxy/proxy_manager.go:173] [1acf0e2852ca22fa] proxy added: [DNL01B4203] 2026-02-03 18:43:45.308 [I] [client/control.go:168] [1acf0e2852ca22fa] [DNL01B4203] start proxy success [2026-02-03,18:50:02.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,18:50:04.457] [DEBUG] 6 processes running of frp type [2026-02-03,19:05:02.815] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,19:05:05.753] [DEBUG] 6 processes running of frp type [2026-02-03,19:20:02.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,19:20:05.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-03,19:35:03.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,19:35:05.954] [DEBUG] 6 processes running of frp type [2026-02-03,19:50:02.632] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,19:50:10.164] [DEBUG] 6 processes running of frp type [2026-02-03,20:05:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,20:05:15.717] [DEBUG] 6 processes running of frp type [2026-02-03,20:20:01.952] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,20:20:09.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-02-03,20:30:41.279] [INFO] Initializing BusSpeedStateManager V2 [2026-02-03,20:30:41.287] [INFO] LocationSqlManager initialising [2026-02-03,20:30:41.288] [INFO] Location DB initialising [2026-02-03,20:30:41.299] [INFO] LocationSqlManager initialisation complete [2026-02-03,20:30:41.301] [DEBUG] UploadManager Init [2026-02-03,20:30:41.301] [DEBUG] UploadManager Init Complete [2026-02-03,20:30:41.306] [INFO] Initializing GPS... [2026-02-03,20:30:41.308] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,20:32:42.338] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-03,20:32:52.782] [DEBUG] Log Upload Complete! [2026-02-03,20:35:29.751] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,20:35:32.432] [DEBUG] Remote Access Enabled [2026-02-03,20:35:34.498] [INFO] Server Address: 138.201.17.179 [2026-02-03,20:35:34.499] [INFO] Server Port: 7000 [2026-02-03,20:35:34.504] [DEBUG] Starting Remote Access! 2026-02-03 20:35:34.629 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-03 20:35:34.630 [I] [client/service.go:294] try to connect to server... 2026-02-03 20:35:36.222 [I] [client/service.go:286] [53bf9326adfe4906] login to server success, get run id [53bf9326adfe4906] 2026-02-03 20:35:36.224 [I] [proxy/proxy_manager.go:173] [53bf9326adfe4906] proxy added: [DNL01B4203] 2026-02-03 20:35:36.664 [I] [client/control.go:168] [53bf9326adfe4906] [DNL01B4203] start proxy success [2026-02-03,20:50:02.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,20:50:05.226] [DEBUG] 6 processes running of frp type [2026-02-03,21:05:02.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,21:05:04.755] [DEBUG] 6 processes running of frp type [2026-02-03,21:20:02.072] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,21:20:10.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-03,21:35:02.727] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,21:35:05.524] [DEBUG] 6 processes running of frp type [2026-02-03,21:50:02.327] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,21:50:05.563] [DEBUG] 6 processes running of frp type [2026-02-03,22:05:02.955] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,22:05:05.021] [DEBUG] 6 processes running of frp type [2026-02-03,22:20:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,22: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-03,22:35:02.735] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,22:35:06.207] [DEBUG] 6 processes running of frp type [2026-02-03,22:50:02.994] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,22:50:05.502] [DEBUG] 6 processes running of frp type [2026-02-03,23:05:02.909] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,23:05:10.339] [DEBUG] 6 processes running of frp type [2026-02-03,23:20:02.530] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,23: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-02-03,23:35:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,23:35:05.916] [DEBUG] 6 processes running of frp type [2026-02-03,23:50:02.534] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-03,23:50:05.198] [DEBUG] 6 processes running of frp type [2026-02-04,00:05:02.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,00:05:05.327] [DEBUG] 6 processes running of frp type [2026-02-04,00:20:02.611] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,00:20:05.133] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,00:35:02.590] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,00:35:05.552] [DEBUG] 6 processes running of frp type [2026-02-04,00:50:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,00:50:05.205] [DEBUG] 6 processes running of frp type [2026-02-04,01:05:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,01:05:05.131] [DEBUG] 6 processes running of frp type [2026-02-04,01:20:02.410] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,01: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-02-04,01:35:02.329] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,01:35:05.365] [DEBUG] 6 processes running of frp type [2026-02-04,01:50:03.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,01:50:05.995] [DEBUG] 6 processes running of frp type [2026-02-04,02:05:02.331] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,02:05:05.356] [DEBUG] 6 processes running of frp type [2026-02-04,02:20:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,02:20:05.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-04,02:35:02.340] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,02:35:05.120] [DEBUG] 6 processes running of frp type [2026-02-04,02:50:02.873] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,02:50:05.909] [DEBUG] 6 processes running of frp type [2026-02-04,03:05:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,03:05:04.938] [DEBUG] 6 processes running of frp type [2026-02-04,03:20:02.768] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,03:20:06.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-02-04,03:35:03.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,03:35:05.863] [DEBUG] 6 processes running of frp type [2026-02-04,03:50:02.448] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,03:50:05.637] [DEBUG] 6 processes running of frp type [2026-02-04,04:05:03.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,04:05:06.231] [DEBUG] 6 processes running of frp type [2026-02-04,04:20:02.666] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,04: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-02-04,04:35:02.535] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,04:35:05.383] [DEBUG] 6 processes running of frp type [2026-02-04,04:50:03.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,04:50:05.849] [DEBUG] 6 processes running of frp type [2026-02-04,05:05:02.227] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,05:05:04.519] [DEBUG] 6 processes running of frp type [2026-02-04,05:20:03.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,05: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-02-04,05:35:02.533] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,05:35:05.495] [DEBUG] 6 processes running of frp type [2026-02-04,05:50:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,05:50:05.555] [DEBUG] 6 processes running of frp type [2026-02-04,06:05:03.029] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,06:05:05.700] [DEBUG] 6 processes running of frp type [2026-02-04,06:20:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,06: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' [2026-02-04,06:30:42.061] [INFO] Initializing BusSpeedStateManager V2 [2026-02-04,06:30:42.067] [INFO] LocationSqlManager initialising [2026-02-04,06:30:42.068] [INFO] Location DB initialising [2026-02-04,06:30:42.078] [INFO] LocationSqlManager initialisation complete [2026-02-04,06:30:42.079] [DEBUG] UploadManager Init [2026-02-04,06:30:42.080] [DEBUG] UploadManager Init Complete [2026-02-04,06:30:42.085] [INFO] Initializing GPS... [2026-02-04,06:30:42.088] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,06:32:30.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,06:32:32.447] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-04,06:32:48.499] [DEBUG] Log Upload Complete! [2026-02-04,06:35:30.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,06:35:32.148] [DEBUG] Remote Access Enabled [2026-02-04,06:35:34.011] [INFO] Server Address: 138.201.17.179 [2026-02-04,06:35:34.013] [INFO] Server Port: 7000 [2026-02-04,06:35:34.021] [DEBUG] Starting Remote Access! 2026-02-04 06:35:34.181 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-04 06:35:34.182 [I] [client/service.go:294] try to connect to server... 2026-02-04 06:35:35.315 [I] [client/service.go:286] [c79e7353100605e9] login to server success, get run id [c79e7353100605e9] 2026-02-04 06:35:35.316 [I] [proxy/proxy_manager.go:173] [c79e7353100605e9] proxy added: [DNL01B4203] 2026-02-04 06:35:35.908 [I] [client/control.go:168] [c79e7353100605e9] [DNL01B4203] start proxy success [2026-02-04,06:50:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,06:50:04.855] [DEBUG] 6 processes running of frp type [2026-02-04,07:05:02.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,07:05:04.658] [DEBUG] 6 processes running of frp type [2026-02-04,07:20:02.951] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,07:20:05.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-02-04,07:35:02.776] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,07:35:05.343] [DEBUG] 6 processes running of frp type [2026-02-04,07:50:03.167] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,07:50:05.747] [DEBUG] 6 processes running of frp type [2026-02-04,08:02:02.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,08:02:04.373] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-04,08:02:50.993] [DEBUG] Log Upload Complete! [2026-02-04,08:05:01.999] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,08:05:04.467] [DEBUG] 6 processes running of frp type [2026-02-04,08:20:02.652] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,08: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-02-04,08:35:02.419] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,08:35:10.456] [DEBUG] 6 processes running of frp type [2026-02-04,08:50:02.043] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,08:50:04.727] [DEBUG] 6 processes running of frp type [2026-02-04,09:05:01.947] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,09:05:04.317] [DEBUG] 6 processes running of frp type [2026-02-04,09:20:02.505] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,09:20:05.823] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,09:35:02.375] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,09:35:05.257] [DEBUG] 6 processes running of frp type [2026-02-04,09:50:04.606] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,09:50:10.844] [DEBUG] 6 processes running of frp type [2026-02-04,10:05:02.215] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,10:05:10.045] [DEBUG] 6 processes running of frp type [2026-02-04,10:20:02.394] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,10: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-02-04,10:35:02.350] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,10:35:05.053] [DEBUG] 6 processes running of frp type [2026-02-04,10:50:02.985] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,10:50:05.602] [DEBUG] 6 processes running of frp type [2026-02-04,11:05:03.185] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,11:05:11.131] [DEBUG] 6 processes running of frp type [2026-02-04,11:20:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,11:20:05.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-02-04,11:35:02.461] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,11:35:05.107] [DEBUG] 6 processes running of frp type [2026-02-04,11:50:02.868] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,11:50:05.655] [DEBUG] 6 processes running of frp type [2026-02-04,12:05:03.301] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,12:05:05.770] [DEBUG] 6 processes running of frp type [2026-02-04,12:20:02.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,12:20:14.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-02-04,12:35:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,12:35:06.026] [DEBUG] 6 processes running of frp type [2026-02-04,12:50:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,12:50:05.110] [DEBUG] 6 processes running of frp type [2026-02-04,13:05:02.518] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,13:05:05.001] [DEBUG] 6 processes running of frp type [2026-02-04,13:20:02.145] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,13:20:10.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-02-04,13:35:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,13:35:05.115] [DEBUG] 6 processes running of frp type [2026-02-04,13:50:02.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,13:50:05.587] [DEBUG] 6 processes running of frp type [2026-02-04,14:05:03.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,14:05:05.727] [DEBUG] 6 processes running of frp type [2026-02-04,14:20:02.055] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,14: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-04,14:35:02.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,14:35:05.931] [DEBUG] 6 processes running of frp type [2026-02-04,14:50:02.646] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,14:50:05.132] [DEBUG] 6 processes running of frp type [2026-02-04,15:05:02.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,15:05:04.811] [DEBUG] 6 processes running of frp type [2026-02-04,15:20:02.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,15:20:10.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-02-04,15:35:02.905] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,15:35:04.992] [DEBUG] 6 processes running of frp type [2026-02-04,15:50:02.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,15:50:05.272] [DEBUG] 6 processes running of frp type [2026-02-04,16:05:02.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,16:05:04.895] [DEBUG] 6 processes running of frp type [2026-02-04,16:20:02.323] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,16:20:10.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-02-04,16:35:03.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,16:35:11.412] [DEBUG] 6 processes running of frp type [2026-02-04,16:50:03.115] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,16:50:05.960] [DEBUG] 6 processes running of frp type 2026-02-04 17:00:30.653 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:00:30.655 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:00:32.725 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:00:32.726 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:00:37.076 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:00:37.078 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:00:46.198 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:00:46.199 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:01:05.840 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:01:05.842 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:01:25.843 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:01:25.845 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:01:45.846 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:01:45.848 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:02:05.850 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:02:05.851 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:02:25.852 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:02:25.854 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:02:45.855 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:02:45.856 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:03:05.857 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:03:05.858 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:03:25.859 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:03:25.861 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:03:45.862 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:03:45.863 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:04:05.864 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:04:05.866 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:04:25.866 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:04:25.868 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:04:45.869 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:04:45.870 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:05:05.871 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:05:05.873 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:05:25.874 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:05:25.879 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:05:45.880 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:05:47.756 [I] [client/service.go:286] [c79e7353100605e9] login to server success, get run id [c79e7353100605e9] 2026-02-04 17:05:47.757 [I] [proxy/proxy_manager.go:173] [c79e7353100605e9] proxy added: [DNL01B4203] 2026-02-04 17:06:26.259 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:06:26.260 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:06:28.320 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:06:28.322 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:06:32.839 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:06:32.840 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:06:42.538 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:06:42.540 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:07:01.963 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:07:01.964 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:07:21.965 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:07:21.966 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:07:41.968 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:07:41.969 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:08:01.970 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:08:01.971 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:08:21.972 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:08:21.973 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:08:41.975 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:08:41.976 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:09:01.977 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:09:01.977 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:09:21.978 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:09:21.979 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:09:41.980 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:09:41.982 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:10:01.983 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:10:01.984 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:10:21.984 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:10:21.986 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:10:41.987 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:10:41.988 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:11:01.989 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:11:01.990 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:11:21.991 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:11:21.992 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:11:41.993 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:11:41.995 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:12:01.997 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:12:01.998 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:12:21.999 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:12:22.001 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:12:42.002 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:12:42.003 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:13:02.004 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:13:02.005 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:13:22.006 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:13:22.007 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:13:42.008 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:13:42.010 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:14:02.010 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:14:02.011 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:14:22.012 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:14:22.014 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:14:42.015 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:14:42.017 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:15:02.017 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:15:02.019 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:15:22.019 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:15:22.020 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:15:42.021 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:15:42.023 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:16:02.023 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:16:02.024 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:16:22.025 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:16:22.027 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:16:42.028 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:16:42.029 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:17:02.030 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:17:02.031 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:17:22.032 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:17:22.036 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:17:42.038 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:17:42.042 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:18:02.044 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 17:18:03.434 [I] [client/service.go:286] [c79e7353100605e9] login to server success, get run id [c79e7353100605e9] 2026-02-04 17:18:03.436 [I] [proxy/proxy_manager.go:173] [c79e7353100605e9] proxy added: [DNL01B4203] 2026-02-04 17:18:04.025 [I] [client/control.go:168] [c79e7353100605e9] [DNL01B4203] start proxy success [2026-02-04,17:20:02.543] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,17:20:15.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-04,17:35:02.637] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,17:35:05.043] [DEBUG] 6 processes running of frp type [2026-02-04,17:50:02.735] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,17:50:05.276] [DEBUG] 6 processes running of frp type [2026-02-04,18:05:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,18:05:05.414] [DEBUG] 6 processes running of frp type 2026-02-04 18:16:09.666 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 18:16:11.586 [I] [client/service.go:286] [c79e7353100605e9] login to server success, get run id [c79e7353100605e9] 2026-02-04 18:16:11.588 [I] [proxy/proxy_manager.go:173] [c79e7353100605e9] proxy added: [DNL01B4203] 2026-02-04 18:16:12.226 [I] [client/control.go:168] [c79e7353100605e9] [DNL01B4203] start proxy success 2026-02-04 18:17:27.384 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 18:17:43.750 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: connection write timeout 2026-02-04 18:17:43.751 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 18:18:01.740 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: connection write timeout 2026-02-04 18:18:01.740 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 18:18:11.742 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 18:18:11.742 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 18:18:21.744 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 18:18:21.745 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 18:18:31.747 [W] [client/service.go:297] [c79e7353100605e9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 18:18:51.749 [I] [client/service.go:294] [c79e7353100605e9] try to connect to server... 2026-02-04 18:19:04.878 [I] [client/service.go:286] [c79e7353100605e9] login to server success, get run id [c79e7353100605e9] 2026-02-04 18:19:04.880 [I] [proxy/proxy_manager.go:173] [c79e7353100605e9] proxy added: [DNL01B4203] 2026-02-04 18:19:05.414 [I] [client/control.go:168] [c79e7353100605e9] [DNL01B4203] start proxy success [2026-02-04,18:20:02.728] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,18:20:10.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-02-04,18:35:02.569] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,18:35:05.185] [DEBUG] 6 processes running of frp type [2026-02-04,18:50:02.884] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,18:50:05.357] [DEBUG] 6 processes running of frp type [2026-02-04,19:05:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,19:05:05.969] [DEBUG] 6 processes running of frp type [2026-02-04,19:20:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,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-02-04,19:35:03.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,19:35:05.985] [DEBUG] 6 processes running of frp type [2026-02-04,19:50:02.662] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,19:50:05.024] [DEBUG] 6 processes running of frp type [2026-02-04,20:05:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,20:05:05.672] [DEBUG] 6 processes running of frp type [2026-02-04,20:20:02.882] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,20:20:10.553] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,20:30:41.169] [INFO] Initializing BusSpeedStateManager V2 [2026-02-04,20:30:41.176] [INFO] LocationSqlManager initialising [2026-02-04,20:30:41.177] [INFO] Location DB initialising [2026-02-04,20:30:41.188] [INFO] LocationSqlManager initialisation complete [2026-02-04,20:30:41.189] [DEBUG] UploadManager Init [2026-02-04,20:30:41.189] [DEBUG] UploadManager Init Complete [2026-02-04,20:30:41.193] [INFO] Initializing GPS... [2026-02-04,20:30:41.195] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,20:32:29.807] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,20:32:32.064] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:32:55.796] [DEBUG] Log Upload Complete! [2026-02-04,20:35:29.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,20:35:31.781] [DEBUG] Remote Access Enabled [2026-02-04,20:35:33.316] [INFO] Server Address: 138.201.17.179 [2026-02-04,20:35:33.317] [INFO] Server Port: 7000 [2026-02-04,20:35:33.326] [DEBUG] Starting Remote Access! 2026-02-04 20:35:33.489 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-04 20:35:33.490 [I] [client/service.go:294] try to connect to server... 2026-02-04 20:35:34.946 [I] [client/service.go:286] [8c36ddb69d5340d2] login to server success, get run id [8c36ddb69d5340d2] 2026-02-04 20:35:34.947 [I] [proxy/proxy_manager.go:173] [8c36ddb69d5340d2] proxy added: [DNL01B4203] 2026-02-04 20:35:35.340 [I] [client/control.go:168] [8c36ddb69d5340d2] [DNL01B4203] start proxy success [2026-02-04,20:50:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,20:50:05.474] [DEBUG] 6 processes running of frp type [2026-02-04,21:05:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,21:05:05.330] [DEBUG] 6 processes running of frp type [2026-02-04,21:20:02.586] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,21:20:11.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-02-04,21:35:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,21:35:10.420] [DEBUG] 6 processes running of frp type [2026-02-04,21:50:03.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,21:50:20.775] [DEBUG] 6 processes running of frp type [2026-02-04,22:05:02.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,22:05:05.566] [DEBUG] 6 processes running of frp type [2026-02-04,22:20:03.022] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,22:20:06.853] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,22:35:07.850] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,22:35:12.799] [DEBUG] 6 processes running of frp type [2026-02-04,22:50:02.537] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,22:50:05.011] [DEBUG] 6 processes running of frp type [2026-02-04,23:05:02.366] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,23:05:04.391] [DEBUG] 6 processes running of frp type [2026-02-04,23:20:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,23:20:04.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-02-04,23:35:02.661] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,23:35:04.629] [DEBUG] 6 processes running of frp type [2026-02-04,23:50:02.406] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-04,23:50:05.188] [DEBUG] 6 processes running of frp type [2026-02-05,00:05:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,00:05:04.642] [DEBUG] 6 processes running of frp type [2026-02-05,00:20:03.009] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,00:20:05.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-05,00:35:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,00:35:05.163] [DEBUG] 6 processes running of frp type [2026-02-05,00:50:02.910] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,00:50:05.522] [DEBUG] 6 processes running of frp type [2026-02-05,01:05:03.039] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,01:05:05.426] [DEBUG] 6 processes running of frp type [2026-02-05,01:20:02.782] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,01:20:05.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-02-05,01:35:02.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,01:35:04.999] [DEBUG] 6 processes running of frp type [2026-02-05,01:50:02.658] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,01:50:05.235] [DEBUG] 6 processes running of frp type [2026-02-05,02:05:02.741] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,02:05:05.137] [DEBUG] 6 processes running of frp type [2026-02-05,02:20:02.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,02: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-02-05,02:35:02.276] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,02:35:04.834] [DEBUG] 6 processes running of frp type [2026-02-05,02:50:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,02:50:04.460] [DEBUG] 6 processes running of frp type [2026-02-05,03:05:03.053] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,03:05:05.644] [DEBUG] 6 processes running of frp type [2026-02-05,03:20:03.137] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,03:20:05.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-02-05,03:35:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,03:35:04.636] [DEBUG] 6 processes running of frp type [2026-02-05,03:50:02.419] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,03:50:04.796] [DEBUG] 6 processes running of frp type [2026-02-05,04:05:02.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,04:05:04.707] [DEBUG] 6 processes running of frp type [2026-02-05,04:20:03.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,04:20:05.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-05 04:27:17.128 [I] [client/service.go:294] [8c36ddb69d5340d2] try to connect to server... 2026-02-05 04:27:20.177 [W] [client/service.go:297] [8c36ddb69d5340d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 04:27:20.178 [I] [client/service.go:294] [8c36ddb69d5340d2] try to connect to server... 2026-02-05 04:27:24.993 [I] [client/service.go:286] [8c36ddb69d5340d2] login to server success, get run id [8c36ddb69d5340d2] 2026-02-05 04:27:24.994 [I] [proxy/proxy_manager.go:173] [8c36ddb69d5340d2] proxy added: [DNL01B4203] 2026-02-05 04:27:25.415 [I] [client/control.go:168] [8c36ddb69d5340d2] [DNL01B4203] start proxy success [2026-02-05,04:35:02.821] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,04:35:05.018] [DEBUG] 6 processes running of frp type [2026-02-05,04:50:02.742] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,04:50:05.126] [DEBUG] 6 processes running of frp type [2026-02-05,05:05:02.461] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,05:05:04.946] [DEBUG] 6 processes running of frp type [2026-02-05,05:20:02.281] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,05:20:05.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-02-05,05:35:02.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,05:35:04.298] [DEBUG] 6 processes running of frp type 2026-02-05 05:38:34.826 [I] [client/service.go:294] [8c36ddb69d5340d2] try to connect to server... 2026-02-05 05:38:39.787 [W] [client/service.go:297] [8c36ddb69d5340d2] connect to server error: session shutdown 2026-02-05 05:38:39.788 [I] [client/service.go:294] [8c36ddb69d5340d2] try to connect to server... 2026-02-05 05:38:41.192 [I] [client/service.go:286] [8c36ddb69d5340d2] login to server success, get run id [8c36ddb69d5340d2] 2026-02-05 05:38:41.195 [I] [proxy/proxy_manager.go:173] [8c36ddb69d5340d2] proxy added: [DNL01B4203] 2026-02-05 05:38:41.668 [I] [client/control.go:168] [8c36ddb69d5340d2] [DNL01B4203] start proxy success [2026-02-05,05:50:03.084] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,05:50:05.489] [DEBUG] 6 processes running of frp type [2026-02-05,06:05:02.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,06:05:04.968] [DEBUG] 6 processes running of frp type [2026-02-05,06:20:02.277] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,06: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-02-05,06:30:41.038] [INFO] Initializing BusSpeedStateManager V2 [2026-02-05,06:30:41.042] [INFO] LocationSqlManager initialising [2026-02-05,06:30:41.043] [INFO] Location DB initialising [2026-02-05,06:30:41.052] [INFO] LocationSqlManager initialisation complete [2026-02-05,06:30:41.053] [DEBUG] UploadManager Init [2026-02-05,06:30:41.053] [DEBUG] UploadManager Init Complete [2026-02-05,06:30:41.056] [INFO] Initializing GPS... [2026-02-05,06:30:41.058] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,06:32:29.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,06:32:30.843] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-05,06:32:43.025] [DEBUG] Log Upload Complete! [2026-02-05,06:35:29.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,06:35:30.815] [DEBUG] Remote Access Enabled [2026-02-05,06:35:32.297] [INFO] Server Address: 138.201.17.179 [2026-02-05,06:35:32.298] [INFO] Server Port: 7000 [2026-02-05,06:35:32.307] [DEBUG] Starting Remote Access! 2026-02-05 06:35:32.509 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-05 06:35:32.510 [I] [client/service.go:294] try to connect to server... 2026-02-05 06:35:33.722 [I] [client/service.go:286] [7f199ab5de9b2722] login to server success, get run id [7f199ab5de9b2722] 2026-02-05 06:35:33.723 [I] [proxy/proxy_manager.go:173] [7f199ab5de9b2722] proxy added: [DNL01B4203] 2026-02-05 06:35:34.115 [I] [client/control.go:168] [7f199ab5de9b2722] [DNL01B4203] start proxy success [2026-02-05,06:50:02.863] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,06:50:04.828] [DEBUG] 6 processes running of frp type [2026-02-05,07:05:02.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,07:05:04.184] [DEBUG] 6 processes running of frp type [2026-02-05,07:20:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,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-02-05,07:35:02.396] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,07:35:04.371] [DEBUG] 6 processes running of frp type [2026-02-05,07:39:02.160] [INFO] Initializing BusSpeedStateManager V2 [2026-02-05,07:39:02.165] [INFO] LocationSqlManager initialising [2026-02-05,07:39:02.166] [INFO] Location DB initialising [2026-02-05,07:39:02.176] [INFO] LocationSqlManager initialisation complete [2026-02-05,07:39:02.177] [DEBUG] UploadManager Init [2026-02-05,07:39:02.177] [DEBUG] UploadManager Init Complete [2026-02-05,07:39:02.181] [INFO] Initializing GPS... [2026-02-05,07:39:02.183] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:43:51.025] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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:58:20.712] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,08:58:22.681] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-05,08:58:39.401] [DEBUG] Log Upload Complete! [2026-02-05,09:05:02.934] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,09:05:05.164] [DEBUG] Remote Access Enabled [2026-02-05,09:05:07.030] [INFO] Server Address: 138.201.17.179 [2026-02-05,09:05:07.032] [INFO] Server Port: 7000 [2026-02-05,09:05:07.044] [DEBUG] Starting Remote Access! 2026-02-05 09:05:07.222 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-05 09:05:07.223 [I] [client/service.go:294] try to connect to server... 2026-02-05 09:05:08.620 [I] [client/service.go:286] [6a2d8b8fe9a4b5d6] login to server success, get run id [6a2d8b8fe9a4b5d6] 2026-02-05 09:05:08.621 [I] [proxy/proxy_manager.go:173] [6a2d8b8fe9a4b5d6] proxy added: [DNL01B4203] 2026-02-05 09:05:09.100 [I] [client/control.go:168] [6a2d8b8fe9a4b5d6] [DNL01B4203] start proxy success [2026-02-05,09:20:02.408] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,09: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-05,09:35:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,09:35:04.514] [DEBUG] 6 processes running of frp type [2026-02-05,09:50:03.101] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,09:50:05.167] [DEBUG] 6 processes running of frp type [2026-02-05,10:05:02.651] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,10:05:04.880] [DEBUG] 6 processes running of frp type [2026-02-05,10:20:02.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,10: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-02-05,10:35:03.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,10:35:05.161] [DEBUG] 6 processes running of frp type [2026-02-05,10:50:02.839] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,10:50:04.872] [DEBUG] 6 processes running of frp type [2026-02-05,11:05:02.375] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,11:05:09.530] [DEBUG] 6 processes running of frp type [2026-02-05,11:20:02.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,11: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' [2026-02-05,11:35:02.445] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,11:35:04.912] [DEBUG] 6 processes running of frp type [2026-02-05,11:50:02.586] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,11:50:04.555] [DEBUG] 6 processes running of frp type [2026-02-05,12:05:03.152] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,12:05:05.117] [DEBUG] 6 processes running of frp type [2026-02-05,12:20:07.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,12:20:19.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-05,12:35:03.185] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,12:35:05.130] [DEBUG] 6 processes running of frp type [2026-02-05,12:50:02.875] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,12:50:04.966] [DEBUG] 6 processes running of frp type [2026-02-05,13:05:02.388] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,13:05:04.299] [DEBUG] 6 processes running of frp type [2026-02-05,13:20:02.621] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,13: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-02-05,13:35:02.577] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,13:35:04.655] [DEBUG] 6 processes running of frp type [2026-02-05,13:50:02.270] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,13:50:04.426] [DEBUG] 6 processes running of frp type [2026-02-05,14:05:02.887] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,14:05:04.836] [DEBUG] 6 processes running of frp type [2026-02-05,14:20:02.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,14: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-05,14:35:03.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,14:35:05.037] [DEBUG] 6 processes running of frp type [2026-02-05,14:50:02.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,14:50:04.837] [DEBUG] 6 processes running of frp type [2026-02-05,15:05:02.379] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,15:05:04.277] [DEBUG] 6 processes running of frp type [2026-02-05,15:20:02.520] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,15:20:04.629] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,15:35:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,15:35:04.577] [DEBUG] 6 processes running of frp type [2026-02-05,15:50:02.194] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,15:50:04.293] [DEBUG] 6 processes running of frp type [2026-02-05,16:05:02.747] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,16:05:04.858] [DEBUG] 6 processes running of frp type [2026-02-05,16:20:02.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,16:20:09.469] [DEBUG] 6 processes running of frp type 2026-02-05 16:22:08.049 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 16:22:09.216 [I] [client/service.go:286] [6a2d8b8fe9a4b5d6] login to server success, get run id [6a2d8b8fe9a4b5d6] 2026-02-05 16:22:09.217 [I] [proxy/proxy_manager.go:173] [6a2d8b8fe9a4b5d6] proxy added: [DNL01B4203] 2026-02-05 16:22:09.619 [I] [client/control.go:168] [6a2d8b8fe9a4b5d6] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,16:35:02.935] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,16:35:05.101] [DEBUG] 6 processes running of frp type [2026-02-05,16:50:02.952] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,16:50:05.188] [DEBUG] 6 processes running of frp type 2026-02-05 17:00:21.019 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:00:21.020 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:00:23.181 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:00:23.182 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:00:27.780 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:00:27.781 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:00:37.031 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:00:37.033 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:00:55.911 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:00:55.912 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:01:15.914 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:01:15.915 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:01:35.917 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:01:35.918 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:01:55.919 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:01:55.920 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:02:15.922 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:02:15.923 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:02:35.924 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:02:35.925 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:02:55.927 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:02:55.928 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:03:15.929 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:03:15.931 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:03:35.932 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:03:35.933 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:03:55.935 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:03:55.936 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:04:15.938 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:04:15.939 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:04:35.941 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:04:35.942 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:04:55.943 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:04:55.944 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:05:15.946 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:05:15.953 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 17:05:35.954 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:05:35.960 [W] [client/service.go:297] [6a2d8b8fe9a4b5d6] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-05 17:05:55.961 [I] [client/service.go:294] [6a2d8b8fe9a4b5d6] try to connect to server... 2026-02-05 17:05:57.130 [I] [client/service.go:286] [6a2d8b8fe9a4b5d6] login to server success, get run id [6a2d8b8fe9a4b5d6] 2026-02-05 17:05:57.132 [I] [proxy/proxy_manager.go:173] [6a2d8b8fe9a4b5d6] proxy added: [DNL01B4203] 2026-02-05 17:05:57.959 [I] [client/control.go:168] [6a2d8b8fe9a4b5d6] [DNL01B4203] start proxy success [2026-02-05,17:20:02.961] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,17: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-02-05,17:35:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,17:35:05.207] [DEBUG] 6 processes running of frp type [2026-02-05,17:50:02.903] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,17:50:05.345] [DEBUG] 6 processes running of frp type [2026-02-05,18:05:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,18:05:09.839] [DEBUG] 6 processes running of frp type [2026-02-05,18:20:02.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,18:20:04.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-02-05,18:35:03.271] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,18:35:20.151] [DEBUG] 6 processes running of frp type [2026-02-05,18:50:02.667] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,18:50:19.820] [DEBUG] 6 processes running of frp type [2026-02-05,19:05:02.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,19:05:18.953] [DEBUG] 6 processes running of frp type [2026-02-05,19:20:02.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,19: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-02-05,19:35:03.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,19:35:05.289] [DEBUG] 6 processes running of frp type [2026-02-05,19:50:03.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,19:50:05.251] [DEBUG] 6 processes running of frp type [2026-02-05,20:05:02.769] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,20:05:09.828] [DEBUG] 6 processes running of frp type [2026-02-05,20:20:02.215] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,20: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' [2026-02-05,20:30:50.095] [INFO] Initializing BusSpeedStateManager V2 [2026-02-05,20:30:50.100] [INFO] LocationSqlManager initialising [2026-02-05,20:30:50.100] [INFO] Location DB initialising [2026-02-05,20:30:50.110] [INFO] LocationSqlManager initialisation complete [2026-02-05,20:30:50.110] [DEBUG] UploadManager Init [2026-02-05,20:30:50.111] [DEBUG] UploadManager Init Complete [2026-02-05,20:30:50.113] [INFO] Initializing GPS... [2026-02-05,20:30:50.115] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,20:32:38.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,20:32:45.432] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-05,20:33:02.610] [DEBUG] Log Upload Complete! [2026-02-05,20:35:38.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,20:35:40.410] [DEBUG] Remote Access Enabled [2026-02-05,20:35:41.809] [INFO] Server Address: 138.201.17.179 [2026-02-05,20:35:41.810] [INFO] Server Port: 7000 [2026-02-05,20:35:41.814] [DEBUG] Starting Remote Access! 2026-02-05 20:35:42.018 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-05 20:35:42.020 [I] [client/service.go:294] try to connect to server... 2026-02-05 20:35:43.116 [I] [client/service.go:286] [b760c94bcff9f1de] login to server success, get run id [b760c94bcff9f1de] 2026-02-05 20:35:43.117 [I] [proxy/proxy_manager.go:173] [b760c94bcff9f1de] proxy added: [DNL01B4203] 2026-02-05 20:35:43.642 [I] [client/control.go:168] [b760c94bcff9f1de] [DNL01B4203] start proxy success [2026-02-05,20:50:02.844] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,20:50:04.784] [DEBUG] 6 processes running of frp type [2026-02-05,21:05:02.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,21:05:05.043] [DEBUG] 6 processes running of frp type [2026-02-05,21:20:02.368] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,21: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-02-05,21:35:02.221] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,21:35:04.504] [DEBUG] 6 processes running of frp type [2026-02-05,21:50:02.279] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,21:50:09.617] [DEBUG] 6 processes running of frp type [2026-02-05,22:05:03.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,22:05:05.926] [DEBUG] 6 processes running of frp type [2026-02-05,22:20:02.355] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,22: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-05,22:35:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,22:35:05.188] [DEBUG] 6 processes running of frp type [2026-02-05,22:50:03.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,22:50:05.154] [DEBUG] 6 processes running of frp type [2026-02-05,23:05:02.523] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,23:05:04.579] [DEBUG] 6 processes running of frp type [2026-02-05,23:20:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,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-02-05,23:35:02.993] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,23:35:12.283] [DEBUG] 6 processes running of frp type [2026-02-05,23:50:03.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-05,23:50:05.868] [DEBUG] 6 processes running of frp type [2026-02-06,00:05:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,00:05:04.726] [DEBUG] 6 processes running of frp type [2026-02-06,00:20:02.110] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,00:20:03.983] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-06,00:35:03.018] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,00:35:05.157] [DEBUG] 6 processes running of frp type [2026-02-06,00:50:02.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,00:50:05.161] [DEBUG] 6 processes running of frp type [2026-02-06,01:05:02.480] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,01:05:04.493] [DEBUG] 6 processes running of frp type [2026-02-06,01:20:02.771] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,01: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-02-06,01:35:02.321] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,01:35:04.457] [DEBUG] 6 processes running of frp type [2026-02-06,01:50:02.181] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,01:50:03.997] [DEBUG] 6 processes running of frp type [2026-02-06,02:05:02.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,02:05:04.159] [DEBUG] 6 processes running of frp type [2026-02-06,02:20:02.515] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,02: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-06,02:35:02.432] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,02:35:04.283] [DEBUG] 6 processes running of frp type [2026-02-06,02:50:02.890] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,02:50:04.703] [DEBUG] 6 processes running of frp type [2026-02-06,03:05:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,03:05:04.033] [DEBUG] 6 processes running of frp type [2026-02-06,03:20:02.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,03: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-02-06,03:35:02.149] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,03:35:03.949] [DEBUG] 6 processes running of frp type [2026-02-06,03:50:02.561] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,03:50:04.357] [DEBUG] 6 processes running of frp type [2026-02-06,04:05:02.821] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,04:05:04.712] [DEBUG] 6 processes running of frp type [2026-02-06,04:20:03.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,04:20:05.057] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-06,04:35:02.728] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,04:35:04.617] [DEBUG] 6 processes running of frp type [2026-02-06,04:50:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,04:50:04.206] [DEBUG] 6 processes running of frp type [2026-02-06,05:05:02.505] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,05:05:04.418] [DEBUG] 6 processes running of frp type [2026-02-06,05:20:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,05: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-06,05:35:02.523] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,05:35:04.343] [DEBUG] 6 processes running of frp type [2026-02-06,05:50:03.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,05:50:04.835] [DEBUG] 6 processes running of frp type [2026-02-06,06:05:02.269] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,06:05:04.056] [DEBUG] 6 processes running of frp type [2026-02-06,06:20:02.335] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,06: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-02-06,06:30:41.277] [INFO] Initializing BusSpeedStateManager V2 [2026-02-06,06:30:41.282] [INFO] LocationSqlManager initialising [2026-02-06,06:30:41.282] [INFO] Location DB initialising [2026-02-06,06:30:41.291] [INFO] LocationSqlManager initialisation complete [2026-02-06,06:30:41.292] [DEBUG] UploadManager Init [2026-02-06,06:30:41.292] [DEBUG] UploadManager Init Complete [2026-02-06,06:30:41.295] [INFO] Initializing GPS... [2026-02-06,06:30:41.297] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-06,06:32:29.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,06:32:31.565] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-06,06:32:45.834] [DEBUG] Log Upload Complete! [2026-02-06,06:35:29.831] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,06:35:31.409] [DEBUG] Remote Access Enabled [2026-02-06,06:35:32.678] [INFO] Server Address: 138.201.17.179 [2026-02-06,06:35:32.679] [INFO] Server Port: 7000 [2026-02-06,06:35:32.683] [DEBUG] Starting Remote Access! 2026-02-06 06:35:32.813 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-06 06:35:32.814 [I] [client/service.go:294] try to connect to server... 2026-02-06 06:35:33.981 [I] [client/service.go:286] [0c2bc8e68b0996df] login to server success, get run id [0c2bc8e68b0996df] 2026-02-06 06:35:33.983 [I] [proxy/proxy_manager.go:173] [0c2bc8e68b0996df] proxy added: [DNL01B4203] 2026-02-06 06:35:34.370 [I] [client/control.go:168] [0c2bc8e68b0996df] [DNL01B4203] start proxy success [2026-02-06,06:50:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,06:50:04.497] [DEBUG] 6 processes running of frp type [2026-02-06,07:05:02.930] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,07:05:04.919] [DEBUG] 6 processes running of frp type [2026-02-06,07:20:02.250] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,07:20:04.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-02-06,07:35:02.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,07:35:04.391] [DEBUG] 6 processes running of frp type [2026-02-06,07:50:03.082] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,07:50:05.880] [DEBUG] 6 processes running of frp type [2026-02-06,08:02:02.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,08:02:04.654] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-06,08:02:19.624] [DEBUG] Log Upload Complete! [2026-02-06,08:05:02.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,08:05:04.333] [DEBUG] 6 processes running of frp type [2026-02-06,08:20:02.709] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,08:20:04.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' [2026-02-06,08:35:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,08:35:04.630] [DEBUG] 6 processes running of frp type [2026-02-06,08:50:02.206] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,08:50:04.359] [DEBUG] 6 processes running of frp type [2026-02-06,09:05:02.803] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,09:05:05.258] [DEBUG] 6 processes running of frp type [2026-02-06,09:20:02.599] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,09: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-02-06,09:35:02.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,09:35:04.774] [DEBUG] 6 processes running of frp type [2026-02-06,09:50:02.451] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,09:50:04.761] [DEBUG] 6 processes running of frp type [2026-02-06,10:05:02.200] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,10:05:04.340] [DEBUG] 6 processes running of frp type [2026-02-06,10:20:02.621] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,10: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-02-06,10:35:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,10:35:05.505] [DEBUG] 6 processes running of frp type [2026-02-06,10:50:01.980] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,10:50:04.277] [DEBUG] 6 processes running of frp type [2026-02-06,11:05:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,11:05:04.803] [DEBUG] 6 processes running of frp type [2026-02-06,11:20:01.901] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,11: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-02-06,11:35:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,11:35:05.105] [DEBUG] 6 processes running of frp type [2026-02-06,11:50:02.664] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,11:50:04.937] [DEBUG] 6 processes running of frp type [2026-02-06,12:05:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,12:05:07.959] [DEBUG] 6 processes running of frp type [2026-02-06,12:20:02.386] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,12:20:05.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-02-06,12:35:02.183] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,12:35:05.103] [DEBUG] 6 processes running of frp type [2026-02-06,12:50:02.891] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,12:50:05.378] [DEBUG] 6 processes running of frp type [2026-02-06,13:05:02.948] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,13:05:13.156] [DEBUG] 6 processes running of frp type [2026-02-06,13:20:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,13: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-02-06,13:35:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,13:35:10.656] [DEBUG] 6 processes running of frp type [2026-02-06,13:50:02.737] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,13:50:04.948] [DEBUG] 6 processes running of frp type [2026-02-06,14:05:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,14:05:04.796] [DEBUG] 6 processes running of frp type [2026-02-06,14:20:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,14:20:04.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-02-06,14:35:02.867] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,14:35:05.418] [DEBUG] 6 processes running of frp type [2026-02-06,14:50:02.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,14:50:04.506] [DEBUG] 6 processes running of frp type [2026-02-06,15:05:02.977] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,15:05:05.398] [DEBUG] 6 processes running of frp type [2026-02-06,15:20:11.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-02-06 15:20:12.863 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 15:20:15.416 [I] [client/service.go:286] [0c2bc8e68b0996df] login to server success, get run id [0c2bc8e68b0996df] 2026-02-06 15:20:15.419 [I] [proxy/proxy_manager.go:173] [0c2bc8e68b0996df] proxy added: [DNL01B4203] 2026-02-06 15:20:15.923 [I] [client/control.go:168] [0c2bc8e68b0996df] [DNL01B4203] start proxy success [2026-02-06,15:20:16.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-02-06,15:35:02.504] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,15:35:05.106] [DEBUG] 6 processes running of frp type [2026-02-06,15:50:03.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,15:50:05.252] [DEBUG] 6 processes running of frp type [2026-02-06,16:05:02.743] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,16:05:05.070] [DEBUG] 6 processes running of frp type [2026-02-06,16:20:02.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,16: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-02-06,16:35:02.424] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,16:35:10.049] [DEBUG] 6 processes running of frp type [2026-02-06,16:50:02.930] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,16:50:05.855] [DEBUG] 6 processes running of frp type 2026-02-06 17:00:24.082 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:00:24.245 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-06 17:00:26.376 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:00:36.378 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-06 17:00:36.379 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:00:36.379 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:00:45.959 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:00:45.961 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:01:05.962 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:01:05.963 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:01:25.964 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:01:25.965 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:01:45.966 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:01:45.967 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:02:05.968 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:02:05.970 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:02:25.970 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:02:25.972 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:02:45.973 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:02:45.975 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:03:05.976 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:03:05.977 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:03:25.978 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:03:25.979 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:03:45.980 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:03:45.982 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:04:05.982 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:04:05.984 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:04:25.985 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:04:25.987 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:04:45.988 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:04:45.990 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:05:05.991 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:05:05.993 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:05:25.994 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:05:25.998 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:05:45.999 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:05:51.447 [I] [client/service.go:286] [0c2bc8e68b0996df] login to server success, get run id [0c2bc8e68b0996df] 2026-02-06 17:05:51.448 [I] [proxy/proxy_manager.go:173] [0c2bc8e68b0996df] proxy added: [DNL01B4203] 2026-02-06 17:05:53.157 [I] [client/control.go:168] [0c2bc8e68b0996df] [DNL01B4203] start proxy success 2026-02-06 17:06:57.768 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:06:57.770 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:06:59.928 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:06:59.930 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:07:04.252 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:07:04.253 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:07:13.460 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:07:13.461 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:07:33.424 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:07:33.425 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:07:53.426 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:07:53.428 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:08:13.429 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:08:13.431 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:08:33.432 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:08:33.433 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:08:53.434 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:08:53.436 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:09:13.438 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:09:13.439 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:09:33.440 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:09:33.441 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:09:53.442 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:09:53.443 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:10:13.444 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:10:13.445 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:10:33.446 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:10:33.447 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:10:53.449 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:10:53.450 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:11:13.452 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:11:13.454 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:11:33.455 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:11:33.457 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:11:53.458 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:11:53.462 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:12:13.464 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:12:13.468 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:12:33.470 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:12:35.785 [I] [client/service.go:286] [0c2bc8e68b0996df] login to server success, get run id [0c2bc8e68b0996df] 2026-02-06 17:12:35.787 [I] [proxy/proxy_manager.go:173] [0c2bc8e68b0996df] proxy added: [DNL01B4203] 2026-02-06 17:12:36.553 [I] [client/control.go:168] [0c2bc8e68b0996df] [DNL01B4203] start proxy success 2026-02-06 17:13:44.255 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:13:44.256 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:13:46.278 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:13:46.279 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:13:50.647 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:13:50.648 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:14:00.159 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:14:00.160 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:14:20.161 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:14:20.162 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:14:40.164 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:14:40.165 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:15:00.166 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:15:00.167 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:15:20.169 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:15:20.170 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:15:40.171 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:15:40.173 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:16:00.174 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:16:00.175 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:16:20.176 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:16:20.178 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:16:40.179 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:16:40.180 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:17:00.182 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:17:00.183 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:17:20.184 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:17:20.185 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:17:40.186 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:17:40.188 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:18:00.188 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:18:00.190 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:18:20.191 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:18:20.195 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:18:40.196 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:18:40.200 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:19:00.202 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 17:19:02.329 [I] [client/service.go:286] [0c2bc8e68b0996df] login to server success, get run id [0c2bc8e68b0996df] 2026-02-06 17:19:02.330 [I] [proxy/proxy_manager.go:173] [0c2bc8e68b0996df] proxy added: [DNL01B4203] 2026-02-06 17:19:03.539 [I] [client/control.go:168] [0c2bc8e68b0996df] [DNL01B4203] start proxy success [2026-02-06,17:20:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,17: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-02-06,17:35:02.355] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,17:35:09.479] [DEBUG] 6 processes running of frp type [2026-02-06,17:50:02.084] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,17:50:04.874] [DEBUG] 6 processes running of frp type [2026-02-06,18:05:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,18:05:04.649] [DEBUG] 6 processes running of frp type [2026-02-06,18:20:01.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,18: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-06,18:35:02.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,18:35:05.390] [DEBUG] 6 processes running of frp type [2026-02-06,18:50:03.261] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,18:50:05.452] [DEBUG] 6 processes running of frp type [2026-02-06,19:05:02.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,19:05:05.701] [DEBUG] 6 processes running of frp type [2026-02-06,19:20:03.260] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,19:20:06.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-02-06,19:35:02.843] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,19:35:05.485] [DEBUG] 6 processes running of frp type [2026-02-06,19:50:02.330] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,19:50:04.526] [DEBUG] 6 processes running of frp type [2026-02-06,20:05:02.910] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,20:05:05.399] [DEBUG] 6 processes running of frp type 2026-02-06 20:11:32.207 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 20:11:42.209 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-06 20:11:42.210 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 20:11:47.540 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: session shutdown 2026-02-06 20:11:47.541 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 20:11:58.348 [W] [client/service.go:297] [0c2bc8e68b0996df] connect to server error: session shutdown 2026-02-06 20:11:58.349 [I] [client/service.go:294] [0c2bc8e68b0996df] try to connect to server... 2026-02-06 20:12:11.072 [I] [client/service.go:286] [0c2bc8e68b0996df] login to server success, get run id [0c2bc8e68b0996df] 2026-02-06 20:12:11.073 [I] [proxy/proxy_manager.go:173] [0c2bc8e68b0996df] proxy added: [DNL01B4203] 2026-02-06 20:12:13.856 [I] [client/control.go:168] [0c2bc8e68b0996df] [DNL01B4203] start proxy success [2026-02-06,20:20:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,20:20:15.284] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-06,20:30:41.842] [INFO] Initializing BusSpeedStateManager V2 [2026-02-06,20:30:41.847] [INFO] LocationSqlManager initialising [2026-02-06,20:30:41.848] [INFO] Location DB initialising [2026-02-06,20:30:41.857] [INFO] LocationSqlManager initialisation complete [2026-02-06,20:30:41.858] [DEBUG] UploadManager Init [2026-02-06,20:30:41.858] [DEBUG] UploadManager Init Complete [2026-02-06,20:30:41.860] [INFO] Initializing GPS... [2026-02-06,20:30:41.862] [INFO] Starting location capture [2026-02-06,20:31:42.905] [INFO] Initializing BusSpeedStateManager V2 [2026-02-06,20:31:42.912] [INFO] LocationSqlManager initialising [2026-02-06,20:31:42.913] [INFO] Location DB initialising [2026-02-06,20:31:42.925] [INFO] LocationSqlManager initialisation complete [2026-02-06,20:31:42.926] [DEBUG] UploadManager Init [2026-02-06,20:31:42.926] [DEBUG] UploadManager Init Complete [2026-02-06,20:31:42.931] [INFO] Initializing GPS... [2026-02-06,20:31:42.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' [2026-02-06,20:33:31.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,20:33:38.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( [2026-02-06,20:33:48.336] [DEBUG] Log Upload Complete! [2026-02-06,20:36:31.611] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,20:36:33.281] [DEBUG] Remote Access Enabled [2026-02-06,20:36:34.668] [INFO] Server Address: 138.201.17.179 [2026-02-06,20:36:34.670] [INFO] Server Port: 7000 [2026-02-06,20:36:34.679] [DEBUG] Starting Remote Access! 2026-02-06 20:36:34.831 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-06 20:36:34.832 [I] [client/service.go:294] try to connect to server... 2026-02-06 20:36:36.081 [I] [client/service.go:286] [72aa5ec967cc676d] login to server success, get run id [72aa5ec967cc676d] 2026-02-06 20:36:36.082 [I] [proxy/proxy_manager.go:173] [72aa5ec967cc676d] proxy added: [DNL01B4203] 2026-02-06 20:36:36.675 [I] [client/control.go:168] [72aa5ec967cc676d] [DNL01B4203] start proxy success [2026-02-06,20:50:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,20:50:14.355] [DEBUG] 6 processes running of frp type [2026-02-06,21:05:02.788] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,21:05:04.878] [DEBUG] 6 processes running of frp type [2026-02-06,21:06:29.970] [INFO] Initializing BusSpeedStateManager V2 [2026-02-06,21:06:29.974] [INFO] LocationSqlManager initialising [2026-02-06,21:06:29.975] [INFO] Location DB initialising [2026-02-06,21:06:29.984] [INFO] LocationSqlManager initialisation complete [2026-02-06,21:06:29.985] [DEBUG] UploadManager Init [2026-02-06,21:06:29.985] [DEBUG] UploadManager Init Complete [2026-02-06,21:06:29.988] [INFO] Initializing GPS... [2026-02-06,21:06:29.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-02-06,21:11:18.813] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,21:58:36.559] [INFO] Initializing BusSpeedStateManager V2 [2026-02-06,21:58:36.564] [INFO] LocationSqlManager initialising [2026-02-06,21:58:36.565] [INFO] Location DB initialising [2026-02-06,21:58:36.574] [INFO] LocationSqlManager initialisation complete [2026-02-06,21:58:36.574] [DEBUG] UploadManager Init [2026-02-06,21:58:36.575] [DEBUG] UploadManager Init Complete [2026-02-06,21:58:36.577] [INFO] Initializing GPS... [2026-02-06,21:58:36.579] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,22:03:25.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')) [2026-02-06,22:55:35.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,22:55:37.531] [DEBUG] Remote Access Enabled [2026-02-06,22:55:39.131] [INFO] Server Address: 138.201.17.179 [2026-02-06,22:55:39.132] [INFO] Server Port: 7000 [2026-02-06,22:55:39.141] [DEBUG] Starting Remote Access! 2026-02-06 22:55:39.294 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-06 22:55:39.295 [I] [client/service.go:294] try to connect to server... 2026-02-06 22:55:40.490 [I] [client/service.go:286] [1dc6e6f964854137] login to server success, get run id [1dc6e6f964854137] 2026-02-06 22:55:40.491 [I] [proxy/proxy_manager.go:173] [1dc6e6f964854137] proxy added: [DNL01B4203] 2026-02-06 22:55:40.912 [I] [client/control.go:168] [1dc6e6f964854137] [DNL01B4203] start proxy success [2026-02-06,23:05:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,23:05:04.087] [DEBUG] 6 processes running of frp type [2026-02-06,23:20:02.781] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,23:20:04.972] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-06,23:35:02.378] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,23:35:04.415] [DEBUG] 6 processes running of frp type [2026-02-06,23:50:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-06,23:50:04.306] [DEBUG] 6 processes running of frp type [2026-02-07,00:05:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,00:05:04.827] [DEBUG] 6 processes running of frp type [2026-02-07,00:20:02.091] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,00: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' [2026-02-07,00:35:02.911] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,00:35:04.769] [DEBUG] 6 processes running of frp type [2026-02-07,00:50:02.343] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,00:50:04.251] [DEBUG] 6 processes running of frp type [2026-02-07,01:05:02.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,01:05:04.749] [DEBUG] 6 processes running of frp type [2026-02-07,01:20:02.063] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,01:20:04.171] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-07,01:35:02.850] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,01:35:05.067] [DEBUG] 6 processes running of frp type [2026-02-07,01:50:02.904] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,01:50:04.954] [DEBUG] 6 processes running of frp type [2026-02-07,02:05:02.384] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,02:05:04.308] [DEBUG] 6 processes running of frp type [2026-02-07,02:20:02.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,02: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-07,02:35:02.419] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,02:35:04.357] [DEBUG] 6 processes running of frp type [2026-02-07,02:50:03.023] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,02:50:05.132] [DEBUG] 6 processes running of frp type [2026-02-07,03:05:02.599] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,03:05:04.400] [DEBUG] 6 processes running of frp type [2026-02-07,03:20:02.797] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,03: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,03:35:02.822] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,03:35:04.728] [DEBUG] 6 processes running of frp type [2026-02-07,03:50:02.691] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,03:50:04.718] [DEBUG] 6 processes running of frp type [2026-02-07,04:05:03.191] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,04:05:05.254] [DEBUG] 6 processes running of frp type [2026-02-07,04:20:02.685] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,04: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-02-07,04:35:02.408] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,04:35:04.219] [DEBUG] 6 processes running of frp type [2026-02-07,04:50:03.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,04:50:05.115] [DEBUG] 6 processes running of frp type [2026-02-07,05:05:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,05:05:04.613] [DEBUG] 6 processes running of frp type [2026-02-07,05:20:03.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,05: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-02-07,05:35:02.692] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,05:35:04.664] [DEBUG] 6 processes running of frp type [2026-02-07,05:50:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,05:50:04.576] [DEBUG] 6 processes running of frp type [2026-02-07,06:05:03.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,06:05:05.009] [DEBUG] 6 processes running of frp type [2026-02-07,06:20:02.468] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,06: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-02-07,06:30:40.891] [INFO] Initializing BusSpeedStateManager V2 [2026-02-07,06:30:40.896] [INFO] LocationSqlManager initialising [2026-02-07,06:30:40.897] [INFO] Location DB initialising [2026-02-07,06:30:40.907] [INFO] LocationSqlManager initialisation complete [2026-02-07,06:30:40.907] [DEBUG] UploadManager Init [2026-02-07,06:30:40.908] [DEBUG] UploadManager Init Complete [2026-02-07,06:30:40.911] [INFO] Initializing GPS... [2026-02-07,06:30:40.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' [2026-02-07,06:32:29.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,06:32:31.182] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,06:32:40.247] [DEBUG] Log Upload Complete! [2026-02-07,06:35:29.330] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,06:35:31.110] [DEBUG] Remote Access Enabled [2026-02-07,06:35:32.459] [INFO] Server Address: 138.201.17.179 [2026-02-07,06:35:32.459] [INFO] Server Port: 7000 [2026-02-07,06:35:32.464] [DEBUG] Starting Remote Access! 2026-02-07 06:35:32.659 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-07 06:35:32.660 [I] [client/service.go:294] try to connect to server... 2026-02-07 06:35:33.877 [I] [client/service.go:286] [4146bffbe44bb99e] login to server success, get run id [4146bffbe44bb99e] 2026-02-07 06:35:33.878 [I] [proxy/proxy_manager.go:173] [4146bffbe44bb99e] proxy added: [DNL01B4203] 2026-02-07 06:35:34.273 [I] [client/control.go:168] [4146bffbe44bb99e] [DNL01B4203] start proxy success [2026-02-07,06:50:02.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,06:50:04.704] [DEBUG] 6 processes running of frp type [2026-02-07,07:05:03.097] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,07:05:05.715] [DEBUG] 6 processes running of frp type [2026-02-07,07:20:03.082] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,07:20:05.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-02-07,07:35:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,07:35:05.549] [DEBUG] 6 processes running of frp type [2026-02-07,07:50:02.399] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,07:50:05.260] [DEBUG] 6 processes running of frp type [2026-02-07,08:02:02.602] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,08:02:04.667] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,08:02:16.639] [DEBUG] Log Upload Complete! [2026-02-07,08:05:02.675] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,08:05:04.822] [DEBUG] 6 processes running of frp type [2026-02-07,08:20:03.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,08:20:06.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,08:35:03.059] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,08:35:05.717] [DEBUG] 6 processes running of frp type [2026-02-07,08:50:02.412] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,08:50:04.412] [DEBUG] 6 processes running of frp type [2026-02-07,09:05:03.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,09:05:05.370] [DEBUG] 6 processes running of frp type [2026-02-07,09:20:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,09:20:05.143] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-07,09:35:02.603] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,09:35:04.757] [DEBUG] 6 processes running of frp type [2026-02-07,09:50:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,09:50:09.832] [DEBUG] 6 processes running of frp type [2026-02-07,10:05:02.056] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,10:05:04.370] [DEBUG] 6 processes running of frp type [2026-02-07,10:20:02.601] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,10:20:09.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-02-07,10:35:02.560] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,10:35:04.679] [DEBUG] 6 processes running of frp type [2026-02-07,10:50:02.406] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,10:50:10.134] [DEBUG] 6 processes running of frp type [2026-02-07,11:05:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,11:05:04.482] [DEBUG] 6 processes running of frp type [2026-02-07,11:20:02.691] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,11: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-07,11:35:02.856] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,11:35:04.941] [DEBUG] 6 processes running of frp type [2026-02-07,11:50:02.733] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,11:50:04.876] [DEBUG] 6 processes running of frp type [2026-02-07,12:05:02.418] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,12:05:04.387] [DEBUG] 6 processes running of frp type [2026-02-07,12:20:02.682] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,12:20:09.875] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-07,12:35:02.650] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,12:35:04.806] [DEBUG] 6 processes running of frp type [2026-02-07,12:50:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,12:50:10.308] [DEBUG] 6 processes running of frp type [2026-02-07,13:05:02.770] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,13:05:04.834] [DEBUG] 6 processes running of frp type [2026-02-07,13:20:02.096] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,13:20:04.297] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-07,13:35:03.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,13:35:05.261] [DEBUG] 6 processes running of frp type [2026-02-07,13:50:03.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,13:50:10.324] [DEBUG] 6 processes running of frp type [2026-02-07,14:05:02.875] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,14:05:04.740] [DEBUG] 6 processes running of frp type [2026-02-07,14:20:02.027] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,14: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' [2026-02-07,14:35:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,14:35:05.253] [DEBUG] 6 processes running of frp type [2026-02-07,14:50:02.984] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,14:50:10.786] [DEBUG] 6 processes running of frp type [2026-02-07,15:05:02.317] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,15:05:05.258] [DEBUG] 6 processes running of frp type [2026-02-07,15:20:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,15:20:05.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-02-07,15:35:02.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,15:35:04.964] [DEBUG] 6 processes running of frp type [2026-02-07,15:50:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,15:50:05.150] [DEBUG] 6 processes running of frp type [2026-02-07,16:05:02.669] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,16:05:05.264] [DEBUG] 6 processes running of frp type [2026-02-07,16:20:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,16: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-02-07,16:35:02.505] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,16:35:04.574] [DEBUG] 6 processes running of frp type [2026-02-07,16:50:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,16:50:05.648] [DEBUG] 6 processes running of frp type 2026-02-07 17:00:33.368 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:00:33.370 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:00:35.517 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:00:35.518 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:00:39.969 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:00:39.970 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:00:49.152 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:00:49.154 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:01:07.962 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:01:07.963 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:01:27.964 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:01:27.967 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:01:47.969 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:01:47.971 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:02:07.972 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:02:07.973 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:02:27.974 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:02:27.975 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:02:47.976 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:02:47.977 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:03:07.979 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:03:07.980 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:03:27.982 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:03:27.984 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:03:47.985 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:03:47.987 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:04:07.987 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:04:07.989 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:04:27.990 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:04:27.991 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:04:47.992 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:04:47.994 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:05:07.995 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:05:07.996 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:05:27.998 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:05:28.003 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:05:48.004 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:05:50.895 [I] [client/service.go:286] [4146bffbe44bb99e] login to server success, get run id [4146bffbe44bb99e] 2026-02-07 17:05:50.897 [I] [proxy/proxy_manager.go:173] [4146bffbe44bb99e] proxy added: [DNL01B4203] 2026-02-07 17:05:51.776 [I] [client/control.go:168] [4146bffbe44bb99e] [DNL01B4203] start proxy success 2026-02-07 17:06:28.419 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:06:38.421 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-07 17:06:38.421 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:06:38.422 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:06:42.810 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:06:42.811 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:06:52.286 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:06:52.287 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:07:12.288 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:07:12.289 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:07:32.290 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:07:32.292 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:07:52.293 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:07:52.294 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:08:12.295 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:08:12.296 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:08:32.297 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:08:32.298 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:08:52.299 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:08:52.300 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:09:12.301 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:09:12.302 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:09:32.303 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:09:32.305 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:09:52.306 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:09:52.307 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:10:12.309 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:10:12.310 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:10:32.311 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:10:32.313 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:10:52.314 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:10:52.315 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:11:12.315 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:11:12.317 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:11:32.317 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:11:32.322 [W] [client/service.go:297] [4146bffbe44bb99e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:11:52.322 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 17:11:53.514 [I] [client/service.go:286] [4146bffbe44bb99e] login to server success, get run id [4146bffbe44bb99e] 2026-02-07 17:11:53.516 [I] [proxy/proxy_manager.go:173] [4146bffbe44bb99e] proxy added: [DNL01B4203] 2026-02-07 17:11:55.755 [I] [client/control.go:168] [4146bffbe44bb99e] [DNL01B4203] start proxy success [2026-02-07,17:20:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,17:20:04.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-02-07,17:35:02.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,17:35:04.173] [DEBUG] 6 processes running of frp type [2026-02-07,17:50:03.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,17:50:05.188] [DEBUG] 6 processes running of frp type [2026-02-07,18:05:02.606] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,18:05:04.674] [DEBUG] 6 processes running of frp type [2026-02-07,18:20:01.947] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,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' [2026-02-07,18:35:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,18:35:04.904] [DEBUG] 6 processes running of frp type [2026-02-07,18:50:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,18:50:04.819] [DEBUG] 6 processes running of frp type [2026-02-07,19:05:02.425] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,19:05:15.552] [DEBUG] 6 processes running of frp type [2026-02-07,19:20:03.043] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,19:20:06.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-07 19:27:01.582 [I] [client/service.go:294] [4146bffbe44bb99e] try to connect to server... 2026-02-07 19:27:03.185 [I] [client/service.go:286] [4146bffbe44bb99e] login to server success, get run id [4146bffbe44bb99e] 2026-02-07 19:27:03.187 [I] [proxy/proxy_manager.go:173] [4146bffbe44bb99e] proxy added: [DNL01B4203] 2026-02-07 19:27:03.631 [I] [client/control.go:168] [4146bffbe44bb99e] [DNL01B4203] start proxy success [2026-02-07,19:35:02.663] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,19:35:04.751] [DEBUG] 6 processes running of frp type [2026-02-07,19:50:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,19:50:07.775] [DEBUG] 6 processes running of frp type [2026-02-07,20:05:02.250] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,20:05:10.263] [DEBUG] 6 processes running of frp type [2026-02-07,20:02:36.933] [INFO] Initializing BusSpeedStateManager V2 [2026-02-07,20:02:36.940] [INFO] LocationSqlManager initialising [2026-02-07,20:02:36.941] [INFO] Location DB initialising [2026-02-07,20:02:36.952] [INFO] LocationSqlManager initialisation complete [2026-02-07,20:02:36.953] [DEBUG] UploadManager Init [2026-02-07,20:02:36.954] [DEBUG] UploadManager Init Complete [2026-02-07,20:02:36.958] [INFO] Initializing GPS... [2026-02-07,20:02:36.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-07,20:07:25.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-07,20:30:40.668] [INFO] Initializing BusSpeedStateManager V2 [2026-02-07,20:30:40.673] [INFO] LocationSqlManager initialising [2026-02-07,20:30:40.674] [INFO] Location DB initialising [2026-02-07,20:30:40.683] [INFO] LocationSqlManager initialisation complete [2026-02-07,20:30:40.684] [DEBUG] UploadManager Init [2026-02-07,20:30:40.684] [DEBUG] UploadManager Init Complete [2026-02-07,20:30:40.687] [INFO] Initializing GPS... [2026-02-07,20:30:40.689] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,20:32:31.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-02-07,20:32:40.897] [DEBUG] Log Upload Complete! [2026-02-07,20:35:29.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,20:35:31.449] [DEBUG] Remote Access Enabled [2026-02-07,20:35:32.771] [INFO] Server Address: 138.201.17.179 [2026-02-07,20:35:32.773] [INFO] Server Port: 7000 [2026-02-07,20:35:32.782] [DEBUG] Starting Remote Access! 2026-02-07 20:35:32.974 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-07 20:35:32.975 [I] [client/service.go:294] try to connect to server... 2026-02-07 20:35:34.128 [I] [client/service.go:286] [8b2afad95952ce1a] login to server success, get run id [8b2afad95952ce1a] 2026-02-07 20:35:34.129 [I] [proxy/proxy_manager.go:173] [8b2afad95952ce1a] proxy added: [DNL01B4203] 2026-02-07 20:35:34.523 [I] [client/control.go:168] [8b2afad95952ce1a] [DNL01B4203] start proxy success [2026-02-07,20:50:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,20:50:04.581] [DEBUG] 6 processes running of frp type [2026-02-07,21:05:03.075] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,21:05:05.043] [DEBUG] 6 processes running of frp type [2026-02-07,21:20:02.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,21: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-02-07,21:35:03.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,21:35:05.355] [DEBUG] 6 processes running of frp type [2026-02-07,21:50:02.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,21:50:04.321] [DEBUG] 6 processes running of frp type [2026-02-07,22:05:02.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,22:05:09.936] [DEBUG] 6 processes running of frp type [2026-02-07,22:20:02.219] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,22:20:04.156] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-07,22:35:02.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,22:35:04.147] [DEBUG] 6 processes running of frp type [2026-02-07,22:50:02.937] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,22:50:05.475] [DEBUG] 6 processes running of frp type [2026-02-07,23:05:02.868] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,23:05:05.547] [DEBUG] 6 processes running of frp type [2026-02-07,23:20:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,23:20:10.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-02-07,23:35:02.657] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,23:35:04.939] [DEBUG] 6 processes running of frp type [2026-02-07,23:50:02.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-07,23:50:05.209] [DEBUG] 6 processes running of frp type [2026-02-08,00:05:02.723] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,00:05:04.680] [DEBUG] 6 processes running of frp type [2026-02-08,00:20:03.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,00: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-02-08,00:35:02.829] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,00:35:05.617] [DEBUG] 6 processes running of frp type [2026-02-08,00:50:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,00:50:04.843] [DEBUG] 6 processes running of frp type [2026-02-08,01:05:02.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,01:05:04.513] [DEBUG] 6 processes running of frp type [2026-02-08,01:20:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,01:20:05.527] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,01:35:02.706] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,01:35:04.648] [DEBUG] 6 processes running of frp type [2026-02-08,01:50:02.496] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,01:50:05.309] [DEBUG] 6 processes running of frp type [2026-02-08,02:05:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,02:05:05.019] [DEBUG] 6 processes running of frp type [2026-02-08,02:20:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,02: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-02-08,02:35:02.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,02:35:04.210] [DEBUG] 6 processes running of frp type [2026-02-08,02:50:02.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,02:50:04.966] [DEBUG] 6 processes running of frp type [2026-02-08,03:05:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,03:05:04.242] [DEBUG] 6 processes running of frp type [2026-02-08,03:20:02.686] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,03: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' [2026-02-08,03:35:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,03:35:05.207] [DEBUG] 6 processes running of frp type [2026-02-08,03:50:02.960] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,03:50:04.930] [DEBUG] 6 processes running of frp type [2026-02-08,04:05:02.391] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,04:05:05.217] [DEBUG] 6 processes running of frp type [2026-02-08,04:20:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,04:20:04.652] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,04:35:02.344] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,04:35:04.452] [DEBUG] 6 processes running of frp type [2026-02-08,04:50:03.148] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,04:50:05.695] [DEBUG] 6 processes running of frp type [2026-02-08,05:05:03.136] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,05:05:06.497] [DEBUG] 6 processes running of frp type [2026-02-08,05:20:02.942] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,05: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-02-08,05:35:02.206] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,05:35:04.415] [DEBUG] 6 processes running of frp type [2026-02-08,05:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,05:50:05.506] [DEBUG] 6 processes running of frp type [2026-02-08,06:05:03.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,06:05:05.516] [DEBUG] 6 processes running of frp type [2026-02-08,06:20:02.872] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,06:20:05.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-02-08,06:30:42.339] [INFO] Initializing BusSpeedStateManager V2 [2026-02-08,06:30:42.345] [INFO] LocationSqlManager initialising [2026-02-08,06:30:42.347] [INFO] Location DB initialising [2026-02-08,06:30:42.357] [INFO] LocationSqlManager initialisation complete [2026-02-08,06:30:42.359] [DEBUG] UploadManager Init [2026-02-08,06:30:42.359] [DEBUG] UploadManager Init Complete [2026-02-08,06:30:42.364] [INFO] Initializing GPS... [2026-02-08,06:30:42.367] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,06:32:29.583] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,06:32:31.628] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-08,06:32:43.453] [DEBUG] Log Upload Complete! [2026-02-08,06:35:29.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,06:35:31.518] [DEBUG] Remote Access Enabled [2026-02-08,06:35:33.389] [INFO] Server Address: 138.201.17.179 [2026-02-08,06:35:33.391] [INFO] Server Port: 7000 [2026-02-08,06:35:33.400] [DEBUG] Starting Remote Access! 2026-02-08 06:35:33.603 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-08 06:35:33.604 [I] [client/service.go:294] try to connect to server... 2026-02-08 06:35:35.065 [I] [client/service.go:286] [962dcaf65b197b33] login to server success, get run id [962dcaf65b197b33] 2026-02-08 06:35:35.066 [I] [proxy/proxy_manager.go:173] [962dcaf65b197b33] proxy added: [DNL01B4203] 2026-02-08 06:35:35.507 [I] [client/control.go:168] [962dcaf65b197b33] [DNL01B4203] start proxy success [2026-02-08,06:50:02.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,06:50:04.465] [DEBUG] 6 processes running of frp type [2026-02-08,07:05:02.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,07:05:04.934] [DEBUG] 6 processes running of frp type [2026-02-08,07:20:02.200] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,07:20:05.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-02-08,07:35:03.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,07:35:04.952] [DEBUG] 6 processes running of frp type [2026-02-08,07:50:02.644] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,07:50:04.780] [DEBUG] 6 processes running of frp type [2026-02-08,08:02:02.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,08:02:04.399] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:16.075] [DEBUG] Log Upload Complete! [2026-02-08,08:05:02.234] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,08:05:03.972] [DEBUG] 6 processes running of frp type [2026-02-08,08:20:02.419] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,08: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-02-08,08:35:02.271] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,08:35:05.426] [DEBUG] 6 processes running of frp type [2026-02-08,08:50:03.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,08:50:06.151] [DEBUG] 6 processes running of frp type [2026-02-08,09:05:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,09:05:05.397] [DEBUG] 6 processes running of frp type [2026-02-08,09:20:02.764] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,09: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-02-08,09:35:02.639] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,09:35:05.380] [DEBUG] 6 processes running of frp type [2026-02-08,09:50:03.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,09:50:05.587] [DEBUG] 6 processes running of frp type [2026-02-08,10:05:03.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,10:05:05.622] [DEBUG] 6 processes running of frp type [2026-02-08,10:20:03.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,10:20:11.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-08,10:35:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,10:35:05.403] [DEBUG] 6 processes running of frp type [2026-02-08,10:50:02.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,10:50:05.250] [DEBUG] 6 processes running of frp type [2026-02-08,11:05:02.777] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,11:05:05.097] [DEBUG] 6 processes running of frp type [2026-02-08,11:20:02.352] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,11:20:09.670] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,11:35:03.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,11:35:05.606] [DEBUG] 6 processes running of frp type [2026-02-08,11:50:02.098] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,11:50:04.819] [DEBUG] 6 processes running of frp type [2026-02-08,12:05:02.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,12:05:09.154] [DEBUG] 6 processes running of frp type [2026-02-08,12:20:02.580] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,12: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,12:35:02.398] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,12:35:04.363] [DEBUG] 6 processes running of frp type [2026-02-08,12:50:03.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,12:50:05.277] [DEBUG] 6 processes running of frp type [2026-02-08,13:05:02.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,13:05:05.067] [DEBUG] 6 processes running of frp type [2026-02-08,13:20:02.433] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,13: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-08,13:35:02.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,13:35:04.413] [DEBUG] 6 processes running of frp type [2026-02-08,13:50:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,13:50:04.392] [DEBUG] 6 processes running of frp type [2026-02-08,14:05:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,14:05:04.709] [DEBUG] 6 processes running of frp type [2026-02-08,14:20:01.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,14: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-08,14:35:02.970] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,14:35:05.422] [DEBUG] 6 processes running of frp type [2026-02-08,14:50:01.992] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,14:50:03.868] [DEBUG] 6 processes running of frp type [2026-02-08,15:05:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,15:05:04.800] [DEBUG] 6 processes running of frp type [2026-02-08,15:20:01.962] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,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-08,15:35:02.955] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,15:35:05.418] [DEBUG] 6 processes running of frp type [2026-02-08,15:50:02.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,15:50:04.537] [DEBUG] 6 processes running of frp type [2026-02-08,16:05:03.050] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,16:05:05.624] [DEBUG] 6 processes running of frp type [2026-02-08,16:20:03.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,16: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-02-08,16:35:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,16:35:04.832] [DEBUG] 6 processes running of frp type [2026-02-08,16:50:02.545] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,16:50:09.653] [DEBUG] 6 processes running of frp type 2026-02-08 17:00:29.883 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:00:29.885 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:00:32.001 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:00:32.003 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:00:36.562 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:00:36.564 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:00:45.927 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:00:45.929 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:01:05.930 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:01:05.932 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:01:25.933 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:01:25.934 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:01:45.936 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:01:45.937 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:02:05.938 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:02:05.939 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:02:25.940 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:02:25.941 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:02:45.942 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:02:45.943 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:03:05.945 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:03:05.946 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:03:25.948 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:03:25.949 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:03:45.951 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:03:45.952 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:04:05.953 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:04:05.954 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:04:25.956 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:04:25.958 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:04:45.958 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:04:45.960 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:05:05.961 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:05:05.962 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:05:25.963 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:05:25.968 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:05:45.969 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:05:47.123 [I] [client/service.go:286] [962dcaf65b197b33] login to server success, get run id [962dcaf65b197b33] 2026-02-08 17:05:47.124 [I] [proxy/proxy_manager.go:173] [962dcaf65b197b33] proxy added: [DNL01B4203] 2026-02-08 17:05:47.929 [I] [client/control.go:168] [962dcaf65b197b33] [DNL01B4203] start proxy success 2026-02-08 17:06:56.695 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:06:56.696 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:06:58.740 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:06:58.741 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:07:03.152 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:07:03.153 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:07:12.304 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:07:12.306 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:07:31.043 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:07:31.045 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:07:51.046 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:07:51.048 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:08:11.048 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:08:11.050 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:08:31.051 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:08:31.052 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:08:51.053 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:08:51.055 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:09:11.056 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:09:11.058 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:09:31.059 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:09:31.061 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:09:51.063 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:09:51.064 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:10:11.065 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:10:11.066 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:10:31.067 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:10:31.068 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:10:51.070 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:10:51.071 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:11:11.072 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:11:11.073 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:11:31.074 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:11:31.076 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:11:51.077 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:11:51.082 [W] [client/service.go:297] [962dcaf65b197b33] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:12:11.083 [I] [client/service.go:294] [962dcaf65b197b33] try to connect to server... 2026-02-08 17:12:12.230 [I] [client/service.go:286] [962dcaf65b197b33] login to server success, get run id [962dcaf65b197b33] 2026-02-08 17:12:12.231 [I] [proxy/proxy_manager.go:173] [962dcaf65b197b33] proxy added: [DNL01B4203] 2026-02-08 17:12:13.051 [I] [client/control.go:168] [962dcaf65b197b33] [DNL01B4203] start proxy success [2026-02-08,17:20:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,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-02-08,17:35:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,17:35:04.231] [DEBUG] 6 processes running of frp type [2026-02-08,17:50:03.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,17:50:05.046] [DEBUG] 6 processes running of frp type [2026-02-08,18:05:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,18:05:04.527] [DEBUG] 6 processes running of frp type [2026-02-08,18:20:03.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,18:20:11.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-08,18:35:02.842] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,18:35:05.272] [DEBUG] 6 processes running of frp type [2026-02-08,18:50:03.062] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,18:50:05.369] [DEBUG] 6 processes running of frp type [2026-02-08,19:05:03.819] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,19:05:08.586] [DEBUG] 6 processes running of frp type [2026-02-08,19:20:03.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,19:20:05.156] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,19:35:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,19:35:04.268] [DEBUG] 6 processes running of frp type [2026-02-08,19:50:03.024] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,19:50:04.953] [DEBUG] 6 processes running of frp type [2026-02-08,20:05:02.502] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,20:05:04.362] [DEBUG] 6 processes running of frp type [2026-02-08,20:20:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,20: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-02-08,20:30:41.064] [INFO] Initializing BusSpeedStateManager V2 [2026-02-08,20:30:41.069] [INFO] LocationSqlManager initialising [2026-02-08,20:30:41.070] [INFO] Location DB initialising [2026-02-08,20:30:41.080] [INFO] LocationSqlManager initialisation complete [2026-02-08,20:30:41.081] [DEBUG] UploadManager Init [2026-02-08,20:30:41.082] [DEBUG] UploadManager Init Complete [2026-02-08,20:30:41.085] [INFO] Initializing GPS... [2026-02-08,20:30:41.087] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,20:32:29.531] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,20:32:36.509] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:32:48.195] [DEBUG] Log Upload Complete! [2026-02-08,20:35:29.751] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,20:35:31.472] [DEBUG] Remote Access Enabled [2026-02-08,20:35:32.822] [INFO] Server Address: 138.201.17.179 [2026-02-08,20:35:32.823] [INFO] Server Port: 7000 [2026-02-08,20:35:32.827] [DEBUG] Starting Remote Access! 2026-02-08 20:35:33.032 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-08 20:35:33.033 [I] [client/service.go:294] try to connect to server... 2026-02-08 20:35:34.499 [I] [client/service.go:286] [2407c2072af36561] login to server success, get run id [2407c2072af36561] 2026-02-08 20:35:34.500 [I] [proxy/proxy_manager.go:173] [2407c2072af36561] proxy added: [DNL01B4203] 2026-02-08 20:35:34.925 [I] [client/control.go:168] [2407c2072af36561] [DNL01B4203] start proxy success [2026-02-08,20:50:02.748] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,20:50:04.651] [DEBUG] 6 processes running of frp type [2026-02-08,20:47:55.140] [INFO] Initializing BusSpeedStateManager V2 [2026-02-08,20:47:55.147] [INFO] LocationSqlManager initialising [2026-02-08,20:47:55.148] [INFO] Location DB initialising [2026-02-08,20:47:55.160] [INFO] LocationSqlManager initialisation complete [2026-02-08,20:47:55.161] [DEBUG] UploadManager Init [2026-02-08,20:47:55.161] [DEBUG] UploadManager Init Complete [2026-02-08,20:47:55.166] [INFO] Initializing GPS... [2026-02-08,20:47:55.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' [2026-02-08,20:52:44.018] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-08,23:05:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,23:05:05.292] [DEBUG] Remote Access Enabled [2026-02-08,23:05:06.756] [INFO] Server Address: 138.201.17.179 [2026-02-08,23:05:06.757] [INFO] Server Port: 7000 [2026-02-08,23:05:06.761] [DEBUG] Starting Remote Access! 2026-02-08 23:05:06.888 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-08 23:05:06.888 [I] [client/service.go:294] try to connect to server... 2026-02-08 23:05:08.335 [I] [client/service.go:286] [647cf3f6463e6ac7] login to server success, get run id [647cf3f6463e6ac7] 2026-02-08 23:05:08.336 [I] [proxy/proxy_manager.go:173] [647cf3f6463e6ac7] proxy added: [DNL01B4203] 2026-02-08 23:05:08.763 [I] [client/control.go:168] [647cf3f6463e6ac7] [DNL01B4203] start proxy success [2026-02-08,23:20:02.574] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,23: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-02-08,23:35:04.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,23:35:06.838] [DEBUG] 6 processes running of frp type [2026-02-08,23:50:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-08,23:50:05.350] [DEBUG] 6 processes running of frp type [2026-02-09,00:05:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,00:05:05.386] [DEBUG] 6 processes running of frp type [2026-02-09,00:20:02.818] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,00:20:05.552] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,00:35:02.595] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,00:35:05.474] [DEBUG] 6 processes running of frp type [2026-02-09,00:50:02.365] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,00:50:04.909] [DEBUG] 6 processes running of frp type [2026-02-09,01:05:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,01:05:05.195] [DEBUG] 6 processes running of frp type [2026-02-09,01:20:02.485] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,01:20:05.260] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,01:35:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,01:35:05.012] [DEBUG] 6 processes running of frp type [2026-02-09,01:50:02.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,01:50:05.631] [DEBUG] 6 processes running of frp type [2026-02-09,02:05:03.035] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,02:05:05.888] [DEBUG] 6 processes running of frp type [2026-02-09,02:20:02.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,02: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-09,02:35:02.840] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,02:35:05.472] [DEBUG] 6 processes running of frp type [2026-02-09,02:50:02.339] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,02:50:05.130] [DEBUG] 6 processes running of frp type [2026-02-09,03:05:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,03:05:05.399] [DEBUG] 6 processes running of frp type [2026-02-09,03:20:02.816] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,03:20:05.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-02-09,03:35:02.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,03:35:05.152] [DEBUG] 6 processes running of frp type [2026-02-09,03:50:02.840] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,03:50:06.595] [DEBUG] 6 processes running of frp type [2026-02-09,04:05:03.041] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,04:05:05.973] [DEBUG] 6 processes running of frp type [2026-02-09,04:20:02.306] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,04:20:05.287] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,04:35:02.301] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,04:35:05.154] [DEBUG] 6 processes running of frp type [2026-02-09,04:50:03.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,04:50:05.866] [DEBUG] 6 processes running of frp type [2026-02-09,05:05:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,05:05:05.177] [DEBUG] 6 processes running of frp type [2026-02-09,05:20:02.529] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,05:20:05.305] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,05:35:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,05:35:04.802] [DEBUG] 6 processes running of frp type [2026-02-09,05:50:02.706] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,05:50:05.262] [DEBUG] 6 processes running of frp type [2026-02-09,06:05:02.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,06:05:05.473] [DEBUG] 6 processes running of frp type [2026-02-09,06:20:02.986] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,06: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-02-09,06:30:40.964] [INFO] Initializing BusSpeedStateManager V2 [2026-02-09,06:30:40.971] [INFO] LocationSqlManager initialising [2026-02-09,06:30:40.972] [INFO] Location DB initialising [2026-02-09,06:30:40.984] [INFO] LocationSqlManager initialisation complete [2026-02-09,06:30:40.985] [DEBUG] UploadManager Init [2026-02-09,06:30:40.986] [DEBUG] UploadManager Init Complete [2026-02-09,06:30:40.990] [INFO] Initializing GPS... [2026-02-09,06:30:40.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-02-09,06:32:29.581] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,06:32:31.430] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-09,06:32:46.634] [DEBUG] Log Upload Complete! [2026-02-09,06:35:29.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,06:35:31.551] [DEBUG] Remote Access Enabled [2026-02-09,06:35:32.976] [INFO] Server Address: 138.201.17.179 [2026-02-09,06:35:32.977] [INFO] Server Port: 7000 [2026-02-09,06:35:32.986] [DEBUG] Starting Remote Access! 2026-02-09 06:35:33.126 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-09 06:35:33.127 [I] [client/service.go:294] try to connect to server... 2026-02-09 06:35:34.364 [I] [client/service.go:286] [de8180f8445c733a] login to server success, get run id [de8180f8445c733a] 2026-02-09 06:35:34.365 [I] [proxy/proxy_manager.go:173] [de8180f8445c733a] proxy added: [DNL01B4203] 2026-02-09 06:35:34.778 [I] [client/control.go:168] [de8180f8445c733a] [DNL01B4203] start proxy success [2026-02-09,06:50:03.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,06:50:05.219] [DEBUG] 6 processes running of frp type [2026-02-09,07:05:02.544] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,07:05:04.612] [DEBUG] 6 processes running of frp type [2026-02-09,07:20:02.918] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,07:20:05.103] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,07:35:02.797] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,07:35:05.152] [DEBUG] 6 processes running of frp type [2026-02-09,07:50:02.888] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,07:50:05.133] [DEBUG] 6 processes running of frp type [2026-02-09,08:02:02.442] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,08:02:04.474] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-09,08:02:23.396] [DEBUG] Log Upload Complete! [2026-02-09,08:05:02.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,08:05:04.543] [DEBUG] 6 processes running of frp type [2026-02-09,08:20:02.999] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,08:20:05.238] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,08:35:02.597] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,08:35:04.775] [DEBUG] 6 processes running of frp type [2026-02-09,08:50:02.364] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,08:50:04.523] [DEBUG] 6 processes running of frp type [2026-02-09,09:05:03.003] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,09:05:05.861] [DEBUG] 6 processes running of frp type [2026-02-09,09:20:02.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,09: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-09,09:35:02.906] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,09:35:05.115] [DEBUG] 6 processes running of frp type [2026-02-09,09:50:02.904] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,09:50:04.965] [DEBUG] 6 processes running of frp type [2026-02-09,10:05:02.446] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,10:05:10.077] [DEBUG] 6 processes running of frp type [2026-02-09,10:20:02.321] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,10: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-02-09,10:35:02.345] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,10:35:05.671] [DEBUG] 6 processes running of frp type [2026-02-09,10:50:02.477] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,10:50:10.220] [DEBUG] 6 processes running of frp type [2026-02-09,11:05:02.784] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,11:05:05.650] [DEBUG] 6 processes running of frp type [2026-02-09,11:20:03.053] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,11:20:06.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-02-09,11:35:02.868] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,11:35:05.734] [DEBUG] 6 processes running of frp type [2026-02-09,11:50:02.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,11:50:05.262] [DEBUG] 6 processes running of frp type [2026-02-09,12:05:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,12:05:05.694] [DEBUG] 6 processes running of frp type [2026-02-09,12:20:01.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,12:20:04.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-02-09,12:35:03.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,12:35:06.127] [DEBUG] 6 processes running of frp type [2026-02-09,12:50:02.793] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,12:50:09.994] [DEBUG] 6 processes running of frp type [2026-02-09,13:05:02.377] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,13:05:04.657] [DEBUG] 6 processes running of frp type [2026-02-09,13:20:01.880] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,13: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' [2026-02-09,13:35:02.739] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,13:35:10.131] [DEBUG] 6 processes running of frp type [2026-02-09,13:50:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,13:50:04.898] [DEBUG] 6 processes running of frp type [2026-02-09,14:05:02.467] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,14:05:09.655] [DEBUG] 6 processes running of frp type [2026-02-09,14:20:03.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,14: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,14:35:02.705] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,14:35:04.982] [DEBUG] 6 processes running of frp type [2026-02-09,14:50:02.847] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,14:50:05.636] [DEBUG] 6 processes running of frp type [2026-02-09,15:05:03.012] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,15:05:05.148] [DEBUG] 6 processes running of frp type [2026-02-09,15:20:02.402] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,15: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-09,15:35:02.327] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,15:35:09.973] [DEBUG] 6 processes running of frp type [2026-02-09,15:50:02.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,15:50:05.551] [DEBUG] 6 processes running of frp type [2026-02-09,16:05:03.021] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,16:05:11.351] [DEBUG] 6 processes running of frp type [2026-02-09,16:20:02.696] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,16:20:05.712] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,16:35:02.514] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,16:35:05.419] [DEBUG] 6 processes running of frp type [2026-02-09,16:50:02.032] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,16:50:04.504] [DEBUG] 6 processes running of frp type 2026-02-09 17:00:22.736 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:00:22.738 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:00:24.851 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:00:24.852 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:00:29.305 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:00:29.306 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:00:38.314 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:00:38.315 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:00:57.124 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:00:57.126 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:01:17.127 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:01:17.128 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:01:37.130 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:01:37.132 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:01:57.133 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:01:57.134 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:02:17.135 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:02:17.136 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:02:37.137 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:02:37.139 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:02:57.139 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:02:57.141 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:03:17.143 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:03:17.144 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:03:37.145 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:03:37.147 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:03:57.148 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:03:57.149 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:04:17.151 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:04:17.152 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:04:37.153 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:04:37.154 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:04:57.155 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:04:57.156 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:05:17.157 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:05:17.164 [W] [client/service.go:297] [de8180f8445c733a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-09 17:05:37.166 [I] [client/service.go:294] [de8180f8445c733a] try to connect to server... 2026-02-09 17:05:40.051 [I] [client/service.go:286] [de8180f8445c733a] login to server success, get run id [de8180f8445c733a] 2026-02-09 17:05:40.052 [I] [proxy/proxy_manager.go:173] [de8180f8445c733a] proxy added: [DNL01B4203] 2026-02-09 17:05:41.677 [I] [client/control.go:168] [de8180f8445c733a] [DNL01B4203] start proxy success [2026-02-09,17:20:02.304] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,17: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' [2026-02-09,17:35:02.362] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,17:35:04.789] [DEBUG] 6 processes running of frp type [2026-02-09,17:50:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,17:50:05.892] [DEBUG] 6 processes running of frp type [2026-02-09,18:05:02.286] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,18:05:04.529] [DEBUG] 6 processes running of frp type [2026-02-09,18:20:03.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,18:20:10.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-09,18:35:02.800] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,18:35:05.142] [DEBUG] 6 processes running of frp type [2026-02-09,18:50:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,18:50:10.991] [DEBUG] 6 processes running of frp type [2026-02-09,19:05:02.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,19:05:20.315] [DEBUG] 6 processes running of frp type [2026-02-09,19:20:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,19:20:05.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-09,19:35:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,19:35:05.720] [DEBUG] 6 processes running of frp type [2026-02-09,19:50:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,19:50:19.857] [DEBUG] 6 processes running of frp type [2026-02-09,20:05:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,20:05:19.735] [DEBUG] 6 processes running of frp type [2026-02-09,20:20:02.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,20:20:04.393] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,20:30:40.758] [INFO] Initializing BusSpeedStateManager V2 [2026-02-09,20:30:40.763] [INFO] LocationSqlManager initialising [2026-02-09,20:30:40.763] [INFO] Location DB initialising [2026-02-09,20:30:40.773] [INFO] LocationSqlManager initialisation complete [2026-02-09,20:30:40.773] [DEBUG] UploadManager Init [2026-02-09,20:30:40.774] [DEBUG] UploadManager Init Complete [2026-02-09,20:30:40.776] [INFO] Initializing GPS... [2026-02-09,20:30:40.778] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,20:32:31.680] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-09,20:32:44.547] [DEBUG] Log Upload Complete! [2026-02-09,20:35:29.702] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,20:35:31.705] [DEBUG] Remote Access Enabled [2026-02-09,20:35:33.206] [INFO] Server Address: 138.201.17.179 [2026-02-09,20:35:33.208] [INFO] Server Port: 7000 [2026-02-09,20:35:33.219] [DEBUG] Starting Remote Access! 2026-02-09 20:35:33.407 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-09 20:35:33.408 [I] [client/service.go:294] try to connect to server... 2026-02-09 20:35:34.577 [I] [client/service.go:286] [b8b7e43b0d3e8a21] login to server success, get run id [b8b7e43b0d3e8a21] 2026-02-09 20:35:34.578 [I] [proxy/proxy_manager.go:173] [b8b7e43b0d3e8a21] proxy added: [DNL01B4203] 2026-02-09 20:35:34.961 [I] [client/control.go:168] [b8b7e43b0d3e8a21] [DNL01B4203] start proxy success [2026-02-09,20:50:02.854] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,20:50:05.483] [DEBUG] 6 processes running of frp type [2026-02-09,21:05:02.991] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,21:05:05.995] [DEBUG] 6 processes running of frp type [2026-02-09,21:20:02.401] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,21:20:05.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-02-09,21:35:02.314] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,21:35:04.997] [DEBUG] 6 processes running of frp type [2026-02-09,21:50:02.717] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,21:50:06.834] [DEBUG] 6 processes running of frp type [2026-02-09,22:05:02.402] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,22:05:19.802] [DEBUG] 6 processes running of frp type [2026-02-09,22:20:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,22:20:05.154] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,22:35:03.108] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,22:35:05.644] [DEBUG] 6 processes running of frp type [2026-02-09,22:36:58.090] [INFO] Initializing BusSpeedStateManager V2 [2026-02-09,22:36:58.095] [INFO] LocationSqlManager initialising [2026-02-09,22:36:58.096] [INFO] Location DB initialising [2026-02-09,22:36:58.106] [INFO] LocationSqlManager initialisation complete [2026-02-09,22:36:58.108] [DEBUG] UploadManager Init [2026-02-09,22:36:58.109] [DEBUG] UploadManager Init Complete [2026-02-09,22:36:58.114] [INFO] Initializing GPS... [2026-02-09,22:36:58.117] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,22:41:46.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')) [2026-02-09,23:05:03.050] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,23:05:05.908] [DEBUG] Remote Access Enabled [2026-02-09,23:05:07.660] [INFO] Server Address: 138.201.17.179 [2026-02-09,23:05:07.661] [INFO] Server Port: 7000 [2026-02-09,23:05:07.666] [DEBUG] Starting Remote Access! 2026-02-09 23:05:07.792 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-09 23:05:07.792 [I] [client/service.go:294] try to connect to server... 2026-02-09 23:05:09.097 [I] [client/service.go:286] [0383747f069e0b57] login to server success, get run id [0383747f069e0b57] 2026-02-09 23:05:09.099 [I] [proxy/proxy_manager.go:173] [0383747f069e0b57] proxy added: [DNL01B4203] 2026-02-09 23:05:09.497 [I] [client/control.go:168] [0383747f069e0b57] [DNL01B4203] start proxy success [2026-02-09,23:20:02.612] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,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-02-09,23:35:02.479] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,23:35:04.661] [DEBUG] 6 processes running of frp type [2026-02-09,23:50:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-09,23:50:04.449] [DEBUG] 6 processes running of frp type [2026-02-10,00:05:03.036] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,00:05:04.842] [DEBUG] 6 processes running of frp type [2026-02-10,00:20:02.162] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,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-02-10,00:35:03.002] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,00:35:04.894] [DEBUG] 6 processes running of frp type [2026-02-10,00:50:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,00:50:04.748] [DEBUG] 6 processes running of frp type 2026-02-10 00:58:31.213 [I] [client/service.go:294] [0383747f069e0b57] try to connect to server... 2026-02-10 00:58:32.166 [I] [client/service.go:286] [0383747f069e0b57] login to server success, get run id [0383747f069e0b57] 2026-02-10 00:58:32.168 [I] [proxy/proxy_manager.go:173] [0383747f069e0b57] proxy added: [DNL01B4203] 2026-02-10 00:58:32.485 [I] [client/control.go:168] [0383747f069e0b57] [DNL01B4203] start proxy success [2026-02-10,01:05:01.933] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,01:05:03.460] [DEBUG] 6 processes running of frp type [2026-02-10,01:20:02.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,01: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-02-10,01:35:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,01:35:04.746] [DEBUG] 6 processes running of frp type [2026-02-10,01:50:02.473] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,01:50:04.920] [DEBUG] 6 processes running of frp type [2026-02-10,02:05:02.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,02:05:03.980] [DEBUG] 6 processes running of frp type [2026-02-10,02:20:02.262] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,02:20:03.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-02-10,02:35:01.955] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,02:35:03.538] [DEBUG] 6 processes running of frp type [2026-02-10,02:50:02.270] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,02:50:03.884] [DEBUG] 6 processes running of frp type [2026-02-10,03:05:02.031] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,03:05:03.675] [DEBUG] 6 processes running of frp type [2026-02-10,03:20:02.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,03:20:04.725] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-10,03:35:02.842] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,03:35:04.289] [DEBUG] 6 processes running of frp type [2026-02-10,03:50:03.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,03:50:04.511] [DEBUG] 6 processes running of frp type [2026-02-10,04:05:02.904] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,04:05:04.488] [DEBUG] 6 processes running of frp type [2026-02-10,04:20:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,04: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-10,04:35:02.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,04:35:04.086] [DEBUG] 6 processes running of frp type [2026-02-10,04:50:02.858] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,04:50:04.332] [DEBUG] 6 processes running of frp type [2026-02-10,05:05:02.739] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,05:05:04.388] [DEBUG] 6 processes running of frp type [2026-02-10,05:20:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,05: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-02-10,05:35:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,05:35:04.233] [DEBUG] 6 processes running of frp type [2026-02-10,05:50:02.875] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,05:50:04.347] [DEBUG] 6 processes running of frp type [2026-02-10,06:05:02.931] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,06:05:04.610] [DEBUG] 6 processes running of frp type [2026-02-10,06:20:02.880] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,06: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-10,06:30:41.133] [INFO] Initializing BusSpeedStateManager V2 [2026-02-10,06:30:41.140] [INFO] LocationSqlManager initialising [2026-02-10,06:30:41.141] [INFO] Location DB initialising [2026-02-10,06:30:41.151] [INFO] LocationSqlManager initialisation complete [2026-02-10,06:30:41.153] [DEBUG] UploadManager Init [2026-02-10,06:30:41.153] [DEBUG] UploadManager Init Complete [2026-02-10,06:30:41.158] [INFO] Initializing GPS... [2026-02-10,06:30:41.161] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-10,06:32:29.599] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,06:32:31.010] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,06:32:42.866] [DEBUG] Log Upload Complete! [2026-02-10,06:35:29.695] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,06:35:31.094] [DEBUG] Remote Access Enabled [2026-02-10,06:35:32.216] [INFO] Server Address: 138.201.17.179 [2026-02-10,06:35:32.217] [INFO] Server Port: 7000 [2026-02-10,06:35:32.222] [DEBUG] Starting Remote Access! 2026-02-10 06:35:32.355 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-10 06:35:32.356 [I] [client/service.go:294] try to connect to server... 2026-02-10 06:35:33.312 [I] [client/service.go:286] [ae25c607d8216a27] login to server success, get run id [ae25c607d8216a27] 2026-02-10 06:35:33.314 [I] [proxy/proxy_manager.go:173] [ae25c607d8216a27] proxy added: [DNL01B4203] 2026-02-10 06:35:33.626 [I] [client/control.go:168] [ae25c607d8216a27] [DNL01B4203] start proxy success [2026-02-10,06:50:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,06:50:03.719] [DEBUG] 6 processes running of frp type [2026-02-10,07:05:01.860] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,07:05:03.351] [DEBUG] 6 processes running of frp type [2026-02-10,07:20:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,07: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-10,07:35:02.031] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,07:35:04.404] [DEBUG] 6 processes running of frp type [2026-02-10,07:50:02.183] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,07:50:03.848] [DEBUG] 6 processes running of frp type [2026-02-10,08:02:01.966] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,08:02:03.357] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-10,08:02:11.415] [DEBUG] Log Upload Complete! [2026-02-10,08:05:02.051] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,08:05:03.503] [DEBUG] 6 processes running of frp type [2026-02-10,08:20:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,08:20:05.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-02-10,08:35:02.362] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,08:35:05.850] [DEBUG] 6 processes running of frp type [2026-02-10,08:50:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,08:50:09.175] [DEBUG] 6 processes running of frp type [2026-02-10,09:05:02.589] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,09:05:04.301] [DEBUG] 6 processes running of frp type [2026-02-10,09:20:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,09: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-02-10,09:35:02.242] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,09:35:04.841] [DEBUG] 6 processes running of frp type [2026-02-10,09:50:02.483] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,09:50:04.079] [DEBUG] 6 processes running of frp type [2026-02-10,10:05:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,10:05:04.290] [DEBUG] 6 processes running of frp type [2026-02-10,10:20:02.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,10: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-02-10,10:35:02.292] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,10:35:09.030] [DEBUG] 6 processes running of frp type [2026-02-10,10:50:02.777] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,10:50:04.614] [DEBUG] 6 processes running of frp type [2026-02-10,11:05:02.974] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,11:05:04.530] [DEBUG] 6 processes running of frp type [2026-02-10,11:20:05.617] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,11:20:07.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-10,11:35:05.742] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,11:35:09.652] [DEBUG] 6 processes running of frp type [2026-02-10,11:50:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,11:50:04.393] [DEBUG] 6 processes running of frp type [2026-02-10,12:05:02.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,12:05:04.411] [DEBUG] 6 processes running of frp type [2026-02-10,12:20:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,12: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-02-10,12:35:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,12:35:03.911] [DEBUG] 6 processes running of frp type [2026-02-10,12:50:02.611] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,12:50:05.361] [DEBUG] 6 processes running of frp type [2026-02-10,13:05:02.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,13:05:07.900] [DEBUG] 6 processes running of frp type [2026-02-10,13:20:02.344] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,13: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-10,13:35:03.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,13:35:06.049] [DEBUG] 6 processes running of frp type [2026-02-10,13:50:02.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,13:50:09.570] [DEBUG] 6 processes running of frp type 2026-02-10 14:00:43.893 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 14:00:53.896 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-10 14:00:53.896 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 14:01:03.899 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-10 14:01:03.900 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 14:01:13.902 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-10 14:01:13.902 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 14:01:23.904 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-10 14:01:23.905 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 14:01:33.907 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-10 14:01:53.908 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 14:01:55.721 [I] [client/service.go:286] [ae25c607d8216a27] login to server success, get run id [ae25c607d8216a27] 2026-02-10 14:01:55.722 [I] [proxy/proxy_manager.go:173] [ae25c607d8216a27] proxy added: [DNL01B4203] 2026-02-10 14:01:56.120 [I] [client/control.go:168] [ae25c607d8216a27] [DNL01B4203] start proxy success [2026-02-10,14:05:03.012] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,14:05:05.662] [DEBUG] 6 processes running of frp type [2026-02-10,14:20:03.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,14: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-02-10,14:35:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,14:35:05.642] [DEBUG] 6 processes running of frp type [2026-02-10,14:50:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,14:50:07.986] [DEBUG] 6 processes running of frp type [2026-02-10,15:05:03.351] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,15:05:15.766] [DEBUG] 6 processes running of frp type [2026-02-10,15:20:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,15:20:04.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-02-10,15:35:02.899] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,15:35:10.373] [DEBUG] 6 processes running of frp type [2026-02-10,15:50:03.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,15:50:05.632] [DEBUG] 6 processes running of frp type [2026-02-10,16:05:03.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,16:05:05.319] [DEBUG] 6 processes running of frp type [2026-02-10,16:20:02.636] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,16: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-02-10,16:35:02.316] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,16:35:04.470] [DEBUG] 6 processes running of frp type [2026-02-10,16:50:02.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,16:50:06.711] [DEBUG] 6 processes running of frp type 2026-02-10 17:00:11.057 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:00:13.207 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-10 17:00:13.208 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:00:16.248 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-10 17:00:16.249 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:00:26.251 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-10 17:00:26.252 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:00:26.253 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:00:44.421 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:00:44.423 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:01:04.424 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:01:04.426 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:01:24.427 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:01:24.428 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:01:44.429 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:01:44.431 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:02:04.431 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:02:04.433 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:02:24.434 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:02:24.435 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:02:44.437 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:02:44.438 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:03:04.439 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:03:04.440 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:03:24.441 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:03:24.442 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:03:44.443 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:03:44.445 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:04:04.446 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:04:04.448 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:04:24.449 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:04:24.450 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:04:44.451 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:04:44.452 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:05:04.453 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:05:04.455 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:05:24.456 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:05:24.460 [W] [client/service.go:297] [ae25c607d8216a27] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 17:05:44.461 [I] [client/service.go:294] [ae25c607d8216a27] try to connect to server... 2026-02-10 17:05:46.018 [I] [client/service.go:286] [ae25c607d8216a27] login to server success, get run id [ae25c607d8216a27] 2026-02-10 17:05:46.019 [I] [proxy/proxy_manager.go:173] [ae25c607d8216a27] proxy added: [DNL01B4203] 2026-02-10 17:05:46.383 [I] [client/control.go:168] [ae25c607d8216a27] [DNL01B4203] start proxy success [2026-02-10,17:20:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,17: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-02-10,17:35:03.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,17:35:05.449] [DEBUG] 6 processes running of frp type [2026-02-10,17:50:03.036] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,17:50:05.057] [DEBUG] 6 processes running of frp type [2026-02-10,18:05:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,18:05:04.532] [DEBUG] 6 processes running of frp type [2026-02-10,18:20:02.839] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,18:20:05.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-10,18:35:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,18:35:05.339] [DEBUG] 6 processes running of frp type [2026-02-10,18:50:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,18:50:05.139] [DEBUG] 6 processes running of frp type [2026-02-10,19:05:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,19:05:04.836] [DEBUG] 6 processes running of frp type [2026-02-10,19:20:02.144] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,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' [2026-02-10,19:35:03.011] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,19:35:05.282] [DEBUG] 6 processes running of frp type [2026-02-10,19:50:02.959] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,19:50:04.851] [DEBUG] 6 processes running of frp type [2026-02-10,20:05:02.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,20:05:04.468] [DEBUG] 6 processes running of frp type [2026-02-10,20:20:02.733] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,20:20:10.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-10,20:30:41.311] [INFO] Initializing BusSpeedStateManager V2 [2026-02-10,20:30:41.318] [INFO] LocationSqlManager initialising [2026-02-10,20:30:41.319] [INFO] Location DB initialising [2026-02-10,20:30:41.330] [INFO] LocationSqlManager initialisation complete [2026-02-10,20:30:41.331] [DEBUG] UploadManager Init [2026-02-10,20:30:41.332] [DEBUG] UploadManager Init Complete [2026-02-10,20:30:41.336] [INFO] Initializing GPS... [2026-02-10,20:30:41.339] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,20:32:29.802] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,20:32:31.834] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:32:47.054] [DEBUG] Log Upload Complete! [2026-02-10,20:35:29.969] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,20:35:32.115] [DEBUG] Remote Access Enabled [2026-02-10,20:35:33.666] [INFO] Server Address: 138.201.17.179 [2026-02-10,20:35:33.668] [INFO] Server Port: 7000 [2026-02-10,20:35:33.679] [DEBUG] Starting Remote Access! 2026-02-10 20:35:33.876 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-10 20:35:33.877 [I] [client/service.go:294] try to connect to server... 2026-02-10 20:35:35.242 [I] [client/service.go:286] [c8a0bb339dc772fa] login to server success, get run id [c8a0bb339dc772fa] 2026-02-10 20:35:35.243 [I] [proxy/proxy_manager.go:173] [c8a0bb339dc772fa] proxy added: [DNL01B4203] 2026-02-10 20:35:35.891 [I] [client/control.go:168] [c8a0bb339dc772fa] [DNL01B4203] start proxy success [2026-02-10,20:50:03.267] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,20:50:11.002] [DEBUG] 6 processes running of frp type [2026-02-10,21:05:02.355] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,21:05:04.305] [DEBUG] 6 processes running of frp type [2026-02-10,21:20:02.616] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,21:20:04.497] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-10,21:35:02.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,21:35:04.627] [DEBUG] 6 processes running of frp type [2026-02-10,21:50:02.309] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,21:50:05.128] [DEBUG] 6 processes running of frp type [2026-02-10,22:05:02.534] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,22:05:04.537] [DEBUG] 6 processes running of frp type [2026-02-10,22:20:02.853] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,22: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-02-10,22:35:02.478] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,22:35:04.472] [DEBUG] 6 processes running of frp type [2026-02-10,22:50:02.264] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,22:50:04.340] [DEBUG] 6 processes running of frp type [2026-02-10,23:05:02.922] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,23:05:04.963] [DEBUG] 6 processes running of frp type [2026-02-10,23:20:02.299] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,23: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-02-10,23:35:01.932] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,23:35:03.886] [DEBUG] 6 processes running of frp type [2026-02-10,23:50:03.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-10,23:50:10.169] [DEBUG] 6 processes running of frp type [2026-02-11,00:05:02.553] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,00:05:04.334] [DEBUG] 6 processes running of frp type [2026-02-11,00:20:02.518] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,00:20:04.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-02-11,00:35:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,00:35:05.450] [DEBUG] 6 processes running of frp type [2026-02-11,00:50:02.183] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,00:50:04.086] [DEBUG] 6 processes running of frp type [2026-02-11,01:05:02.503] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,01:05:04.763] [DEBUG] 6 processes running of frp type [2026-02-11,01:20:02.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,01: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-02-11,01:35:02.818] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,01:35:06.075] [DEBUG] 6 processes running of frp type [2026-02-11,01:50:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,01:50:04.465] [DEBUG] 6 processes running of frp type [2026-02-11,02:05:02.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,02:05:04.917] [DEBUG] 6 processes running of frp type [2026-02-11,02:20:02.246] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,02: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-02-11,02:35:02.977] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,02:35:06.220] [DEBUG] 6 processes running of frp type [2026-02-11,02:50:02.905] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,02:50:05.023] [DEBUG] 6 processes running of frp type [2026-02-11,03:05:02.402] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,03:05:04.828] [DEBUG] 6 processes running of frp type [2026-02-11,03:20:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,03: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-02-11,03:35:03.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,03:35:10.360] [DEBUG] 6 processes running of frp type [2026-02-11,03:50:03.022] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,03:50:07.567] [DEBUG] 6 processes running of frp type [2026-02-11,04:05:03.166] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,04:05:05.202] [DEBUG] 6 processes running of frp type [2026-02-11,04:20:02.553] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,04:20:04.518] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-11,04:35:02.261] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,04:35:06.215] [DEBUG] 6 processes running of frp type [2026-02-11,04:50:02.818] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,04:50:04.616] [DEBUG] 6 processes running of frp type [2026-02-11,05:05:03.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,05:05:05.105] [DEBUG] 6 processes running of frp type [2026-02-11,05:20:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,05: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-11,05:35:02.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,05:35:04.219] [DEBUG] 6 processes running of frp type [2026-02-11,05:50:02.942] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,05:50:05.890] [DEBUG] 6 processes running of frp type [2026-02-11,06:05:02.089] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,06:05:04.017] [DEBUG] 6 processes running of frp type [2026-02-11,06:20:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,06: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-02-11,06:30:41.195] [INFO] Initializing BusSpeedStateManager V2 [2026-02-11,06:30:41.199] [INFO] LocationSqlManager initialising [2026-02-11,06:30:41.200] [INFO] Location DB initialising [2026-02-11,06:30:41.209] [INFO] LocationSqlManager initialisation complete [2026-02-11,06:30:41.210] [DEBUG] UploadManager Init [2026-02-11,06:30:41.210] [DEBUG] UploadManager Init Complete [2026-02-11,06:30:41.213] [INFO] Initializing GPS... [2026-02-11,06:30:41.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' [2026-02-11,06:32:29.542] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,06:32:31.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-11,06:32:44.021] [DEBUG] Log Upload Complete! [2026-02-11,06:35:29.486] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,06:35:31.310] [DEBUG] Remote Access Enabled [2026-02-11,06:35:32.836] [INFO] Server Address: 138.201.17.179 [2026-02-11,06:35:32.838] [INFO] Server Port: 7000 [2026-02-11,06:35:32.847] [DEBUG] Starting Remote Access! 2026-02-11 06:35:33.037 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-11 06:35:33.038 [I] [client/service.go:294] try to connect to server... 2026-02-11 06:35:34.454 [I] [client/service.go:286] [1be845e6e1e02831] login to server success, get run id [1be845e6e1e02831] 2026-02-11 06:35:34.455 [I] [proxy/proxy_manager.go:173] [1be845e6e1e02831] proxy added: [DNL01B4203] 2026-02-11 06:35:34.877 [I] [client/control.go:168] [1be845e6e1e02831] [DNL01B4203] start proxy success [2026-02-11,06:50:02.543] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,06:50:04.227] [DEBUG] 6 processes running of frp type [2026-02-11,07:05:02.560] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,07:05:07.893] [DEBUG] 6 processes running of frp type [2026-02-11,07:20:02.051] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,07:20:04.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-02-11,07:35:03.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,07:35:05.120] [DEBUG] 6 processes running of frp type [2026-02-11,07:50:02.681] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,07:50:05.185] [DEBUG] 6 processes running of frp type 2026-02-11 07:58:18.110 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 07:58:28.113 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-11 07:58:28.113 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 07:58:34.190 [I] [client/service.go:286] [1be845e6e1e02831] login to server success, get run id [1be845e6e1e02831] 2026-02-11 07:58:34.192 [I] [proxy/proxy_manager.go:173] [1be845e6e1e02831] proxy added: [DNL01B4203] 2026-02-11 07:58:34.593 [I] [client/control.go:168] [1be845e6e1e02831] [DNL01B4203] start proxy success 2026-02-11 07:59:43.715 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 07:59:53.717 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-11 07:59:53.718 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 08:00:03.719 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-11 08:00:03.720 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 08:00:13.722 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-11 08:00:13.723 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 08:00:23.725 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-11 08:00:23.725 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 08:00:33.727 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-11 08:00:53.728 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 08:00:53.736 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 08:01:13.736 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 08:01:13.741 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 08:01:33.742 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 08:01:35.790 [I] [client/service.go:286] [1be845e6e1e02831] login to server success, get run id [1be845e6e1e02831] 2026-02-11 08:01:35.791 [I] [proxy/proxy_manager.go:173] [1be845e6e1e02831] proxy added: [DNL01B4203] 2026-02-11 08:01:36.429 [I] [client/control.go:168] [1be845e6e1e02831] [DNL01B4203] start proxy success [2026-02-11,08:02:02.541] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,08:02:06.342] [DEBUG] Log Upload Started! 2026-02-11 08:02:45.201 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 08:02:55.203 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-11 08:02:55.203 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 08:03:05.205 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-11 08:03:05.206 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 08:03:15.207 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-11 08:03:15.208 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 08:03:25.209 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-11 08:03:25.210 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 08:03:35.211 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-11 08:03:55.213 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-11 08:03:56.453 [I] [client/service.go:286] [1be845e6e1e02831] login to server success, get run id [1be845e6e1e02831] 2026-02-11 08:03:56.454 [I] [proxy/proxy_manager.go:173] [1be845e6e1e02831] proxy added: [DNL01B4203] 2026-02-11 08:03:56.848 [I] [client/control.go:168] [1be845e6e1e02831] [DNL01B4203] start proxy success [2026-02-11,08:05:07.054] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,08:05:09.254] [DEBUG] 6 processes running of frp type [2026-02-11,08:05:28.366] [DEBUG] Log Upload Complete! [2026-02-11,08:20:02.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,08:20:05.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-11,08:35:02.372] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,08:35:05.076] [DEBUG] 6 processes running of frp type [2026-02-11,08:50:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,08:50:05.169] [DEBUG] 6 processes running of frp type [2026-02-11,09:05:02.437] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,09:05:04.837] [DEBUG] 6 processes running of frp type [2026-02-11,09:20:01.972] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,09: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-02-11,09:35:02.930] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,09:35:05.784] [DEBUG] 6 processes running of frp type [2026-02-11,09:50:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,09:50:04.952] [DEBUG] 6 processes running of frp type [2026-02-11,10:05:02.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,10:05:04.592] [DEBUG] 6 processes running of frp type [2026-02-11,10:20:03.214] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,10:20:05.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-02-11 10:32:49.630 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 10:32:51.867 [I] [client/service.go:286] [1be845e6e1e02831] login to server success, get run id [1be845e6e1e02831] 2026-02-11 10:32:51.869 [I] [proxy/proxy_manager.go:173] [1be845e6e1e02831] proxy added: [DNL01B4203] 2026-02-11 10:32:52.338 [I] [client/control.go:168] [1be845e6e1e02831] [DNL01B4203] start proxy success [2026-02-11,10:35:02.859] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,10:35:05.816] [DEBUG] 6 processes running of frp type [2026-02-11,10:50:02.407] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,10:50:04.884] [DEBUG] 6 processes running of frp type [2026-02-11,11:05:02.366] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,11:05:05.338] [DEBUG] 6 processes running of frp type [2026-02-11,11:20:02.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,11:20:05.430] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-11,11:35:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,11:35:04.567] [DEBUG] 6 processes running of frp type [2026-02-11,11:50:02.472] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,11:50:05.455] [DEBUG] 6 processes running of frp type [2026-02-11,12:05:02.809] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,12:05:04.988] [DEBUG] 6 processes running of frp type [2026-02-11,12:20:02.359] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,12: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-02-11,12:35:02.858] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,12:35:05.638] [DEBUG] 6 processes running of frp type [2026-02-11,12:50:02.205] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,12:50:04.354] [DEBUG] 6 processes running of frp type [2026-02-11,13:05:02.858] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,13:05:05.671] [DEBUG] 6 processes running of frp type [2026-02-11,13:20:03.216] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,13:20:05.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-02-11,13:35:02.815] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,13:35:05.626] [DEBUG] 6 processes running of frp type [2026-02-11,13:50:02.301] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,13:50:09.849] [DEBUG] 6 processes running of frp type [2026-02-11,14:05:02.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,14:05:04.560] [DEBUG] 6 processes running of frp type [2026-02-11,14:20:02.904] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,14:20:06.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-02-11,14:35:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,14:35:09.844] [DEBUG] 6 processes running of frp type [2026-02-11,14:50:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,14:50:09.606] [DEBUG] 6 processes running of frp type [2026-02-11,15:05:03.054] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,15:05:05.392] [DEBUG] 6 processes running of frp type [2026-02-11,15:20:02.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,15: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' [2026-02-11,15:35:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,15:35:05.287] [DEBUG] 6 processes running of frp type [2026-02-11,15:50:03.120] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,15:50:05.502] [DEBUG] 6 processes running of frp type [2026-02-11,16:05:02.782] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,16:05:05.166] [DEBUG] 6 processes running of frp type [2026-02-11,16:20:02.474] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,16: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-02-11,16:35:02.299] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,16:35:05.118] [DEBUG] 6 processes running of frp type [2026-02-11,16:50:02.829] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,16:50:05.616] [DEBUG] 6 processes running of frp type 2026-02-11 17:00:29.708 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:00:29.710 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:00:31.909 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:00:31.911 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:00:36.724 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:00:36.725 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:00:46.392 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:00:46.393 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:01:06.394 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:01:06.395 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:01:26.396 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:01:26.398 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:01:46.398 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:01:46.400 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:02:06.401 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:02:06.403 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:02:26.404 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:02:26.406 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:02:46.407 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:02:46.408 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:03:06.409 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:03:06.411 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:03:26.412 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:03:26.414 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:03:46.415 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:03:46.416 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:04:06.417 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:04:06.419 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:04:26.419 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:04:26.421 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:04:46.421 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:04:46.423 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:05:06.424 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:05:06.425 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:05:26.426 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:05:26.431 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:05:46.432 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:05:47.683 [I] [client/service.go:286] [1be845e6e1e02831] login to server success, get run id [1be845e6e1e02831] 2026-02-11 17:05:47.684 [I] [proxy/proxy_manager.go:173] [1be845e6e1e02831] proxy added: [DNL01B4203] 2026-02-11 17:05:49.004 [I] [client/control.go:168] [1be845e6e1e02831] [DNL01B4203] start proxy success 2026-02-11 17:06:57.215 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:07:07.216 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-11 17:07:07.217 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:07:07.218 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:07:11.478 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:07:11.479 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:07:20.505 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:07:20.507 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:07:39.637 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:07:39.638 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:07:59.640 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:07:59.641 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:08:19.642 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:08:19.644 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:08:39.645 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:08:39.647 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:08:59.648 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:08:59.649 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:09:19.650 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:09:19.652 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:09:39.653 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:09:39.654 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:09:59.655 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:09:59.656 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:10:19.657 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:10:19.659 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:10:39.660 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:10:39.661 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:10:59.662 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:10:59.663 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:11:19.664 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:11:19.665 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:11:39.666 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:11:39.667 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:11:59.668 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:11:59.673 [W] [client/service.go:297] [1be845e6e1e02831] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-11 17:12:19.675 [I] [client/service.go:294] [1be845e6e1e02831] try to connect to server... 2026-02-11 17:12:23.107 [I] [client/service.go:286] [1be845e6e1e02831] login to server success, get run id [1be845e6e1e02831] 2026-02-11 17:12:23.109 [I] [proxy/proxy_manager.go:173] [1be845e6e1e02831] proxy added: [DNL01B4203] 2026-02-11 17:12:25.117 [I] [client/control.go:168] [1be845e6e1e02831] [DNL01B4203] start proxy success [2026-02-11,17:20:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,17:20:09.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-02-11,17:35:03.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,17:35:06.001] [DEBUG] 6 processes running of frp type [2026-02-11,17:50:02.746] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,17:50:04.950] [DEBUG] 6 processes running of frp type [2026-02-11,18:05:02.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,18:05:04.876] [DEBUG] 6 processes running of frp type [2026-02-11,18:20:02.316] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,18:20:10.235] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-11,18:35:03.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,18:35:10.830] [DEBUG] 6 processes running of frp type [2026-02-11,18:50:02.480] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,18:50:05.435] [DEBUG] 6 processes running of frp type [2026-02-11,19:05:02.907] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,19:05:15.900] [DEBUG] 6 processes running of frp type [2026-02-11,19:20:02.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,19:20:05.444] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-11,19:35:03.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,19:35:05.929] [DEBUG] 6 processes running of frp type [2026-02-11,19:50:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,19:50:05.413] [DEBUG] 6 processes running of frp type [2026-02-11,20:05:02.778] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,20:05:05.222] [DEBUG] 6 processes running of frp type [2026-02-11,20:20:02.518] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,20: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-02-11,20:30:40.862] [INFO] Initializing BusSpeedStateManager V2 [2026-02-11,20:30:40.867] [INFO] LocationSqlManager initialising [2026-02-11,20:30:40.867] [INFO] Location DB initialising [2026-02-11,20:30:40.877] [INFO] LocationSqlManager initialisation complete [2026-02-11,20:30:40.878] [DEBUG] UploadManager Init [2026-02-11,20:30:40.878] [DEBUG] UploadManager Init Complete [2026-02-11,20:30:40.882] [INFO] Initializing GPS... [2026-02-11,20:30:40.884] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-11,20:32:29.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,20:32:32.171] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-11,20:32:57.728] [DEBUG] Log Upload Complete! [2026-02-11,20:35:29.760] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,20:35:31.667] [DEBUG] Remote Access Enabled [2026-02-11,20:35:33.354] [INFO] Server Address: 138.201.17.179 [2026-02-11,20:35:33.355] [INFO] Server Port: 7000 [2026-02-11,20:35:33.364] [DEBUG] Starting Remote Access! 2026-02-11 20:35:33.532 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-11 20:35:33.532 [I] [client/service.go:294] try to connect to server... 2026-02-11 20:35:34.873 [I] [client/service.go:286] [20a891d0bda74601] login to server success, get run id [20a891d0bda74601] 2026-02-11 20:35:34.873 [I] [proxy/proxy_manager.go:173] [20a891d0bda74601] proxy added: [DNL01B4203] 2026-02-11 20:35:35.231 [I] [client/control.go:168] [20a891d0bda74601] [DNL01B4203] start proxy success [2026-02-11,20:50:03.033] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,20:50:05.956] [DEBUG] 6 processes running of frp type [2026-02-11,21:05:02.380] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,21:05:09.707] [DEBUG] 6 processes running of frp type [2026-02-11,21:20:03.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,21:20:10.904] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-11,21:35:02.793] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,21:35:05.258] [DEBUG] 6 processes running of frp type [2026-02-11,21:50:02.878] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,21:50:05.103] [DEBUG] 6 processes running of frp type [2026-02-11,22:05:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,22:05:05.010] [DEBUG] 6 processes running of frp type [2026-02-11,22:20:02.313] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,22:20:10.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-02-11,22:35:02.268] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,22:35:04.952] [DEBUG] 6 processes running of frp type [2026-02-11,22:50:03.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,22:50:07.312] [DEBUG] 6 processes running of frp type 2026-02-11 22:50:43.765 [I] [client/service.go:294] [20a891d0bda74601] try to connect to server... 2026-02-11 22:50:54.625 [I] [client/service.go:286] [20a891d0bda74601] login to server success, get run id [20a891d0bda74601] 2026-02-11 22:50:54.627 [I] [proxy/proxy_manager.go:173] [20a891d0bda74601] proxy added: [DNL01B4203] 2026-02-11 22:50:55.016 [I] [client/control.go:168] [20a891d0bda74601] [DNL01B4203] start proxy success [2026-02-11,23:05:05.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,23:05:08.677] [DEBUG] 6 processes running of frp type [2026-02-11,23:20:02.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,23: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-11,23:35:02.692] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,23:35:05.353] [DEBUG] 6 processes running of frp type [2026-02-11,23:50:03.378] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-11,23:50:06.635] [DEBUG] 6 processes running of frp type [2026-02-12,00:05:03.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,00:05:05.614] [DEBUG] 6 processes running of frp type [2026-02-12,00:20:02.839] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,00:20:08.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-12,00:35:02.818] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,00:35:05.299] [DEBUG] 6 processes running of frp type [2026-02-12,00:50:03.126] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,00:50:05.475] [DEBUG] 6 processes running of frp type [2026-02-12,01:05:02.986] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,01:05:05.620] [DEBUG] 6 processes running of frp type [2026-02-12,01:20:02.870] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,01:20:05.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-02-12,01:35:02.730] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,01:35:05.660] [DEBUG] 6 processes running of frp type [2026-02-12,01:50:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,01:50:04.575] [DEBUG] 6 processes running of frp type [2026-02-12,02:05:03.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,02:05:05.505] [DEBUG] 6 processes running of frp type [2026-02-12,02:20:02.717] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,02:20:05.268] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-12,02:35:02.466] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,02:35:05.080] [DEBUG] 6 processes running of frp type [2026-02-12,02:50:02.922] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,02:50:06.454] [DEBUG] 6 processes running of frp type [2026-02-12,03:05:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,03:05:05.284] [DEBUG] 6 processes running of frp type [2026-02-12,03:20:02.630] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,03: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-12,03:35:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,03:35:04.859] [DEBUG] 6 processes running of frp type [2026-02-12,03:50:02.576] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,03:50:04.783] [DEBUG] 6 processes running of frp type [2026-02-12,04:05:02.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,04:05:04.653] [DEBUG] 6 processes running of frp type [2026-02-12,04:20:03.068] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,04: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-02-12,04:35:02.740] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,04:35:05.260] [DEBUG] 6 processes running of frp type [2026-02-12,04:50:03.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,04:50:05.190] [DEBUG] 6 processes running of frp type [2026-02-12,05:05:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,05:05:04.986] [DEBUG] 6 processes running of frp type [2026-02-12,05:20:02.337] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,05: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-12,05:35:02.724] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,05:35:05.598] [DEBUG] 6 processes running of frp type [2026-02-12,05:50:02.492] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,05:50:04.707] [DEBUG] 6 processes running of frp type [2026-02-12,06:05:03.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,06:05:05.919] [DEBUG] 6 processes running of frp type [2026-02-12,06:20:02.301] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,06: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-02-12,06:30:42.434] [INFO] Initializing BusSpeedStateManager V2 [2026-02-12,06:30:42.440] [INFO] LocationSqlManager initialising [2026-02-12,06:30:42.440] [INFO] Location DB initialising [2026-02-12,06:30:42.450] [INFO] LocationSqlManager initialisation complete [2026-02-12,06:30:42.451] [DEBUG] UploadManager Init [2026-02-12,06:30:42.451] [DEBUG] UploadManager Init Complete [2026-02-12,06:30:42.454] [INFO] Initializing GPS... [2026-02-12,06:30:42.456] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-12,06:32:30.030] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,06:32:32.446] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-12,06:32:58.248] [DEBUG] Log Upload Complete! [2026-02-12,06:35:30.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,06:35:31.841] [DEBUG] Remote Access Enabled [2026-02-12,06:35:33.500] [INFO] Server Address: 138.201.17.179 [2026-02-12,06:35:33.502] [INFO] Server Port: 7000 [2026-02-12,06:35:33.510] [DEBUG] Starting Remote Access! 2026-02-12 06:35:33.680 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-12 06:35:33.681 [I] [client/service.go:294] try to connect to server... 2026-02-12 06:35:34.982 [I] [client/service.go:286] [5628a3b86054b1b9] login to server success, get run id [5628a3b86054b1b9] 2026-02-12 06:35:34.983 [I] [proxy/proxy_manager.go:173] [5628a3b86054b1b9] proxy added: [DNL01B4203] 2026-02-12 06:35:35.402 [I] [client/control.go:168] [5628a3b86054b1b9] [DNL01B4203] start proxy success [2026-02-12,06:50:02.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,06:50:05.432] [DEBUG] 6 processes running of frp type [2026-02-12,07:05:02.933] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,07:05:05.759] [DEBUG] 6 processes running of frp type [2026-02-12,07:20:02.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,07: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-12,07:35:02.830] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,07:35:05.482] [DEBUG] 6 processes running of frp type [2026-02-12,07:50:02.200] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,07:50:04.351] [DEBUG] 6 processes running of frp type [2026-02-12,08:02:02.581] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,08:02:04.925] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-12,08:02:30.736] [DEBUG] Log Upload Complete! [2026-02-12,08:05:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,08:05:05.230] [DEBUG] 6 processes running of frp type [2026-02-12,08:20:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,08: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-02-12,08:35:02.545] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,08:35:10.799] [DEBUG] 6 processes running of frp type [2026-02-12,08:50:02.512] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,08:50:05.373] [DEBUG] 6 processes running of frp type [2026-02-12,09:05:02.894] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,09:05:05.534] [DEBUG] 6 processes running of frp type [2026-02-12,09:20:03.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,09:20:05.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-02-12,09:35:02.786] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,09:35:05.195] [DEBUG] 6 processes running of frp type [2026-02-12,09:50:03.064] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,09:50:05.887] [DEBUG] 6 processes running of frp type [2026-02-12,10:05:02.502] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,10:05:04.852] [DEBUG] 6 processes running of frp type [2026-02-12,09:46:02.064] [INFO] Initializing BusSpeedStateManager V2 [2026-02-12,09:46:02.068] [INFO] LocationSqlManager initialising [2026-02-12,09:46:02.069] [INFO] Location DB initialising [2026-02-12,09:46:02.078] [INFO] LocationSqlManager initialisation complete [2026-02-12,09:46:02.079] [DEBUG] UploadManager Init [2026-02-12,09:46:02.080] [DEBUG] UploadManager Init Complete [2026-02-12,09:46:02.082] [INFO] Initializing GPS... [2026-02-12,09:46:02.084] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-12,09:50:50.724] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-12,18:50:02.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,18:50:19.197] [DEBUG] Remote Access Enabled [2026-02-12,18:50:21.121] [INFO] Server Address: 138.201.17.179 [2026-02-12,18:50:21.122] [INFO] Server Port: 7000 [2026-02-12,18:50:21.126] [DEBUG] Starting Remote Access! 2026-02-12 18:50:21.260 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-12 18:50:21.261 [I] [client/service.go:294] try to connect to server... 2026-02-12 18:50:22.660 [I] [client/service.go:286] [f32afd2e8360d2ea] login to server success, get run id [f32afd2e8360d2ea] 2026-02-12 18:50:22.661 [I] [proxy/proxy_manager.go:173] [f32afd2e8360d2ea] proxy added: [DNL01B4203] 2026-02-12 18:50:23.276 [I] [client/control.go:168] [f32afd2e8360d2ea] [DNL01B4203] start proxy success [2026-02-12,19:05:03.165] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,19:05:05.840] [DEBUG] 6 processes running of frp type [2026-02-12,19:20:02.275] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,19:20:05.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-02-12,19:35:03.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,19:35:05.563] [DEBUG] 6 processes running of frp type [2026-02-12,19:50:02.320] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,19:50:05.505] [DEBUG] 6 processes running of frp type [2026-02-12,20:05:02.973] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,20:05:05.299] [DEBUG] 6 processes running of frp type [2026-02-12,20:20:02.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,20:20:05.287] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-12,20:30:41.181] [INFO] Initializing BusSpeedStateManager V2 [2026-02-12,20:30:41.185] [INFO] LocationSqlManager initialising [2026-02-12,20:30:41.186] [INFO] Location DB initialising [2026-02-12,20:30:41.195] [INFO] LocationSqlManager initialisation complete [2026-02-12,20:30:41.196] [DEBUG] UploadManager Init [2026-02-12,20:30:41.197] [DEBUG] UploadManager Init Complete [2026-02-12,20:30:41.199] [INFO] Initializing GPS... [2026-02-12,20:30:41.201] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-12,20:32:29.413] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,20:32:31.721] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-12,20:33:21.543] [DEBUG] Log Upload Complete! [2026-02-12,20:35:29.411] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,20:35:31.310] [DEBUG] Remote Access Enabled [2026-02-12,20:35:33.169] [INFO] Server Address: 138.201.17.179 [2026-02-12,20:35:33.170] [INFO] Server Port: 7000 [2026-02-12,20:35:33.179] [DEBUG] Starting Remote Access! 2026-02-12 20:35:33.367 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-12 20:35:33.368 [I] [client/service.go:294] try to connect to server... 2026-02-12 20:35:34.747 [I] [client/service.go:286] [51b4436d30a8a7cd] login to server success, get run id [51b4436d30a8a7cd] 2026-02-12 20:35:34.748 [I] [proxy/proxy_manager.go:173] [51b4436d30a8a7cd] proxy added: [DNL01B4203] 2026-02-12 20:35:35.387 [I] [client/control.go:168] [51b4436d30a8a7cd] [DNL01B4203] start proxy success [2026-02-12,20:50:02.829] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,20:50:10.363] [DEBUG] 6 processes running of frp type [2026-02-12,21:05:02.808] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,21:05:05.424] [DEBUG] 6 processes running of frp type [2026-02-12,21:20:02.706] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,21:20:05.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-12,21:35:02.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,21:35:05.495] [DEBUG] 6 processes running of frp type [2026-02-12,21:50:02.350] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,21:50:04.362] [DEBUG] 6 processes running of frp type [2026-02-12,22:05:02.807] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,22:05:05.186] [DEBUG] 6 processes running of frp type [2026-02-12,22:20:02.581] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,22:20:05.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-12,22:35:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,22:35:04.676] [DEBUG] 6 processes running of frp type [2026-02-12,22:50:02.432] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,22:50:04.688] [DEBUG] 6 processes running of frp type [2026-02-12,23:05:03.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,23:05:05.776] [DEBUG] 6 processes running of frp type [2026-02-12,23:20:01.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,23:20:04.516] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-12,23:35:02.970] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,23:35:05.876] [DEBUG] 6 processes running of frp type [2026-02-12,23:50:02.543] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-12,23:50:05.674] [DEBUG] 6 processes running of frp type [2026-02-13,00:05:03.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,00:05:05.768] [DEBUG] 6 processes running of frp type [2026-02-13,00:20:02.032] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,00:20:04.260] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-13,00:35:02.771] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,00:35:05.105] [DEBUG] 6 processes running of frp type [2026-02-13,00:50:02.959] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,00:50:05.627] [DEBUG] 6 processes running of frp type [2026-02-13,01:05:03.008] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,01:05:05.316] [DEBUG] 6 processes running of frp type [2026-02-13,01:20:02.533] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,01:20:05.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-02-13,01:35:02.190] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,01:35:04.723] [DEBUG] 6 processes running of frp type [2026-02-13,01:50:02.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,01:50:05.615] [DEBUG] 6 processes running of frp type [2026-02-13,02:05:03.078] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,02:05:05.519] [DEBUG] 6 processes running of frp type 2026-02-13 02:18:52.140 [I] [client/service.go:294] [51b4436d30a8a7cd] try to connect to server... 2026-02-13 02:18:55.388 [W] [client/service.go:297] [51b4436d30a8a7cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 02:18:55.389 [I] [client/service.go:294] [51b4436d30a8a7cd] try to connect to server... 2026-02-13 02:19:00.789 [I] [client/service.go:286] [51b4436d30a8a7cd] login to server success, get run id [51b4436d30a8a7cd] 2026-02-13 02:19:00.791 [I] [proxy/proxy_manager.go:173] [51b4436d30a8a7cd] proxy added: [DNL01B4203] 2026-02-13 02:19:02.069 [I] [client/control.go:168] [51b4436d30a8a7cd] [DNL01B4203] start proxy success [2026-02-13,02:20:02.863] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,02:20:05.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-02-13,02:35:02.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,02:35:05.436] [DEBUG] 6 processes running of frp type [2026-02-13,02:50:02.206] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,02:50:05.277] [DEBUG] 6 processes running of frp type [2026-02-13,03:05:02.788] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,03:05:05.446] [DEBUG] 6 processes running of frp type [2026-02-13,03:20:02.824] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,03: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' [2026-02-13,03:35:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,03:35:05.512] [DEBUG] 6 processes running of frp type [2026-02-13,03:50:02.300] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,03:50:04.651] [DEBUG] 6 processes running of frp type [2026-02-13,04:05:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,04:05:05.120] [DEBUG] 6 processes running of frp type [2026-02-13,04:20:02.389] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,04: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' [2026-02-13,04:35:02.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,04:35:04.714] [DEBUG] 6 processes running of frp type [2026-02-13,04:50:02.543] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,04:50:04.634] [DEBUG] 6 processes running of frp type [2026-02-13,05:05:03.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,05:05:05.384] [DEBUG] 6 processes running of frp type [2026-02-13,05:20:02.751] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,05: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-02-13,05:35:02.352] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,05:35:04.697] [DEBUG] 6 processes running of frp type [2026-02-13,05:50:02.517] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,05:50:05.360] [DEBUG] 6 processes running of frp type [2026-02-13,06:05:02.839] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,06:05:05.472] [DEBUG] 6 processes running of frp type [2026-02-13,06:20:02.799] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,06:20:05.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-02-13,06:30:42.254] [INFO] Initializing BusSpeedStateManager V2 [2026-02-13,06:30:42.261] [INFO] LocationSqlManager initialising [2026-02-13,06:30:42.262] [INFO] Location DB initialising [2026-02-13,06:30:42.272] [INFO] LocationSqlManager initialisation complete [2026-02-13,06:30:42.273] [DEBUG] UploadManager Init [2026-02-13,06:30:42.274] [DEBUG] UploadManager Init Complete [2026-02-13,06:30:42.278] [INFO] Initializing GPS... [2026-02-13,06:30:42.281] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-13,06:32:29.457] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,06:32:31.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-13,06:32:55.202] [DEBUG] Log Upload Complete! [2026-02-13,06:35:29.839] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,06:35:31.936] [DEBUG] Remote Access Enabled [2026-02-13,06:35:33.755] [INFO] Server Address: 138.201.17.179 [2026-02-13,06:35:33.756] [INFO] Server Port: 7000 [2026-02-13,06:35:33.765] [DEBUG] Starting Remote Access! 2026-02-13 06:35:33.992 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-13 06:35:33.993 [I] [client/service.go:294] try to connect to server... 2026-02-13 06:35:35.647 [I] [client/service.go:286] [bd1a49eb56a0ebcd] login to server success, get run id [bd1a49eb56a0ebcd] 2026-02-13 06:35:35.647 [I] [proxy/proxy_manager.go:173] [bd1a49eb56a0ebcd] proxy added: [DNL01B4203] 2026-02-13 06:35:36.200 [I] [client/control.go:168] [bd1a49eb56a0ebcd] [DNL01B4203] start proxy success [2026-02-13,06:50:02.880] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,06:50:05.195] [DEBUG] 6 processes running of frp type [2026-02-13,07:05:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,07:05:05.101] [DEBUG] 6 processes running of frp type [2026-02-13,07:20:02.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,07: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-02-13,07:35:02.441] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,07:35:05.140] [DEBUG] 6 processes running of frp type [2026-02-13,07:50:02.819] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,07:50:05.622] [DEBUG] 6 processes running of frp type [2026-02-13,08:02:02.868] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,08:02:05.157] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-13,08:03:44.222] [DEBUG] Log Upload Complete! [2026-02-13,08:05:03.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,08:05:05.512] [DEBUG] 6 processes running of frp type [2026-02-13,08:06:49.258] [INFO] Initializing BusSpeedStateManager V2 [2026-02-13,08:06:49.263] [INFO] LocationSqlManager initialising [2026-02-13,08:06:49.263] [INFO] Location DB initialising [2026-02-13,08:06:49.273] [INFO] LocationSqlManager initialisation complete [2026-02-13,08:06:49.274] [DEBUG] UploadManager Init [2026-02-13,08:06:49.274] [DEBUG] UploadManager Init Complete [2026-02-13,08:06:49.277] [INFO] Initializing GPS... [2026-02-13,08:06:49.279] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-13,08:11:38.309] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-13,08:35:02.486] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,08:35:04.732] [DEBUG] Remote Access Enabled [2026-02-13,08:35:06.655] [INFO] Server Address: 138.201.17.179 [2026-02-13,08:35:06.657] [INFO] Server Port: 7000 [2026-02-13,08:35:06.667] [DEBUG] Starting Remote Access! 2026-02-13 08:35:06.815 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-13 08:35:06.816 [I] [client/service.go:294] try to connect to server... 2026-02-13 08:35:08.168 [I] [client/service.go:286] [24723805a09bd0cd] login to server success, get run id [24723805a09bd0cd] 2026-02-13 08:35:08.169 [I] [proxy/proxy_manager.go:173] [24723805a09bd0cd] proxy added: [DNL01B4203] 2026-02-13 08:35:08.785 [I] [client/control.go:168] [24723805a09bd0cd] [DNL01B4203] start proxy success [2026-02-13,08:50:02.833] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,08:50:04.848] [DEBUG] 6 processes running of frp type [2026-02-13,09:05:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,09:05:05.638] [DEBUG] 6 processes running of frp type [2026-02-13,09:20:03.019] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,09: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' [2026-02-13,09:35:02.621] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,09:35:05.076] [DEBUG] 6 processes running of frp type [2026-02-13,09:50:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,09:50:10.379] [DEBUG] 6 processes running of frp type [2026-02-13,10:05:02.850] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,10:05:05.363] [DEBUG] 6 processes running of frp type [2026-02-13,10:20:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,10: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-13,10:35:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,10:35:05.051] [DEBUG] 6 processes running of frp type [2026-02-13,10:50:02.866] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,10:50:05.857] [DEBUG] 6 processes running of frp type [2026-02-13,11:05:02.348] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,11:05:04.732] [DEBUG] 6 processes running of frp type [2026-02-13,11:20:01.992] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,11:20:09.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-02-13,11:35:02.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,11:35:05.092] [DEBUG] 6 processes running of frp type [2026-02-13,11:50:02.691] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,11:50:05.682] [DEBUG] 6 processes running of frp type [2026-02-13,12:05:03.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,12:05:06.176] [DEBUG] 6 processes running of frp type [2026-02-13,12:20:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,12:20:05.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-02-13,12:35:02.186] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,12:35:04.847] [DEBUG] 6 processes running of frp type [2026-02-13,12:50:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,12:50:10.663] [DEBUG] 6 processes running of frp type [2026-02-13,13:05:03.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,13:05:06.716] [DEBUG] 6 processes running of frp type [2026-02-13,13:20:01.904] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,13: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-02-13,13:35:02.959] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,13:35:05.407] [DEBUG] 6 processes running of frp type [2026-02-13,13:50:03.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,13:50:05.937] [DEBUG] 6 processes running of frp type [2026-02-13,14:05:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,14:05:05.247] [DEBUG] 6 processes running of frp type [2026-02-13,14:20:02.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,14:20:05.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-02-13,14:35:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,14:35:05.348] [DEBUG] 6 processes running of frp type [2026-02-13,14:50:02.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,14:50:08.382] [DEBUG] 6 processes running of frp type [2026-02-13,15:05:02.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,15:05:12.090] [DEBUG] 6 processes running of frp type [2026-02-13,15:20:02.456] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,15: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-02-13,15:35:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,15:35:06.200] [DEBUG] 6 processes running of frp type [2026-02-13,15:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,15:50:06.574] [DEBUG] 6 processes running of frp type [2026-02-13,16:05:03.057] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,16:05:06.912] [DEBUG] 6 processes running of frp type [2026-02-13,16:20:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,16: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-02-13,16:35:03.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,16:35:09.852] [DEBUG] 6 processes running of frp type [2026-02-13,16:50:02.580] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,16:50:07.814] [DEBUG] 6 processes running of frp type 2026-02-13 17:00:39.655 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:00:39.656 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:00:41.669 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:00:41.670 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:00:45.993 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:00:45.994 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:00:54.909 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:00:54.911 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:01:14.384 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:01:14.385 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:01:34.387 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:01:34.388 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:01:54.389 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:01:54.391 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:02:14.391 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:02:14.393 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:02:34.393 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:02:34.395 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:02:54.396 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:02:54.397 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:03:14.398 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:03:14.400 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:03:34.401 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:03:34.402 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:03:54.403 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:03:54.404 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:04:14.405 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:04:14.407 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:04:34.408 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:04:34.409 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:04:54.411 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:04:54.412 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:05:14.414 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:05:14.415 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-13 17:05:34.416 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:05:34.435 [W] [client/service.go:297] [24723805a09bd0cd] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-13 17:05:54.437 [I] [client/service.go:294] [24723805a09bd0cd] try to connect to server... 2026-02-13 17:05:57.837 [I] [client/service.go:286] [24723805a09bd0cd] login to server success, get run id [24723805a09bd0cd] 2026-02-13 17:05:57.838 [I] [proxy/proxy_manager.go:173] [24723805a09bd0cd] proxy added: [DNL01B4203] 2026-02-13 17:05:59.116 [I] [client/control.go:168] [24723805a09bd0cd] [DNL01B4203] start proxy success [2026-02-13,17:20:02.268] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,17:20:09.818] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-13,17:35:06.221] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,17:35:18.705] [DEBUG] 6 processes running of frp type [2026-02-13,17:50:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,17:50:05.813] [DEBUG] 6 processes running of frp type [2026-02-13,18:05:02.128] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,18:05:06.294] [DEBUG] 6 processes running of frp type [2026-02-13,18:20:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,18:20:08.935] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-13,18:35:02.366] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,18:35:10.393] [DEBUG] 6 processes running of frp type [2026-02-13,18:50:02.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,18:50:07.010] [DEBUG] 6 processes running of frp type [2026-02-13,19:05:02.429] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,19:05:07.856] [DEBUG] 6 processes running of frp type [2026-02-13,19:20:02.097] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,19:20:13.750] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-13,19:35:03.008] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,19:35:07.181] [DEBUG] 6 processes running of frp type [2026-02-13,19:50:02.845] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,19:50:07.991] [DEBUG] 6 processes running of frp type [2026-02-13,20:05:02.472] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,20:05:10.662] [DEBUG] 6 processes running of frp type [2026-02-13,20:20:02.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,20:20:20.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-02-13,20:30:41.063] [INFO] Initializing BusSpeedStateManager V2 [2026-02-13,20:30:41.067] [INFO] LocationSqlManager initialising [2026-02-13,20:30:41.068] [INFO] Location DB initialising [2026-02-13,20:30:41.077] [INFO] LocationSqlManager initialisation complete [2026-02-13,20:30:41.078] [DEBUG] UploadManager Init [2026-02-13,20:30:41.078] [DEBUG] UploadManager Init Complete [2026-02-13,20:30:41.081] [INFO] Initializing GPS... [2026-02-13,20:30:41.083] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-13,20:32:29.278] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,20:32:33.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-02-13,20:33:27.697] [DEBUG] Log Upload Complete! [2026-02-13,20:35:29.323] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,20:35:31.692] [DEBUG] Remote Access Enabled [2026-02-13,20:35:33.379] [INFO] Server Address: 138.201.17.179 [2026-02-13,20:35:33.380] [INFO] Server Port: 7000 [2026-02-13,20:35:33.385] [DEBUG] Starting Remote Access! 2026-02-13 20:35:33.513 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-13 20:35:33.514 [I] [client/service.go:294] try to connect to server... 2026-02-13 20:35:34.691 [I] [client/service.go:286] [75ba27fd70051232] login to server success, get run id [75ba27fd70051232] 2026-02-13 20:35:34.693 [I] [proxy/proxy_manager.go:173] [75ba27fd70051232] proxy added: [DNL01B4203] 2026-02-13 20:35:35.064 [I] [client/control.go:168] [75ba27fd70051232] [DNL01B4203] start proxy success [2026-02-13,20:50:02.786] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,20:50:27.564] [DEBUG] 6 processes running of frp type [2026-02-13,21:05:03.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,21:05:05.932] [DEBUG] 6 processes running of frp type [2026-02-13,21:20:02.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,21:20:19.493] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-13,21:35:02.323] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,21:35:07.354] [DEBUG] 6 processes running of frp type [2026-02-13,21:50:02.144] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,21:50:09.369] [DEBUG] 6 processes running of frp type [2026-02-13,22:05:02.871] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,22:05:07.774] [DEBUG] 6 processes running of frp type [2026-02-13,22:20:02.041] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,22:20:15.360] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-13,22:35:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,22:35:06.877] [DEBUG] 6 processes running of frp type [2026-02-13,22:50:02.619] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,22:50:06.477] [DEBUG] 6 processes running of frp type [2026-02-13,23:05:03.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,23:05:07.741] [DEBUG] 6 processes running of frp type [2026-02-13,23:20:02.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,23:20:08.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-02-13,23:35:03.001] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,23:35:05.496] [DEBUG] 6 processes running of frp type [2026-02-13,23:50:03.167] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-13,23:50:05.687] [DEBUG] 6 processes running of frp type [2026-02-14,00:05:02.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,00:05:05.523] [DEBUG] 6 processes running of frp type [2026-02-14,00:20:03.058] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,00:20:09.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-14,00:35:02.328] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,00:35:06.383] [DEBUG] 6 processes running of frp type [2026-02-14,00:50:03.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,00:50:09.033] [DEBUG] 6 processes running of frp type [2026-02-14,01:05:02.443] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,01:05:07.975] [DEBUG] 6 processes running of frp type [2026-02-14,01:20:02.492] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,01: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' [2026-02-14,01:35:02.245] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,01:35:06.002] [DEBUG] 6 processes running of frp type [2026-02-14,01:50:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,01:50:06.091] [DEBUG] 6 processes running of frp type [2026-02-14,02:05:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,02:05:05.050] [DEBUG] 6 processes running of frp type [2026-02-14,02:20:02.343] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,02:20:07.888] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-14,02:35:02.644] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,02:35:06.838] [DEBUG] 6 processes running of frp type [2026-02-14,02:50:02.538] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,02:50:05.052] [DEBUG] 6 processes running of frp type [2026-02-14,03:05:02.404] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,03:05:04.772] [DEBUG] 6 processes running of frp type [2026-02-14,03:20:02.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,03:20:05.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-02-14,03:35:02.989] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,03:35:04.757] [DEBUG] 6 processes running of frp type [2026-02-14,03:50:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,03:50:05.186] [DEBUG] 6 processes running of frp type [2026-02-14,04:05:02.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,04:05:06.910] [DEBUG] 6 processes running of frp type [2026-02-14,04:20:02.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,04: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' [2026-02-14,04:35:03.101] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,04:35:05.187] [DEBUG] 6 processes running of frp type [2026-02-14,04:50:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,04:50:04.912] [DEBUG] 6 processes running of frp type [2026-02-14,05:05:02.377] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,05:05:05.474] [DEBUG] 6 processes running of frp type [2026-02-14,05:20:02.684] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,05:20:05.777] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-14,05:35:02.335] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,05:35:08.352] [DEBUG] 6 processes running of frp type [2026-02-14,05:50:02.990] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,05:50:07.050] [DEBUG] 6 processes running of frp type [2026-02-14,06:05:02.418] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,06:05:06.048] [DEBUG] 6 processes running of frp type [2026-02-14,06:20:02.276] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,06:20:05.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-02-14,06:30:41.123] [INFO] Initializing BusSpeedStateManager V2 [2026-02-14,06:30:41.130] [INFO] LocationSqlManager initialising [2026-02-14,06:30:41.131] [INFO] Location DB initialising [2026-02-14,06:30:41.142] [INFO] LocationSqlManager initialisation complete [2026-02-14,06:30:41.144] [DEBUG] UploadManager Init [2026-02-14,06:30:41.144] [DEBUG] UploadManager Init Complete [2026-02-14,06:30:41.149] [INFO] Initializing GPS... [2026-02-14,06:30:41.152] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-14,06:32:29.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,06:32:32.601] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-14,06:32:54.796] [DEBUG] Log Upload Complete! [2026-02-14,06:35:29.871] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,06:35:35.102] [DEBUG] Remote Access Enabled [2026-02-14,06:35:39.398] [INFO] Server Address: 138.201.17.179 [2026-02-14,06:35:39.399] [INFO] Server Port: 7000 [2026-02-14,06:35:39.404] [DEBUG] Starting Remote Access! 2026-02-14 06:35:39.532 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-14 06:35:39.533 [I] [client/service.go:294] try to connect to server... 2026-02-14 06:35:41.114 [I] [client/service.go:286] [f17af4d2c9219fd5] login to server success, get run id [f17af4d2c9219fd5] 2026-02-14 06:35:41.116 [I] [proxy/proxy_manager.go:173] [f17af4d2c9219fd5] proxy added: [DNL01B4203] 2026-02-14 06:35:41.627 [I] [client/control.go:168] [f17af4d2c9219fd5] [DNL01B4203] start proxy success [2026-02-14,06:50:02.722] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,06:50:05.727] [DEBUG] 6 processes running of frp type [2026-02-14,07:05:02.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,07:05:05.069] [DEBUG] 6 processes running of frp type [2026-02-14,07:20:02.286] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,07:20:06.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-02-14,07:35:02.301] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,07:35:04.316] [DEBUG] 6 processes running of frp type [2026-02-14,07:50:03.048] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,07:50:05.399] [DEBUG] 6 processes running of frp type [2026-02-14,08:02:02.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,08:02:07.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-14,08:02:25.873] [DEBUG] Log Upload Complete! [2026-02-14,08:05:02.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,08:05:06.873] [DEBUG] 6 processes running of frp type [2026-02-14,08:20:02.084] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,08:20:07.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-02-14,08:35:02.496] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,08:35:06.602] [DEBUG] 6 processes running of frp type [2026-02-14,08:50:02.438] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,08:50:06.439] [DEBUG] 6 processes running of frp type [2026-02-14,09:05:02.871] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,09:05:05.333] [DEBUG] 6 processes running of frp type [2026-02-14,09:20:02.748] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,09:20:07.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-02-14,09:35:02.487] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,09:35:06.430] [DEBUG] 6 processes running of frp type [2026-02-14,09:50:03.215] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,09:50:05.179] [DEBUG] 6 processes running of frp type [2026-02-14,10:05:02.599] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,10:05:06.676] [DEBUG] 6 processes running of frp type [2026-02-14,10:20:03.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,10:20:06.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-02-14,10:35:02.845] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,10:35:05.471] [DEBUG] 6 processes running of frp type [2026-02-14,10:50:02.484] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,10:50:07.146] [DEBUG] 6 processes running of frp type [2026-02-14,11:05:02.621] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,11:05:15.880] [DEBUG] 6 processes running of frp type [2026-02-14,11:20:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,11: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-02-14,11:35:02.857] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,11:35:10.541] [DEBUG] 6 processes running of frp type [2026-02-14,11:50:02.532] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,11:50:07.744] [DEBUG] 6 processes running of frp type [2026-02-14,12:05:02.130] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,12:05:13.663] [DEBUG] 6 processes running of frp type [2026-02-14,11:37:30.320] [INFO] Initializing BusSpeedStateManager V2 [2026-02-14,11:37:30.326] [INFO] LocationSqlManager initialising [2026-02-14,11:37:30.326] [INFO] Location DB initialising [2026-02-14,11:37:30.338] [INFO] LocationSqlManager initialisation complete [2026-02-14,11:37:30.339] [DEBUG] UploadManager Init [2026-02-14,11:37:30.340] [DEBUG] UploadManager Init Complete [2026-02-14,11:37:30.344] [INFO] Initializing GPS... [2026-02-14,11:37:30.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-02-14,11:42:19.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')) [2026-02-14,12:20:02.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,12:20:15.858] [DEBUG] Remote Access Enabled [2026-02-14,12:20:19.903] [INFO] Server Address: 138.201.17.179 [2026-02-14,12:20:19.905] [INFO] Server Port: 7000 [2026-02-14,12:20:19.914] [DEBUG] Starting Remote Access! 2026-02-14 12:20:20.083 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-14 12:20:20.084 [I] [client/service.go:294] try to connect to server... 2026-02-14 12:20:21.818 [I] [client/service.go:286] [20b0e186e03b4c9f] login to server success, get run id [20b0e186e03b4c9f] 2026-02-14 12:20:21.818 [I] [proxy/proxy_manager.go:173] [20b0e186e03b4c9f] proxy added: [DNL01B4203] 2026-02-14 12:20:22.367 [I] [client/control.go:168] [20b0e186e03b4c9f] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-14,12:35:03.037] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,12:35:15.647] [DEBUG] 6 processes running of frp type [2026-02-14,12:50:02.352] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,12:50:05.559] [DEBUG] 6 processes running of frp type [2026-02-14,13:05:03.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,13:05:07.457] [DEBUG] 6 processes running of frp type [2026-02-14,13:20:02.842] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,13:20:11.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-02-14,13:35:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,13:35:07.947] [DEBUG] 6 processes running of frp type [2026-02-14,13:50:02.538] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,13:50:13.096] [DEBUG] 6 processes running of frp type [2026-02-14,14:05:02.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,14:05:12.421] [DEBUG] 6 processes running of frp type [2026-02-14,14:20:02.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,14:20:10.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-14,14:35:02.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,14:35:22.475] [DEBUG] 6 processes running of frp type [2026-02-14,14:50:02.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,14:50:08.832] [DEBUG] 6 processes running of frp type [2026-02-14,15:05:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,15:05:05.189] [DEBUG] 6 processes running of frp type [2026-02-14,15:20:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,15: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-02-14,15:35:02.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,15:35:04.835] [DEBUG] 6 processes running of frp type [2026-02-14,15:50:02.340] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,15:50:05.999] [DEBUG] 6 processes running of frp type [2026-02-14,16:05:02.484] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,16:05:08.641] [DEBUG] 6 processes running of frp type [2026-02-14,16:20:03.059] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,16:20:06.265] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-14,16:35:02.822] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,16:35:05.973] [DEBUG] 6 processes running of frp type [2026-02-14,16:50:02.764] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,16:50:05.653] [DEBUG] 6 processes running of frp type 2026-02-14 17:00:19.858 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:00:19.859 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:00:21.962 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:00:21.963 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:00:26.420 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:00:26.421 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:00:35.882 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:00:35.884 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:00:55.885 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:00:55.887 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:01:15.888 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:01:15.890 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:01:35.890 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:01:35.892 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:01:55.893 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:01:55.895 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:02:15.896 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:02:15.897 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:02:35.899 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:02:35.900 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:02:55.901 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:02:55.903 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:03:15.904 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:03:15.905 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:03:35.906 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:03:35.907 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:03:55.908 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:03:55.910 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:04:15.912 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:04:15.913 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:04:35.914 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:04:35.915 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:04:55.916 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:04:55.918 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:05:15.919 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:05:15.924 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:05:35.925 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:05:37.728 [I] [client/service.go:286] [20b0e186e03b4c9f] login to server success, get run id [20b0e186e03b4c9f] 2026-02-14 17:05:37.730 [I] [proxy/proxy_manager.go:173] [20b0e186e03b4c9f] proxy added: [DNL01B4203] 2026-02-14 17:05:38.156 [I] [client/control.go:168] [20b0e186e03b4c9f] [DNL01B4203] start proxy success 2026-02-14 17:06:46.847 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:06:46.848 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:06:48.986 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:06:48.988 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:06:53.687 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:06:53.688 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:07:03.560 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:07:03.561 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:07:23.562 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:07:23.564 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:07:43.565 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:07:43.567 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:08:03.568 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:08:03.569 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:08:23.570 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:08:23.572 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:08:43.573 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:08:43.574 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:09:03.575 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:09:03.577 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:09:23.578 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:09:23.579 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:09:43.581 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:09:43.582 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:10:03.583 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:10:03.585 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:10:23.586 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:10:23.587 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:10:43.588 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:10:43.590 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:11:03.591 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:11:03.593 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:11:23.593 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:11:23.598 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-14 17:11:43.599 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:11:43.603 [W] [client/service.go:297] [20b0e186e03b4c9f] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-14 17:12:03.604 [I] [client/service.go:294] [20b0e186e03b4c9f] try to connect to server... 2026-02-14 17:12:06.642 [I] [client/service.go:286] [20b0e186e03b4c9f] login to server success, get run id [20b0e186e03b4c9f] 2026-02-14 17:12:06.644 [I] [proxy/proxy_manager.go:173] [20b0e186e03b4c9f] proxy added: [DNL01B4203] 2026-02-14 17:12:08.885 [I] [client/control.go:168] [20b0e186e03b4c9f] [DNL01B4203] start proxy success [2026-02-14,17:20:02.532] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,17:20:08.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-14,17:35:02.191] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,17:35:06.150] [DEBUG] 6 processes running of frp type [2026-02-14,17:50:02.932] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,17:50:13.216] [DEBUG] 6 processes running of frp type [2026-02-14,18:05:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,18:05:17.791] [DEBUG] 6 processes running of frp type [2026-02-14,18:20:02.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,18:20:10.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-02-14,18:35:03.018] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,18:35:17.907] [DEBUG] 6 processes running of frp type [2026-02-14,18:50:02.637] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,18:50:09.590] [DEBUG] 6 processes running of frp type [2026-02-14,19:05:02.908] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,19:05:20.799] [DEBUG] 6 processes running of frp type [2026-02-14,19:20:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,19:20:09.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-02-14,19:35:02.932] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,19:35:14.665] [DEBUG] 6 processes running of frp type [2026-02-14,19:50:02.378] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,19:50:05.316] [DEBUG] 6 processes running of frp type [2026-02-14,20:05:02.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,20:05:08.629] [DEBUG] 6 processes running of frp type [2026-02-14,20:20:03.084] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,20:21:19.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-02-14,20:30:40.831] [INFO] Initializing BusSpeedStateManager V2 [2026-02-14,20:30:40.836] [INFO] LocationSqlManager initialising [2026-02-14,20:30:40.837] [INFO] Location DB initialising [2026-02-14,20:30:40.846] [INFO] LocationSqlManager initialisation complete [2026-02-14,20:30:40.846] [DEBUG] UploadManager Init [2026-02-14,20:30:40.847] [DEBUG] UploadManager Init Complete [2026-02-14,20:30:40.849] [INFO] Initializing GPS... [2026-02-14,20:30:40.851] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-14,20:32:29.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,20:32:33.462] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-14,20:32:45.615] [DEBUG] Log Upload Complete! [2026-02-14,20:35:29.641] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-14,20:35:34.706] [DEBUG] Remote Access Enabled [2026-02-14,20:35:41.149] [INFO] Server Address: 138.201.17.179 [2026-02-14,20:35:41.150] [INFO] Server Port: 7000 [2026-02-14,20:35:41.159] [DEBUG] Starting Remote Access! 2026-02-14 20:35:41.314 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-14 20:35:41.315 [I] [client/service.go:294] try to connect to server... 2026-02-14 20:35:42.522 [I] [client/service.go:286] [54aa967f0322cd8a] login to server success, get run id [54aa967f0322cd8a] 2026-02-14 20:35:42.523 [I] [proxy/proxy_manager.go:173] [54aa967f0322cd8a] proxy added: [DNL01B4203] 2026-02-14 20:35:42.924 [I] [client/control.go:168] [54aa967f0322cd8a] [DNL01B4203] start proxy success 2026-02-14 20:48:33.247 [I] [client/service.go:294] [54aa967f0322cd8a] try to connect to server... 2026-02-14 20:48:43.250 [W] [client/service.go:297] [54aa967f0322cd8a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-14 20:48:43.251 [I] [client/service.go:294] [54aa967f0322cd8a] try to connect to server... 2026-02-14 20:48:45.174 [I] [client/service.go:286] [54aa967f0322cd8a] login to server success, get run id [54aa967f0322cd8a] 2026-02-14 20:48:45.176 [I] [proxy/proxy_manager.go:173] [54aa967f0322cd8a] proxy added: [DNL01B4203] 2026-02-14 20:48:45.733 [I] [client/control.go:168] [54aa967f0322cd8a] [DNL01B4203] start proxy success 2026-02-14 20:49:23.803 [I] [client/service.go:294] [54aa967f0322cd8a] try to connect to server... 2026-02-14 20:49:33.805 [W] [client/service.go:297] [54aa967f0322cd8a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-14 20:49:33.806 [I] [client/service.go:294] [54aa967f0322cd8a] try to connect to server... 2026-02-14 20:49:43.808 [W] [client/service.go:297] [54aa967f0322cd8a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-14 20:49:43.809 [I] [client/service.go:294] [54aa967f0322cd8a] try to connect to server... 2026-02-14 20:49:53.811 [W] [client/service.go:297] [54aa967f0322cd8a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-14 20:49:53.812 [I] [client/service.go:294] [54aa967f0322cd8a] try to connect to server... 2026-02-14 20:50:03.813 [W] [client/service.go:297] [54aa967f0322cd8a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-14 20:50:03.813 [I] [client/service.go:294] [54aa967f0322cd8a] try to connect to server... 2026-02-14 20:50:13.814 [W] [client/service.go:297] [54aa967f0322cd8a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-14 20:50:33.815 [I] [client/service.go:294] [54aa967f0322cd8a] try to connect to server... [2026-02-14,20:35:47.411] [INFO] Initializing BusSpeedStateManager V2 [2026-02-14,20:35:47.416] [INFO] LocationSqlManager initialising [2026-02-14,20:35:47.417] [INFO] Location DB initialising [2026-02-14,20:35:47.426] [INFO] LocationSqlManager initialisation complete [2026-02-14,20:35:47.427] [DEBUG] UploadManager Init [2026-02-14,20:35:47.428] [DEBUG] UploadManager Init Complete [2026-02-14,20:35:47.430] [INFO] Initializing GPS... [2026-02-14,20:35:47.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-14,20:40:36.143] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-16,19:35:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,19:35:05.804] [DEBUG] Remote Access Enabled [2026-02-16,19:35:07.276] [INFO] Server Address: 138.201.17.179 [2026-02-16,19:35:07.277] [INFO] Server Port: 7000 [2026-02-16,19:35:07.283] [DEBUG] Starting Remote Access! 2026-02-16 19:35:07.411 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-16 19:35:07.411 [I] [client/service.go:294] try to connect to server... 2026-02-16 19:35:08.841 [I] [client/service.go:286] [fb40222908309795] login to server success, get run id [fb40222908309795] 2026-02-16 19:35:08.843 [I] [proxy/proxy_manager.go:173] [fb40222908309795] proxy added: [DNL01B4203] 2026-02-16 19:35:09.270 [I] [client/control.go:168] [fb40222908309795] [DNL01B4203] start proxy success [2026-02-16,19:50:02.529] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,19:50:04.292] [DEBUG] 6 processes running of frp type [2026-02-16,20:05:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,20:05:05.453] [DEBUG] 6 processes running of frp type [2026-02-16,20:20:02.816] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,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-02-16,20:30:41.266] [INFO] Initializing BusSpeedStateManager V2 [2026-02-16,20:30:41.273] [INFO] LocationSqlManager initialising [2026-02-16,20:30:41.274] [INFO] Location DB initialising [2026-02-16,20:30:41.285] [INFO] LocationSqlManager initialisation complete [2026-02-16,20:30:41.286] [DEBUG] UploadManager Init [2026-02-16,20:30:41.286] [DEBUG] UploadManager Init Complete [2026-02-16,20:30:41.290] [INFO] Initializing GPS... [2026-02-16,20:30:41.293] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-16,20:32:29.636] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,20:32:31.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-02-16,20:33:27.186] [DEBUG] Log Upload Complete! [2026-02-16,20:35:29.614] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,20:35:31.256] [DEBUG] Remote Access Enabled [2026-02-16,20:35:32.492] [INFO] Server Address: 138.201.17.179 [2026-02-16,20:35:32.493] [INFO] Server Port: 7000 [2026-02-16,20:35:32.498] [DEBUG] Starting Remote Access! 2026-02-16 20:35:32.647 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-16 20:35:32.648 [I] [client/service.go:294] try to connect to server... 2026-02-16 20:35:33.779 [I] [client/service.go:286] [c5ce7665f339380d] login to server success, get run id [c5ce7665f339380d] 2026-02-16 20:35:33.781 [I] [proxy/proxy_manager.go:173] [c5ce7665f339380d] proxy added: [DNL01B4203] 2026-02-16 20:35:34.144 [I] [client/control.go:168] [c5ce7665f339380d] [DNL01B4203] start proxy success [2026-02-16,20:50:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,20:50:04.213] [DEBUG] 6 processes running of frp type [2026-02-16,21:05:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,21:05:05.583] [DEBUG] 6 processes running of frp type [2026-02-16,21:20:02.976] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,21: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-02-16,21:35:02.778] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,21:35:05.176] [DEBUG] 6 processes running of frp type [2026-02-16,21:50:02.869] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,21:50:05.312] [DEBUG] 6 processes running of frp type [2026-02-16,22:05:02.782] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,22:05:05.218] [DEBUG] 6 processes running of frp type [2026-02-16,22:20:02.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,22: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' [2026-02-16,22:35:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,22:35:05.456] [DEBUG] 6 processes running of frp type 2026-02-16 22:50:42.567 [I] [client/service.go:294] [c5ce7665f339380d] try to connect to server... 2026-02-16 22:50:45.170 [I] [client/service.go:286] [c5ce7665f339380d] login to server success, get run id [c5ce7665f339380d] 2026-02-16 22:50:45.172 [I] [proxy/proxy_manager.go:173] [c5ce7665f339380d] proxy added: [DNL01B4203] 2026-02-16 22:50:45.807 [I] [client/control.go:168] [c5ce7665f339380d] [DNL01B4203] start proxy success [2026-02-16,22:51:08.499] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,22:51:12.250] [DEBUG] 6 processes running of frp type [2026-02-16,23:05:09.894] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,23:05:11.947] [DEBUG] 6 processes running of frp type [2026-02-16,23:20:02.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,23:20:04.251] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-16,23:35:03.186] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,23:35:05.121] [DEBUG] 6 processes running of frp type [2026-02-16,23:50:02.832] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-16,23:50:05.062] [DEBUG] 6 processes running of frp type [2026-02-17,00:05:02.454] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,00:05:05.257] [DEBUG] 6 processes running of frp type [2026-02-17,00:20:02.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,00:20:04.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-02-17,00:35:02.378] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,00:35:04.708] [DEBUG] 6 processes running of frp type [2026-02-17,00:50:02.351] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,00:50:04.212] [DEBUG] 6 processes running of frp type [2026-02-17,01:05:02.518] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,01:05:04.312] [DEBUG] 6 processes running of frp type [2026-02-17,01:20:02.771] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,01:20:07.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-02-17,01:35:02.284] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,01:35:04.760] [DEBUG] 6 processes running of frp type [2026-02-17,01:50:02.396] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,01:50:04.157] [DEBUG] 6 processes running of frp type [2026-02-17,02:05:02.504] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,02:05:04.419] [DEBUG] 6 processes running of frp type [2026-02-17,02:20:02.713] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,02: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-17,02:35:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,02:35:04.851] [DEBUG] 6 processes running of frp type [2026-02-17,02:50:02.676] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,02:50:04.893] [DEBUG] 6 processes running of frp type [2026-02-17,03:05:02.394] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,03:05:04.405] [DEBUG] 6 processes running of frp type [2026-02-17,03:20:02.890] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,03:20:04.889] [DEBUG] 6 processes running of frp type 2026-02-17 03:25:39.891 [I] [client/service.go:294] [c5ce7665f339380d] try to connect to server... 2026-02-17 03:25:50.944 [I] [client/service.go:286] [c5ce7665f339380d] login to server success, get run id [c5ce7665f339380d] 2026-02-17 03:25:50.946 [I] [proxy/proxy_manager.go:173] [c5ce7665f339380d] proxy added: [DNL01B4203] 2026-02-17 03:25:51.487 [I] [client/control.go:168] [c5ce7665f339380d] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,03:35:04.881] [DEBUG] 6 processes running of frp type [2026-02-17,03:50:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,03:50:04.826] [DEBUG] 6 processes running of frp type [2026-02-17,04:05:02.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,04:05:03.981] [DEBUG] 6 processes running of frp type [2026-02-17,04:20:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,04:20:05.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-02-17,04:35:03.078] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,04:35:05.505] [DEBUG] 6 processes running of frp type [2026-02-17,04:50:02.330] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,04:50:04.253] [DEBUG] 6 processes running of frp type [2026-02-17,05:05:02.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,05:05:04.936] [DEBUG] 6 processes running of frp type [2026-02-17,05:20:02.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,05: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-17,05:35:03.009] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,05:35:05.120] [DEBUG] 6 processes running of frp type [2026-02-17,05:50:02.808] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,05:50:04.945] [DEBUG] 6 processes running of frp type [2026-02-17,06:05:02.460] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,06:05:04.620] [DEBUG] 6 processes running of frp type [2026-02-17,06:20:02.003] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,06:20:04.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-02-17,06:30:41.928] [INFO] Initializing BusSpeedStateManager V2 [2026-02-17,06:30:41.933] [INFO] LocationSqlManager initialising [2026-02-17,06:30:41.933] [INFO] Location DB initialising [2026-02-17,06:30:41.943] [INFO] LocationSqlManager initialisation complete [2026-02-17,06:30:41.943] [DEBUG] UploadManager Init [2026-02-17,06:30:41.944] [DEBUG] UploadManager Init Complete [2026-02-17,06:30:41.946] [INFO] Initializing GPS... [2026-02-17,06:30:41.948] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,06:32:31.781] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-17,06:32:43.980] [DEBUG] Log Upload Complete! [2026-02-17,06:35:29.982] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,06:35:31.666] [DEBUG] Remote Access Enabled [2026-02-17,06:35:33.209] [INFO] Server Address: 138.201.17.179 [2026-02-17,06:35:33.210] [INFO] Server Port: 7000 [2026-02-17,06:35:33.219] [DEBUG] Starting Remote Access! 2026-02-17 06:35:33.396 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-17 06:35:33.397 [I] [client/service.go:294] try to connect to server... 2026-02-17 06:35:34.792 [I] [client/service.go:286] [37e0520ee4437fe7] login to server success, get run id [37e0520ee4437fe7] 2026-02-17 06:35:34.793 [I] [proxy/proxy_manager.go:173] [37e0520ee4437fe7] proxy added: [DNL01B4203] 2026-02-17 06:35:35.184 [I] [client/control.go:168] [37e0520ee4437fe7] [DNL01B4203] start proxy success [2026-02-17,06:50:03.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,06:50:05.267] [DEBUG] 6 processes running of frp type [2026-02-17,07:05:02.647] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,07:05:04.463] [DEBUG] 6 processes running of frp type [2026-02-17,07:20:02.866] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,07: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-02-17,07:35:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,07:35:05.097] [DEBUG] 6 processes running of frp type [2026-02-17,07:50:02.903] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,07:50:04.970] [DEBUG] 6 processes running of frp type [2026-02-17,08:02:02.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,08:02:04.186] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:48.618] [DEBUG] Log Upload Complete! [2026-02-17,08:05:02.421] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,08:05:04.722] [DEBUG] 6 processes running of frp type [2026-02-17,08:20:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,08: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-02-17,08:35:02.991] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,08:35:05.437] [DEBUG] 6 processes running of frp type [2026-02-17,08:50:02.196] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,08:50:04.660] [DEBUG] 6 processes running of frp type [2026-02-17,09:05:03.026] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,09:05:05.160] [DEBUG] 6 processes running of frp type [2026-02-17,09:20:02.538] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,09: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-02-17,09:35:02.178] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,09:35:04.526] [DEBUG] 6 processes running of frp type [2026-02-17,09:50:02.445] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,09:50:05.394] [DEBUG] 6 processes running of frp type [2026-02-17,10:05:02.888] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,10:05:05.956] [DEBUG] 6 processes running of frp type [2026-02-17,10:20:02.300] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,10:20:05.419] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,10:35:03.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,10:35:05.871] [DEBUG] 6 processes running of frp type [2026-02-17,10:50:02.637] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,10:50:05.071] [DEBUG] 6 processes running of frp type [2026-02-17,11:05:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,11:05:05.259] [DEBUG] 6 processes running of frp type [2026-02-17,11:20:02.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,11:20:09.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-02-17,11:35:02.634] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,11:35:05.478] [DEBUG] 6 processes running of frp type [2026-02-17,11:50:02.250] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,11:50:04.379] [DEBUG] 6 processes running of frp type [2026-02-17,12:05:02.926] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,12:05:05.594] [DEBUG] 6 processes running of frp type [2026-02-17,12:20:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,12: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-02-17,12:35:02.617] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,12:35:04.838] [DEBUG] 6 processes running of frp type [2026-02-17,12:50:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,12:50:05.422] [DEBUG] 6 processes running of frp type [2026-02-17,13:05:02.860] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,13:05:04.716] [DEBUG] 6 processes running of frp type [2026-02-17,13:20:02.151] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,13:20:04.690] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,13:35:02.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,13:35:05.524] [DEBUG] 6 processes running of frp type [2026-02-17,13:50:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,13:50:09.708] [DEBUG] 6 processes running of frp type [2026-02-17,14:05:03.030] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,14:05:05.469] [DEBUG] 6 processes running of frp type [2026-02-17,14:20:02.984] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,14:20:05.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-02-17,14:35:01.975] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,14:35:04.717] [DEBUG] 6 processes running of frp type [2026-02-17,14:50:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,14:50:10.026] [DEBUG] 6 processes running of frp type [2026-02-17,15:05:02.321] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,15:05:05.035] [DEBUG] 6 processes running of frp type [2026-02-17,15:20:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,15:20:05.171] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,15:35:01.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,15:35:04.723] [DEBUG] 6 processes running of frp type [2026-02-17,15:50:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,15:50:05.295] [DEBUG] 6 processes running of frp type [2026-02-17,16:05:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,16:05:05.774] [DEBUG] 6 processes running of frp type [2026-02-17,16:20:02.040] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,16:20:04.558] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-02-17 16:31:22.890 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 16:31:32.892 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-17 16:31:32.893 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 16:31:42.895 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-17 16:31:42.895 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 16:31:52.897 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-17 16:31:52.898 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 16:31:52.902 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 16:32:12.904 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 16:32:14.298 [I] [client/service.go:286] [37e0520ee4437fe7] login to server success, get run id [37e0520ee4437fe7] 2026-02-17 16:32:14.299 [I] [proxy/proxy_manager.go:173] [37e0520ee4437fe7] proxy added: [DNL01B4203] 2026-02-17 16:32:14.854 [I] [client/control.go:168] [37e0520ee4437fe7] [DNL01B4203] start proxy success [2026-02-17,16:35:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,16:35:15.793] [DEBUG] 6 processes running of frp type [2026-02-17,16:50:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,16:50:04.722] [DEBUG] 6 processes running of frp type 2026-02-17 17:00:15.056 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:00:25.058 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-17 17:00:25.058 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:00:25.059 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:00:29.388 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:00:29.389 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:00:38.910 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:00:38.912 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:00:58.618 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:00:58.619 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:01:18.620 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:01:18.621 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:01:38.622 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:01:38.624 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:01:58.624 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:01:58.625 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:02:18.627 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:02:18.628 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:02:38.630 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:02:38.631 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:02:58.633 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:02:58.634 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:03:18.635 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:03:18.637 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:03:38.638 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:03:38.639 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:03:58.640 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:03:58.642 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:04:18.642 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:04:18.644 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:04:38.644 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:04:38.646 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:04:58.647 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:04:58.649 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:05:18.650 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:05:18.654 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:05:38.655 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:05:40.898 [I] [client/service.go:286] [37e0520ee4437fe7] login to server success, get run id [37e0520ee4437fe7] 2026-02-17 17:05:40.900 [I] [proxy/proxy_manager.go:173] [37e0520ee4437fe7] proxy added: [DNL01B4203] 2026-02-17 17:05:41.993 [I] [client/control.go:168] [37e0520ee4437fe7] [DNL01B4203] start proxy success 2026-02-17 17:06:19.016 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:06:19.017 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:06:21.022 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:06:21.023 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:06:25.036 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:06:25.038 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:06:33.471 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:06:33.473 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:06:51.856 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:06:51.857 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:07:11.859 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:07:11.861 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:07:31.862 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:07:31.863 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:07:51.864 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:07:51.865 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:08:11.866 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:08:11.868 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:08:31.869 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:08:31.870 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:08:51.872 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:08:51.874 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:09:11.875 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:09:11.876 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:09:31.877 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:09:31.878 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:09:51.880 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:09:51.881 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:10:11.882 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:10:11.883 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:10:31.883 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:10:31.885 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:10:51.887 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:10:51.888 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:11:11.889 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:11:11.898 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:11:31.900 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:11:33.364 [I] [client/service.go:286] [37e0520ee4437fe7] login to server success, get run id [37e0520ee4437fe7] 2026-02-17 17:11:33.365 [I] [proxy/proxy_manager.go:173] [37e0520ee4437fe7] proxy added: [DNL01B4203] 2026-02-17 17:11:34.389 [I] [client/control.go:168] [37e0520ee4437fe7] [DNL01B4203] start proxy success 2026-02-17 17:12:42.650 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:12:42.652 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:12:44.783 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:12:44.785 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:12:49.130 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:12:49.131 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:12:57.845 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:12:57.845 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:13:16.314 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:13:16.316 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:13:36.316 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:13:36.318 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:13:56.319 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:13:56.321 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:14:16.322 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:14:16.323 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:14:36.324 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:14:36.326 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:14:56.327 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:14:56.328 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:15:16.329 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:15:16.331 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:15:36.332 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:15:36.333 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:15:56.335 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:15:56.336 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:16:16.336 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:16:16.338 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:16:36.338 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:16:36.340 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:16:56.341 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:16:56.342 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:17:16.344 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:17:16.345 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:17:36.346 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:17:36.353 [W] [client/service.go:297] [37e0520ee4437fe7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-17 17:17:56.354 [I] [client/service.go:294] [37e0520ee4437fe7] try to connect to server... 2026-02-17 17:18:00.623 [I] [client/service.go:286] [37e0520ee4437fe7] login to server success, get run id [37e0520ee4437fe7] 2026-02-17 17:18:00.624 [I] [proxy/proxy_manager.go:173] [37e0520ee4437fe7] proxy added: [DNL01B4203] 2026-02-17 17:18:02.224 [I] [client/control.go:168] [37e0520ee4437fe7] [DNL01B4203] start proxy success [2026-02-17,17:20:02.070] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,17:20:09.332] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,17:35:02.903] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,17:35:05.020] [DEBUG] 6 processes running of frp type [2026-02-17,17:50:02.781] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,17:50:05.154] [DEBUG] 6 processes running of frp type [2026-02-17,18:05:02.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,18:05:05.582] [DEBUG] 6 processes running of frp type [2026-02-17,18:20:03.010] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,18:20:10.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-17,18:35:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,18:35:15.283] [DEBUG] 6 processes running of frp type [2026-02-17,18:50:03.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,18:50:05.286] [DEBUG] 6 processes running of frp type [2026-02-17,19:05:02.583] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,19:05:04.427] [DEBUG] 6 processes running of frp type [2026-02-17,19:20:02.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,19:20:09.901] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,19:35:02.754] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,19:35:20.138] [DEBUG] 6 processes running of frp type [2026-02-17,19:50:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,19:50:05.284] [DEBUG] 6 processes running of frp type [2026-02-17,20:05:02.797] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,20:05:05.565] [DEBUG] 6 processes running of frp type [2026-02-17,20:20:02.977] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,20:20:15.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-02-17,20:30:41.172] [INFO] Initializing BusSpeedStateManager V2 [2026-02-17,20:30:41.177] [INFO] LocationSqlManager initialising [2026-02-17,20:30:41.177] [INFO] Location DB initialising [2026-02-17,20:30:41.187] [INFO] LocationSqlManager initialisation complete [2026-02-17,20:30:41.188] [DEBUG] UploadManager Init [2026-02-17,20:30:41.188] [DEBUG] UploadManager Init Complete [2026-02-17,20:30:41.192] [INFO] Initializing GPS... [2026-02-17,20:30:41.195] [INFO] Starting location capture [2026-02-17,20:31:43.848] [INFO] Initializing BusSpeedStateManager V2 [2026-02-17,20:31:43.853] [INFO] LocationSqlManager initialising [2026-02-17,20:31:43.853] [INFO] Location DB initialising [2026-02-17,20:31:43.863] [INFO] LocationSqlManager initialisation complete [2026-02-17,20:31:43.864] [DEBUG] UploadManager Init [2026-02-17,20:31:43.864] [DEBUG] UploadManager Init Complete [2026-02-17,20:31:43.867] [INFO] Initializing GPS... [2026-02-17,20:31:43.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-02-17,20:33:32.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,20:33:34.117] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:33:54.747] [DEBUG] Log Upload Complete! [2026-02-17,20:36:32.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,20:36:34.299] [DEBUG] Remote Access Enabled [2026-02-17,20:36:35.854] [INFO] Server Address: 138.201.17.179 [2026-02-17,20:36:35.855] [INFO] Server Port: 7000 [2026-02-17,20:36:35.864] [DEBUG] Starting Remote Access! 2026-02-17 20:36:36.009 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-17 20:36:36.010 [I] [client/service.go:294] try to connect to server... 2026-02-17 20:36:37.459 [I] [client/service.go:286] [dcb9f70441359fe1] login to server success, get run id [dcb9f70441359fe1] 2026-02-17 20:36:37.460 [I] [proxy/proxy_manager.go:173] [dcb9f70441359fe1] proxy added: [DNL01B4203] 2026-02-17 20:36:37.851 [I] [client/control.go:168] [dcb9f70441359fe1] [DNL01B4203] start proxy success [2026-02-17,20:50:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,20:50:05.022] [DEBUG] 6 processes running of frp type [2026-02-17,21:05:02.267] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,21:05:19.460] [DEBUG] 6 processes running of frp type [2026-02-17,21:20:02.765] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,21:20:10.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-02-17,21:35:13.064] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,21:35:15.586] [DEBUG] 6 processes running of frp type [2026-02-17,21:50:02.362] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,21:50:04.979] [DEBUG] 6 processes running of frp type [2026-02-17,22:05:02.329] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,22:05:04.721] [DEBUG] 6 processes running of frp type [2026-02-17,22:20:02.068] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,22:20:05.323] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,22:35:02.960] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,22:35:10.454] [DEBUG] 6 processes running of frp type [2026-02-17,22:50:02.261] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,22:50:04.720] [DEBUG] 6 processes running of frp type [2026-02-17,23:05:03.160] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,23:05:10.811] [DEBUG] 6 processes running of frp type [2026-02-17,23:20:02.196] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,23: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-02-17,23:35:02.818] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,23:35:04.735] [DEBUG] 6 processes running of frp type [2026-02-17,23:50:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-17,23:50:04.737] [DEBUG] 6 processes running of frp type [2026-02-18,00:05:01.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,00:05:04.094] [DEBUG] 6 processes running of frp type [2026-02-18,00:20:02.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,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-02-18,00:35:01.941] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,00:35:04.413] [DEBUG] 6 processes running of frp type [2026-02-18,00:50:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,00:50:04.986] [DEBUG] 6 processes running of frp type [2026-02-18,01:05:02.417] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,01:05:04.733] [DEBUG] 6 processes running of frp type [2026-02-18,01:20:02.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,01: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-02-18,01:35:02.999] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,01:35:05.451] [DEBUG] 6 processes running of frp type [2026-02-18,01:50:03.109] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,01:50:05.183] [DEBUG] 6 processes running of frp type [2026-02-18,02:05:02.632] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,02:05:04.701] [DEBUG] 6 processes running of frp type [2026-02-18,02:20:03.063] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,02: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-18,02:35:02.784] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,02:35:05.014] [DEBUG] 6 processes running of frp type [2026-02-18,02:50:02.935] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,02:50:04.945] [DEBUG] 6 processes running of frp type [2026-02-18,03:05:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,03:05:04.701] [DEBUG] 6 processes running of frp type [2026-02-18,03:20:02.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,03: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-02-18,03:35:02.970] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,03:35:05.056] [DEBUG] 6 processes running of frp type [2026-02-18,03:50:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,03:50:04.937] [DEBUG] 6 processes running of frp type [2026-02-18,04:05:02.345] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,04:05:04.058] [DEBUG] 6 processes running of frp type [2026-02-18,04:20:02.421] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,04: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-02-18,04:35:02.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,04:35:04.069] [DEBUG] 6 processes running of frp type [2026-02-18,04:50:02.872] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,04:50:05.282] [DEBUG] 6 processes running of frp type [2026-02-18,05:05:02.771] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,05:05:04.701] [DEBUG] 6 processes running of frp type [2026-02-18,05:20:03.092] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,05: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-02-18,05:35:02.494] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,05:35:04.710] [DEBUG] 6 processes running of frp type [2026-02-18,05:50:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,05:50:04.953] [DEBUG] 6 processes running of frp type [2026-02-18,05:41:56.919] [INFO] Initializing BusSpeedStateManager V2 [2026-02-18,05:41:56.924] [INFO] LocationSqlManager initialising [2026-02-18,05:41:56.924] [INFO] Location DB initialising [2026-02-18,05:41:56.934] [INFO] LocationSqlManager initialisation complete [2026-02-18,05:41:56.935] [DEBUG] UploadManager Init [2026-02-18,05:41:56.935] [DEBUG] UploadManager Init Complete [2026-02-18,05:41:56.939] [INFO] Initializing GPS... [2026-02-18,05:41:56.941] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:46:45.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')) [2026-02-18,18:54:04.991] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,18:54:07.616] [DEBUG] Remote Access Enabled [2026-02-18,18:54:09.784] [INFO] Server Address: 138.201.17.179 [2026-02-18,18:54:09.785] [INFO] Server Port: 7000 [2026-02-18,18:54:09.789] [DEBUG] Starting Remote Access! 2026-02-18 18:54:09.920 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-18 18:54:09.921 [I] [client/service.go:294] try to connect to server... 2026-02-18 18:54:11.503 [I] [client/service.go:286] [efec21d3d3444a28] login to server success, get run id [efec21d3d3444a28] 2026-02-18 18:54:11.505 [I] [proxy/proxy_manager.go:173] [efec21d3d3444a28] proxy added: [DNL01B4203] 2026-02-18 18:54:12.036 [I] [client/control.go:168] [efec21d3d3444a28] [DNL01B4203] start proxy success [2026-02-18,19:05:02.905] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,19:05:15.796] [DEBUG] 6 processes running of frp type [2026-02-18,19:20:02.609] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,19: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' [2026-02-18,19:35:02.563] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,19:35:05.086] [DEBUG] 6 processes running of frp type [2026-02-18,19:50:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,19:50:05.478] [DEBUG] 6 processes running of frp type [2026-02-18,20:05:03.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,20:05:05.716] [DEBUG] 6 processes running of frp type [2026-02-18,20:20:02.067] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,20:20:14.647] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-18,20:30:40.703] [INFO] Initializing BusSpeedStateManager V2 [2026-02-18,20:30:40.708] [INFO] LocationSqlManager initialising [2026-02-18,20:30:40.708] [INFO] Location DB initialising [2026-02-18,20:30:40.718] [INFO] LocationSqlManager initialisation complete [2026-02-18,20:30:40.719] [DEBUG] UploadManager Init [2026-02-18,20:30:40.719] [DEBUG] UploadManager Init Complete [2026-02-18,20:30:40.721] [INFO] Initializing GPS... [2026-02-18,20:30:40.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-02-18,20:32:29.414] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,20:32:31.652] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-18,20:32:53.560] [DEBUG] Log Upload Complete! [2026-02-18,20:35:29.660] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,20:35:31.484] [DEBUG] Remote Access Enabled [2026-02-18,20:35:33.308] [INFO] Server Address: 138.201.17.179 [2026-02-18,20:35:33.309] [INFO] Server Port: 7000 [2026-02-18,20:35:33.318] [DEBUG] Starting Remote Access! 2026-02-18 20:35:33.494 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-18 20:35:33.495 [I] [client/service.go:294] try to connect to server... 2026-02-18 20:35:34.956 [I] [client/service.go:286] [8cdd91bfcb80dff8] login to server success, get run id [8cdd91bfcb80dff8] 2026-02-18 20:35:34.957 [I] [proxy/proxy_manager.go:173] [8cdd91bfcb80dff8] proxy added: [DNL01B4203] 2026-02-18 20:35:35.519 [I] [client/control.go:168] [8cdd91bfcb80dff8] [DNL01B4203] start proxy success [2026-02-18,20:50:02.606] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,20:50:05.252] [DEBUG] 6 processes running of frp type [2026-02-18,21:05:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,21:05:05.694] [DEBUG] 6 processes running of frp type [2026-02-18,21:20:02.078] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,21:20:04.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-02-18,21:35:02.843] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,21:35:05.572] [DEBUG] 6 processes running of frp type [2026-02-18,21:50:02.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,21:50:04.963] [DEBUG] 6 processes running of frp type [2026-02-18,22:05:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,22:05:05.011] [DEBUG] 6 processes running of frp type [2026-02-18,22:20:02.267] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,22:20:09.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-18,22:35:02.179] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,22:35:04.553] [DEBUG] 6 processes running of frp type [2026-02-18,22:50:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,22:50:04.753] [DEBUG] 6 processes running of frp type [2026-02-18,23:05:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,23:05:05.729] [DEBUG] 6 processes running of frp type [2026-02-18,23:20:02.118] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,23:20:04.642] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-18,23:35:02.861] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,23:35:05.460] [DEBUG] 6 processes running of frp type [2026-02-18,23:50:01.979] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-18,23:50:04.110] [DEBUG] 6 processes running of frp type [2026-02-19,00:05:02.579] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,00:05:05.253] [DEBUG] 6 processes running of frp type [2026-02-19,00:20:02.680] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,00: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-02-19,00:35:02.503] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,00:35:05.217] [DEBUG] 6 processes running of frp type [2026-02-19,00:50:02.968] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,00:50:04.987] [DEBUG] 6 processes running of frp type [2026-02-19,01:05:02.521] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,01:05:05.355] [DEBUG] 6 processes running of frp type [2026-02-19,01:20:02.548] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,01: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-02-19,01:35:02.391] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,01:35:04.706] [DEBUG] 6 processes running of frp type [2026-02-19,01:50:02.161] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,01:50:04.577] [DEBUG] 6 processes running of frp type [2026-02-19,02:05:03.065] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,02:05:05.914] [DEBUG] 6 processes running of frp type [2026-02-19,02:20:02.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,02: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-02-19,02:35:03.038] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,02:35:05.597] [DEBUG] 6 processes running of frp type [2026-02-19,02:50:02.625] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,02:50:04.897] [DEBUG] 6 processes running of frp type [2026-02-19,03:05:02.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,03:05:04.648] [DEBUG] 6 processes running of frp type [2026-02-19,03:20:01.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,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' [2026-02-19,03:35:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,03:35:05.047] [DEBUG] 6 processes running of frp type [2026-02-19,03:50:02.911] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,03:50:05.453] [DEBUG] 6 processes running of frp type [2026-02-19,04:05:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,04:05:05.499] [DEBUG] 6 processes running of frp type [2026-02-19,04:20:02.975] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,04:20:05.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-02-19,04:35:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,04:35:04.941] [DEBUG] 6 processes running of frp type [2026-02-19,04:50:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,04:50:05.030] [DEBUG] 6 processes running of frp type [2026-02-19,05:05:02.473] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,05:05:04.866] [DEBUG] 6 processes running of frp type [2026-02-19,05:20:02.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,05: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-02-19,05:35:02.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,05:35:05.112] [DEBUG] 6 processes running of frp type [2026-02-19,05:50:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,05:50:05.032] [DEBUG] 6 processes running of frp type [2026-02-19,06:05:02.373] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,06:05:04.238] [DEBUG] 6 processes running of frp type [2026-02-19,06:20:02.514] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,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-02-19,06:30:40.941] [INFO] Initializing BusSpeedStateManager V2 [2026-02-19,06:30:40.945] [INFO] LocationSqlManager initialising [2026-02-19,06:30:40.946] [INFO] Location DB initialising [2026-02-19,06:30:40.955] [INFO] LocationSqlManager initialisation complete [2026-02-19,06:30:40.956] [DEBUG] UploadManager Init [2026-02-19,06:30:40.956] [DEBUG] UploadManager Init Complete [2026-02-19,06:30:40.959] [INFO] Initializing GPS... [2026-02-19,06:30:40.961] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-19,06:32:29.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,06:32: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-02-19,06:32:43.246] [DEBUG] Log Upload Complete! [2026-02-19,06:35:29.728] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,06:35:31.945] [DEBUG] Remote Access Enabled [2026-02-19,06:35:33.965] [INFO] Server Address: 138.201.17.179 [2026-02-19,06:35:33.966] [INFO] Server Port: 7000 [2026-02-19,06:35:33.975] [DEBUG] Starting Remote Access! 2026-02-19 06:35:34.197 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-19 06:35:34.197 [I] [client/service.go:294] try to connect to server... 2026-02-19 06:35:35.860 [I] [client/service.go:286] [86d86826447d4810] login to server success, get run id [86d86826447d4810] 2026-02-19 06:35:35.861 [I] [proxy/proxy_manager.go:173] [86d86826447d4810] proxy added: [DNL01B4203] 2026-02-19 06:35:36.311 [I] [client/control.go:168] [86d86826447d4810] [DNL01B4203] start proxy success [2026-02-19,06:50:02.328] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,06:50:04.553] [DEBUG] 6 processes running of frp type [2026-02-19,07:05:03.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,07:05:04.893] [DEBUG] 6 processes running of frp type [2026-02-19,07:20:02.145] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,07: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-19,07:35:03.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,07:35:04.929] [DEBUG] 6 processes running of frp type [2026-02-19,07:50:02.727] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,07:50:04.502] [DEBUG] 6 processes running of frp type [2026-02-19,08:02:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,08:02:04.457] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,08:02:14.619] [DEBUG] Log Upload Complete! [2026-02-19,08:05:03.159] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,08:05:04.940] [DEBUG] 6 processes running of frp type [2026-02-19,08:20:02.322] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,08: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-02-19,08:04:18.016] [INFO] Initializing BusSpeedStateManager V2 [2026-02-19,08:04:18.023] [INFO] LocationSqlManager initialising [2026-02-19,08:04:18.024] [INFO] Location DB initialising [2026-02-19,08:04:18.036] [INFO] LocationSqlManager initialisation complete [2026-02-19,08:04:18.038] [DEBUG] UploadManager Init [2026-02-19,08:04:18.039] [DEBUG] UploadManager Init Complete [2026-02-19,08:04:18.045] [INFO] Initializing GPS... [2026-02-19,08:04:18.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-02-19,08:09:06.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn [2026-02-19,08:09:06.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 111] Connection refused')) 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-02-19,09:05:02.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,09:05:04.858] [DEBUG] Remote Access Enabled [2026-02-19,09:05:06.616] [INFO] Server Address: 138.201.17.179 [2026-02-19,09:05:06.617] [INFO] Server Port: 7000 [2026-02-19,09:05:06.622] [DEBUG] Starting Remote Access! 2026-02-19 09:05:06.746 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-19 09:05:06.747 [I] [client/service.go:294] try to connect to server... 2026-02-19 09:05:08.349 [I] [client/service.go:286] [8bf7a5cfe0dedcfb] login to server success, get run id [8bf7a5cfe0dedcfb] 2026-02-19 09:05:08.351 [I] [proxy/proxy_manager.go:173] [8bf7a5cfe0dedcfb] proxy added: [DNL01B4203] 2026-02-19 09:05:08.889 [I] [client/control.go:168] [8bf7a5cfe0dedcfb] [DNL01B4203] start proxy success [2026-02-19,09:20:02.613] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,09:20:05.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-02-19,09:35:02.521] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,09:35:10.331] [DEBUG] 6 processes running of frp type [2026-02-19,09:50:03.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,09:50:05.643] [DEBUG] 6 processes running of frp type [2026-02-19,10:05:03.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,10:05:05.724] [DEBUG] 6 processes running of frp type [2026-02-19,10:20:02.986] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,10:20:05.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-02-19,10:35:02.875] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,10:35:09.783] [DEBUG] 6 processes running of frp type [2026-02-19,10:50:02.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,10:50:04.253] [DEBUG] 6 processes running of frp type [2026-02-19,11:05:02.656] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,11:05:04.469] [DEBUG] 6 processes running of frp type [2026-02-19,11:20:02.862] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,11: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-02-19,11:35:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,11:35:04.700] [DEBUG] 6 processes running of frp type [2026-02-19,11:50:02.274] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,11:50:04.095] [DEBUG] 6 processes running of frp type [2026-02-19,12:05:02.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,12:05:04.302] [DEBUG] 6 processes running of frp type [2026-02-19,12:20:02.541] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,12: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' [2026-02-19,12:35:02.481] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,12:35:09.497] [DEBUG] 6 processes running of frp type [2026-02-19,12:50:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,12:50:04.732] [DEBUG] 6 processes running of frp type [2026-02-19,13:05:03.165] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,13:05:10.111] [DEBUG] 6 processes running of frp type [2026-02-19,13:20:02.483] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,13: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-19,13:35:02.217] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,13:35:04.056] [DEBUG] 6 processes running of frp type [2026-02-19,13:50:02.785] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,13:50:04.584] [DEBUG] 6 processes running of frp type [2026-02-19,14:05:02.918] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,14:05:05.020] [DEBUG] 6 processes running of frp type [2026-02-19,14:20:02.352] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,14: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-19,14:35:02.214] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,14:35:09.414] [DEBUG] 6 processes running of frp type [2026-02-19,14:50:02.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,14:50:03.898] [DEBUG] 6 processes running of frp type [2026-02-19,15:05:02.307] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,15:05:04.091] [DEBUG] 6 processes running of frp type [2026-02-19,15:20:02.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,15: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-02-19,15:35:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,15:35:03.970] [DEBUG] 6 processes running of frp type [2026-02-19,15:50:02.652] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,15:50:04.381] [DEBUG] 6 processes running of frp type [2026-02-19,16:05:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,16:05:04.601] [DEBUG] 6 processes running of frp type [2026-02-19,16:20:03.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,16: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-02-19,16:35:02.909] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,16:35:04.776] [DEBUG] 6 processes running of frp type [2026-02-19,16:50:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,16:50:04.465] [DEBUG] 6 processes running of frp type 2026-02-19 17:00:18.458 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:00:18.459 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:00:20.597 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:00:20.598 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:00:25.072 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:00:25.073 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:00:34.153 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:00:34.154 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:00:53.256 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:00:53.258 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:01:13.259 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:01:13.260 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:01:33.261 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:01:33.262 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:01:53.264 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:01:53.265 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:02:13.266 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:02:13.268 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:02:33.269 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:02:33.270 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:02:53.272 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:02:53.273 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:03:13.274 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:03:13.276 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:03:33.277 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:03:33.279 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:03:53.279 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:03:53.281 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:04:13.282 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:04:13.283 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:04:33.284 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:04:33.286 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:04:53.287 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:04:53.288 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:05:13.289 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:05:13.294 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:05:33.295 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:05:33.299 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-19 17:05:53.301 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:05:54.863 [I] [client/service.go:286] [8bf7a5cfe0dedcfb] login to server success, get run id [8bf7a5cfe0dedcfb] 2026-02-19 17:05:54.865 [I] [proxy/proxy_manager.go:173] [8bf7a5cfe0dedcfb] proxy added: [DNL01B4203] 2026-02-19 17:05:55.573 [I] [client/control.go:168] [8bf7a5cfe0dedcfb] [DNL01B4203] start proxy success 2026-02-19 17:06:33.656 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:06:33.657 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:06:35.784 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:06:35.785 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:06:40.078 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:06:40.079 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:06:49.214 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:06:49.216 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:07:07.531 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:07:07.533 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:07:27.534 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:07:27.535 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:07:47.536 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:07:47.537 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:08:07.538 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:08:07.540 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:08:27.540 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:08:27.541 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:08:47.543 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:08:47.544 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:09:07.545 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:09:07.546 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:09:27.547 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:09:27.549 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:09:47.550 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:09:47.551 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:10:07.552 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:10:07.553 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:10:27.554 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:10:27.555 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:10:47.556 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:10:47.557 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:11:07.558 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:11:07.560 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:11:27.561 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:11:27.566 [W] [client/service.go:297] [8bf7a5cfe0dedcfb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-19 17:11:47.566 [I] [client/service.go:294] [8bf7a5cfe0dedcfb] try to connect to server... 2026-02-19 17:11:51.446 [I] [client/service.go:286] [8bf7a5cfe0dedcfb] login to server success, get run id [8bf7a5cfe0dedcfb] 2026-02-19 17:11:51.447 [I] [proxy/proxy_manager.go:173] [8bf7a5cfe0dedcfb] proxy added: [DNL01B4203] 2026-02-19 17:11:52.689 [I] [client/control.go:168] [8bf7a5cfe0dedcfb] [DNL01B4203] start proxy success [2026-02-19,17:20:02.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,17: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-02-19,17:35:02.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,17:35:04.654] [DEBUG] 6 processes running of frp type [2026-02-19,17:05:55.465] [INFO] Initializing BusSpeedStateManager V2 [2026-02-19,17:05:55.472] [INFO] LocationSqlManager initialising [2026-02-19,17:05:55.473] [INFO] Location DB initialising [2026-02-19,17:05:55.485] [INFO] LocationSqlManager initialisation complete [2026-02-19,17:05:55.486] [DEBUG] UploadManager Init [2026-02-19,17:05:55.487] [DEBUG] UploadManager Init Complete [2026-02-19,17:05:55.491] [INFO] Initializing GPS... [2026-02-19,17:05:55.494] [INFO] Starting location capture [2026-02-19,17:05:55.511] [INFO] Initializing BusSpeedStateManager V2 [2026-02-19,17:05:55.516] [INFO] LocationSqlManager initialising [2026-02-19,17:05:55.516] [INFO] Location DB initialising [2026-02-19,17:05:55.526] [INFO] LocationSqlManager initialisation complete [2026-02-19,17:05:55.526] [DEBUG] UploadManager Init [2026-02-19,17:05:55.527] [DEBUG] UploadManager Init Complete [2026-02-19,17:05:55.529] [INFO] Initializing GPS... [2026-02-19,17:05:55.531] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:10:44.052] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-19,19:50:02.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,19:50:04.070] [DEBUG] Remote Access Enabled [2026-02-19,19:50:05.403] [INFO] Server Address: 138.201.17.179 [2026-02-19,19:50:05.404] [INFO] Server Port: 7000 [2026-02-19,19:50:05.413] [DEBUG] Starting Remote Access! 2026-02-19 19:50:05.632 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-19 19:50:05.633 [I] [client/service.go:294] try to connect to server... 2026-02-19 19:50:07.082 [I] [client/service.go:286] [94269ba0095f8f96] login to server success, get run id [94269ba0095f8f96] 2026-02-19 19:50:07.083 [I] [proxy/proxy_manager.go:173] [94269ba0095f8f96] proxy added: [DNL01B4203] 2026-02-19 19:50:08.196 [I] [client/control.go:168] [94269ba0095f8f96] [DNL01B4203] start proxy success [2026-02-19,20:05:03.074] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,20:05:04.800] [DEBUG] 6 processes running of frp type [2026-02-19,20:20:02.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,20:20:09.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-02-19,20:30:41.621] [INFO] Initializing BusSpeedStateManager V2 [2026-02-19,20:30:41.626] [INFO] LocationSqlManager initialising [2026-02-19,20:30:41.627] [INFO] Location DB initialising [2026-02-19,20:30:41.636] [INFO] LocationSqlManager initialisation complete [2026-02-19,20:30:41.637] [DEBUG] UploadManager Init [2026-02-19,20:30:41.638] [DEBUG] UploadManager Init Complete [2026-02-19,20:30:41.641] [INFO] Initializing GPS... [2026-02-19,20:30:41.643] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-19,20:32:29.748] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,20:32:32.114] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-19,20:32:42.802] [DEBUG] Log Upload Complete! [2026-02-19,20:35:29.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,20:35:31.701] [DEBUG] Remote Access Enabled [2026-02-19,20:35:33.591] [INFO] Server Address: 138.201.17.179 [2026-02-19,20:35:33.592] [INFO] Server Port: 7000 [2026-02-19,20:35:33.600] [DEBUG] Starting Remote Access! 2026-02-19 20:35:33.793 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-19 20:35:33.794 [I] [client/service.go:294] try to connect to server... 2026-02-19 20:35:35.477 [I] [client/service.go:286] [04591c01dc6f8d43] login to server success, get run id [04591c01dc6f8d43] 2026-02-19 20:35:35.478 [I] [proxy/proxy_manager.go:173] [04591c01dc6f8d43] proxy added: [DNL01B4203] 2026-02-19 20:35:35.930 [I] [client/control.go:168] [04591c01dc6f8d43] [DNL01B4203] start proxy success [2026-02-19,20:50:03.096] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,20:50:05.867] [DEBUG] 6 processes running of frp type 2026-02-19 21:04:26.569 [I] [client/service.go:294] [04591c01dc6f8d43] try to connect to server... 2026-02-19 21:04:27.919 [I] [client/service.go:286] [04591c01dc6f8d43] login to server success, get run id [04591c01dc6f8d43] 2026-02-19 21:04:27.921 [I] [proxy/proxy_manager.go:173] [04591c01dc6f8d43] proxy added: [DNL01B4203] 2026-02-19 21:04:28.306 [I] [client/control.go:168] [04591c01dc6f8d43] [DNL01B4203] start proxy success [2026-02-19,21:05:02.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,21:05:10.302] [DEBUG] 6 processes running of frp type [2026-02-19,21:20:02.686] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,21:20:25.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-19,21:35:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,21:35:28.023] [DEBUG] 6 processes running of frp type [2026-02-19,21:50:02.951] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,21:50:15.252] [DEBUG] 6 processes running of frp type 2026-02-19 21:58:29.719 [I] [client/service.go:294] [04591c01dc6f8d43] try to connect to server... 2026-02-19 21:58:41.252 [I] [client/service.go:286] [04591c01dc6f8d43] login to server success, get run id [04591c01dc6f8d43] 2026-02-19 21:58:41.255 [I] [proxy/proxy_manager.go:173] [04591c01dc6f8d43] proxy added: [DNL01B4203] 2026-02-19 21:58:45.642 [I] [client/control.go:168] [04591c01dc6f8d43] [DNL01B4203] start proxy success [2026-02-19,22:05:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,22:05:05.741] [DEBUG] 6 processes running of frp type [2026-02-19,22:20:03.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,22:20:05.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-02-19,22:35:02.861] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,22:35:04.682] [DEBUG] 6 processes running of frp type [2026-02-19,22:50:03.147] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,22:50:05.956] [DEBUG] 6 processes running of frp type [2026-02-19,23:05:02.410] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,23:05:04.751] [DEBUG] 6 processes running of frp type [2026-02-19,23:20:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-02-19 23:20:02.856 [I] [client/service.go:294] [04591c01dc6f8d43] try to connect to server... 2026-02-19 23:20:12.777 [I] [client/service.go:286] [04591c01dc6f8d43] login to server success, get run id [04591c01dc6f8d43] 2026-02-19 23:20:12.779 [I] [proxy/proxy_manager.go:173] [04591c01dc6f8d43] proxy added: [DNL01B4203] [2026-02-19,23:20:14.382] [DEBUG] 6 processes running of frp type 2026-02-19 23:20:17.831 [I] [client/control.go:168] [04591c01dc6f8d43] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:40.555 [I] [client/service.go:294] [04591c01dc6f8d43] try to connect to server... 2026-02-19 23:30:50.557 [W] [client/service.go:297] [04591c01dc6f8d43] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-19 23:30:50.558 [I] [client/service.go:294] [04591c01dc6f8d43] try to connect to server... 2026-02-19 23:31:00.783 [I] [client/service.go:286] [04591c01dc6f8d43] login to server success, get run id [04591c01dc6f8d43] 2026-02-19 23:31:00.784 [I] [proxy/proxy_manager.go:173] [04591c01dc6f8d43] proxy added: [DNL01B4203] 2026-02-19 23:31:01.354 [I] [client/control.go:168] [04591c01dc6f8d43] [DNL01B4203] start proxy success [2026-02-19,23:35:02.962] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,23:35:05.300] [DEBUG] 6 processes running of frp type [2026-02-19,23:50:03.049] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-19,23:50:05.498] [DEBUG] 6 processes running of frp type [2026-02-20,00:05:02.854] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,00:05:05.086] [DEBUG] 6 processes running of frp type [2026-02-20,00:20:02.257] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,00: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-20,00:35:02.868] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,00:35:05.443] [DEBUG] 6 processes running of frp type [2026-02-20,00:50:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,00:50:04.755] [DEBUG] 6 processes running of frp type [2026-02-20,01:05:02.040] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,01:05:04.036] [DEBUG] 6 processes running of frp type [2026-02-20,01:20:02.183] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,01: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' [2026-02-20,01:35:03.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,01:35:05.745] [DEBUG] 6 processes running of frp type [2026-02-20,01:50:02.413] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,01:50:04.569] [DEBUG] 6 processes running of frp type [2026-02-20,02:05:03.065] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,02:05:05.219] [DEBUG] 6 processes running of frp type [2026-02-20,02:20:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,02: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-02-20,02:35:02.345] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,02:35:04.514] [DEBUG] 6 processes running of frp type [2026-02-20,02:50:02.229] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,02:50:04.339] [DEBUG] 6 processes running of frp type [2026-02-20,03:05:02.867] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,03:05:05.076] [DEBUG] 6 processes running of frp type [2026-02-20,03:20:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,03:20:05.059] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,03:35:02.130] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,03:35:04.115] [DEBUG] 6 processes running of frp type [2026-02-20,03:50:02.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,03:50:05.039] [DEBUG] 6 processes running of frp type [2026-02-20,04:05:02.344] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,04:05:04.405] [DEBUG] 6 processes running of frp type [2026-02-20,04:20:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,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-02-20,04:35:03.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,04:35:05.348] [DEBUG] 6 processes running of frp type [2026-02-20,04:50:02.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,04:50:04.779] [DEBUG] 6 processes running of frp type [2026-02-20,05:05:02.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,05:05:04.716] [DEBUG] 6 processes running of frp type [2026-02-20,05:20:03.159] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,05:20:05.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-02-20,05:35:02.653] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,05:35:05.208] [DEBUG] 6 processes running of frp type [2026-02-20,05:50:02.973] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,05:50:05.497] [DEBUG] 6 processes running of frp type [2026-02-20,06:05:02.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,06:05:05.379] [DEBUG] 6 processes running of frp type [2026-02-20,06:20:02.788] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,06: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' [2026-02-20,06:30:40.708] [INFO] Initializing BusSpeedStateManager V2 [2026-02-20,06:30:40.715] [INFO] LocationSqlManager initialising [2026-02-20,06:30:40.716] [INFO] Location DB initialising [2026-02-20,06:30:40.728] [INFO] LocationSqlManager initialisation complete [2026-02-20,06:30:40.729] [DEBUG] UploadManager Init [2026-02-20,06:30:40.729] [DEBUG] UploadManager Init Complete [2026-02-20,06:30:40.733] [INFO] Initializing GPS... [2026-02-20,06:30:40.735] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.036] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,06:32:31.118] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-20,06:32:51.341] [DEBUG] Log Upload Complete! [2026-02-20,06:35:29.037] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,06:35:30.758] [DEBUG] Remote Access Enabled [2026-02-20,06:35:32.584] [INFO] Server Address: 138.201.17.179 [2026-02-20,06:35:32.585] [INFO] Server Port: 7000 [2026-02-20,06:35:32.597] [DEBUG] Starting Remote Access! 2026-02-20 06:35:32.732 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-20 06:35:32.733 [I] [client/service.go:294] try to connect to server... 2026-02-20 06:35:34.143 [I] [client/service.go:286] [c7a38611aaf99e67] login to server success, get run id [c7a38611aaf99e67] 2026-02-20 06:35:34.144 [I] [proxy/proxy_manager.go:173] [c7a38611aaf99e67] proxy added: [DNL01B4203] 2026-02-20 06:35:34.660 [I] [client/control.go:168] [c7a38611aaf99e67] [DNL01B4203] start proxy success [2026-02-20,06:50:02.942] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,06:50:05.293] [DEBUG] 6 processes running of frp type [2026-02-20,07:05:02.656] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,07:05:05.071] [DEBUG] 6 processes running of frp type [2026-02-20,07:20:02.478] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,07:20:04.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-02-20,07:35:02.399] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,07:35:04.418] [DEBUG] 6 processes running of frp type [2026-02-20,07:50:02.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,07:50:04.666] [DEBUG] 6 processes running of frp type [2026-02-20,08:02:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,08:02:05.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-02-20,08:02:48.877] [DEBUG] Log Upload Complete! [2026-02-20,08:05:03.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,08:05:05.788] [DEBUG] 6 processes running of frp type [2026-02-20,08:20:02.190] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,08: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-02-20,08:35:02.936] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,08:35:05.076] [DEBUG] 6 processes running of frp type [2026-02-20,08:50:02.767] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,08:50:05.001] [DEBUG] 6 processes running of frp type [2026-02-20,09:05:02.251] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,09:05:04.759] [DEBUG] 6 processes running of frp type [2026-02-20,09:20:02.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,09:20:05.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-20,09:35:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,09:35:05.084] [DEBUG] 6 processes running of frp type [2026-02-20,09:50:02.834] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,09:50:10.367] [DEBUG] 6 processes running of frp type [2026-02-20,10:05:02.895] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,10:05:05.460] [DEBUG] 6 processes running of frp type [2026-02-20,10:20:02.830] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,10: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' [2026-02-20,10:35:02.612] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,10:35:05.177] [DEBUG] 6 processes running of frp type [2026-02-20,10:50:02.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,10:50:05.481] [DEBUG] 6 processes running of frp type [2026-02-20,11:05:03.124] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,11:05:05.414] [DEBUG] 6 processes running of frp type [2026-02-20,11:20:02.730] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,11:20:05.032] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,11:35:02.589] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,11:35:05.147] [DEBUG] 6 processes running of frp type [2026-02-20,11:50:02.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,11:50:05.016] [DEBUG] 6 processes running of frp type [2026-02-20,12:05:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,12:05:04.513] [DEBUG] 6 processes running of frp type [2026-02-20,12:20:02.629] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,12: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-02-20,12:35:02.771] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,12:35:04.761] [DEBUG] 6 processes running of frp type [2026-02-20,12:50:02.479] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,12:50:04.589] [DEBUG] 6 processes running of frp type [2026-02-20,13:05:03.191] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,13:05:05.402] [DEBUG] 6 processes running of frp type [2026-02-20,13:20:02.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,13: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-20,13:35:02.626] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,13:35:05.001] [DEBUG] 6 processes running of frp type [2026-02-20,13:50:02.735] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,13:50:05.007] [DEBUG] 6 processes running of frp type [2026-02-20,14:05:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,14:05:09.642] [DEBUG] 6 processes running of frp type [2026-02-20,14:20:02.820] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,14:20:10.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-02-20,14:35:02.883] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,14:35:05.407] [DEBUG] 6 processes running of frp type [2026-02-20,14:50:02.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,14:50:04.693] [DEBUG] 6 processes running of frp type [2026-02-20,15:05:02.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,15:05:09.577] [DEBUG] 6 processes running of frp type [2026-02-20,15:20:03.097] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,15:20:06.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-20,15:35:02.746] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,15:35:04.765] [DEBUG] 6 processes running of frp type [2026-02-20,15:50:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,15:50:04.609] [DEBUG] 6 processes running of frp type [2026-02-20,16:05:03.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,16:05:11.317] [DEBUG] 6 processes running of frp type [2026-02-20,16:20:02.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,16: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-02-20,16:35:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,16:35:05.184] [DEBUG] 6 processes running of frp type [2026-02-20,16:50:02.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,16:50:05.302] [DEBUG] 6 processes running of frp type 2026-02-20 17:00:32.055 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:00:32.057 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:00:34.173 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:00:34.174 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:00:38.803 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:00:38.804 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:00:48.478 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:00:48.480 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:01:08.480 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:01:08.481 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:01:28.482 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:01:28.483 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:01:48.484 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:01:48.486 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:02:08.487 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:02:08.488 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:02:28.490 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:02:28.491 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:02:48.493 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:02:48.494 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:03:08.495 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:03:08.497 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:03:28.498 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:03:28.499 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:03:48.501 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:03:48.503 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:04:08.504 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:04:08.524 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:04:28.525 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:04:28.530 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:04:48.531 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:04:48.535 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:05:08.536 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:05:08.540 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:05:28.541 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:05:28.551 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:05:48.552 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:05:58.555 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-20 17:06:18.556 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:06:18.558 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:06:38.559 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:06:38.560 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:06:58.561 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:06:58.563 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:07:18.565 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:07:18.566 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:07:38.566 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:07:38.568 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:07:58.569 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:07:58.570 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:08:18.571 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:08:18.572 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:08:38.574 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:08:38.575 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:08:58.576 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:08:58.577 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:09:18.579 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:09:18.580 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:09:38.581 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:09:38.583 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:09:58.584 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:09:58.586 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:10:18.586 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:10:18.588 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:10:38.590 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:10:38.591 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:10:58.593 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:10:58.594 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:11:18.595 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:11:18.605 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-20 17:11:38.608 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:11:40.179 [I] [client/service.go:286] [c7a38611aaf99e67] login to server success, get run id [c7a38611aaf99e67] 2026-02-20 17:11:40.181 [I] [proxy/proxy_manager.go:173] [c7a38611aaf99e67] proxy added: [DNL01B4203] 2026-02-20 17:11:40.813 [I] [client/control.go:168] [c7a38611aaf99e67] [DNL01B4203] start proxy success 2026-02-20 17:12:19.202 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:12:20.121 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-20 17:12:22.184 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:12:32.187 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-20 17:12:32.188 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:12:32.188 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:12:41.358 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:12:41.359 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:12:59.885 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:12:59.887 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:13:19.888 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:13:19.889 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:13:39.890 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:13:39.892 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:13:59.893 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:13:59.894 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:14:19.896 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:14:19.897 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:14:39.898 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:14:39.900 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:14:59.901 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:14:59.903 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:15:19.904 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:15:19.905 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:15:39.906 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:15:39.908 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:15:59.909 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:15:59.910 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:16:19.911 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:16:19.912 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:16:39.913 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:16:39.915 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:16:59.916 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:16:59.917 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:17:19.918 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:17:19.922 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:17:39.924 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:17:39.931 [W] [client/service.go:297] [c7a38611aaf99e67] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-20 17:17:59.932 [I] [client/service.go:294] [c7a38611aaf99e67] try to connect to server... 2026-02-20 17:18:01.450 [I] [client/service.go:286] [c7a38611aaf99e67] login to server success, get run id [c7a38611aaf99e67] 2026-02-20 17:18:01.451 [I] [proxy/proxy_manager.go:173] [c7a38611aaf99e67] proxy added: [DNL01B4203] 2026-02-20 17:18:04.112 [I] [client/control.go:168] [c7a38611aaf99e67] [DNL01B4203] start proxy success [2026-02-20,17:20:03.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,17:20:06.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-20,17:35:02.864] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,17:35:05.080] [DEBUG] 6 processes running of frp type [2026-02-20,17:50:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,17:50:10.581] [DEBUG] 6 processes running of frp type [2026-02-20,18:05:03.057] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,18:05:05.210] [DEBUG] 6 processes running of frp type [2026-02-20,18:20:02.541] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,18: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-02-20,18:35:03.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,18:35:05.464] [DEBUG] 6 processes running of frp type [2026-02-20,18:50:02.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,18:50:04.630] [DEBUG] 6 processes running of frp type [2026-02-20,19:05:03.234] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,19:05:05.410] [DEBUG] 6 processes running of frp type [2026-02-20,19:20:02.692] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,19:20:05.338] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,19:35:02.583] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,19:35:04.824] [DEBUG] 6 processes running of frp type [2026-02-20,19:50:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,19:50:04.606] [DEBUG] 6 processes running of frp type [2026-02-20,20:05:03.059] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,20:05:05.404] [DEBUG] 6 processes running of frp type [2026-02-20,20:20:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,20:20:10.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-02-20,20:30:41.010] [INFO] Initializing BusSpeedStateManager V2 [2026-02-20,20:30:41.015] [INFO] LocationSqlManager initialising [2026-02-20,20:30:41.016] [INFO] Location DB initialising [2026-02-20,20:30:41.025] [INFO] LocationSqlManager initialisation complete [2026-02-20,20:30:41.025] [DEBUG] UploadManager Init [2026-02-20,20:30:41.026] [DEBUG] UploadManager Init Complete [2026-02-20,20:30:41.028] [INFO] Initializing GPS... [2026-02-20,20:30:41.030] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,20:32:29.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,20:32:31.601] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-20,20:32:53.015] [DEBUG] Log Upload Complete! [2026-02-20,20:35:29.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,20:35:31.578] [DEBUG] Remote Access Enabled [2026-02-20,20:35:33.058] [INFO] Server Address: 138.201.17.179 [2026-02-20,20:35:33.059] [INFO] Server Port: 7000 [2026-02-20,20:35:33.068] [DEBUG] Starting Remote Access! 2026-02-20 20:35:33.269 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-20 20:35:33.270 [I] [client/service.go:294] try to connect to server... 2026-02-20 20:35:34.759 [I] [client/service.go:286] [805ae5b9f02d395d] login to server success, get run id [805ae5b9f02d395d] 2026-02-20 20:35:34.760 [I] [proxy/proxy_manager.go:173] [805ae5b9f02d395d] proxy added: [DNL01B4203] 2026-02-20 20:35:35.265 [I] [client/control.go:168] [805ae5b9f02d395d] [DNL01B4203] start proxy success [2026-02-20,20:50:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,20:50:10.225] [DEBUG] 6 processes running of frp type [2026-02-20,21:05:02.787] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,21:05:05.714] [DEBUG] 6 processes running of frp type [2026-02-20,21:20:02.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,21:20:03.883] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,21:35:02.094] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,21:35:04.686] [DEBUG] 6 processes running of frp type [2026-02-20,21:50:02.341] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,21:50:09.922] [DEBUG] 6 processes running of frp type [2026-02-20,22:05:02.296] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,22:05:04.843] [DEBUG] 6 processes running of frp type [2026-02-20,22:20:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,22:20:09.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-02-20,22:35:03.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,22:35:11.672] [DEBUG] 6 processes running of frp type [2026-02-20,22:50:02.516] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,22:50:05.090] [DEBUG] 6 processes running of frp type [2026-02-20,23:05:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,23:05:04.744] [DEBUG] 6 processes running of frp type [2026-02-20,23:20:02.161] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,23: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-02-20,23:35:02.841] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,23:35:05.213] [DEBUG] 6 processes running of frp type [2026-02-20,23:50:02.750] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-20,23:50:05.377] [DEBUG] 6 processes running of frp type [2026-02-21,00:05:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,00:05:05.450] [DEBUG] 6 processes running of frp type [2026-02-21,00:20:02.728] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,00:20:06.051] [DEBUG] 6 processes running of frp type 2026-02-21 00:23:11.902 [I] [client/service.go:294] [805ae5b9f02d395d] try to connect to server... 2026-02-21 00:23:13.214 [I] [client/service.go:286] [805ae5b9f02d395d] login to server success, get run id [805ae5b9f02d395d] 2026-02-21 00:23:13.215 [I] [proxy/proxy_manager.go:173] [805ae5b9f02d395d] proxy added: [DNL01B4203] 2026-02-21 00:23:13.831 [I] [client/control.go:168] [805ae5b9f02d395d] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.709] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,00:35:04.421] [DEBUG] 6 processes running of frp type [2026-02-21,00:50:03.066] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,00:50:05.162] [DEBUG] 6 processes running of frp type [2026-02-21,01:05:02.652] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,01:05:04.682] [DEBUG] 6 processes running of frp type [2026-02-21,01:20:02.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,01:20:04.078] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-21,01:35:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,01:35:05.040] [DEBUG] 6 processes running of frp type [2026-02-21,01:50:02.936] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,01:50:05.653] [DEBUG] 6 processes running of frp type [2026-02-21,02:05:02.948] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,02:05:05.551] [DEBUG] 6 processes running of frp type [2026-02-21,02:20:02.858] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,02: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' [2026-02-21,02:35:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,02:35:04.384] [DEBUG] 6 processes running of frp type [2026-02-21,02:50:02.986] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,02:50:05.492] [DEBUG] 6 processes running of frp type [2026-02-21,03:05:02.942] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,03:05:05.092] [DEBUG] 6 processes running of frp type [2026-02-21,03:20:02.421] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,03: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-02-21,03:35:01.966] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,03:35:03.781] [DEBUG] 6 processes running of frp type [2026-02-21,03:50:02.451] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,03:50:05.007] [DEBUG] 6 processes running of frp type [2026-02-21,04:05:02.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,04:05:04.738] [DEBUG] 6 processes running of frp type [2026-02-21,04:20:02.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,04: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-21,04:35:03.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,04:35:05.203] [DEBUG] 6 processes running of frp type [2026-02-21,04:50:02.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,04:50:04.768] [DEBUG] 6 processes running of frp type [2026-02-21,05:05:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,05:05:04.183] [DEBUG] 6 processes running of frp type [2026-02-21,05:20:02.434] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,05:20:04.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-02-21,05:35:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,05:35:04.142] [DEBUG] 6 processes running of frp type [2026-02-21,05:50:03.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,05:50:05.384] [DEBUG] 6 processes running of frp type [2026-02-21,06:05:02.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,06:05:05.547] [DEBUG] 6 processes running of frp type [2026-02-21,06:20:02.905] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,06:20:05.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-02-21,06:30:40.702] [INFO] Initializing BusSpeedStateManager V2 [2026-02-21,06:30:40.706] [INFO] LocationSqlManager initialising [2026-02-21,06:30:40.707] [INFO] Location DB initialising [2026-02-21,06:30:40.717] [INFO] LocationSqlManager initialisation complete [2026-02-21,06:30:40.718] [DEBUG] UploadManager Init [2026-02-21,06:30:40.718] [DEBUG] UploadManager Init Complete [2026-02-21,06:30:40.722] [INFO] Initializing GPS... [2026-02-21,06:30:40.724] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-21,06:32:29.591] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,06:32:31.713] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-21,06:32:42.785] [DEBUG] Log Upload Complete! [2026-02-21,06:35:29.750] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,06:35:31.583] [DEBUG] Remote Access Enabled [2026-02-21,06:35:33.422] [INFO] Server Address: 138.201.17.179 [2026-02-21,06:35:33.423] [INFO] Server Port: 7000 [2026-02-21,06:35:33.432] [DEBUG] Starting Remote Access! 2026-02-21 06:35:33.636 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-21 06:35:33.637 [I] [client/service.go:294] try to connect to server... 2026-02-21 06:35:34.987 [I] [client/service.go:286] [bfb108f85ac145c4] login to server success, get run id [bfb108f85ac145c4] 2026-02-21 06:35:34.988 [I] [proxy/proxy_manager.go:173] [bfb108f85ac145c4] proxy added: [DNL01B4203] 2026-02-21 06:35:35.377 [I] [client/control.go:168] [bfb108f85ac145c4] [DNL01B4203] start proxy success [2026-02-21,06:44:54.373] [INFO] Initializing BusSpeedStateManager V2 [2026-02-21,06:44:54.378] [INFO] LocationSqlManager initialising [2026-02-21,06:44:54.378] [INFO] Location DB initialising [2026-02-21,06:44:54.387] [INFO] LocationSqlManager initialisation complete [2026-02-21,06:44:54.388] [DEBUG] UploadManager Init [2026-02-21,06:44:54.389] [DEBUG] UploadManager Init Complete [2026-02-21,06:44:54.391] [INFO] Initializing GPS... [2026-02-21,06:44:54.393] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-21,06:44:54.151] [INFO] Initializing BusSpeedStateManager V2 [2026-02-21,06:44:54.157] [INFO] LocationSqlManager initialising [2026-02-21,06:44:54.158] [INFO] Location DB initialising [2026-02-21,06:44:54.167] [INFO] LocationSqlManager initialisation complete [2026-02-21,06:44:54.168] [DEBUG] UploadManager Init [2026-02-21,06:44:54.169] [DEBUG] UploadManager Init Complete [2026-02-21,06:44:54.172] [INFO] Initializing GPS... [2026-02-21,06:44:54.174] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-21,06:49:42.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')) [2026-02-21,06:50:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,06:50:04.979] [DEBUG] Remote Access Enabled [2026-02-21,06:50:06.278] [INFO] Server Address: 138.201.17.179 [2026-02-21,06:50:06.279] [INFO] Server Port: 7000 [2026-02-21,06:50:06.283] [DEBUG] Starting Remote Access! 2026-02-21 06:50:06.411 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-21 06:50:06.412 [I] [client/service.go:294] try to connect to server... 2026-02-21 06:50:09.037 [I] [client/service.go:286] [10297b56f1bc290a] login to server success, get run id [10297b56f1bc290a] 2026-02-21 06:50:09.039 [I] [proxy/proxy_manager.go:173] [10297b56f1bc290a] proxy added: [DNL01B4203] 2026-02-21 06:50:11.026 [I] [client/control.go:168] [10297b56f1bc290a] [DNL01B4203] start proxy success [2026-02-21,15:20:39.999] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,15:20:41.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-02-21,15:35:02.398] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,15:35:04.065] [DEBUG] 6 processes running of frp type [2026-02-21,15:50:02.740] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,15:50:09.951] [DEBUG] 6 processes running of frp type [2026-02-21,16:05:02.144] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,16:05:09.238] [DEBUG] 6 processes running of frp type [2026-02-21,16:20:02.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,16:20:09.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-21,16:35:03.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,16:35:04.937] [DEBUG] 6 processes running of frp type [2026-02-21,16:50:02.648] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,16:50:09.800] [DEBUG] 6 processes running of frp type 2026-02-21 17:00:12.781 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:00:13.556 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-21 17:00:15.589 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:00:15.589 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:00:19.989 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:00:19.990 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:00:29.077 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:00:29.078 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:00:48.817 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:00:48.819 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:01:08.819 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:01:08.821 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:01:28.822 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:01:28.823 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:01:48.824 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:01:48.825 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:02:08.826 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:02:08.828 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:02:28.829 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:02:28.831 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:02:48.832 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:02:48.833 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:03:08.834 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:03:08.836 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:03:28.837 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:03:28.838 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:03:48.839 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:03:48.841 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:04:08.842 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:04:08.843 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:04:28.844 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:04:28.846 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:04:48.847 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:04:48.848 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:05:08.850 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:05:08.851 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:05:28.852 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:05:28.858 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:05:48.859 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:05:51.808 [I] [client/service.go:286] [10297b56f1bc290a] login to server success, get run id [10297b56f1bc290a] 2026-02-21 17:05:51.809 [I] [proxy/proxy_manager.go:173] [10297b56f1bc290a] proxy added: [DNL01B4203] 2026-02-21 17:05:53.343 [I] [client/control.go:168] [10297b56f1bc290a] [DNL01B4203] start proxy success 2026-02-21 17:06:29.238 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:06:29.239 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:06:31.429 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:06:31.430 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:06:36.061 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:06:36.063 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:06:45.423 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:06:45.424 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:07:05.425 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:07:05.426 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:07:25.428 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:07:25.429 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:07:45.430 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:07:45.432 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:08:05.433 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:08:05.435 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:08:25.436 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:08:25.437 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:08:45.439 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:08:45.440 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:09:05.441 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:09:05.443 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:09:25.444 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:09:25.446 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:09:45.446 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:09:45.448 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:10:05.449 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:10:05.450 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:10:25.452 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:10:25.453 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:10:45.454 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:10:45.455 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:11:05.456 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:11:05.458 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:11:25.459 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:11:25.464 [W] [client/service.go:297] [10297b56f1bc290a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-21 17:11:45.465 [I] [client/service.go:294] [10297b56f1bc290a] try to connect to server... 2026-02-21 17:11:48.330 [I] [client/service.go:286] [10297b56f1bc290a] login to server success, get run id [10297b56f1bc290a] 2026-02-21 17:11:48.332 [I] [proxy/proxy_manager.go:173] [10297b56f1bc290a] proxy added: [DNL01B4203] 2026-02-21 17:11:48.693 [I] [client/control.go:168] [10297b56f1bc290a] [DNL01B4203] start proxy success [2026-02-21,17:20:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,17:20:09.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-02-21,17:35:02.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,17:35:04.413] [DEBUG] 6 processes running of frp type [2026-02-21,17:50:03.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,17:50:04.949] [DEBUG] 6 processes running of frp type [2026-02-21,18:05:02.207] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,18:05:04.020] [DEBUG] 6 processes running of frp type [2026-02-21,18:20:02.271] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,18: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-02-21,18:35:02.919] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,18:35:04.727] [DEBUG] 6 processes running of frp type [2026-02-21,18:19:48.921] [INFO] Initializing BusSpeedStateManager V2 [2026-02-21,18:19:48.926] [INFO] LocationSqlManager initialising [2026-02-21,18:19:48.926] [INFO] Location DB initialising [2026-02-21,18:19:48.936] [INFO] LocationSqlManager initialisation complete [2026-02-21,18:19:48.936] [DEBUG] UploadManager Init [2026-02-21,18:19:48.937] [DEBUG] UploadManager Init Complete [2026-02-21,18:19:48.939] [INFO] Initializing GPS... [2026-02-21,18:19:48.941] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:24:37.425] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:02.827] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,19:35:14.964] [DEBUG] Remote Access Enabled [2026-02-21,19:35:16.288] [INFO] Server Address: 138.201.17.179 [2026-02-21,19:35:16.289] [INFO] Server Port: 7000 [2026-02-21,19:35:16.301] [DEBUG] Starting Remote Access! 2026-02-21 19:35:16.496 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-21 19:35:16.497 [I] [client/service.go:294] try to connect to server... 2026-02-21 19:35:17.607 [I] [client/service.go:286] [a289aeb656c006be] login to server success, get run id [a289aeb656c006be] 2026-02-21 19:35:17.608 [I] [proxy/proxy_manager.go:173] [a289aeb656c006be] proxy added: [DNL01B4203] 2026-02-21 19:35:17.976 [I] [client/control.go:168] [a289aeb656c006be] [DNL01B4203] start proxy success [2026-02-21,19:50:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,19:50:05.462] [DEBUG] 6 processes running of frp type [2026-02-21,20:05:02.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,20:05:09.952] [DEBUG] 6 processes running of frp type [2026-02-21,20:20:02.126] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,20:20:14.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-02-21,20:30:41.924] [INFO] Initializing BusSpeedStateManager V2 [2026-02-21,20:30:41.932] [INFO] LocationSqlManager initialising [2026-02-21,20:30:41.933] [INFO] Location DB initialising [2026-02-21,20:30:41.950] [INFO] LocationSqlManager initialisation complete [2026-02-21,20:30:41.952] [DEBUG] UploadManager Init [2026-02-21,20:30:41.953] [DEBUG] UploadManager Init Complete [2026-02-21,20:30:41.960] [INFO] Initializing GPS... [2026-02-21,20:30:41.966] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,20:32:29.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,20:32:31.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( [2026-02-21,20:32:43.475] [DEBUG] Log Upload Complete! [2026-02-21,20:35:30.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,20:35:31.732] [DEBUG] Remote Access Enabled [2026-02-21,20:35:33.097] [INFO] Server Address: 138.201.17.179 [2026-02-21,20:35:33.098] [INFO] Server Port: 7000 [2026-02-21,20:35:33.103] [DEBUG] Starting Remote Access! 2026-02-21 20:35:33.281 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-21 20:35:33.282 [I] [client/service.go:294] try to connect to server... 2026-02-21 20:35:34.420 [I] [client/service.go:286] [49218e6fa6243b9b] login to server success, get run id [49218e6fa6243b9b] 2026-02-21 20:35:34.421 [I] [proxy/proxy_manager.go:173] [49218e6fa6243b9b] proxy added: [DNL01B4203] 2026-02-21 20:35:34.785 [I] [client/control.go:168] [49218e6fa6243b9b] [DNL01B4203] start proxy success [2026-02-21,20:50:03.137] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,20:50:04.815] [DEBUG] 6 processes running of frp type 2026-02-21 20:56:33.805 [I] [client/service.go:294] [49218e6fa6243b9b] try to connect to server... 2026-02-21 20:56:52.567 [W] [client/service.go:297] [49218e6fa6243b9b] connect to server error: connection write timeout 2026-02-21 20:56:52.567 [I] [client/service.go:294] [49218e6fa6243b9b] try to connect to server... 2026-02-21 20:57:02.569 [W] [client/service.go:297] [49218e6fa6243b9b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-21 20:57:02.569 [I] [client/service.go:294] [49218e6fa6243b9b] try to connect to server... 2026-02-21 20:57:12.571 [W] [client/service.go:297] [49218e6fa6243b9b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-21 20:57:12.572 [I] [client/service.go:294] [49218e6fa6243b9b] try to connect to server... 2026-02-21 20:57:14.352 [I] [client/service.go:286] [49218e6fa6243b9b] login to server success, get run id [49218e6fa6243b9b] 2026-02-21 20:57:14.353 [I] [proxy/proxy_manager.go:173] [49218e6fa6243b9b] proxy added: [DNL01B4203] 2026-02-21 20:57:14.910 [I] [client/control.go:168] [49218e6fa6243b9b] [DNL01B4203] start proxy success [2026-02-21,21:05:02.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,21:05:14.816] [DEBUG] 6 processes running of frp type [2026-02-21,21:20:02.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,21: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-21,21:35:03.016] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,21:35:05.129] [DEBUG] 6 processes running of frp type 2026-02-21 21:47:43.511 [I] [client/service.go:294] [49218e6fa6243b9b] try to connect to server... 2026-02-21 21:47:55.757 [I] [client/service.go:286] [49218e6fa6243b9b] login to server success, get run id [49218e6fa6243b9b] 2026-02-21 21:47:55.759 [I] [proxy/proxy_manager.go:173] [49218e6fa6243b9b] proxy added: [DNL01B4203] 2026-02-21 21:48:00.566 [I] [client/control.go:168] [49218e6fa6243b9b] [DNL01B4203] start proxy success [2026-02-21,21:50:03.179] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,21:50:16.211] [DEBUG] 6 processes running of frp type [2026-02-21,22:05:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,22:05:05.238] [DEBUG] 6 processes running of frp type [2026-02-21,22:20:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,22:20:04.914] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-21,22:35:02.605] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,22:35:05.339] [DEBUG] 6 processes running of frp type 2026-02-21 22:48:05.504 [I] [client/service.go:294] [49218e6fa6243b9b] try to connect to server... 2026-02-21 22:48:15.506 [W] [client/service.go:297] [49218e6fa6243b9b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-21 22:48:15.507 [I] [client/service.go:294] [49218e6fa6243b9b] try to connect to server... 2026-02-21 22:48:20.760 [I] [client/service.go:286] [49218e6fa6243b9b] login to server success, get run id [49218e6fa6243b9b] 2026-02-21 22:48:20.762 [I] [proxy/proxy_manager.go:173] [49218e6fa6243b9b] proxy added: [DNL01B4203] 2026-02-21 22:48:21.355 [I] [client/control.go:168] [49218e6fa6243b9b] [DNL01B4203] start proxy success [2026-02-21,22:50:03.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,22:50:05.944] [DEBUG] 6 processes running of frp type [2026-02-21,23:05:02.319] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,23:05:04.860] [DEBUG] 6 processes running of frp type [2026-02-21,23:20:02.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,23: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-02-21,23:35:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,23:35:05.032] [DEBUG] 6 processes running of frp type [2026-02-21,23:50:02.754] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-21,23:50:05.544] [DEBUG] 6 processes running of frp type [2026-02-22,00:05:03.009] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,00:05:05.497] [DEBUG] 6 processes running of frp type [2026-02-22,00:20:02.958] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,00:20:05.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-02-22,00:35:02.372] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,00:35:05.027] [DEBUG] 6 processes running of frp type [2026-02-22,00:50:02.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,00:50:07.107] [DEBUG] 6 processes running of frp type [2026-02-22,01:05:02.567] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,01:05:05.404] [DEBUG] 6 processes running of frp type [2026-02-22,01:20:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,01: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-02-22,01:35:02.477] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,01:35:04.655] [DEBUG] 6 processes running of frp type [2026-02-22,01:50:02.569] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,01:50:04.495] [DEBUG] 6 processes running of frp type [2026-02-22,02:05:02.927] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,02:05:05.210] [DEBUG] 6 processes running of frp type [2026-02-22,02:20:02.418] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,02: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' [2026-02-22,02:35:02.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,02:35:03.971] [DEBUG] 6 processes running of frp type [2026-02-22,02:50:02.589] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,02:50:07.995] [DEBUG] 6 processes running of frp type [2026-02-22,03:05:02.406] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,03:05:04.689] [DEBUG] 6 processes running of frp type [2026-02-22,03:20:02.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,03: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-22,03:35:02.909] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,03:35:04.629] [DEBUG] 6 processes running of frp type [2026-02-22,03:50:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,03:50:04.342] [DEBUG] 6 processes running of frp type [2026-02-22,04:05:02.842] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,04:05:04.674] [DEBUG] 6 processes running of frp type [2026-02-22,04:20:02.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,04: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-02-22,04:35:02.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,04:35:05.126] [DEBUG] 6 processes running of frp type [2026-02-22,04:50:02.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,04:50:04.545] [DEBUG] 6 processes running of frp type [2026-02-22,05:05:02.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,05:05:05.297] [DEBUG] 6 processes running of frp type [2026-02-22,05:20:02.472] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,05: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' [2026-02-22,05:35:02.468] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,05:35:04.648] [DEBUG] 6 processes running of frp type [2026-02-22,05:50:02.453] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,05:50:04.698] [DEBUG] 6 processes running of frp type [2026-02-22,06:05:03.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,06:05:05.040] [DEBUG] 6 processes running of frp type [2026-02-22,06:20:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,06: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-22,06:30:42.233] [INFO] Initializing BusSpeedStateManager V2 [2026-02-22,06:30:42.238] [INFO] LocationSqlManager initialising [2026-02-22,06:30:42.239] [INFO] Location DB initialising [2026-02-22,06:30:42.249] [INFO] LocationSqlManager initialisation complete [2026-02-22,06:30:42.249] [DEBUG] UploadManager Init [2026-02-22,06:30:42.250] [DEBUG] UploadManager Init Complete [2026-02-22,06:30:42.253] [INFO] Initializing GPS... [2026-02-22,06:30:42.255] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:30.080] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,06:32:32.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( [2026-02-22,06:32:54.928] [DEBUG] Log Upload Complete! [2026-02-22,06:35:30.161] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,06:35:32.690] [DEBUG] Remote Access Enabled [2026-02-22,06:35:34.559] [INFO] Server Address: 138.201.17.179 [2026-02-22,06:35:34.560] [INFO] Server Port: 7000 [2026-02-22,06:35:34.569] [DEBUG] Starting Remote Access! 2026-02-22 06:35:34.747 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-22 06:35:34.748 [I] [client/service.go:294] try to connect to server... 2026-02-22 06:35:36.323 [I] [client/service.go:286] [331e1fd836637bbc] login to server success, get run id [331e1fd836637bbc] 2026-02-22 06:35:36.324 [I] [proxy/proxy_manager.go:173] [331e1fd836637bbc] proxy added: [DNL01B4203] 2026-02-22 06:35:36.819 [I] [client/control.go:168] [331e1fd836637bbc] [DNL01B4203] start proxy success [2026-02-22,06:50:02.539] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,06:50:05.084] [DEBUG] 6 processes running of frp type [2026-02-22,07:05:02.510] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,07:05:04.722] [DEBUG] 6 processes running of frp type [2026-02-22,07:20:02.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,07: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-22,07:35:02.869] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,07:35:04.894] [DEBUG] 6 processes running of frp type [2026-02-22,07:50:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,07:50:04.428] [DEBUG] 6 processes running of frp type [2026-02-22,08:02:02.887] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,08:02:05.353] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-22,08:02:20.328] [DEBUG] Log Upload Complete! [2026-02-22,08:05:02.947] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,08:05:05.088] [DEBUG] 6 processes running of frp type [2026-02-22,08:20:02.338] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,08: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-02-22,08:35:02.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,08:35:03.958] [DEBUG] 6 processes running of frp type [2026-02-22,08:50:02.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,08:50:05.489] [DEBUG] 6 processes running of frp type [2026-02-22,09:05:02.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,09:05:05.008] [DEBUG] 6 processes running of frp type [2026-02-22,09:20:02.441] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,09:20:09.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-02-22,09:35:02.296] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,09:35:04.967] [DEBUG] 6 processes running of frp type [2026-02-22,09:50:02.607] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,09:50:05.005] [DEBUG] 6 processes running of frp type [2026-02-22,10:05:02.456] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,10:05:04.920] [DEBUG] 6 processes running of frp type [2026-02-22,10:20:02.207] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,10: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-22,10:35:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,10:35:05.635] [DEBUG] 6 processes running of frp type [2026-02-22,10:50:02.173] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,10:50:04.667] [DEBUG] 6 processes running of frp type [2026-02-22,11:05:03.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,11:05:05.498] [DEBUG] 6 processes running of frp type [2026-02-22,11:20:03.031] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,11:20:10.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-02-22,11:35:02.515] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,11:35:05.007] [DEBUG] 6 processes running of frp type [2026-02-22,11:50:02.724] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,11:50:14.662] [DEBUG] 6 processes running of frp type [2026-02-22,12:05:03.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,12:05:05.626] [DEBUG] 6 processes running of frp type [2026-02-22,12:20:03.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,12: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-02-22,12:35:02.916] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,12:35:05.267] [DEBUG] 6 processes running of frp type [2026-02-22,12:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,12:50:05.324] [DEBUG] 6 processes running of frp type [2026-02-22,13:05:02.723] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,13:05:04.766] [DEBUG] 6 processes running of frp type [2026-02-22,13:20:01.936] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,13:20:04.175] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-22,13:35:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,13:35:05.656] [DEBUG] 6 processes running of frp type [2026-02-22,13:50:02.409] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,13:50:04.992] [DEBUG] 6 processes running of frp type [2026-02-22,14:05:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,14:05:04.132] [DEBUG] 6 processes running of frp type [2026-02-22,14:20:02.473] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,14: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-02-22,14:35:02.314] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,14:35:04.217] [DEBUG] 6 processes running of frp type [2026-02-22,14:50:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,14:50:10.469] [DEBUG] 6 processes running of frp type [2026-02-22,15:05:02.908] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,15:05:05.040] [DEBUG] 6 processes running of frp type [2026-02-22,15:20:02.388] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-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' [2026-02-22,15:35:03.101] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,15:35:05.405] [DEBUG] 6 processes running of frp type [2026-02-22,15:50:02.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,15:50:10.156] [DEBUG] 6 processes running of frp type [2026-02-22,16:05:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,16:05:05.119] [DEBUG] 6 processes running of frp type [2026-02-22,16:20:02.543] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,16: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-02-22,16:35:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,16:35:04.931] [DEBUG] 6 processes running of frp type [2026-02-22,16:50:02.735] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,16:50:05.046] [DEBUG] 6 processes running of frp type 2026-02-22 17:00:27.671 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:00:27.672 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:00:29.858 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:00:29.859 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:00:34.412 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:00:34.413 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:00:43.557 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:00:43.558 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:01:03.098 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:01:03.100 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:01:23.101 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:01:23.102 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:01:43.102 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:01:43.104 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:02:03.105 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:02:03.106 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:02:23.107 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:02:23.109 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:02:43.109 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:02:43.111 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:03:03.113 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:03:03.114 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:03:23.116 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:03:23.117 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:03:43.118 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:03:43.119 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:04:03.120 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:04:03.122 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:04:23.122 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:04:23.124 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:04:43.125 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:04:43.126 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:05:03.128 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:05:03.129 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:05:23.130 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:05:23.139 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:05:43.140 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:05:44.740 [I] [client/service.go:286] [331e1fd836637bbc] login to server success, get run id [331e1fd836637bbc] 2026-02-22 17:05:44.742 [I] [proxy/proxy_manager.go:173] [331e1fd836637bbc] proxy added: [DNL01B4203] 2026-02-22 17:05:48.637 [I] [client/control.go:168] [331e1fd836637bbc] [DNL01B4203] start proxy success 2026-02-22 17:06:23.774 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:06:23.775 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:06:25.797 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:06:25.798 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:06:30.156 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:06:30.158 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:06:39.479 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:06:39.480 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:06:59.481 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:06:59.482 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:07:19.484 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:07:19.485 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:07:39.486 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:07:39.487 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:07:59.489 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:07:59.490 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:08:19.492 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:08:19.493 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:08:39.494 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:08:39.496 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:08:59.497 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:08:59.498 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:09:19.500 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:09:19.501 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:09:39.501 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:09:39.503 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:09:59.505 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:09:59.506 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:10:19.507 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:10:19.508 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:10:39.509 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:10:39.510 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:10:59.512 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:10:59.513 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:11:19.514 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:11:19.516 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-22 17:11:39.518 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:11:39.523 [W] [client/service.go:297] [331e1fd836637bbc] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-22 17:11:59.525 [I] [client/service.go:294] [331e1fd836637bbc] try to connect to server... 2026-02-22 17:12:02.652 [I] [client/service.go:286] [331e1fd836637bbc] login to server success, get run id [331e1fd836637bbc] 2026-02-22 17:12:02.653 [I] [proxy/proxy_manager.go:173] [331e1fd836637bbc] proxy added: [DNL01B4203] 2026-02-22 17:12:04.291 [I] [client/control.go:168] [331e1fd836637bbc] [DNL01B4203] start proxy success [2026-02-22,17:20:02.650] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,17: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-02-22,17:35:02.661] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,17:35:04.958] [DEBUG] 6 processes running of frp type [2026-02-22,17:50:02.626] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,17:50:05.407] [DEBUG] 6 processes running of frp type [2026-02-22,18:05:02.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,18:05:10.877] [DEBUG] 6 processes running of frp type [2026-02-22,18:20:02.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,18: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-02-22,18:35:03.037] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,18:35:05.197] [DEBUG] 6 processes running of frp type [2026-02-22,18:50:02.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,18:50:05.378] [DEBUG] 6 processes running of frp type [2026-02-22,19:05:02.894] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,19:05:05.320] [DEBUG] 6 processes running of frp type [2026-02-22,19:20:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,19: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-02-22,19:35:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,19:35:05.490] [DEBUG] 6 processes running of frp type [2026-02-22,19:50:03.247] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,19:50:05.978] [DEBUG] 6 processes running of frp type [2026-02-22,20:05:02.268] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,20:05:19.532] [DEBUG] 6 processes running of frp type [2026-02-22,20:03:06.169] [INFO] Initializing BusSpeedStateManager V2 [2026-02-22,20:03:06.174] [INFO] LocationSqlManager initialising [2026-02-22,20:03:06.175] [INFO] Location DB initialising [2026-02-22,20:03:06.184] [INFO] LocationSqlManager initialisation complete [2026-02-22,20:03:06.185] [DEBUG] UploadManager Init [2026-02-22,20:03:06.185] [DEBUG] UploadManager Init Complete [2026-02-22,20:03:06.188] [INFO] Initializing GPS... [2026-02-22,20:03:06.190] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:07:54.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:40.903] [INFO] Initializing BusSpeedStateManager V2 [2026-02-22,20:30:40.910] [INFO] LocationSqlManager initialising [2026-02-22,20:30:40.911] [INFO] Location DB initialising [2026-02-22,20:30:40.923] [INFO] LocationSqlManager initialisation complete [2026-02-22,20:30:40.924] [DEBUG] UploadManager Init [2026-02-22,20:30:40.925] [DEBUG] UploadManager Init Complete [2026-02-22,20:30:40.929] [INFO] Initializing GPS... [2026-02-22,20:30:40.932] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-22,20:32:29.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,20:32:32.102] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-22,20:33:23.748] [DEBUG] Log Upload Complete! [2026-02-22,20:35:29.875] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,20:35:31.579] [DEBUG] Remote Access Enabled [2026-02-22,20:35:33.568] [INFO] Server Address: 138.201.17.179 [2026-02-22,20:35:33.569] [INFO] Server Port: 7000 [2026-02-22,20:35:33.578] [DEBUG] Starting Remote Access! 2026-02-22 20:35:33.773 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-22 20:35:33.773 [I] [client/service.go:294] try to connect to server... 2026-02-22 20:35:35.308 [I] [client/service.go:286] [9fa24d8132c16670] login to server success, get run id [9fa24d8132c16670] 2026-02-22 20:35:35.309 [I] [proxy/proxy_manager.go:173] [9fa24d8132c16670] proxy added: [DNL01B4203] 2026-02-22 20:35:35.821 [I] [client/control.go:168] [9fa24d8132c16670] [DNL01B4203] start proxy success [2026-02-22,20:50:02.742] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,20:50:05.677] [DEBUG] 6 processes running of frp type [2026-02-22,21:05:03.337] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,21:05:05.761] [DEBUG] 6 processes running of frp type [2026-02-22,21:20:02.114] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,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-02-22,21:35:02.853] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,21:35:10.299] [DEBUG] 6 processes running of frp type [2026-02-22,21:50:03.011] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,21:50:05.783] [DEBUG] 6 processes running of frp type [2026-02-22,22:05:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,22:05:09.654] [DEBUG] 6 processes running of frp type [2026-02-22,22:20:01.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,22: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-22,22:35:02.959] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,22:35:05.264] [DEBUG] 6 processes running of frp type [2026-02-22,22:50:03.027] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,22:50:04.923] [DEBUG] 6 processes running of frp type [2026-02-22,23:05:02.411] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,23:05:04.774] [DEBUG] 6 processes running of frp type [2026-02-22,23:20:02.022] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,23: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-22,23:35:03.183] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,23:35:05.313] [DEBUG] 6 processes running of frp type [2026-02-22,23:50:03.109] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-22,23:50:05.749] [DEBUG] 6 processes running of frp type [2026-02-23,00:05:02.126] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,00:05:04.319] [DEBUG] 6 processes running of frp type [2026-02-23,00:20:02.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,00: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-02-23,00:35:02.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,00:35:05.167] [DEBUG] 6 processes running of frp type [2026-02-23,00:50:02.925] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,00:50:04.724] [DEBUG] 6 processes running of frp type [2026-02-23,01:05:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,01:05:04.337] [DEBUG] 6 processes running of frp type [2026-02-23,01:20:02.628] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,01:20:05.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-02-23,01:35:02.196] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,01:35:04.335] [DEBUG] 6 processes running of frp type [2026-02-23,01:50:03.173] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,01:50:05.472] [DEBUG] 6 processes running of frp type [2026-02-23,02:05:02.800] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,02:05:05.348] [DEBUG] 6 processes running of frp type [2026-02-23,02:20:02.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,02: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-02-23,02:35:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,02:35:04.723] [DEBUG] 6 processes running of frp type [2026-02-23,02:50:02.501] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,02:50:04.222] [DEBUG] 6 processes running of frp type [2026-02-23,03:05:02.653] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,03:05:05.044] [DEBUG] 6 processes running of frp type [2026-02-23,03:20:02.343] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,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-23,03:35:03.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,03:35:05.673] [DEBUG] 6 processes running of frp type [2026-02-23,03:50:02.322] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,03:50:04.764] [DEBUG] 6 processes running of frp type [2026-02-23,04:05:02.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,04:05:05.419] [DEBUG] 6 processes running of frp type [2026-02-23,04:20:02.830] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,04: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-02-23,04:35:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,04:35:05.211] [DEBUG] 6 processes running of frp type [2026-02-23,04:50:02.929] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,04:50:05.682] [DEBUG] 6 processes running of frp type [2026-02-23,05:05:03.171] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,05:05:05.795] [DEBUG] 6 processes running of frp type [2026-02-23,05:20:01.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,05: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-02-23,05:35:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,05:35:05.362] [DEBUG] 6 processes running of frp type [2026-02-23,05:50:02.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,05:50:03.851] [DEBUG] 6 processes running of frp type [2026-02-23,06:05:02.166] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,06:05:04.514] [DEBUG] 6 processes running of frp type [2026-02-23,06:20:02.815] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,06:20:05.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-23,06:30:41.136] [INFO] Initializing BusSpeedStateManager V2 [2026-02-23,06:30:41.141] [INFO] LocationSqlManager initialising [2026-02-23,06:30:41.142] [INFO] Location DB initialising [2026-02-23,06:30:41.152] [INFO] LocationSqlManager initialisation complete [2026-02-23,06:30:41.152] [DEBUG] UploadManager Init [2026-02-23,06:30:41.152] [DEBUG] UploadManager Init Complete [2026-02-23,06:30:41.155] [INFO] Initializing GPS... [2026-02-23,06:30:41.157] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,06:32:31.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-02-23,06:33:10.327] [DEBUG] Log Upload Complete! [2026-02-23,06:35:29.701] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,06:35:32.301] [DEBUG] Remote Access Enabled [2026-02-23,06:35:34.168] [INFO] Server Address: 138.201.17.179 [2026-02-23,06:35:34.169] [INFO] Server Port: 7000 [2026-02-23,06:35:34.178] [DEBUG] Starting Remote Access! 2026-02-23 06:35:34.358 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-23 06:35:34.359 [I] [client/service.go:294] try to connect to server... 2026-02-23 06:35:35.849 [I] [client/service.go:286] [e9d2b26ea9997fff] login to server success, get run id [e9d2b26ea9997fff] 2026-02-23 06:35:35.850 [I] [proxy/proxy_manager.go:173] [e9d2b26ea9997fff] proxy added: [DNL01B4203] 2026-02-23 06:35:36.391 [I] [client/control.go:168] [e9d2b26ea9997fff] [DNL01B4203] start proxy success [2026-02-23,06:50:02.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,06:50:04.909] [DEBUG] 6 processes running of frp type [2026-02-23,07:05:02.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,07:05:03.979] [DEBUG] 6 processes running of frp type [2026-02-23,07:20:02.203] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,07: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' [2026-02-23,07:35:02.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,07:35:03.961] [DEBUG] 6 processes running of frp type [2026-02-23,07:50:02.747] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,07:50:04.870] [DEBUG] 6 processes running of frp type [2026-02-23,08:02:02.120] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,08:02:04.074] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-23,08:02:17.643] [DEBUG] Log Upload Complete! [2026-02-23,08:05:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,08:05:04.287] [DEBUG] 6 processes running of frp type [2026-02-23,08:20:02.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,08:20:04.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-02-23,08:35:02.670] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,08:35:04.944] [DEBUG] 6 processes running of frp type [2026-02-23,08:50:02.713] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,08:50:05.215] [DEBUG] 6 processes running of frp type [2026-02-23,09:05:02.696] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,09:05:05.042] [DEBUG] 6 processes running of frp type [2026-02-23,09:20:02.275] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,09: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-02-23,09:35:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,09:35:05.161] [DEBUG] 6 processes running of frp type [2026-02-23,09:50:03.051] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,09:50:10.389] [DEBUG] 6 processes running of frp type [2026-02-23,10:05:02.983] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,10:05:05.438] [DEBUG] 6 processes running of frp type [2026-02-23,10:20:02.755] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,10: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-02-23,10:35:02.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,10:35:05.190] [DEBUG] 6 processes running of frp type [2026-02-23,10:50:03.043] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,10:50:05.332] [DEBUG] 6 processes running of frp type [2026-02-23,11:05:02.823] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,11:05:05.097] [DEBUG] 6 processes running of frp type [2026-02-23,11:20:02.354] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,11: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-23,11:35:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,11:35:04.578] [DEBUG] 6 processes running of frp type [2026-02-23,11:50:02.229] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,11:50:04.322] [DEBUG] 6 processes running of frp type [2026-02-23,12:05:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,12:05:05.220] [DEBUG] 6 processes running of frp type [2026-02-23,12:20:02.498] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,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-02-23,12:35:02.436] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,12:35:05.201] [DEBUG] 6 processes running of frp type [2026-02-23,12:50:02.788] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,12:50:05.348] [DEBUG] 6 processes running of frp type [2026-02-23,13:05:02.819] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,13:05:05.824] [DEBUG] 6 processes running of frp type [2026-02-23,13:20:02.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,13:20:05.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-23,13:35:02.098] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,13:35:05.011] [DEBUG] 6 processes running of frp type [2026-02-23,13:50:02.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,13:50:05.102] [DEBUG] 6 processes running of frp type [2026-02-23,14:05:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,14:05:05.125] [DEBUG] 6 processes running of frp type [2026-02-23,14:20:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,14:20:05.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-02-23,14:35:02.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,14:35:05.194] [DEBUG] 6 processes running of frp type [2026-02-23,14:50:02.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,14:50:04.978] [DEBUG] 6 processes running of frp type [2026-02-23,15:05:02.483] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,15:05:04.851] [DEBUG] 6 processes running of frp type [2026-02-23,15:20:02.037] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,15: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' [2026-02-23,15:35:03.008] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,15:35:05.409] [DEBUG] 6 processes running of frp type [2026-02-23,15:50:01.940] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,15:50:09.948] [DEBUG] 6 processes running of frp type [2026-02-23,16:05:02.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,16:05:09.602] [DEBUG] 6 processes running of frp type [2026-02-23,16:20:02.984] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,16:20:05.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-23,16:35:02.750] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,16:35:05.409] [DEBUG] 6 processes running of frp type [2026-02-23,16:50:01.890] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,16:50:04.317] [DEBUG] 6 processes running of frp type 2026-02-23 17:00:29.206 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:00:29.207 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:00:31.227 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:00:31.228 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:00:35.589 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:00:35.590 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:00:44.991 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:00:44.992 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:01:04.731 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:01:04.733 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:01:24.734 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:01:24.736 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:01:44.737 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:01:44.738 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:02:04.739 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:02:04.740 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:02:24.742 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:02:24.743 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:02:44.745 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:02:44.746 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:03:04.748 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:03:04.750 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:03:24.750 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:03:24.752 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:03:44.753 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:03:44.754 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:04:04.755 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:04:04.756 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:04:24.757 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:04:24.759 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:04:44.760 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:04:44.761 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:05:04.762 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:05:04.764 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:05:24.765 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:05:24.770 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:05:44.772 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:05:46.708 [I] [client/service.go:286] [e9d2b26ea9997fff] login to server success, get run id [e9d2b26ea9997fff] 2026-02-23 17:05:46.710 [I] [proxy/proxy_manager.go:173] [e9d2b26ea9997fff] proxy added: [DNL01B4203] 2026-02-23 17:05:47.983 [I] [client/control.go:168] [e9d2b26ea9997fff] [DNL01B4203] start proxy success 2026-02-23 17:06:25.479 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:06:28.068 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-23 17:06:28.069 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:06:38.070 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-23 17:06:38.071 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:06:38.072 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:06:47.348 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:06:47.350 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:07:05.906 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:07:05.908 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:07:25.909 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:07:25.911 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:07:45.912 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:07:45.913 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:08:05.914 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:08:05.915 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:08:25.916 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:08:25.918 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:08:45.919 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:08:45.920 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:09:05.921 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:09:05.923 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:09:25.925 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:09:25.926 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:09:45.927 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:09:45.928 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:10:05.929 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:10:05.930 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:10:25.932 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:10:25.933 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:10:45.934 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:10:45.936 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:11:05.937 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:11:05.939 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:11:25.940 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:11:25.941 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:11:45.941 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:11:45.946 [W] [client/service.go:297] [e9d2b26ea9997fff] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-23 17:12:05.948 [I] [client/service.go:294] [e9d2b26ea9997fff] try to connect to server... 2026-02-23 17:12:07.476 [I] [client/service.go:286] [e9d2b26ea9997fff] login to server success, get run id [e9d2b26ea9997fff] 2026-02-23 17:12:07.478 [I] [proxy/proxy_manager.go:173] [e9d2b26ea9997fff] proxy added: [DNL01B4203] 2026-02-23 17:12:08.420 [I] [client/control.go:168] [e9d2b26ea9997fff] [DNL01B4203] start proxy success [2026-02-23,17:20:01.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,17: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-02-23,17:35:02.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,17:35:05.543] [DEBUG] 6 processes running of frp type [2026-02-23,17:50:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,17:50:09.460] [DEBUG] 6 processes running of frp type [2026-02-23,18:05:02.931] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,18:05:05.965] [DEBUG] 6 processes running of frp type [2026-02-23,18:20:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,18: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-23,18:35:03.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,18:35:05.811] [DEBUG] 6 processes running of frp type [2026-02-23,18:50:02.303] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,18:50:04.489] [DEBUG] 6 processes running of frp type [2026-02-23,19:05:02.984] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,19:05:06.074] [DEBUG] 6 processes running of frp type [2026-02-23,19:20:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,19: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-02-23,19:35:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,19:35:05.095] [DEBUG] 6 processes running of frp type [2026-02-23,19:50:02.937] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,19:50:15.101] [DEBUG] 6 processes running of frp type [2026-02-23,20:05:02.534] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,20:05:05.360] [DEBUG] 6 processes running of frp type [2026-02-23,20:20:02.686] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,20:20:10.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-23,20:30:41.887] [INFO] Initializing BusSpeedStateManager V2 [2026-02-23,20:30:41.892] [INFO] LocationSqlManager initialising [2026-02-23,20:30:41.892] [INFO] Location DB initialising [2026-02-23,20:30:41.901] [INFO] LocationSqlManager initialisation complete [2026-02-23,20:30:41.902] [DEBUG] UploadManager Init [2026-02-23,20:30:41.903] [DEBUG] UploadManager Init Complete [2026-02-23,20:30:41.905] [INFO] Initializing GPS... [2026-02-23,20:30:41.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-02-23,20:32:29.612] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,20:32:32.049] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-23,20:32:47.018] [DEBUG] Log Upload Complete! [2026-02-23,20:35:29.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,20:35:31.780] [DEBUG] Remote Access Enabled [2026-02-23,20:35:33.357] [INFO] Server Address: 138.201.17.179 [2026-02-23,20:35:33.359] [INFO] Server Port: 7000 [2026-02-23,20:35:33.371] [DEBUG] Starting Remote Access! 2026-02-23 20:35:33.557 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-23 20:35:33.557 [I] [client/service.go:294] try to connect to server... 2026-02-23 20:35:34.928 [I] [client/service.go:286] [6f5c559abe51b293] login to server success, get run id [6f5c559abe51b293] 2026-02-23 20:35:34.929 [I] [proxy/proxy_manager.go:173] [6f5c559abe51b293] proxy added: [DNL01B4203] 2026-02-23 20:35:35.566 [I] [client/control.go:168] [6f5c559abe51b293] [DNL01B4203] start proxy success [2026-02-23,20:50:01.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,20:50:03.761] [DEBUG] 6 processes running of frp type 2026-02-23 21:00:03.687 [I] [client/service.go:294] [6f5c559abe51b293] try to connect to server... 2026-02-23 21:00:09.874 [I] [client/service.go:286] [6f5c559abe51b293] login to server success, get run id [6f5c559abe51b293] 2026-02-23 21:00:09.875 [I] [proxy/proxy_manager.go:173] [6f5c559abe51b293] proxy added: [DNL01B4203] 2026-02-23 21:00:10.285 [I] [client/control.go:168] [6f5c559abe51b293] [DNL01B4203] start proxy success 2026-02-23 21:01:18.669 [I] [client/service.go:294] [6f5c559abe51b293] try to connect to server... 2026-02-23 21:01:23.409 [I] [client/service.go:286] [6f5c559abe51b293] login to server success, get run id [6f5c559abe51b293] 2026-02-23 21:01:23.411 [I] [proxy/proxy_manager.go:173] [6f5c559abe51b293] proxy added: [DNL01B4203] 2026-02-23 21:01:26.307 [I] [client/control.go:168] [6f5c559abe51b293] [DNL01B4203] start proxy success [2026-02-23,21:05:02.287] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,21:05:10.375] [DEBUG] 6 processes running of frp type [2026-02-23,21:20:02.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,21:20:05.562] [DEBUG] 6 processes running of frp type 2026-02-23 21:21:18.818 [I] [client/service.go:294] [6f5c559abe51b293] try to connect to server... 2026-02-23 21:21:28.585 [I] [client/service.go:286] [6f5c559abe51b293] login to server success, get run id [6f5c559abe51b293] 2026-02-23 21:21:28.587 [I] [proxy/proxy_manager.go:173] [6f5c559abe51b293] proxy added: [DNL01B4203] 2026-02-23 21:21:29.535 [I] [client/control.go:168] [6f5c559abe51b293] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.525] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,21:35:05.253] [DEBUG] 6 processes running of frp type 2026-02-23 21:47:28.667 [I] [client/service.go:294] [6f5c559abe51b293] try to connect to server... 2026-02-23 21:47:41.779 [I] [client/service.go:286] [6f5c559abe51b293] login to server success, get run id [6f5c559abe51b293] 2026-02-23 21:47:41.780 [I] [proxy/proxy_manager.go:173] [6f5c559abe51b293] proxy added: [DNL01B4203] 2026-02-23 21:47:51.710 [I] [client/control.go:168] [6f5c559abe51b293] [DNL01B4203] start proxy success 2026-02-23 21:48:16.341 [I] [client/service.go:294] [6f5c559abe51b293] try to connect to server... 2026-02-23 21:48:26.343 [W] [client/service.go:297] [6f5c559abe51b293] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-23 21:48:26.344 [I] [client/service.go:294] [6f5c559abe51b293] try to connect to server... 2026-02-23 21:48:40.026 [W] [client/service.go:297] [6f5c559abe51b293] connect to server error: connection write timeout 2026-02-23 21:48:40.027 [I] [client/service.go:294] [6f5c559abe51b293] try to connect to server... 2026-02-23 21:48:50.029 [W] [client/service.go:297] [6f5c559abe51b293] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-23 21:48:50.029 [I] [client/service.go:294] [6f5c559abe51b293] try to connect to server... 2026-02-23 21:49:00.031 [W] [client/service.go:297] [6f5c559abe51b293] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-23 21:49:00.032 [I] [client/service.go:294] [6f5c559abe51b293] try to connect to server... 2026-02-23 21:49:10.034 [W] [client/service.go:297] [6f5c559abe51b293] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-23 21:49:30.035 [I] [client/service.go:294] [6f5c559abe51b293] try to connect to server... 2026-02-23 21:49:40.037 [W] [client/service.go:297] [6f5c559abe51b293] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-23 21:50:00.039 [I] [client/service.go:294] [6f5c559abe51b293] try to connect to server... [2026-02-23,21:50:02.875] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-02-23 21:50:03.043 [I] [client/service.go:286] [6f5c559abe51b293] login to server success, get run id [6f5c559abe51b293] 2026-02-23 21:50:03.044 [I] [proxy/proxy_manager.go:173] [6f5c559abe51b293] proxy added: [DNL01B4203] 2026-02-23 21:50:03.605 [I] [client/control.go:168] [6f5c559abe51b293] [DNL01B4203] start proxy success [2026-02-23,21:50:06.327] [DEBUG] 6 processes running of frp type [2026-02-23,22:05:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,22:05:05.827] [DEBUG] 6 processes running of frp type [2026-02-23,22:20:01.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,22: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-02-23,22:35:02.846] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,22:35:04.978] [DEBUG] 6 processes running of frp type [2026-02-23,22:50:02.723] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,22:50:04.859] [DEBUG] 6 processes running of frp type [2026-02-23,23:05:02.351] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,23:05:04.777] [DEBUG] 6 processes running of frp type [2026-02-23,23:20:01.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,23:20:05.302] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-23,23:35:03.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,23:35:05.592] [DEBUG] 6 processes running of frp type [2026-02-23,23:50:02.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-23,23:50:04.312] [DEBUG] 6 processes running of frp type [2026-02-24,00:05:02.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,00:05:05.054] [DEBUG] 6 processes running of frp type [2026-02-24,00:20:02.294] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,00:20:04.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-02-24,00:35:03.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,00:35:05.539] [DEBUG] 6 processes running of frp type [2026-02-24,00:50:02.037] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,00:50:04.695] [DEBUG] 6 processes running of frp type [2026-02-24,01:05:02.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,01:05:05.352] [DEBUG] 6 processes running of frp type [2026-02-24,01:20:02.641] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,01: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' [2026-02-24,01:35:02.388] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,01:35:04.798] [DEBUG] 6 processes running of frp type [2026-02-24,01:50:02.448] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,01:50:04.960] [DEBUG] 6 processes running of frp type [2026-02-24,02:05:02.425] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,02:05:04.540] [DEBUG] 6 processes running of frp type [2026-02-24,02:20:03.155] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,02:20:04.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-02-24,02:35:02.805] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,02:35:04.579] [DEBUG] 6 processes running of frp type [2026-02-24,02:50:02.360] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,02:50:04.719] [DEBUG] 6 processes running of frp type [2026-02-24,03:05:02.148] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,03:05:04.570] [DEBUG] 6 processes running of frp type [2026-02-24,03:20:03.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,03:20:05.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-02-24,03:35:02.756] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,03:35:05.038] [DEBUG] 6 processes running of frp type [2026-02-24,03:50:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,03:50:05.343] [DEBUG] 6 processes running of frp type [2026-02-24,04:05:02.787] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,04:05:04.606] [DEBUG] 6 processes running of frp type [2026-02-24,04:20:03.273] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,04: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-02-24,04:35:02.722] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,04:35:05.018] [DEBUG] 6 processes running of frp type [2026-02-24,04:50:02.630] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,04:50:04.879] [DEBUG] 6 processes running of frp type [2026-02-24,05:05:02.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,05:05:04.312] [DEBUG] 6 processes running of frp type [2026-02-24,05:20:02.539] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,05: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-24,05:35:02.230] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,05:35:04.669] [DEBUG] 6 processes running of frp type [2026-02-24,05:50:02.492] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,05:50:04.698] [DEBUG] 6 processes running of frp type [2026-02-24,06:05:03.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,06:05:05.090] [DEBUG] 6 processes running of frp type [2026-02-24,06:20:02.323] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,06:20:04.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-02-24,06:30:40.012] [INFO] Initializing BusSpeedStateManager V2 [2026-02-24,06:30:40.018] [INFO] LocationSqlManager initialising [2026-02-24,06:30:40.018] [INFO] Location DB initialising [2026-02-24,06:30:40.028] [INFO] LocationSqlManager initialisation complete [2026-02-24,06:30:40.028] [DEBUG] UploadManager Init [2026-02-24,06:30:40.029] [DEBUG] UploadManager Init Complete [2026-02-24,06:30:40.031] [INFO] Initializing GPS... [2026-02-24,06:30:40.033] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,06:32:29.056] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,06:32:31.527] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-24,06:32:46.759] [DEBUG] Log Upload Complete! [2026-02-24,06:35:29.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,06:35:30.826] [DEBUG] Remote Access Enabled [2026-02-24,06:35:32.380] [INFO] Server Address: 138.201.17.179 [2026-02-24,06:35:32.381] [INFO] Server Port: 7000 [2026-02-24,06:35:32.386] [DEBUG] Starting Remote Access! 2026-02-24 06:35:32.521 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-24 06:35:32.522 [I] [client/service.go:294] try to connect to server... 2026-02-24 06:35:33.963 [I] [client/service.go:286] [c700378601296ac9] login to server success, get run id [c700378601296ac9] 2026-02-24 06:35:33.964 [I] [proxy/proxy_manager.go:173] [c700378601296ac9] proxy added: [DNL01B4203] 2026-02-24 06:35:34.600 [I] [client/control.go:168] [c700378601296ac9] [DNL01B4203] start proxy success [2026-02-24,06:50:02.001] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,06:50:04.093] [DEBUG] 6 processes running of frp type [2026-02-24,07:05:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,07:05:04.538] [DEBUG] 6 processes running of frp type [2026-02-24,07:20:02.908] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,07:20:05.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-02-24,07:35:02.870] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,07:35:09.941] [DEBUG] 6 processes running of frp type [2026-02-24,07:50:02.687] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,07:50:04.766] [DEBUG] 6 processes running of frp type [2026-02-24,08:02:02.038] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,08:02:03.966] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:24.171] [DEBUG] Log Upload Complete! [2026-02-24,08:05:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,08:05:04.195] [DEBUG] 6 processes running of frp type [2026-02-24,08:20:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,08: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-02-24,08:35:02.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,08:35:04.174] [DEBUG] 6 processes running of frp type [2026-02-24,08:50:03.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,08:50:05.288] [DEBUG] 6 processes running of frp type [2026-02-24,09:05:02.576] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,09:05:04.863] [DEBUG] 6 processes running of frp type [2026-02-24,09:20:02.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,09: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' [2026-02-24,09:35:02.880] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,09:35:05.687] [DEBUG] 6 processes running of frp type [2026-02-24,09:50:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,09:50:05.014] [DEBUG] 6 processes running of frp type [2026-02-24,10:05:02.446] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,10:05:05.396] [DEBUG] 6 processes running of frp type [2026-02-24,10:20:02.891] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,10:20:05.641] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-24,10:03:35.759] [INFO] Initializing BusSpeedStateManager V2 [2026-02-24,10:03:35.764] [INFO] LocationSqlManager initialising [2026-02-24,10:03:35.765] [INFO] Location DB initialising [2026-02-24,10:03:35.774] [INFO] LocationSqlManager initialisation complete [2026-02-24,10:03:35.775] [DEBUG] UploadManager Init [2026-02-24,10:03:35.775] [DEBUG] UploadManager Init Complete [2026-02-24,10:03:35.779] [INFO] Initializing GPS... [2026-02-24,10:03:35.781] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-24,10:08:24.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')) [2026-02-24,17:20:02.800] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,17:20:05.759] [DEBUG] Remote Access Enabled [2026-02-24,17:20:07.837] [INFO] Server Address: 138.201.17.179 [2026-02-24,17:20:07.839] [INFO] Server Port: 7000 [2026-02-24,17:20:07.851] [DEBUG] Starting Remote Access! 2026-02-24 17:20:08.068 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-24 17:20:08.069 [I] [client/service.go:294] try to connect to server... 2026-02-24 17:20:09.741 [I] [client/service.go:286] [961e18709f7ab793] login to server success, get run id [961e18709f7ab793] 2026-02-24 17:20:09.742 [I] [proxy/proxy_manager.go:173] [961e18709f7ab793] proxy added: [DNL01B4203] 2026-02-24 17:20:10.277 [I] [client/control.go:168] [961e18709f7ab793] [DNL01B4203] start proxy success [2026-02-24,17:18:28.015] [INFO] Initializing BusSpeedStateManager V2 [2026-02-24,17:18:28.021] [INFO] LocationSqlManager initialising [2026-02-24,17:18:28.022] [INFO] Location DB initialising [2026-02-24,17:18:28.033] [INFO] LocationSqlManager initialisation complete [2026-02-24,17:18:28.034] [DEBUG] UploadManager Init [2026-02-24,17:18:28.035] [DEBUG] UploadManager Init Complete [2026-02-24,17:18:28.040] [INFO] Initializing GPS... [2026-02-24,17:18:28.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-02-24,17:20:36.532] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-02-24,17:23:21.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 111] Connection refused')) [2026-02-24,17:23:21.197] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-24,17:36:12.452] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-02-24,17:38:21.231] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-24,17:50:02.271] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-02-24,17:53:26.266] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-02-24,18:08:32.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 111] Connection refused')) [2026-02-24,21:12:27.740] [INFO] Initializing BusSpeedStateManager V2 [2026-02-24,21:12:27.747] [INFO] LocationSqlManager initialising [2026-02-24,21:12:27.748] [INFO] Location DB initialising [2026-02-24,21:12:27.760] [INFO] LocationSqlManager initialisation complete [2026-02-24,21:12:27.761] [DEBUG] UploadManager Init [2026-02-24,21:12:27.761] [DEBUG] UploadManager Init Complete [2026-02-24,21:12:27.766] [INFO] Initializing GPS... [2026-02-24,21:12:27.769] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-24,21:14:15.853] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,21:14:28.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-02-24,21:14:54.887] [DEBUG] Log Upload Complete! [2026-02-24,21:17:15.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,21:17:18.705] [DEBUG] Remote Access Enabled [2026-02-24,21:17:20.457] [INFO] Server Address: 138.201.17.179 [2026-02-24,21:17:20.459] [INFO] Server Port: 7000 [2026-02-24,21:17:20.463] [DEBUG] Starting Remote Access! 2026-02-24 21:17:20.591 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-24 21:17:20.592 [I] [client/service.go:294] try to connect to server... 2026-02-24 21:17:21.845 [I] [client/service.go:286] [476ab1e1a4ccac94] login to server success, get run id [476ab1e1a4ccac94] 2026-02-24 21:17:21.847 [I] [proxy/proxy_manager.go:173] [476ab1e1a4ccac94] proxy added: [DNL01B4203] 2026-02-24 21:17:22.356 [I] [client/control.go:168] [476ab1e1a4ccac94] [DNL01B4203] start proxy success [2026-02-24,21:20:02.539] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,21:20:05.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-24,21:21:04.434] [INFO] Initializing BusSpeedStateManager V2 [2026-02-24,21:21:04.441] [INFO] LocationSqlManager initialising [2026-02-24,21:21:04.442] [INFO] Location DB initialising [2026-02-24,21:21:04.453] [INFO] LocationSqlManager initialisation complete [2026-02-24,21:21:04.454] [DEBUG] UploadManager Init [2026-02-24,21:21:04.455] [DEBUG] UploadManager Init Complete [2026-02-24,21:21:04.459] [INFO] Initializing GPS... [2026-02-24,21:21:04.462] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-24,21:25:52.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:21:31.977] [INFO] Initializing BusSpeedStateManager V2 [2026-02-24,22:21:31.990] [INFO] LocationSqlManager initialising [2026-02-24,22:21:31.991] [INFO] Location DB initialising [2026-02-24,22:21:32.002] [INFO] LocationSqlManager initialisation complete [2026-02-24,22:21:32.003] [DEBUG] UploadManager Init [2026-02-24,22:21:32.004] [DEBUG] UploadManager Init Complete [2026-02-24,22:21:32.008] [INFO] Initializing GPS... [2026-02-24,22:21:32.011] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:21:32.077] [INFO] Initializing BusSpeedStateManager V2 [2026-02-24,22:21:32.083] [INFO] LocationSqlManager initialising [2026-02-24,22:21:32.084] [INFO] Location DB initialising [2026-02-24,22:21:32.094] [INFO] LocationSqlManager initialisation complete [2026-02-24,22:21:32.095] [DEBUG] UploadManager Init [2026-02-24,22:21:32.095] [DEBUG] UploadManager Init Complete [2026-02-24,22:21:32.099] [INFO] Initializing GPS... [2026-02-24,22:21:32.101] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:20.588] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-24,23:50:02.503] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-24,23:50:04.751] [DEBUG] Remote Access Enabled [2026-02-24,23:50:06.302] [INFO] Server Address: 138.201.17.179 [2026-02-24,23:50:06.303] [INFO] Server Port: 7000 [2026-02-24,23:50:06.308] [DEBUG] Starting Remote Access! 2026-02-24 23:50:06.438 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-24 23:50:06.439 [I] [client/service.go:294] try to connect to server... 2026-02-24 23:50:07.563 [I] [client/service.go:286] [9672ced14f58b7ae] login to server success, get run id [9672ced14f58b7ae] 2026-02-24 23:50:07.564 [I] [proxy/proxy_manager.go:173] [9672ced14f58b7ae] proxy added: [DNL01B4203] 2026-02-24 23:50:08.021 [I] [client/control.go:168] [9672ced14f58b7ae] [DNL01B4203] start proxy success [2026-02-25,00:05:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,00:05:04.263] [DEBUG] 6 processes running of frp type [2026-02-25,00:20:02.445] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,00: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-02-25,00:35:02.380] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,00:35:04.815] [DEBUG] 6 processes running of frp type [2026-02-25,00:05:38.063] [INFO] Initializing BusSpeedStateManager V2 [2026-02-25,00:05:38.068] [INFO] LocationSqlManager initialising [2026-02-25,00:05:38.068] [INFO] Location DB initialising [2026-02-25,00:05:38.078] [INFO] LocationSqlManager initialisation complete [2026-02-25,00:05:38.079] [DEBUG] UploadManager Init [2026-02-25,00:05:38.080] [DEBUG] UploadManager Init Complete [2026-02-25,00:05:38.083] [INFO] Initializing GPS... [2026-02-25,00:05:38.086] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,00:10:26.364] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-25,02:50:02.340] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,02:50:04.689] [DEBUG] Remote Access Enabled [2026-02-25,02:50:06.794] [INFO] Server Address: 138.201.17.179 [2026-02-25,02:50:06.796] [INFO] Server Port: 7000 [2026-02-25,02:50:06.801] [DEBUG] Starting Remote Access! 2026-02-25 02:50:06.927 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-25 02:50:06.927 [I] [client/service.go:294] try to connect to server... 2026-02-25 02:50:08.252 [I] [client/service.go:286] [c1ef878cb777592c] login to server success, get run id [c1ef878cb777592c] 2026-02-25 02:50:08.254 [I] [proxy/proxy_manager.go:173] [c1ef878cb777592c] proxy added: [DNL01B4203] 2026-02-25 02:50:08.899 [I] [client/control.go:168] [c1ef878cb777592c] [DNL01B4203] start proxy success [2026-02-25,03:05:02.992] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,03:05:05.025] [DEBUG] 6 processes running of frp type [2026-02-25,03:20:02.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,03: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-02-25,03:35:02.186] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,03:35:04.562] [DEBUG] 6 processes running of frp type [2026-02-25,03:50:02.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,03:50:04.624] [DEBUG] 6 processes running of frp type [2026-02-25,04:05:01.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,04:05:04.504] [DEBUG] 6 processes running of frp type [2026-02-25,04:20:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,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-02-25,04:35:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,04:35:05.197] [DEBUG] 6 processes running of frp type [2026-02-25,04:50:02.986] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,04:50:05.115] [DEBUG] 6 processes running of frp type [2026-02-25,05:05:02.391] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,05:05:04.667] [DEBUG] 6 processes running of frp type [2026-02-25,05:20:02.049] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,05:20:04.506] [DEBUG] 6 processes running of frp type [2026-02-25,04:56:17.555] [INFO] Initializing BusSpeedStateManager V2 [2026-02-25,04:56:17.561] [INFO] LocationSqlManager initialising [2026-02-25,04:56:17.562] [INFO] Location DB initialising [2026-02-25,04:56:17.573] [INFO] LocationSqlManager initialisation complete [2026-02-25,04:56:17.574] [DEBUG] UploadManager Init [2026-02-25,04:56:17.575] [DEBUG] UploadManager Init Complete [2026-02-25,04:56:17.579] [INFO] Initializing GPS... [2026-02-25,04:56:17.582] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,05:01:06.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')) [2026-02-25,06:16:40.496] [INFO] Initializing BusSpeedStateManager V2 [2026-02-25,06:16:40.500] [INFO] LocationSqlManager initialising [2026-02-25,06:16:40.501] [INFO] Location DB initialising [2026-02-25,06:16:40.511] [INFO] LocationSqlManager initialisation complete [2026-02-25,06:16:40.511] [DEBUG] UploadManager Init [2026-02-25,06:16:40.512] [DEBUG] UploadManager Init Complete [2026-02-25,06:16:40.514] [INFO] Initializing GPS... [2026-02-25,06:16:40.516] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:21:29.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')) [2026-02-25,06:55:02.753] [INFO] Initializing BusSpeedStateManager V2 [2026-02-25,06:55:02.758] [INFO] LocationSqlManager initialising [2026-02-25,06:55:02.759] [INFO] Location DB initialising [2026-02-25,06:55:02.769] [INFO] LocationSqlManager initialisation complete [2026-02-25,06:55:02.770] [DEBUG] UploadManager Init [2026-02-25,06:55:02.770] [DEBUG] UploadManager Init Complete [2026-02-25,06:55:02.773] [INFO] Initializing GPS... [2026-02-25,06:55:02.776] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,06:56:50.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,06:56:52.898] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-25,06:57:20.932] [DEBUG] Log Upload Complete! [2026-02-25,06:59:50.639] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,06:59:52.351] [DEBUG] Remote Access Enabled [2026-02-25,06:59:54.021] [INFO] Server Address: 138.201.17.179 [2026-02-25,06:59:54.023] [INFO] Server Port: 7000 [2026-02-25,06:59:54.033] [DEBUG] Starting Remote Access! 2026-02-25 06:59:54.242 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-25 06:59:54.243 [I] [client/service.go:294] try to connect to server... 2026-02-25 06:59:55.594 [I] [client/service.go:286] [8748bbb2dd3e4932] login to server success, get run id [8748bbb2dd3e4932] 2026-02-25 06:59:55.595 [I] [proxy/proxy_manager.go:173] [8748bbb2dd3e4932] proxy added: [DNL01B4203] 2026-02-25 06:59:56.180 [I] [client/control.go:168] [8748bbb2dd3e4932] [DNL01B4203] start proxy success [2026-02-25,07:05:02.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,07:05:04.325] [DEBUG] 6 processes running of frp type [2026-02-25,07:20:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,07: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-02-25,07:35:02.433] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,07:35:04.943] [DEBUG] 6 processes running of frp type [2026-02-25,07:50:02.457] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,07:50:04.990] [DEBUG] 6 processes running of frp type [2026-02-25,08:02:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,08:02:04.197] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:42.776] [DEBUG] Log Upload Complete! [2026-02-25,08:05:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,08:05:04.094] [DEBUG] 6 processes running of frp type [2026-02-25,08:20:02.437] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,08: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-02-25,08:35:02.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,08:35:04.174] [DEBUG] 6 processes running of frp type [2026-02-25,08:50:02.801] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,08:50:04.745] [DEBUG] 6 processes running of frp type [2026-02-25,09:05:02.230] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,09:05:04.186] [DEBUG] 6 processes running of frp type [2026-02-25,09:20:02.542] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,09: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-02-25,09:35:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,09:35:04.486] [DEBUG] 6 processes running of frp type [2026-02-25,09:50:06.791] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,09:50:09.123] [DEBUG] 6 processes running of frp type [2026-02-25,10:05:02.523] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,10:05:04.457] [DEBUG] 6 processes running of frp type [2026-02-25,10:20:02.888] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,10:20:05.378] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,10:35:01.929] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,10:35:04.442] [DEBUG] 6 processes running of frp type [2026-02-25,10:50:02.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,10:50:05.017] [DEBUG] 6 processes running of frp type [2026-02-25,11:05:02.512] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,11:05:05.806] [DEBUG] 6 processes running of frp type [2026-02-25,11:20:02.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,11: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-02-25,11:35:02.919] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,11:35:05.472] [DEBUG] 6 processes running of frp type [2026-02-25,11:50:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,11:50:04.731] [DEBUG] 6 processes running of frp type [2026-02-25,12:05:01.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,12:05:05.229] [DEBUG] 6 processes running of frp type [2026-02-25,12:20:02.562] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,12:20:05.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-25,12:35:02.313] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,12:35:05.582] [DEBUG] 6 processes running of frp type [2026-02-25,12:50:02.437] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,12:50:04.758] [DEBUG] 6 processes running of frp type [2026-02-25,13:05:02.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,13:05:04.705] [DEBUG] 6 processes running of frp type [2026-02-25,13:20:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,13: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-25,13:35:02.609] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,13:35:04.392] [DEBUG] 6 processes running of frp type [2026-02-25,13:50:02.995] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,13:50:05.831] [DEBUG] 6 processes running of frp type [2026-02-25,14:05:02.273] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,14:05:04.620] [DEBUG] 6 processes running of frp type [2026-02-25,14:20:02.910] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,14:20:05.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-02-25,14:35:02.468] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,14:35:05.373] [DEBUG] 6 processes running of frp type [2026-02-25,14:50:03.059] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,14:50:05.458] [DEBUG] 6 processes running of frp type [2026-02-25,15:05:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,15:05:05.737] [DEBUG] 6 processes running of frp type [2026-02-25,15:20:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,15: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-02-25,15:35:03.040] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,15:35:11.117] [DEBUG] 6 processes running of frp type [2026-02-25,15:50:02.805] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,15:50:04.876] [DEBUG] 6 processes running of frp type [2026-02-25,16:05:02.055] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,16:05:04.310] [DEBUG] 6 processes running of frp type [2026-02-25,16:20:02.648] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,16:20:05.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-02-25,16:35:01.948] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,16:35:04.316] [DEBUG] 6 processes running of frp type [2026-02-25,16:50:02.942] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,16:50:05.493] [DEBUG] 6 processes running of frp type 2026-02-25 17:00:37.032 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:00:37.034 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:00:39.135 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:00:39.137 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:00:43.657 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:00:43.658 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:00:52.899 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:00:52.901 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:01:12.811 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:01:12.813 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:01:32.814 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:01:32.815 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:01:52.816 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:01:52.818 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:02:12.819 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:02:12.821 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:02:32.822 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:02:32.823 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:02:52.824 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:02:52.825 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:03:12.826 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:03:12.827 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:03:32.828 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:03:32.829 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:03:52.831 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:03:52.832 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:04:12.833 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:04:12.834 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:04:32.835 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:04:32.837 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:04:52.838 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:04:52.839 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:05:12.841 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:05:12.844 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:05:32.846 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:05:32.850 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-25 17:05:52.852 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:05:56.042 [I] [client/service.go:286] [8748bbb2dd3e4932] login to server success, get run id [8748bbb2dd3e4932] 2026-02-25 17:05:56.044 [I] [proxy/proxy_manager.go:173] [8748bbb2dd3e4932] proxy added: [DNL01B4203] 2026-02-25 17:05:58.270 [I] [client/control.go:168] [8748bbb2dd3e4932] [DNL01B4203] start proxy success 2026-02-25 17:07:03.573 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:07:03.574 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:07:05.770 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:07:05.771 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:07:10.406 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:07:10.407 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:07:20.413 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:07:20.415 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:07:40.416 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:07:40.417 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:08:00.418 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:08:00.420 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:08:20.421 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:08:20.422 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:08:40.423 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:08:40.425 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:09:00.426 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:09:00.428 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:09:20.429 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:09:20.430 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:09:40.432 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:09:40.433 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:10:00.434 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:10:00.434 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:10:20.435 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:10:20.436 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:10:40.437 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:10:40.439 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:11:00.439 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:11:00.441 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:11:20.441 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:11:20.443 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:11:40.443 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:11:40.454 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:12:00.456 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:12:00.460 [W] [client/service.go:297] [8748bbb2dd3e4932] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-25 17:12:20.461 [I] [client/service.go:294] [8748bbb2dd3e4932] try to connect to server... 2026-02-25 17:12:21.883 [I] [client/service.go:286] [8748bbb2dd3e4932] login to server success, get run id [8748bbb2dd3e4932] 2026-02-25 17:12:21.884 [I] [proxy/proxy_manager.go:173] [8748bbb2dd3e4932] proxy added: [DNL01B4203] 2026-02-25 17:12:22.838 [I] [client/control.go:168] [8748bbb2dd3e4932] [DNL01B4203] start proxy success [2026-02-25,17:20:02.162] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,17:20:09.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-02-25,17:35:03.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,17:35:05.650] [DEBUG] 6 processes running of frp type [2026-02-25,17:50:02.456] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,17:50:04.564] [DEBUG] 6 processes running of frp type [2026-02-25,18:05:03.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,18:05:05.056] [DEBUG] 6 processes running of frp type [2026-02-25,18:20:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,18:20:09.700] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,18:35:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,18:35:04.405] [DEBUG] 6 processes running of frp type [2026-02-25,18:50:03.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,18:50:05.289] [DEBUG] 6 processes running of frp type [2026-02-25,19:05:02.701] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,19:05:10.176] [DEBUG] 6 processes running of frp type [2026-02-25,19:20:02.522] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,19:20:10.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-02-25,19:35:02.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,19:35:04.502] [DEBUG] 6 processes running of frp type [2026-02-25,19:50:02.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,19:50:04.567] [DEBUG] 6 processes running of frp type [2026-02-25,20:05:03.197] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,20:05:05.444] [DEBUG] 6 processes running of frp type [2026-02-25,20:20:02.778] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,20:20:10.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-25,20:30:41.064] [INFO] Initializing BusSpeedStateManager V2 [2026-02-25,20:30:41.069] [INFO] LocationSqlManager initialising [2026-02-25,20:30:41.069] [INFO] Location DB initialising [2026-02-25,20:30:41.079] [INFO] LocationSqlManager initialisation complete [2026-02-25,20:30:41.079] [DEBUG] UploadManager Init [2026-02-25,20:30:41.080] [DEBUG] UploadManager Init Complete [2026-02-25,20:30:41.082] [INFO] Initializing GPS... [2026-02-25,20:30:41.085] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.534] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,20:32:32.355] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-25,20:33:23.202] [DEBUG] Log Upload Complete! [2026-02-25,20:35:29.626] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,20:35:31.616] [DEBUG] Remote Access Enabled [2026-02-25,20:35:33.175] [INFO] Server Address: 138.201.17.179 [2026-02-25,20:35:33.177] [INFO] Server Port: 7000 [2026-02-25,20:35:33.185] [DEBUG] Starting Remote Access! 2026-02-25 20:35:33.366 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-25 20:35:33.366 [I] [client/service.go:294] try to connect to server... 2026-02-25 20:35:34.842 [I] [client/service.go:286] [99cb0e5ede9900ba] login to server success, get run id [99cb0e5ede9900ba] 2026-02-25 20:35:34.843 [I] [proxy/proxy_manager.go:173] [99cb0e5ede9900ba] proxy added: [DNL01B4203] 2026-02-25 20:35:35.404 [I] [client/control.go:168] [99cb0e5ede9900ba] [DNL01B4203] start proxy success [2026-02-25,20:50:02.873] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,20:50:05.268] [DEBUG] 6 processes running of frp type [2026-02-25,21:05:02.778] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,21:05:05.113] [DEBUG] 6 processes running of frp type [2026-02-25,21:20:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,21: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-25,21:35:02.155] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,21:35:04.595] [DEBUG] 6 processes running of frp type [2026-02-25,21:50:02.260] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,21:50:04.613] [DEBUG] 6 processes running of frp type [2026-02-25,22:05:03.097] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,22:05:05.454] [DEBUG] 6 processes running of frp type [2026-02-25,22:20:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,22:20:10.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-02-25,22:35:02.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,22:35:05.026] [DEBUG] 6 processes running of frp type [2026-02-25,22:50:02.696] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,22:50:04.758] [DEBUG] 6 processes running of frp type [2026-02-25,23:05:02.253] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,23:05:04.861] [DEBUG] 6 processes running of frp type [2026-02-25,23:20:02.619] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,23: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-02-25,23:35:02.989] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,23:35:05.552] [DEBUG] 6 processes running of frp type [2026-02-25,23:50:07.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-25,23:50:09.177] [DEBUG] 6 processes running of frp type [2026-02-26,00:05:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,00:05:04.610] [DEBUG] 6 processes running of frp type [2026-02-26,00:20:03.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,00:20:05.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-26,00:35:02.512] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,00:35:05.561] [DEBUG] 6 processes running of frp type [2026-02-26,00:50:01.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,00:50:03.845] [DEBUG] 6 processes running of frp type [2026-02-26,01:05:02.316] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,01:05:04.130] [DEBUG] 6 processes running of frp type [2026-02-26,01:20:02.474] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,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-26,01:35:02.130] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,01:35:04.088] [DEBUG] 6 processes running of frp type [2026-02-26,01:50:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,01:50:04.878] [DEBUG] 6 processes running of frp type [2026-02-26,02:05:02.360] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,02:05:04.417] [DEBUG] 6 processes running of frp type [2026-02-26,02:20:02.663] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,02: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-02-26,02:35:02.513] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,02:35:04.965] [DEBUG] 6 processes running of frp type [2026-02-26,02:50:02.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,02:50:04.495] [DEBUG] 6 processes running of frp type [2026-02-26,03:05:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,03:05:04.719] [DEBUG] 6 processes running of frp type [2026-02-26,03:20:01.930] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,03: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-02-26,03:35:02.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,03:35:04.910] [DEBUG] 6 processes running of frp type [2026-02-26,03:50:02.432] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,03:50:04.644] [DEBUG] 6 processes running of frp type [2026-02-26,04:05:03.095] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,04:05:05.174] [DEBUG] 6 processes running of frp type [2026-02-26,04:20:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,04: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-02-26,04:35:02.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,04:35:04.083] [DEBUG] 6 processes running of frp type [2026-02-26,04:50:02.910] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,04:50:05.801] [DEBUG] 6 processes running of frp type [2026-02-26,05:05:02.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,05:05:04.553] [DEBUG] 6 processes running of frp type [2026-02-26,05:20:02.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,05:20:05.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-02-26,05:35:02.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,05:35:04.681] [DEBUG] 6 processes running of frp type [2026-02-26,05:50:02.181] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,05:50:04.654] [DEBUG] 6 processes running of frp type [2026-02-26,06:05:03.074] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,06:05:05.598] [DEBUG] 6 processes running of frp type [2026-02-26,06:20:03.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,06:20:05.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-26,06:30:41.033] [INFO] Initializing BusSpeedStateManager V2 [2026-02-26,06:30:41.040] [INFO] LocationSqlManager initialising [2026-02-26,06:30:41.041] [INFO] Location DB initialising [2026-02-26,06:30:41.052] [INFO] LocationSqlManager initialisation complete [2026-02-26,06:30:41.054] [DEBUG] UploadManager Init [2026-02-26,06:30:41.054] [DEBUG] UploadManager Init Complete [2026-02-26,06:30:41.059] [INFO] Initializing GPS... [2026-02-26,06:30:41.061] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,06:32:29.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,06:32:31.706] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-26,06:32:47.060] [DEBUG] Log Upload Complete! [2026-02-26,06:35:29.784] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,06:35:31.636] [DEBUG] Remote Access Enabled [2026-02-26,06:35:33.620] [INFO] Server Address: 138.201.17.179 [2026-02-26,06:35:33.621] [INFO] Server Port: 7000 [2026-02-26,06:35:33.631] [DEBUG] Starting Remote Access! 2026-02-26 06:35:33.818 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-26 06:35:33.819 [I] [client/service.go:294] try to connect to server... 2026-02-26 06:35:35.102 [I] [client/service.go:286] [4925637612558a0b] login to server success, get run id [4925637612558a0b] 2026-02-26 06:35:35.103 [I] [proxy/proxy_manager.go:173] [4925637612558a0b] proxy added: [DNL01B4203] 2026-02-26 06:35:35.601 [I] [client/control.go:168] [4925637612558a0b] [DNL01B4203] start proxy success [2026-02-26,06:50:02.939] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,06:50:04.634] [DEBUG] 6 processes running of frp type [2026-02-26,07:05:03.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,07:05:05.126] [DEBUG] 6 processes running of frp type [2026-02-26,07:20:02.439] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,07: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-02-26,07:35:02.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,07:35:04.174] [DEBUG] 6 processes running of frp type [2026-02-26,07:50:03.040] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,07:50:05.457] [DEBUG] 6 processes running of frp type [2026-02-26,08:02:02.751] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,08:02:05.253] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-26,08:02:20.712] [DEBUG] Log Upload Complete! [2026-02-26,08:05:03.032] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,08:05:05.184] [DEBUG] 6 processes running of frp type [2026-02-26,08:20:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,08:20:05.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-02-26,08:35:02.488] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,08:35:05.080] [DEBUG] 6 processes running of frp type [2026-02-26,08:50:02.849] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,08:50:05.567] [DEBUG] 6 processes running of frp type [2026-02-26,09:05:03.091] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,09:05:06.171] [DEBUG] 6 processes running of frp type [2026-02-26,09:20:02.541] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,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-02-26,09:35:02.544] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,09:35:04.655] [DEBUG] 6 processes running of frp type [2026-02-26,09:50:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,09:50:10.161] [DEBUG] 6 processes running of frp type [2026-02-26,10:05:02.617] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,10:05:04.973] [DEBUG] 6 processes running of frp type [2026-02-26,10:20:02.312] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,10:20:09.629] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,10:35:02.408] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,10:35:04.365] [DEBUG] 6 processes running of frp type [2026-02-26,10:50:03.159] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,10:50:05.325] [DEBUG] 6 processes running of frp type [2026-02-26,11:05:02.791] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,11:05:05.420] [DEBUG] 6 processes running of frp type [2026-02-26,11:20:02.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,11:20:05.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-02-26,11:35:02.741] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,11:35:05.079] [DEBUG] 6 processes running of frp type [2026-02-26,11:50:02.834] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,11:50:05.791] [DEBUG] 6 processes running of frp type [2026-02-26,12:05:02.343] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,12:05:04.736] [DEBUG] 6 processes running of frp type [2026-02-26,12:20:01.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,12:20:09.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-02-26,12:35:02.740] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,12:35:04.912] [DEBUG] 6 processes running of frp type [2026-02-26,12:50:02.396] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,12:50:04.692] [DEBUG] 6 processes running of frp type [2026-02-26,13:05:03.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,13:05:05.318] [DEBUG] 6 processes running of frp type [2026-02-26,13:20:02.760] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,13:20:04.522] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,13:35:02.602] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,13:35:04.348] [DEBUG] 6 processes running of frp type [2026-02-26,13:50:03.114] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,13:50:05.051] [DEBUG] 6 processes running of frp type [2026-02-26,14:05:02.586] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,14:05:04.381] [DEBUG] 6 processes running of frp type [2026-02-26,14:20:02.648] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,14:20:04.600] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,14:35:02.684] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,14:35:09.894] [DEBUG] 6 processes running of frp type [2026-02-26,14:50:02.681] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,14:50:05.356] [DEBUG] 6 processes running of frp type [2026-02-26,15:05:02.930] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,15:05:05.200] [DEBUG] 6 processes running of frp type [2026-02-26,15:20:02.547] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,15: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-02-26,15:35:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,15:35:09.448] [DEBUG] 6 processes running of frp type [2026-02-26,15:50:01.989] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,15:50:04.460] [DEBUG] 6 processes running of frp type [2026-02-26,16:05:02.959] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,16:05:05.472] [DEBUG] 6 processes running of frp type [2026-02-26,16:20:02.905] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,16:20:10.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-26,16:35:02.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,16:35:05.197] [DEBUG] 6 processes running of frp type [2026-02-26,16:50:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,16:50:04.844] [DEBUG] 6 processes running of frp type 2026-02-26 17:00:17.548 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:00:17.549 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:00:19.682 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:00:19.683 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:00:24.243 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:00:24.245 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:00:34.034 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:00:34.035 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:00:54.035 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:00:54.037 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:01:14.038 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:01:14.039 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:01:34.041 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:01:34.042 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:01:54.043 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:01:54.045 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:02:14.046 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:02:14.047 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:02:34.049 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:02:34.050 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:02:54.052 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:02:54.054 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:03:14.055 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:03:14.056 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:03:34.057 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:03:34.059 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:03:54.060 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:03:54.061 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:04:14.062 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:04:14.064 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:04:34.065 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:04:34.067 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:04:54.067 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:04:54.069 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:05:14.070 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:05:14.075 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:05:34.076 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:05:34.081 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-26 17:05:54.083 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:05:57.336 [I] [client/service.go:286] [4925637612558a0b] login to server success, get run id [4925637612558a0b] 2026-02-26 17:05:57.338 [I] [proxy/proxy_manager.go:173] [4925637612558a0b] proxy added: [DNL01B4203] 2026-02-26 17:05:58.616 [I] [client/control.go:168] [4925637612558a0b] [DNL01B4203] start proxy success 2026-02-26 17:06:34.459 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:06:34.461 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:06:36.536 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:06:36.537 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:06:40.913 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:06:40.914 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:06:50.364 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:06:50.365 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:07:10.366 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:07:10.367 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:07:30.368 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:07:30.370 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:07:50.371 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:07:50.373 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:08:10.374 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:08:10.376 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:08:30.377 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:08:30.378 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:08:50.379 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:08:50.381 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:09:10.382 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:09:10.383 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:09:30.384 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:09:30.385 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:09:50.386 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:09:50.388 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:10:10.389 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:10:10.390 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:10:30.391 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:10:30.392 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:10:50.393 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:10:50.395 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:11:10.396 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:11:10.398 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:11:30.399 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:11:30.405 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:11:50.406 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:11:50.410 [W] [client/service.go:297] [4925637612558a0b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-26 17:12:10.411 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 17:12:11.483 [I] [client/service.go:286] [4925637612558a0b] login to server success, get run id [4925637612558a0b] 2026-02-26 17:12:11.484 [I] [proxy/proxy_manager.go:173] [4925637612558a0b] proxy added: [DNL01B4203] 2026-02-26 17:12:13.138 [I] [client/control.go:168] [4925637612558a0b] [DNL01B4203] start proxy success [2026-02-26,17:20:02.724] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,17: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-26,17:35:02.419] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,17:35:04.242] [DEBUG] 6 processes running of frp type [2026-02-26,17:50:03.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,17:50:05.555] [DEBUG] 6 processes running of frp type [2026-02-26,18:05:03.055] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,18:05:05.668] [DEBUG] 6 processes running of frp type [2026-02-26,18:20:02.901] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,18:20:10.578] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,18:35:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,18:35:05.076] [DEBUG] 6 processes running of frp type [2026-02-26,18:50:02.941] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,18:50:05.138] [DEBUG] 6 processes running of frp type [2026-02-26,19:05:02.660] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,19:05:05.379] [DEBUG] 6 processes running of frp type [2026-02-26,19:20:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,19: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-02-26,19:35:02.576] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,19:35:10.505] [DEBUG] 6 processes running of frp type [2026-02-26,19:50:02.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,19:50:04.574] [DEBUG] 6 processes running of frp type [2026-02-26,20:05:03.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,20:05:06.029] [DEBUG] 6 processes running of frp type 2026-02-26 20:09:25.700 [I] [client/service.go:294] [4925637612558a0b] try to connect to server... 2026-02-26 20:09:27.140 [I] [client/service.go:286] [4925637612558a0b] login to server success, get run id [4925637612558a0b] 2026-02-26 20:09:27.142 [I] [proxy/proxy_manager.go:173] [4925637612558a0b] proxy added: [DNL01B4203] 2026-02-26 20:09:28.215 [I] [client/control.go:168] [4925637612558a0b] [DNL01B4203] start proxy success [2026-02-26,20:20:02.283] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,20:20:19.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-02-26,20:30:41.019] [INFO] Initializing BusSpeedStateManager V2 [2026-02-26,20:30:41.027] [INFO] LocationSqlManager initialising [2026-02-26,20:30:41.028] [INFO] Location DB initialising [2026-02-26,20:30:41.039] [INFO] LocationSqlManager initialisation complete [2026-02-26,20:30:41.041] [DEBUG] UploadManager Init [2026-02-26,20:30:41.042] [DEBUG] UploadManager Init Complete [2026-02-26,20:30:41.046] [INFO] Initializing GPS... [2026-02-26,20:30:41.049] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,20:32:29.646] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,20:32:36.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-02-26,20:33:23.183] [DEBUG] Log Upload Complete! [2026-02-26,20:35:29.782] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,20:35:31.499] [DEBUG] Remote Access Enabled [2026-02-26,20:35:33.120] [INFO] Server Address: 138.201.17.179 [2026-02-26,20:35:33.122] [INFO] Server Port: 7000 [2026-02-26,20:35:33.131] [DEBUG] Starting Remote Access! 2026-02-26 20:35:33.275 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-26 20:35:33.276 [I] [client/service.go:294] try to connect to server... 2026-02-26 20:35:34.702 [I] [client/service.go:286] [a782bd667d0e6bbc] login to server success, get run id [a782bd667d0e6bbc] 2026-02-26 20:35:34.703 [I] [proxy/proxy_manager.go:173] [a782bd667d0e6bbc] proxy added: [DNL01B4203] 2026-02-26 20:35:35.337 [I] [client/control.go:168] [a782bd667d0e6bbc] [DNL01B4203] start proxy success [2026-02-26,20:50:02.615] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,20:50:19.572] [DEBUG] 6 processes running of frp type [2026-02-26,21:05:02.886] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,21:05:15.180] [DEBUG] 6 processes running of frp type 2026-02-26 21:15:54.645 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 21:16:04.880 [I] [client/service.go:286] [a782bd667d0e6bbc] login to server success, get run id [a782bd667d0e6bbc] 2026-02-26 21:16:04.882 [I] [proxy/proxy_manager.go:173] [a782bd667d0e6bbc] proxy added: [DNL01B4203] 2026-02-26 21:16:05.570 [I] [client/control.go:168] [a782bd667d0e6bbc] [DNL01B4203] start proxy success [2026-02-26,21:20:02.713] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,21: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-02-26,21:35:03.092] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,21:35:06.503] [DEBUG] 6 processes running of frp type 2026-02-26 21:35:16.587 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 21:35:18.876 [I] [client/service.go:286] [a782bd667d0e6bbc] login to server success, get run id [a782bd667d0e6bbc] 2026-02-26 21:35:18.877 [I] [proxy/proxy_manager.go:173] [a782bd667d0e6bbc] proxy added: [DNL01B4203] 2026-02-26 21:35:19.599 [I] [client/control.go:168] [a782bd667d0e6bbc] [DNL01B4203] start proxy success [2026-02-26,21:50:03.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,21:50:10.614] [DEBUG] 6 processes running of frp type [2026-02-26,22:05:03.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,22:05:09.868] [DEBUG] 6 processes running of frp type 2026-02-26 22:07:03.480 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 22:07:17.963 [W] [client/service.go:297] [a782bd667d0e6bbc] connect to server error: i/o deadline reached 2026-02-26 22:07:17.964 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 22:07:27.965 [W] [client/service.go:297] [a782bd667d0e6bbc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-26 22:07:27.966 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 22:07:30.808 [I] [client/service.go:286] [a782bd667d0e6bbc] login to server success, get run id [a782bd667d0e6bbc] 2026-02-26 22:07:30.809 [I] [proxy/proxy_manager.go:173] [a782bd667d0e6bbc] proxy added: [DNL01B4203] 2026-02-26 22:07:31.448 [I] [client/control.go:168] [a782bd667d0e6bbc] [DNL01B4203] start proxy success [2026-02-26,22:20:02.740] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,22:20:06.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-26,22:35:02.992] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,22:35:04.862] [DEBUG] 6 processes running of frp type [2026-02-26,22:50:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,22:50:05.035] [DEBUG] 6 processes running of frp type [2026-02-26,23:05:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,23:05:04.608] [DEBUG] 6 processes running of frp type 2026-02-26 23:10:18.362 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 23:10:28.364 [W] [client/service.go:297] [a782bd667d0e6bbc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-26 23:10:28.364 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 23:10:38.366 [W] [client/service.go:297] [a782bd667d0e6bbc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-26 23:10:38.367 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 23:10:43.842 [I] [client/service.go:286] [a782bd667d0e6bbc] login to server success, get run id [a782bd667d0e6bbc] 2026-02-26 23:10:43.844 [I] [proxy/proxy_manager.go:173] [a782bd667d0e6bbc] proxy added: [DNL01B4203] 2026-02-26 23:10:45.282 [I] [client/control.go:168] [a782bd667d0e6bbc] [DNL01B4203] start proxy success 2026-02-26 23:13:54.760 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 23:14:06.006 [I] [client/service.go:286] [a782bd667d0e6bbc] login to server success, get run id [a782bd667d0e6bbc] 2026-02-26 23:14:06.007 [I] [proxy/proxy_manager.go:173] [a782bd667d0e6bbc] proxy added: [DNL01B4203] 2026-02-26 23:14:06.660 [I] [client/control.go:168] [a782bd667d0e6bbc] [DNL01B4203] start proxy success 2026-02-26 23:15:43.623 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 23:16:00.008 [W] [client/service.go:297] [a782bd667d0e6bbc] connect to server error: i/o deadline reached 2026-02-26 23:16:00.008 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 23:16:10.010 [W] [client/service.go:297] [a782bd667d0e6bbc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-26 23:16:10.011 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 23:16:12.484 [I] [client/service.go:286] [a782bd667d0e6bbc] login to server success, get run id [a782bd667d0e6bbc] 2026-02-26 23:16:12.486 [I] [proxy/proxy_manager.go:173] [a782bd667d0e6bbc] proxy added: [DNL01B4203] 2026-02-26 23:16:20.697 [I] [client/control.go:168] [a782bd667d0e6bbc] [DNL01B4203] start proxy success [2026-02-26,23:20:03.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,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-02-26 23:34:12.197 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 23:34:22.199 [W] [client/service.go:297] [a782bd667d0e6bbc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-26 23:34:22.200 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 23:34:29.061 [I] [client/service.go:286] [a782bd667d0e6bbc] login to server success, get run id [a782bd667d0e6bbc] 2026-02-26 23:34:29.062 [I] [proxy/proxy_manager.go:173] [a782bd667d0e6bbc] proxy added: [DNL01B4203] 2026-02-26 23:34:29.701 [I] [client/control.go:168] [a782bd667d0e6bbc] [DNL01B4203] start proxy success [2026-02-26,23:35:02.747] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,23:35:05.544] [DEBUG] 6 processes running of frp type [2026-02-26,23:50:02.420] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-26,23:50:18.645] [DEBUG] 6 processes running of frp type 2026-02-26 23:50:23.286 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-26 23:50:24.979 [I] [client/service.go:286] [a782bd667d0e6bbc] login to server success, get run id [a782bd667d0e6bbc] 2026-02-26 23:50:24.981 [I] [proxy/proxy_manager.go:173] [a782bd667d0e6bbc] proxy added: [DNL01B4203] 2026-02-26 23:50:26.828 [I] [client/control.go:168] [a782bd667d0e6bbc] [DNL01B4203] start proxy success [2026-02-27,00:05:03.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,00:05:05.821] [DEBUG] 6 processes running of frp type 2026-02-27 00:07:50.201 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-27 00:08:00.203 [W] [client/service.go:297] [a782bd667d0e6bbc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 00:08:00.204 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-27 00:08:10.206 [W] [client/service.go:297] [a782bd667d0e6bbc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 00:08:10.207 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-27 00:08:22.347 [W] [client/service.go:297] [a782bd667d0e6bbc] connect to server error: connection write timeout 2026-02-27 00:08:22.347 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-27 00:08:28.166 [I] [client/service.go:286] [a782bd667d0e6bbc] login to server success, get run id [a782bd667d0e6bbc] 2026-02-27 00:08:28.167 [I] [proxy/proxy_manager.go:173] [a782bd667d0e6bbc] proxy added: [DNL01B4203] 2026-02-27 00:08:28.550 [I] [client/control.go:168] [a782bd667d0e6bbc] [DNL01B4203] start proxy success 2026-02-27 00:09:37.327 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-27 00:09:47.204 [I] [client/service.go:286] [a782bd667d0e6bbc] login to server success, get run id [a782bd667d0e6bbc] 2026-02-27 00:09:47.206 [I] [proxy/proxy_manager.go:173] [a782bd667d0e6bbc] proxy added: [DNL01B4203] 2026-02-27 00:09:47.845 [I] [client/control.go:168] [a782bd667d0e6bbc] [DNL01B4203] start proxy success 2026-02-27 00:17:02.834 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-27 00:17:18.497 [W] [client/service.go:297] [a782bd667d0e6bbc] connect to server error: connection write timeout 2026-02-27 00:17:18.498 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-27 00:17:28.500 [W] [client/service.go:297] [a782bd667d0e6bbc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 00:17:28.500 [I] [client/service.go:294] [a782bd667d0e6bbc] try to connect to server... 2026-02-27 00:17:33.918 [I] [client/service.go:286] [a782bd667d0e6bbc] login to server success, get run id [a782bd667d0e6bbc] 2026-02-27 00:17:33.920 [I] [proxy/proxy_manager.go:173] [a782bd667d0e6bbc] proxy added: [DNL01B4203] 2026-02-27 00:17:34.559 [I] [client/control.go:168] [a782bd667d0e6bbc] [DNL01B4203] start proxy success [2026-02-27,00:20:02.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,00: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-02-27,00:35:02.629] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,00:35:05.204] [DEBUG] 6 processes running of frp type [2026-02-27,00:50:03.864] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,00:50:06.452] [DEBUG] 6 processes running of frp type [2026-02-27,01:05:02.919] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,01:05:05.137] [DEBUG] 6 processes running of frp type [2026-02-27,01:20:02.715] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,01: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' [2026-02-27,01:35:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,01:35:04.724] [DEBUG] 6 processes running of frp type [2026-02-27,01:50:02.599] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,01:50:04.823] [DEBUG] 6 processes running of frp type [2026-02-27,02:05:02.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,02:05:04.670] [DEBUG] 6 processes running of frp type [2026-02-27,02:20:03.060] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,02: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-02-27,02:35:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,02:35:04.405] [DEBUG] 6 processes running of frp type [2026-02-27,02:50:02.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,02:50:04.571] [DEBUG] 6 processes running of frp type [2026-02-27,03:05:02.981] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,03:05:05.646] [DEBUG] 6 processes running of frp type [2026-02-27,03:20:03.246] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,03: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-02-27,03:35:02.849] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,03:35:04.575] [DEBUG] 6 processes running of frp type [2026-02-27,03:50:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,03:50:04.167] [DEBUG] 6 processes running of frp type [2026-02-27,04:05:02.545] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,04:05:04.512] [DEBUG] 6 processes running of frp type [2026-02-27,04:20:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,04:20:04.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-02-27,04:35:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,04:35:04.350] [DEBUG] 6 processes running of frp type [2026-02-27,04:50:02.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,04:50:05.197] [DEBUG] 6 processes running of frp type [2026-02-27,05:05:02.500] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,05:05:04.448] [DEBUG] 6 processes running of frp type [2026-02-27,05:20:02.653] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,05:20:05.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-02-27,05:35:02.760] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,05:35:04.904] [DEBUG] 6 processes running of frp type [2026-02-27,05:50:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,05:50:04.885] [DEBUG] 6 processes running of frp type [2026-02-27,06:05:02.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,06:05:06.877] [DEBUG] 6 processes running of frp type [2026-02-27,06:20:02.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,06: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-02-27,06:30:41.822] [INFO] Initializing BusSpeedStateManager V2 [2026-02-27,06:30:41.827] [INFO] LocationSqlManager initialising [2026-02-27,06:30:41.828] [INFO] Location DB initialising [2026-02-27,06:30:41.837] [INFO] LocationSqlManager initialisation complete [2026-02-27,06:30:41.838] [DEBUG] UploadManager Init [2026-02-27,06:30:41.838] [DEBUG] UploadManager Init Complete [2026-02-27,06:30:41.841] [INFO] Initializing GPS... [2026-02-27,06:30:41.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-02-27,06:32:29.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,06:32:32.233] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-27,06:33:00.237] [DEBUG] Log Upload Complete! [2026-02-27,06:35:29.903] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,06:35:32.447] [DEBUG] Remote Access Enabled [2026-02-27,06:35:33.962] [INFO] Server Address: 138.201.17.179 [2026-02-27,06:35:33.963] [INFO] Server Port: 7000 [2026-02-27,06:35:33.968] [DEBUG] Starting Remote Access! 2026-02-27 06:35:34.094 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-27 06:35:34.095 [I] [client/service.go:294] try to connect to server... 2026-02-27 06:35:35.588 [I] [client/service.go:286] [3a5cb73d538fe49b] login to server success, get run id [3a5cb73d538fe49b] 2026-02-27 06:35:35.590 [I] [proxy/proxy_manager.go:173] [3a5cb73d538fe49b] proxy added: [DNL01B4203] 2026-02-27 06:35:36.046 [I] [client/control.go:168] [3a5cb73d538fe49b] [DNL01B4203] start proxy success [2026-02-27,06:50:02.373] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,06:50:04.745] [DEBUG] 6 processes running of frp type [2026-02-27,07:05:01.981] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,07:05:04.270] [DEBUG] 6 processes running of frp type [2026-02-27,07:20:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,07: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-02-27,07:35:02.330] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,07:35:04.616] [DEBUG] 6 processes running of frp type [2026-02-27,07:50:02.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,07:50:04.803] [DEBUG] 6 processes running of frp type [2026-02-27,08:02:02.031] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,08:02:04.649] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-27,08:02:56.815] [DEBUG] Log Upload Complete! [2026-02-27,08:05:02.278] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,08:05:04.760] [DEBUG] 6 processes running of frp type [2026-02-27,08:20:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,08: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-27,08:35:02.987] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,08:35:05.621] [DEBUG] 6 processes running of frp type [2026-02-27,08:50:02.541] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,08:50:05.448] [DEBUG] 6 processes running of frp type [2026-02-27,09:05:02.877] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,09:05:05.309] [DEBUG] 6 processes running of frp type [2026-02-27,09:20:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,09: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-02-27,09:35:02.533] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,09:35:05.225] [DEBUG] 6 processes running of frp type [2026-02-27,09:50:03.145] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,09:50:10.517] [DEBUG] 6 processes running of frp type [2026-02-27,10:05:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,10:05:05.523] [DEBUG] 6 processes running of frp type [2026-02-27,10:20:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,10:20:05.462] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,10:35:02.791] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,10:35:05.323] [DEBUG] 6 processes running of frp type [2026-02-27,10:50:02.292] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,10:50:04.861] [DEBUG] 6 processes running of frp type [2026-02-27,11:05:02.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,11:05:04.848] [DEBUG] 6 processes running of frp type [2026-02-27,11:20:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,11: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-02-27,11:35:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,11:35:05.519] [DEBUG] 6 processes running of frp type [2026-02-27,11:50:02.227] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,11:50:04.804] [DEBUG] 6 processes running of frp type [2026-02-27,12:05:02.064] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,12:05:04.215] [DEBUG] 6 processes running of frp type [2026-02-27,12:20:02.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,12: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-02-27,12:35:02.401] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,12:35:05.300] [DEBUG] 6 processes running of frp type [2026-02-27,12:50:03.179] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,12:50:10.532] [DEBUG] 6 processes running of frp type [2026-02-27,13:05:03.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,13:05:05.615] [DEBUG] 6 processes running of frp type [2026-02-27,13:20:03.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,13:20:05.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-02-27,13:35:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,13:35:05.284] [DEBUG] 6 processes running of frp type [2026-02-27,13:50:03.185] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,13:50:10.817] [DEBUG] 6 processes running of frp type [2026-02-27,14:05:02.262] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,14:05:04.607] [DEBUG] 6 processes running of frp type [2026-02-27,14:20:02.990] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,14:20:05.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-02-27,14:35:02.434] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,14:35:04.616] [DEBUG] 6 processes running of frp type [2026-02-27,14:50:02.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,14:50:09.867] [DEBUG] 6 processes running of frp type [2026-02-27,15:05:07.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,15:05:10.120] [DEBUG] 6 processes running of frp type [2026-02-27,15:20:02.523] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,15: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-02-27,15:35:03.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,15:35:05.426] [DEBUG] 6 processes running of frp type [2026-02-27,15:50:02.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,15:50:04.871] [DEBUG] 6 processes running of frp type [2026-02-27,16:05:02.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,16:05:04.581] [DEBUG] 6 processes running of frp type [2026-02-27,16:20:03.065] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,16:20:05.124] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,16:35:02.797] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,16:35:04.908] [DEBUG] 6 processes running of frp type [2026-02-27,16:50:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,16:50:10.186] [DEBUG] 6 processes running of frp type 2026-02-27 17:00:14.305 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:00:24.307 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:00:24.307 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:00:24.308 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:00:28.800 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:00:28.801 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:00:38.285 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:00:38.286 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:00:58.288 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:00:58.289 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:01:18.291 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:01:18.292 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:01:38.294 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:01:38.295 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:01:58.296 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:01:58.298 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:02:18.300 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:02:18.301 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:02:38.303 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:02:38.305 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:02:58.305 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:02:58.307 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:03:18.307 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:03:18.309 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:03:38.309 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:03:38.311 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:03:58.311 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:03:58.313 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:04:18.314 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:04:18.315 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:04:38.317 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:04:38.319 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:04:58.320 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:04:58.321 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:05:18.322 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:05:18.326 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:05:38.328 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:05:40.844 [I] [client/service.go:286] [3a5cb73d538fe49b] login to server success, get run id [3a5cb73d538fe49b] 2026-02-27 17:05:40.846 [I] [proxy/proxy_manager.go:173] [3a5cb73d538fe49b] proxy added: [DNL01B4203] 2026-02-27 17:05:41.734 [I] [client/control.go:168] [3a5cb73d538fe49b] [DNL01B4203] start proxy success 2026-02-27 17:06:49.317 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:06:49.318 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:06:51.454 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:06:51.455 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:06:55.778 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:06:55.779 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:07:04.994 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:07:04.995 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:07:24.181 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:07:24.182 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:07:44.183 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:07:44.184 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:08:04.185 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:08:04.186 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:08:24.187 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:08:24.189 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:08:44.190 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:08:44.191 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:09:04.192 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:09:04.193 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:09:24.194 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:09:24.196 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:09:44.198 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:09:44.199 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:10:04.200 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:10:04.202 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:10:24.203 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:10:24.204 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:10:44.205 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:10:44.207 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:11:04.208 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:11:04.209 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:11:24.211 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:11:24.212 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:11:44.213 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:11:44.217 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-27 17:12:04.218 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:12:05.617 [I] [client/service.go:286] [3a5cb73d538fe49b] login to server success, get run id [3a5cb73d538fe49b] 2026-02-27 17:12:05.619 [I] [proxy/proxy_manager.go:173] [3a5cb73d538fe49b] proxy added: [DNL01B4203] 2026-02-27 17:12:06.665 [I] [client/control.go:168] [3a5cb73d538fe49b] [DNL01B4203] start proxy success [2026-02-27,17:20:02.746] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,17:20:05.232] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,17:35:02.312] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,17:35:04.634] [DEBUG] 6 processes running of frp type 2026-02-27 17:47:39.767 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:47:49.770 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:47:49.770 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:47:59.772 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:47:59.773 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:48:09.774 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:48:09.775 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:48:19.777 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:48:19.777 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:48:29.779 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:48:49.781 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:48:59.783 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:49:19.784 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:49:32.485 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: connection write timeout 2026-02-27 17:49:52.486 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... [2026-02-27,17:50:02.397] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-02-27 17:50:02.488 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-02-27,17:50:05.213] [DEBUG] 6 processes running of frp type 2026-02-27 17:50:22.490 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:50:32.491 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:50:52.493 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:51:09.647 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: i/o deadline reached 2026-02-27 17:51:29.648 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:51:39.651 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:51:59.652 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:52:09.655 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:52:29.657 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:52:52.455 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: i/o deadline reached 2026-02-27 17:52:52.456 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:52:56.536 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: session shutdown 2026-02-27 17:53:16.537 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:53:26.539 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:53:46.541 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:53:56.543 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:54:16.544 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:54:30.823 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: i/o deadline reached 2026-02-27 17:54:50.824 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:55:02.417 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: connection write timeout 2026-02-27 17:55:22.418 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:55:32.421 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:55:52.422 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:56:02.424 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:56:22.425 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:56:38.152 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: i/o deadline reached 2026-02-27 17:56:58.154 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:57:08.155 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:57:28.156 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:57:38.158 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:57:58.160 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:58:08.161 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 17:58:28.163 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 17:58:34.216 [I] [client/service.go:286] [3a5cb73d538fe49b] login to server success, get run id [3a5cb73d538fe49b] 2026-02-27 17:58:34.217 [I] [proxy/proxy_manager.go:173] [3a5cb73d538fe49b] proxy added: [DNL01B4203] 2026-02-27 17:58:39.922 [I] [client/control.go:168] [3a5cb73d538fe49b] [DNL01B4203] start proxy success 2026-02-27 18:00:44.735 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:00:54.737 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:00:54.737 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:01:04.739 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:01:04.740 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:01:14.741 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:01:14.742 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:01:24.083 [I] [client/service.go:286] [3a5cb73d538fe49b] login to server success, get run id [3a5cb73d538fe49b] 2026-02-27 18:01:24.085 [I] [proxy/proxy_manager.go:173] [3a5cb73d538fe49b] proxy added: [DNL01B4203] 2026-02-27 18:01:24.565 [I] [client/control.go:168] [3a5cb73d538fe49b] [DNL01B4203] start proxy success 2026-02-27 18:02:32.886 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:02:43.122 [I] [client/service.go:286] [3a5cb73d538fe49b] login to server success, get run id [3a5cb73d538fe49b] 2026-02-27 18:02:43.124 [I] [proxy/proxy_manager.go:173] [3a5cb73d538fe49b] proxy added: [DNL01B4203] 2026-02-27 18:02:43.809 [I] [client/control.go:168] [3a5cb73d538fe49b] [DNL01B4203] start proxy success 2026-02-27 18:04:52.406 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:05:02.408 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:05:02.408 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... [2026-02-27,18:05:02.590] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,18:05:05.018] [DEBUG] 6 processes running of frp type 2026-02-27 18:05:12.410 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:05:12.410 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:05:22.412 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:05:22.412 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:05:32.414 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:05:32.414 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:05:41.683 [I] [client/service.go:286] [3a5cb73d538fe49b] login to server success, get run id [3a5cb73d538fe49b] 2026-02-27 18:05:41.685 [I] [proxy/proxy_manager.go:173] [3a5cb73d538fe49b] proxy added: [DNL01B4203] 2026-02-27 18:05:42.323 [I] [client/control.go:168] [3a5cb73d538fe49b] [DNL01B4203] start proxy success 2026-02-27 18:06:50.496 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:07:00.498 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:07:00.499 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:07:10.501 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:07:10.501 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:07:20.503 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:07:20.504 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:07:25.621 [I] [client/service.go:286] [3a5cb73d538fe49b] login to server success, get run id [3a5cb73d538fe49b] 2026-02-27 18:07:25.623 [I] [proxy/proxy_manager.go:173] [3a5cb73d538fe49b] proxy added: [DNL01B4203] 2026-02-27 18:07:26.402 [I] [client/control.go:168] [3a5cb73d538fe49b] [DNL01B4203] start proxy success 2026-02-27 18:08:34.496 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:08:44.498 [W] [client/service.go:297] [3a5cb73d538fe49b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 18:08:44.499 [I] [client/service.go:294] [3a5cb73d538fe49b] try to connect to server... 2026-02-27 18:08:45.800 [I] [client/service.go:286] [3a5cb73d538fe49b] login to server success, get run id [3a5cb73d538fe49b] 2026-02-27 18:08:45.801 [I] [proxy/proxy_manager.go:173] [3a5cb73d538fe49b] proxy added: [DNL01B4203] 2026-02-27 18:08:46.352 [I] [client/control.go:168] [3a5cb73d538fe49b] [DNL01B4203] start proxy success [2026-02-27,18:20:02.354] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,18: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-02-27,18:35:01.907] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,18:35:04.326] [DEBUG] 6 processes running of frp type [2026-02-27,18:50:03.147] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,18:50:05.763] [DEBUG] 6 processes running of frp type [2026-02-27,19:05:01.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,19:05:04.008] [DEBUG] 6 processes running of frp type [2026-02-27,19:20:02.500] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,19:20:15.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' [2026-02-27,19:35:01.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,19:35:04.638] [DEBUG] 6 processes running of frp type [2026-02-27,19:50:02.264] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,19:50:04.580] [DEBUG] 6 processes running of frp type [2026-02-27,20:05:03.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,20:05:05.989] [DEBUG] 6 processes running of frp type [2026-02-27,20:20:02.339] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,20:20:19.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-27,20:30:41.227] [INFO] Initializing BusSpeedStateManager V2 [2026-02-27,20:30:41.234] [INFO] LocationSqlManager initialising [2026-02-27,20:30:41.235] [INFO] Location DB initialising [2026-02-27,20:30:41.246] [INFO] LocationSqlManager initialisation complete [2026-02-27,20:30:41.248] [DEBUG] UploadManager Init [2026-02-27,20:30:41.248] [DEBUG] UploadManager Init Complete [2026-02-27,20:30:41.253] [INFO] Initializing GPS... [2026-02-27,20:30:41.256] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,20:32:29.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,20:32:31.077] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:33:20.466] [DEBUG] Log Upload Complete! [2026-02-27,20:35:29.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,20:35:31.145] [DEBUG] Remote Access Enabled [2026-02-27,20:35:32.515] [INFO] Server Address: 138.201.17.179 [2026-02-27,20:35:32.517] [INFO] Server Port: 7000 [2026-02-27,20:35:32.525] [DEBUG] Starting Remote Access! 2026-02-27 20:35:32.716 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-27 20:35:32.717 [I] [client/service.go:294] try to connect to server... 2026-02-27 20:35:34.633 [I] [client/service.go:286] [001e6c369c1cd949] login to server success, get run id [001e6c369c1cd949] 2026-02-27 20:35:34.633 [I] [proxy/proxy_manager.go:173] [001e6c369c1cd949] proxy added: [DNL01B4203] 2026-02-27 20:35:35.376 [I] [client/control.go:168] [001e6c369c1cd949] [DNL01B4203] start proxy success [2026-02-27,20:50:02.521] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,20:50:04.855] [DEBUG] 6 processes running of frp type [2026-02-27,21:05:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,21:05:05.100] [DEBUG] 6 processes running of frp type [2026-02-27,21:20:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,21:20:09.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-02-27,21:35:03.120] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,21:35:04.963] [DEBUG] 6 processes running of frp type [2026-02-27,21:50:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,21:50:04.784] [DEBUG] 6 processes running of frp type [2026-02-27,22:05:02.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,22:05:04.776] [DEBUG] 6 processes running of frp type [2026-02-27,22:20:01.870] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,22: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-27,22:35:02.798] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,22:35:10.123] [DEBUG] 6 processes running of frp type [2026-02-27,22:50:02.850] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,22:50:04.914] [DEBUG] 6 processes running of frp type [2026-02-27,23:05:02.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,23:05:04.103] [DEBUG] 6 processes running of frp type [2026-02-27,23:20:02.407] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,23: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-02-27,23:35:02.516] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,23:35:04.408] [DEBUG] 6 processes running of frp type [2026-02-27,23:50:02.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-27,23:50:04.363] [DEBUG] 6 processes running of frp type [2026-02-28,00:05:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,00:05:05.187] [DEBUG] 6 processes running of frp type [2026-02-28,00:20:02.400] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,00: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-02-28,00:35:02.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,00:35:04.210] [DEBUG] 6 processes running of frp type [2026-02-28,00:50:02.922] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,00:50:04.962] [DEBUG] 6 processes running of frp type [2026-02-28,01:05:02.355] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,01:05:04.456] [DEBUG] 6 processes running of frp type [2026-02-28,01:20:02.623] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,01: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-28,01:35:02.505] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,01:35:04.850] [DEBUG] 6 processes running of frp type [2026-02-28,01:50:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,01:50:04.777] [DEBUG] 6 processes running of frp type [2026-02-28,02:05:02.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,02:05:04.641] [DEBUG] 6 processes running of frp type [2026-02-28,02:20:01.992] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,02: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' [2026-02-28,02:35:02.910] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,02:35:05.130] [DEBUG] 6 processes running of frp type 2026-02-28 02:41:43.851 [I] [client/service.go:294] [001e6c369c1cd949] try to connect to server... 2026-02-28 02:41:58.757 [I] [client/service.go:286] [001e6c369c1cd949] login to server success, get run id [001e6c369c1cd949] 2026-02-28 02:41:58.759 [I] [proxy/proxy_manager.go:173] [001e6c369c1cd949] proxy added: [DNL01B4203] 2026-02-28 02:42:08.509 [I] [client/control.go:168] [001e6c369c1cd949] [DNL01B4203] start proxy success 2026-02-28 02:42:56.811 [I] [client/service.go:294] [001e6c369c1cd949] try to connect to server... 2026-02-28 02:43:12.111 [W] [client/service.go:297] [001e6c369c1cd949] connect to server error: i/o deadline reached 2026-02-28 02:43:12.112 [I] [client/service.go:294] [001e6c369c1cd949] try to connect to server... 2026-02-28 02:43:18.747 [I] [client/service.go:286] [001e6c369c1cd949] login to server success, get run id [001e6c369c1cd949] 2026-02-28 02:43:18.749 [I] [proxy/proxy_manager.go:173] [001e6c369c1cd949] proxy added: [DNL01B4203] 2026-02-28 02:43:28.668 [I] [client/control.go:168] [001e6c369c1cd949] [DNL01B4203] start proxy success [2026-02-28,02:50:02.801] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,02:50:04.852] [DEBUG] 6 processes running of frp type [2026-02-28,03:05:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,03:05:04.986] [DEBUG] 6 processes running of frp type [2026-02-28,03:20:02.388] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,03: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-02-28,03:35:02.391] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,03:35:04.365] [DEBUG] 6 processes running of frp type [2026-02-28,03:50:03.246] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,03:50:05.472] [DEBUG] 6 processes running of frp type [2026-02-28,04:05:02.879] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,04:05:04.784] [DEBUG] 6 processes running of frp type [2026-02-28,04:20:02.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,04: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' [2026-02-28,04:35:03.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,04:35:04.928] [DEBUG] 6 processes running of frp type [2026-02-28,04:50:02.639] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,04:50:04.744] [DEBUG] 6 processes running of frp type [2026-02-28,05:05:02.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,05:05:04.288] [DEBUG] 6 processes running of frp type [2026-02-28,05:20:02.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,05:20:04.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-02-28,05:35:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,05:35:04.617] [DEBUG] 6 processes running of frp type [2026-02-28,05:50:02.115] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,05:50:04.216] [DEBUG] 6 processes running of frp type [2026-02-28,06:05:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,06:05:04.898] [DEBUG] 6 processes running of frp type [2026-02-28,06:20:02.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,06: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-28,06:30:40.908] [INFO] Initializing BusSpeedStateManager V2 [2026-02-28,06:30:40.913] [INFO] LocationSqlManager initialising [2026-02-28,06:30:40.913] [INFO] Location DB initialising [2026-02-28,06:30:40.923] [INFO] LocationSqlManager initialisation complete [2026-02-28,06:30:40.923] [DEBUG] UploadManager Init [2026-02-28,06:30:40.924] [DEBUG] UploadManager Init Complete [2026-02-28,06:30:40.927] [INFO] Initializing GPS... [2026-02-28,06:30:40.929] [INFO] Starting location capture [2026-02-28,06:31:43.130] [INFO] Initializing BusSpeedStateManager V2 [2026-02-28,06:31:43.136] [INFO] LocationSqlManager initialising [2026-02-28,06:31:43.137] [INFO] Location DB initialising [2026-02-28,06:31:43.146] [INFO] LocationSqlManager initialisation complete [2026-02-28,06:31:43.148] [DEBUG] UploadManager Init [2026-02-28,06:31:43.148] [DEBUG] UploadManager Init Complete [2026-02-28,06:31:43.152] [INFO] Initializing GPS... [2026-02-28,06:31:43.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' [2026-02-28,06:33:31.742] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,06:33:33.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-28,06:33:45.515] [DEBUG] Log Upload Complete! [2026-02-28,06:36:31.803] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,06:36:33.644] [DEBUG] Remote Access Enabled [2026-02-28,06:36:35.204] [INFO] Server Address: 138.201.17.179 [2026-02-28,06:36:35.205] [INFO] Server Port: 7000 [2026-02-28,06:36:35.216] [DEBUG] Starting Remote Access! 2026-02-28 06:36:35.380 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-28 06:36:35.381 [I] [client/service.go:294] try to connect to server... 2026-02-28 06:36:36.622 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 06:36:36.623 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 06:36:37.102 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success [2026-02-28,06:50:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,06:50:05.177] [DEBUG] 6 processes running of frp type [2026-02-28,07:05:02.935] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,07:05:05.675] [DEBUG] 6 processes running of frp type [2026-02-28,07:20:02.958] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,07: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-02-28,07:35:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,07:35:05.297] [DEBUG] 6 processes running of frp type [2026-02-28,07:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,07:50:05.643] [DEBUG] 6 processes running of frp type [2026-02-28,08:02:02.887] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,08:02:05.009] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-28,08:02:14.801] [DEBUG] Log Upload Complete! [2026-02-28,08:05:03.260] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,08:05:05.814] [DEBUG] 6 processes running of frp type [2026-02-28,08:20:02.064] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,08:20:03.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-28,08:35:02.973] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,08:35:05.524] [DEBUG] 6 processes running of frp type [2026-02-28,08:50:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,08:50:04.125] [DEBUG] 6 processes running of frp type [2026-02-28,09:05:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,09:05:04.934] [DEBUG] 6 processes running of frp type [2026-02-28,09:20:02.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,09: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-02-28,09:35:03.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,09:35:06.117] [DEBUG] 6 processes running of frp type [2026-02-28,09:50:02.670] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,09:50:04.540] [DEBUG] 6 processes running of frp type [2026-02-28,10:05:03.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,10:05:10.440] [DEBUG] 6 processes running of frp type [2026-02-28,10:20:02.873] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,10: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-28,10:35:02.773] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,10:35:04.720] [DEBUG] 6 processes running of frp type [2026-02-28,10:50:02.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,10:50:04.494] [DEBUG] 6 processes running of frp type [2026-02-28,11:05:02.998] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,11:05:05.319] [DEBUG] 6 processes running of frp type [2026-02-28,11:20:02.537] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,11:20:09.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-28,11:35:02.554] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,11:35:04.959] [DEBUG] 6 processes running of frp type [2026-02-28,11:50:02.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,11:50:04.728] [DEBUG] 6 processes running of frp type [2026-02-28,12:05:02.217] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,12:05:09.376] [DEBUG] 6 processes running of frp type [2026-02-28,12:20:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,12:20:04.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-28,12:35:02.242] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,12:35:04.945] [DEBUG] 6 processes running of frp type [2026-02-28,12:50:02.822] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,12:50:04.705] [DEBUG] 6 processes running of frp type [2026-02-28,13:05:02.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,13:05:09.335] [DEBUG] 6 processes running of frp type [2026-02-28,13:20:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,13:20:15.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-02-28,13:35:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,13:35:04.434] [DEBUG] 6 processes running of frp type [2026-02-28,13:50:03.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,13:50:04.886] [DEBUG] 6 processes running of frp type [2026-02-28,14:05:02.342] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,14:05:04.520] [DEBUG] 6 processes running of frp type [2026-02-28,14:20:02.916] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,14: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-02-28,14:35:02.904] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,14:35:05.446] [DEBUG] 6 processes running of frp type [2026-02-28,14:50:02.290] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,14:50:04.558] [DEBUG] 6 processes running of frp type [2026-02-28,15:05:02.981] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,15:05:05.189] [DEBUG] 6 processes running of frp type [2026-02-28,15:20:02.545] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,15: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-28,15:35:02.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,15:35:04.547] [DEBUG] 6 processes running of frp type [2026-02-28,15:50:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,15:50:04.938] [DEBUG] 6 processes running of frp type [2026-02-28,16:05:02.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,16:05:10.353] [DEBUG] 6 processes running of frp type [2026-02-28,16:20:02.693] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,16: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-02-28,16:35:02.579] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,16:35:10.414] [DEBUG] 6 processes running of frp type [2026-02-28,16:50:02.275] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,16:50:05.335] [DEBUG] 6 processes running of frp type 2026-02-28 17:00:24.220 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:00:24.222 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:00:26.275 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:00:26.277 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:00:30.598 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:00:30.600 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:00:39.905 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:00:39.906 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:00:58.761 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:00:58.762 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:01:18.763 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:01:18.764 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:01:38.765 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:01:38.766 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:01:58.768 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:01:58.769 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:02:18.770 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:02:18.771 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:02:38.772 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:02:38.773 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:02:58.775 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:02:58.777 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:03:18.778 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:03:18.779 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:03:38.780 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:03:38.781 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:03:58.782 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:03:58.783 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:04:18.784 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:04:18.785 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:04:38.786 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:04:38.788 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:04:58.789 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:04:58.791 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:05:18.793 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:05:18.797 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:05:38.798 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:05:39.966 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:05:39.967 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:05:41.222 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:06:49.626 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:06:49.628 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:06:51.769 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:06:51.771 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:06:56.388 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:06:56.389 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:07:06.428 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:07:06.429 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:07:26.430 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:07:26.431 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:07:46.432 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:07:46.434 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:08:06.434 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:08:06.436 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:08:26.437 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:08:26.438 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:08:46.438 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:08:46.440 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:09:06.442 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:09:06.443 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:09:26.444 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:09:26.445 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:09:46.446 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:09:46.447 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:10:06.449 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:10:06.450 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:10:26.451 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:10:26.453 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:10:46.454 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:10:46.456 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:11:06.457 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:11:06.458 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:11:26.458 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:11:26.463 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-28 17:11:46.464 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:11:46.468 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-28 17:12:06.469 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:12:16.471 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:12:36.472 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:12:46.474 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:13:06.475 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:13:15.979 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:13:15.981 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:13:16.618 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:15:19.829 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:15:29.831 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:15:29.832 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:15:39.834 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:15:39.835 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:15:42.311 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:15:42.313 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:15:42.872 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success [2026-02-28,17:20:02.003] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,17:20:04.737] [DEBUG] 6 processes running of frp type 2026-02-28 17:20:24.487 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:20:34.489 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:20:34.490 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:20:43.255 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:20:43.257 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:20:44.061 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:21:52.493 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:22:02.495 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:22:02.495 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:22:11.477 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:22:11.478 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:22:12.457 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-02-28 17:27:58.279 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:28:08.281 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:28:08.282 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:28:18.284 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:28:18.285 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:28:28.287 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:28:28.288 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:28:38.289 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:28:38.290 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:28:48.292 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:29:08.294 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:29:10.158 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:29:10.160 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:29:10.593 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:30:49.847 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:30:59.849 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:30:59.850 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:31:09.851 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:31:09.852 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:31:19.853 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:31:19.854 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:31:29.002 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:31:29.003 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:31:29.477 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:32:07.560 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:32:17.563 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:32:17.564 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:32:27.566 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:32:27.566 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:32:37.568 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:32:37.568 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:32:39.360 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:32:39.362 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:32:39.880 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:33:48.684 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:34:05.728 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: i/o deadline reached 2026-02-28 17:34:05.729 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:34:15.732 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:34:15.732 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:34:25.734 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:34:25.735 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:34:30.923 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:34:30.926 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:34:31.318 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success [2026-02-28,17:35:02.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,17:35:04.981] [DEBUG] 6 processes running of frp type 2026-02-28 17:36:10.116 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:36:20.118 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:36:20.119 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:36:30.121 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:36:30.121 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:36:35.195 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:36:35.196 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:36:35.736 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:37:44.156 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:37:56.132 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: connection write timeout 2026-02-28 17:37:56.133 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:38:06.135 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:38:06.135 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:38:16.137 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:38:16.138 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:38:26.140 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:38:26.141 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:38:31.499 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:38:31.500 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:38:32.329 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:39:40.345 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:39:50.348 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:39:50.349 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:40:00.351 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:40:00.351 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:40:14.304 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: connection write timeout 2026-02-28 17:40:14.305 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:40:24.307 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:40:24.308 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:40:34.309 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:40:54.311 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:40:55.901 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:40:55.903 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:40:56.522 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:42:05.293 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:42:07.966 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:42:07.968 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:42:08.543 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:43:17.348 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:43:27.350 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:43:27.351 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:43:45.471 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: connection write timeout 2026-02-28 17:43:45.472 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:43:55.473 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:43:55.474 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:44:00.547 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:44:00.548 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:44:01.506 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:45:09.673 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:45:19.675 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:45:19.676 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:45:29.678 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:45:29.679 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:45:39.681 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:45:39.682 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:45:44.872 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:45:44.873 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:45:46.158 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:48:25.199 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:48:35.202 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:48:35.202 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:48:45.204 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:48:45.205 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:48:50.478 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:48:50.480 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:48:51.440 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success [2026-02-28,17:50:02.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,17:50:04.952] [DEBUG] 6 processes running of frp type 2026-02-28 17:50:38.069 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:50:48.070 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:50:48.071 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:50:57.379 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:50:57.381 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:50:58.449 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:55:11.615 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:55:29.935 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: connection write timeout 2026-02-28 17:55:29.936 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:55:39.938 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:55:39.939 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:55:49.274 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:55:49.276 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:55:49.696 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:57:28.531 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:57:38.533 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:57:38.534 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:57:48.536 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:57:48.536 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:57:58.538 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:57:58.539 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:58:08.541 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 17:58:08.541 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:58:17.860 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:58:17.862 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:58:18.821 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 17:59:26.666 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 17:59:35.945 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 17:59:35.946 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 17:59:36.904 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 18:00:44.749 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:00:54.750 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:00:54.751 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:01:05.629 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: connection write timeout 2026-02-28 18:01:05.630 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:01:23.856 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: connection write timeout 2026-02-28 18:01:23.856 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:01:33.858 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:01:33.859 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:01:43.860 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:02:03.862 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:02:05.218 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 18:02:05.220 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 18:02:05.711 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 18:02:44.250 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:02:54.252 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:02:54.253 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:03:04.255 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:03:04.256 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:03:14.258 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:03:14.258 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:03:24.261 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:03:24.261 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:03:34.263 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:03:54.265 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:04:04.267 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:04:24.268 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:04:34.270 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:04:54.271 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... [2026-02-28,18:05:02.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-02-28 18:05:04.273 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-02-28,18:05:05.055] [DEBUG] 6 processes running of frp type 2026-02-28 18:05:24.274 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:05:34.276 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:05:54.278 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:05:58.520 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: session shutdown 2026-02-28 18:06:18.522 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:06:28.524 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:06:48.526 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:07:06.659 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: connection write timeout 2026-02-28 18:07:26.660 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:07:36.662 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:07:56.664 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:08:08.621 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: connection write timeout 2026-02-28 18:08:28.622 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:08:38.625 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:08:58.627 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:09:08.629 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:09:28.631 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:09:38.633 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:09:58.634 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:10:08.637 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:10:28.638 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:10:40.651 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: connection write timeout 2026-02-28 18:11:00.652 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:11:10.655 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:11:30.657 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:11:40.658 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:12:00.659 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:12:10.661 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:12:30.662 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:12:40.665 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:13:00.666 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:13:10.667 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:13:30.669 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:13:40.671 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:14:00.673 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:14:10.675 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:14:30.676 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:14:40.678 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:15:00.679 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:15:10.682 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:15:30.684 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:15:40.686 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:16:00.688 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:16:10.690 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:16:30.691 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:16:40.694 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:17:00.695 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:17:10.698 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:17:30.699 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:17:40.701 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:18:00.702 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:18:10.703 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:18:30.705 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:18:40.707 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:19:00.708 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:19:10.710 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:19:30.711 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:19:40.714 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:20:00.716 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... [2026-02-28,18:20:02.418] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,18:20:04.959] [DEBUG] 6 processes running of frp type 2026-02-28 18:20:18.787 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: connection write timeout 2026-02-28 18:20:38.788 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:20:48.790 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:21:08.792 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:21:18.794 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:21:38.796 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:21:48.798 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:22:08.800 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:22:18.802 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:22:38.803 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:22:48.805 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:23:08.807 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:23:18.809 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:23:38.811 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:23:48.813 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:24:08.815 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:24:18.816 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:24:38.818 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:24:48.820 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:25:08.821 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:25:18.823 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:25:38.824 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:25:48.826 [W] [client/service.go:297] [a79779c3c6b49268] 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-02-28 18:26:08.827 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:26:18.829 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:26:38.830 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:26:40.195 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 18:26:40.196 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 18:26:40.739 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success 2026-02-28 18:27:19.306 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:27:29.308 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:27:29.309 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:27:39.311 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:27:39.311 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:27:49.313 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:27:49.314 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:27:59.316 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:27:59.317 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:28:09.319 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:28:29.321 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:28:39.322 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:28:59.323 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:29:09.325 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:29:29.326 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:29:39.329 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:29:59.330 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:30:09.332 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:30:29.333 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:30:39.334 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:30:59.336 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:31:09.338 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:31:29.340 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:31:39.341 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:31:59.343 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:32:09.344 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:32:29.346 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:32:39.349 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:32:59.351 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:33:09.353 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:33:29.355 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:33:39.358 [W] [client/service.go:297] [a79779c3c6b49268] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:33:59.359 [I] [client/service.go:294] [a79779c3c6b49268] try to connect to server... 2026-02-28 18:34:00.718 [I] [client/service.go:286] [a79779c3c6b49268] login to server success, get run id [a79779c3c6b49268] 2026-02-28 18:34:00.720 [I] [proxy/proxy_manager.go:173] [a79779c3c6b49268] proxy added: [DNL01B4203] 2026-02-28 18:34:01.082 [I] [client/control.go:168] [a79779c3c6b49268] [DNL01B4203] start proxy success [2026-02-28,18:35:02.054] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,18:35:04.439] [DEBUG] 6 processes running of frp type [2026-02-28,18:50:02.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,18:50:04.694] [DEBUG] 6 processes running of frp type [2026-02-28,19:05:03.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,19:05:05.797] [DEBUG] 6 processes running of frp type [2026-02-28,19:20:01.916] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,19:20:03.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-02-28,19:35:02.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,19:35:05.141] [DEBUG] 6 processes running of frp type [2026-02-28,19:50:02.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,19:50:05.389] [DEBUG] 6 processes running of frp type [2026-02-28,20:05:02.778] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,20:05:05.532] [DEBUG] 6 processes running of frp type [2026-02-28,20:20:02.962] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,20:20:05.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-02-28,20:30:42.068] [INFO] Initializing BusSpeedStateManager V2 [2026-02-28,20:30:42.073] [INFO] LocationSqlManager initialising [2026-02-28,20:30:42.074] [INFO] Location DB initialising [2026-02-28,20:30:42.084] [INFO] LocationSqlManager initialisation complete [2026-02-28,20:30:42.085] [DEBUG] UploadManager Init [2026-02-28,20:30:42.086] [DEBUG] UploadManager Init Complete [2026-02-28,20:30:42.089] [INFO] Initializing GPS... [2026-02-28,20:30:42.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-02-28,20:32:29.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,20:32:31.348] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-28,20:32:44.161] [DEBUG] Log Upload Complete! [2026-02-28,20:35:29.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,20:35:31.047] [DEBUG] Remote Access Enabled [2026-02-28,20:35:32.863] [INFO] Server Address: 138.201.17.179 [2026-02-28,20:35:32.864] [INFO] Server Port: 7000 [2026-02-28,20:35:32.873] [DEBUG] Starting Remote Access! 2026-02-28 20:35:33.054 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-28 20:35:33.055 [I] [client/service.go:294] try to connect to server... 2026-02-28 20:35:34.376 [I] [client/service.go:286] [3529f21a790e0409] login to server success, get run id [3529f21a790e0409] 2026-02-28 20:35:34.377 [I] [proxy/proxy_manager.go:173] [3529f21a790e0409] proxy added: [DNL01B4203] 2026-02-28 20:35:34.779 [I] [client/control.go:168] [3529f21a790e0409] [DNL01B4203] start proxy success [2026-02-28,20:50:02.269] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,20:50:04.938] [DEBUG] 6 processes running of frp type [2026-02-28,21:05:02.137] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,21:05:04.351] [DEBUG] 6 processes running of frp type [2026-02-28,21:20:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,21: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-02-28 21:34:00.840 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 21:34:15.557 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: connection write timeout 2026-02-28 21:34:15.558 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 21:34:31.299 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: i/o deadline reached 2026-02-28 21:34:31.299 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 21:34:49.142 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: session shutdown 2026-02-28 21:34:49.143 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... [2026-02-28,21:35:02.909] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-02-28 21:35:07.338 [I] [client/service.go:286] [3529f21a790e0409] login to server success, get run id [3529f21a790e0409] 2026-02-28 21:35:07.340 [I] [proxy/proxy_manager.go:173] [3529f21a790e0409] proxy added: [DNL01B4203] 2026-02-28 21:35:09.154 [I] [client/control.go:168] [3529f21a790e0409] [DNL01B4203] start proxy success [2026-02-28,21:35:20.309] [DEBUG] 6 processes running of frp type 2026-02-28 21:35:32.262 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 21:35:43.201 [I] [client/service.go:286] [3529f21a790e0409] login to server success, get run id [3529f21a790e0409] 2026-02-28 21:35:43.202 [I] [proxy/proxy_manager.go:173] [3529f21a790e0409] proxy added: [DNL01B4203] 2026-02-28 21:35:48.067 [I] [client/control.go:168] [3529f21a790e0409] [DNL01B4203] start proxy success 2026-02-28 21:46:03.680 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 21:46:13.682 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 21:46:13.683 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 21:46:23.684 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 21:46:23.685 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 21:46:41.563 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: connection write timeout 2026-02-28 21:46:41.563 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 21:46:51.565 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 21:46:51.565 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 21:47:01.566 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 21:47:21.568 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 21:47:23.073 [I] [client/service.go:286] [3529f21a790e0409] login to server success, get run id [3529f21a790e0409] 2026-02-28 21:47:23.074 [I] [proxy/proxy_manager.go:173] [3529f21a790e0409] proxy added: [DNL01B4203] 2026-02-28 21:47:23.706 [I] [client/control.go:168] [3529f21a790e0409] [DNL01B4203] start proxy success [2026-02-28,21:50:02.940] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,21:50:05.406] [DEBUG] 6 processes running of frp type [2026-02-28,22:05:02.824] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,22:05:06.332] [DEBUG] 6 processes running of frp type 2026-02-28 22:07:59.737 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:08:02.893 [I] [client/service.go:286] [3529f21a790e0409] login to server success, get run id [3529f21a790e0409] 2026-02-28 22:08:02.895 [I] [proxy/proxy_manager.go:173] [3529f21a790e0409] proxy added: [DNL01B4203] 2026-02-28 22:08:03.679 [I] [client/control.go:168] [3529f21a790e0409] [DNL01B4203] start proxy success 2026-02-28 22:16:49.094 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:16:59.096 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 22:16:59.097 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:17:11.690 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: connection write timeout 2026-02-28 22:17:11.691 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:17:26.742 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: i/o deadline reached 2026-02-28 22:17:26.742 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:17:44.584 [I] [client/service.go:286] [3529f21a790e0409] login to server success, get run id [3529f21a790e0409] 2026-02-28 22:17:44.586 [I] [proxy/proxy_manager.go:173] [3529f21a790e0409] proxy added: [DNL01B4203] 2026-02-28 22:17:50.023 [I] [client/control.go:168] [3529f21a790e0409] [DNL01B4203] start proxy success 2026-02-28 22:18:41.851 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:18:51.854 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 22:18:51.855 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:19:02.471 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: connection write timeout 2026-02-28 22:19:02.471 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:19:15.280 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: i/o deadline reached 2026-02-28 22:19:15.280 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:19:25.282 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 22:19:25.282 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:19:44.790 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: i/o deadline reached 2026-02-28 22:19:44.791 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:19:58.427 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: connection write timeout [2026-02-28,22:20:02.603] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,22:20:04.872] [DEBUG] 6 processes running of frp type 2026-02-28 22:20:18.429 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:20:20.239 [I] [client/service.go:286] [3529f21a790e0409] login to server success, get run id [3529f21a790e0409] 2026-02-28 22:20:20.239 [I] [proxy/proxy_manager.go:173] [3529f21a790e0409] proxy added: [DNL01B4203] 2026-02-28 22:20:20.699 [I] [client/control.go:168] [3529f21a790e0409] [DNL01B4203] start proxy success 2026-02-28 22:23:31.813 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:23:41.815 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 22:23:41.815 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:23:51.817 [W] [client/service.go:297] [3529f21a790e0409] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 22:23:51.817 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 22:23:57.166 [I] [client/service.go:286] [3529f21a790e0409] login to server success, get run id [3529f21a790e0409] 2026-02-28 22:23:57.167 [I] [proxy/proxy_manager.go:173] [3529f21a790e0409] proxy added: [DNL01B4203] 2026-02-28 22:23:58.445 [I] [client/control.go:168] [3529f21a790e0409] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.415] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,22:35:04.129] [DEBUG] 6 processes running of frp type [2026-02-28,22:50:03.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,22:50:04.982] [DEBUG] 6 processes running of frp type [2026-02-28,23:05:02.475] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,23:05:05.077] [DEBUG] 6 processes running of frp type [2026-02-28,23:20:02.492] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,23:20:09.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-02-28 23:34:22.561 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 23:34:25.144 [I] [client/service.go:286] [3529f21a790e0409] login to server success, get run id [3529f21a790e0409] 2026-02-28 23:34:25.145 [I] [proxy/proxy_manager.go:173] [3529f21a790e0409] proxy added: [DNL01B4203] 2026-02-28 23:34:26.542 [I] [client/control.go:168] [3529f21a790e0409] [DNL01B4203] start proxy success [2026-02-28,23:35:03.091] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-28 23:35:35.092 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-02-28 23:35:37.148 [I] [client/service.go:286] [3529f21a790e0409] login to server success, get run id [3529f21a790e0409] 2026-02-28 23:35:37.150 [I] [proxy/proxy_manager.go:173] [3529f21a790e0409] proxy added: [DNL01B4203] 2026-02-28 23:35:37.786 [I] [client/control.go:168] [3529f21a790e0409] [DNL01B4203] start proxy success [2026-02-28,23:50:02.740] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-02-28,23:50:05.362] [DEBUG] 6 processes running of frp type [2026-03-01,00:05:02.729] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,00:05:05.719] [DEBUG] 6 processes running of frp type 2026-03-01 00:19:56.398 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-03-01 00:19:57.983 [I] [client/service.go:286] [3529f21a790e0409] login to server success, get run id [3529f21a790e0409] 2026-03-01 00:19:57.985 [I] [proxy/proxy_manager.go:173] [3529f21a790e0409] proxy added: [DNL01B4203] 2026-03-01 00:19:58.449 [I] [client/control.go:168] [3529f21a790e0409] [DNL01B4203] start proxy success [2026-03-01,00:20:02.283] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,00: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-03-01,00:35:02.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,00:35:04.889] [DEBUG] 6 processes running of frp type [2026-03-01,00:50:02.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,00:50:05.082] [DEBUG] 6 processes running of frp type [2026-03-01,01:05:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,01:05:05.020] [DEBUG] 6 processes running of frp type [2026-03-01,01:20:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,01: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-03-01,01:35:03.160] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,01:35:05.885] [DEBUG] 6 processes running of frp type 2026-03-01 01:44:28.149 [I] [client/service.go:294] [3529f21a790e0409] try to connect to server... 2026-03-01 01:44:29.998 [I] [client/service.go:286] [3529f21a790e0409] login to server success, get run id [3529f21a790e0409] 2026-03-01 01:44:29.999 [I] [proxy/proxy_manager.go:173] [3529f21a790e0409] proxy added: [DNL01B4203] 2026-03-01 01:44:30.640 [I] [client/control.go:168] [3529f21a790e0409] [DNL01B4203] start proxy success [2026-03-01,01:50:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,01:50:04.615] [DEBUG] 6 processes running of frp type [2026-03-01,02:05:03.294] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,02:05:05.390] [DEBUG] 6 processes running of frp type [2026-03-01,02:20:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,02: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-03-01,02:35:02.355] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,02:35:04.054] [DEBUG] 6 processes running of frp type [2026-03-01,02:50:02.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,02:50:05.100] [DEBUG] 6 processes running of frp type [2026-03-01,03:05:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,03:05:04.850] [DEBUG] 6 processes running of frp type [2026-03-01,03:20:02.303] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,03:20:04.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-01,03:35:03.119] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,03:35:05.594] [DEBUG] 6 processes running of frp type [2026-03-01,03:50:02.326] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,03:50:04.504] [DEBUG] 6 processes running of frp type [2026-03-01,04:05:03.056] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,04:05:05.332] [DEBUG] 6 processes running of frp type [2026-03-01,04:20:02.539] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,04:20:04.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-01,04:35:02.543] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,04:35:04.702] [DEBUG] 6 processes running of frp type [2026-03-01,04:50:02.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,04:50:05.306] [DEBUG] 6 processes running of frp type [2026-03-01,05:05:02.733] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,05:05:04.923] [DEBUG] 6 processes running of frp type [2026-03-01,05:20:02.128] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,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-03-01,05:35:02.130] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,05:35:04.691] [DEBUG] 6 processes running of frp type [2026-03-01,05:50:02.431] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,05:50:04.628] [DEBUG] 6 processes running of frp type [2026-03-01,06:05:03.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,06:05:05.317] [DEBUG] 6 processes running of frp type [2026-03-01,06:20:02.579] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,06: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-01,06:30:41.733] [INFO] Initializing BusSpeedStateManager V2 [2026-03-01,06:30:41.738] [INFO] LocationSqlManager initialising [2026-03-01,06:30:41.739] [INFO] Location DB initialising [2026-03-01,06:30:41.749] [INFO] LocationSqlManager initialisation complete [2026-03-01,06:30:41.749] [DEBUG] UploadManager Init [2026-03-01,06:30:41.750] [DEBUG] UploadManager Init Complete [2026-03-01,06:30:41.753] [INFO] Initializing GPS... [2026-03-01,06:30:41.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-01,06:32:29.492] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,06:32: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-01,06:32:46.548] [DEBUG] Log Upload Complete! [2026-03-01,06:35:29.718] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,06:35:31.488] [DEBUG] Remote Access Enabled [2026-03-01,06:35:32.792] [INFO] Server Address: 138.201.17.179 [2026-03-01,06:35:32.793] [INFO] Server Port: 7000 [2026-03-01,06:35:32.802] [DEBUG] Starting Remote Access! 2026-03-01 06:35:33.002 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-01 06:35:33.003 [I] [client/service.go:294] try to connect to server... 2026-03-01 06:35:34.472 [I] [client/service.go:286] [0bae76ec2a95336e] login to server success, get run id [0bae76ec2a95336e] 2026-03-01 06:35:34.473 [I] [proxy/proxy_manager.go:173] [0bae76ec2a95336e] proxy added: [DNL01B4203] 2026-03-01 06:35:35.103 [I] [client/control.go:168] [0bae76ec2a95336e] [DNL01B4203] start proxy success [2026-03-01,06:50:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,06:50:04.465] [DEBUG] 6 processes running of frp type [2026-03-01,07:05:02.768] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,07:05:05.076] [DEBUG] 6 processes running of frp type [2026-03-01,07:20:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,07: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-03-01,07:35:02.215] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,07:35:04.292] [DEBUG] 6 processes running of frp type [2026-03-01,07:50:03.130] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,07:50:05.532] [DEBUG] 6 processes running of frp type [2026-03-01,07:43:19.372] [INFO] Initializing BusSpeedStateManager V2 [2026-03-01,07:43:19.376] [INFO] LocationSqlManager initialising [2026-03-01,07:43:19.377] [INFO] Location DB initialising [2026-03-01,07:43:19.386] [INFO] LocationSqlManager initialisation complete [2026-03-01,07:43:19.387] [DEBUG] UploadManager Init [2026-03-01,07:43:19.388] [DEBUG] UploadManager Init Complete [2026-03-01,07:43:19.390] [INFO] Initializing GPS... [2026-03-01,07:43:19.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-01,07:48:07.978] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-01,16:46:50.756] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,16:46:53.300] [DEBUG] Remote Access Enabled [2026-03-01,16:46:55.477] [INFO] Server Address: 138.201.17.179 [2026-03-01,16:46:55.477] [INFO] Server Port: 7000 [2026-03-01,16:46:55.482] [DEBUG] Starting Remote Access! 2026-03-01 16:46:55.607 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-01 16:46:55.608 [I] [client/service.go:294] try to connect to server... 2026-03-01 16:46:57.239 [I] [client/service.go:286] [1281f433b67d96be] login to server success, get run id [1281f433b67d96be] 2026-03-01 16:46:57.241 [I] [proxy/proxy_manager.go:173] [1281f433b67d96be] proxy added: [DNL01B4203] 2026-03-01 16:46:57.739 [I] [client/control.go:168] [1281f433b67d96be] [DNL01B4203] start proxy success [2026-03-01,16:50:50.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,16:50:52.972] [DEBUG] 6 processes running of frp type 2026-03-01 17:00:19.808 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:00:19.809 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:00:21.981 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:00:21.982 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:00:26.696 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:00:26.697 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:00:36.815 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:00:36.816 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:00:56.817 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:00:56.818 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:01:16.819 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:01:16.821 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:01:36.822 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:01:36.824 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:01:56.825 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:01:56.826 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:02:16.826 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:02:16.828 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:02:36.829 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:02:36.830 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:02:56.832 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:02:56.833 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:03:16.834 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:03:16.836 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:03:36.837 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:03:36.838 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:03:56.839 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:03:56.840 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:04:16.841 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:04:16.842 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:04:36.843 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:04:36.845 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:04:56.845 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:04:56.847 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:05:16.848 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:05:16.853 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:05:36.854 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:05:36.860 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-01 17:05:56.861 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:05:58.408 [I] [client/service.go:286] [1281f433b67d96be] login to server success, get run id [1281f433b67d96be] 2026-03-01 17:05:58.410 [I] [proxy/proxy_manager.go:173] [1281f433b67d96be] proxy added: [DNL01B4203] 2026-03-01 17:05:59.378 [I] [client/control.go:168] [1281f433b67d96be] [DNL01B4203] start proxy success 2026-03-01 17:06:37.275 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:06:37.310 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-01 17:06:39.318 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:06:49.320 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 17:06:49.321 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:06:49.322 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:06:57.921 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:06:57.922 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:07:16.005 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:07:16.007 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:07:36.008 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:07:36.009 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:07:56.010 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:07:56.011 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:08:16.012 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:08:16.014 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:08:36.015 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:08:36.016 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:08:56.017 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:08:56.018 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:09:16.019 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:09:16.020 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:09:36.022 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:09:36.023 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:09:56.024 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:09:56.026 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:10:16.026 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:10:16.027 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:10:36.029 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:10:36.030 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:10:56.031 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:10:56.032 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:11:16.033 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:11:16.034 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:11:36.036 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:11:36.105 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:11:56.106 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:11:56.116 [W] [client/service.go:297] [1281f433b67d96be] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-01 17:12:16.118 [I] [client/service.go:294] [1281f433b67d96be] try to connect to server... 2026-03-01 17:12:19.906 [I] [client/service.go:286] [1281f433b67d96be] login to server success, get run id [1281f433b67d96be] 2026-03-01 17:12:19.908 [I] [proxy/proxy_manager.go:173] [1281f433b67d96be] proxy added: [DNL01B4203] 2026-03-01 17:12:20.469 [I] [client/control.go:168] [1281f433b67d96be] [DNL01B4203] start proxy success [2026-03-01,17:20:03.089] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,17:20:05.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,17:35:02.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,17:35:05.639] [DEBUG] 6 processes running of frp type [2026-03-01,17:50:02.294] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,17:50:05.101] [DEBUG] 6 processes running of frp type [2026-03-01,18:05:02.590] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,18:05:04.710] [DEBUG] 6 processes running of frp type [2026-03-01,18:20:02.185] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,18:20:14.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-03-01,18:35:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,18:35:15.964] [DEBUG] 6 processes running of frp type [2026-03-01,18:50:02.453] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,18:50:05.196] [DEBUG] 6 processes running of frp type [2026-03-01,19:05:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,19:05:05.491] [DEBUG] 6 processes running of frp type [2026-03-01,19:20:02.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,19:20:05.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-03-01,19:35:02.550] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,19:35:10.148] [DEBUG] 6 processes running of frp type [2026-03-01,19:50:02.962] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,19:50:05.329] [DEBUG] 6 processes running of frp type [2026-03-01,20:05:02.823] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,20:05:05.105] [DEBUG] 6 processes running of frp type [2026-03-01,20:20:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,20:20:05.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-03-01,20:30:44.882] [INFO] Initializing BusSpeedStateManager V2 [2026-03-01,20:30:44.889] [INFO] LocationSqlManager initialising [2026-03-01,20:30:44.890] [INFO] Location DB initialising [2026-03-01,20:30:44.901] [INFO] LocationSqlManager initialisation complete [2026-03-01,20:30:44.903] [DEBUG] UploadManager Init [2026-03-01,20:30:44.903] [DEBUG] UploadManager Init Complete [2026-03-01,20:30:44.908] [INFO] Initializing GPS... [2026-03-01,20:30:44.911] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,20:32:32.258] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,20:32:34.711] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-01,20:33:06.915] [DEBUG] Log Upload Complete! [2026-03-01,20:35:32.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,20:35:34.121] [DEBUG] Remote Access Enabled [2026-03-01,20:35:36.040] [INFO] Server Address: 138.201.17.179 [2026-03-01,20:35:36.041] [INFO] Server Port: 7000 [2026-03-01,20:35:36.050] [DEBUG] Starting Remote Access! 2026-03-01 20:35:36.230 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-01 20:35:36.231 [I] [client/service.go:294] try to connect to server... 2026-03-01 20:35:37.719 [I] [client/service.go:286] [1811b173eea9d712] login to server success, get run id [1811b173eea9d712] 2026-03-01 20:35:37.720 [I] [proxy/proxy_manager.go:173] [1811b173eea9d712] proxy added: [DNL01B4203] 2026-03-01 20:35:38.260 [I] [client/control.go:168] [1811b173eea9d712] [DNL01B4203] start proxy success [2026-03-01,20:50:02.279] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,20:50:04.906] [DEBUG] 6 processes running of frp type [2026-03-01,21:05:02.417] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,21:05:04.812] [DEBUG] 6 processes running of frp type [2026-03-01,21:20:02.259] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,21: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-03-01,21:35:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,21:35:04.718] [DEBUG] 6 processes running of frp type [2026-03-01,21:50:02.563] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,21:50:05.295] [DEBUG] 6 processes running of frp type [2026-03-01,22:05:02.832] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,22:05:05.740] [DEBUG] 6 processes running of frp type [2026-03-01,22:20:02.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,22:20:04.476] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,22:35:02.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,22:35:05.217] [DEBUG] 6 processes running of frp type [2026-03-01,22:50:03.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,22:50:05.357] [DEBUG] 6 processes running of frp type [2026-03-01,23:05:02.686] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,23:05:05.628] [DEBUG] 6 processes running of frp type [2026-03-01,23:20:03.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,23:20:05.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-01,23:35:02.816] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,23:35:05.263] [DEBUG] 6 processes running of frp type [2026-03-01,23:50:03.003] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-01,23:50:05.806] [DEBUG] 6 processes running of frp type [2026-03-02,00:05:02.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,00:05:04.907] [DEBUG] 6 processes running of frp type [2026-03-02,00:20:02.376] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,00:20:05.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-03-02,00:35:02.230] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,00:35:04.311] [DEBUG] 6 processes running of frp type [2026-03-02,00:50:02.124] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,00:50:04.725] [DEBUG] 6 processes running of frp type [2026-03-02,01:05:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,01:05:04.554] [DEBUG] 6 processes running of frp type [2026-03-02,01:20:03.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,01: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-03-02,01:35:02.611] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,01:35:04.405] [DEBUG] 6 processes running of frp type [2026-03-02,01:50:15.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,01:50:18.449] [DEBUG] 6 processes running of frp type [2026-03-02,02:05:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,02:05:04.943] [DEBUG] 6 processes running of frp type [2026-03-02,02:20:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,02: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-03-02,02:35:02.320] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,02:35:04.935] [DEBUG] 6 processes running of frp type [2026-03-02,02:50:02.729] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,02:50:04.580] [DEBUG] 6 processes running of frp type [2026-03-02,03:05:03.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,03:05:05.064] [DEBUG] 6 processes running of frp type [2026-03-02,03:20:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,03: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-03-02,03:35:02.448] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,03:35:05.018] [DEBUG] 6 processes running of frp type [2026-03-02,03:50:03.024] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,03:50:05.471] [DEBUG] 6 processes running of frp type [2026-03-02,04:05:02.848] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,04:05:09.218] [DEBUG] 6 processes running of frp type [2026-03-02,04:20:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,04:20:04.834] [DEBUG] 6 processes running of frp type 2026-03-02 04:25:28.762 [I] [client/service.go:294] [1811b173eea9d712] try to connect to server... 2026-03-02 04:25:31.695 [I] [client/service.go:286] [1811b173eea9d712] login to server success, get run id [1811b173eea9d712] 2026-03-02 04:25:31.696 [I] [proxy/proxy_manager.go:173] [1811b173eea9d712] proxy added: [DNL01B4203] 2026-03-02 04:25:32.382 [I] [client/control.go:168] [1811b173eea9d712] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.427] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,04:35:04.336] [DEBUG] 6 processes running of frp type [2026-03-02,04:50:02.999] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,04:50:05.278] [DEBUG] 6 processes running of frp type [2026-03-02,05:05:02.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,05:05:05.390] [DEBUG] 6 processes running of frp type [2026-03-02,05:20:02.580] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,05:20:04.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,05:35:02.647] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,05:35:05.462] [DEBUG] 6 processes running of frp type [2026-03-02,05:50:02.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,05:50:04.692] [DEBUG] 6 processes running of frp type [2026-03-02,06:05:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,06:05:04.507] [DEBUG] 6 processes running of frp type 2026-03-02 06:08:46.789 [I] [client/service.go:294] [1811b173eea9d712] try to connect to server... 2026-03-02 06:08:56.792 [W] [client/service.go:297] [1811b173eea9d712] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 06:08:56.793 [I] [client/service.go:294] [1811b173eea9d712] try to connect to server... 2026-03-02 06:09:06.795 [W] [client/service.go:297] [1811b173eea9d712] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 06:09:06.796 [I] [client/service.go:294] [1811b173eea9d712] try to connect to server... 2026-03-02 06:09:09.591 [I] [client/service.go:286] [1811b173eea9d712] login to server success, get run id [1811b173eea9d712] 2026-03-02 06:09:09.593 [I] [proxy/proxy_manager.go:173] [1811b173eea9d712] proxy added: [DNL01B4203] 2026-03-02 06:09:10.208 [I] [client/control.go:168] [1811b173eea9d712] [DNL01B4203] start proxy success [2026-03-02,06:20:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,06: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-02,06:30:42.014] [INFO] Initializing BusSpeedStateManager V2 [2026-03-02,06:30:42.021] [INFO] LocationSqlManager initialising [2026-03-02,06:30:42.022] [INFO] Location DB initialising [2026-03-02,06:30:42.033] [INFO] LocationSqlManager initialisation complete [2026-03-02,06:30:42.035] [DEBUG] UploadManager Init [2026-03-02,06:30:42.035] [DEBUG] UploadManager Init Complete [2026-03-02,06:30:42.039] [INFO] Initializing GPS... [2026-03-02,06:30:42.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-03-02,06:32:29.660] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,06:32:31.698] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-02,06:32:40.852] [DEBUG] Log Upload Complete! [2026-03-02,06:35:29.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,06:35:32.251] [DEBUG] Remote Access Enabled [2026-03-02,06:35:34.116] [INFO] Server Address: 138.201.17.179 [2026-03-02,06:35:34.118] [INFO] Server Port: 7000 [2026-03-02,06:35:34.129] [DEBUG] Starting Remote Access! 2026-03-02 06:35:34.319 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-02 06:35:34.320 [I] [client/service.go:294] try to connect to server... 2026-03-02 06:35:36.018 [I] [client/service.go:286] [2f0cd48f6e647061] login to server success, get run id [2f0cd48f6e647061] 2026-03-02 06:35:36.019 [I] [proxy/proxy_manager.go:173] [2f0cd48f6e647061] proxy added: [DNL01B4203] 2026-03-02 06:35:36.553 [I] [client/control.go:168] [2f0cd48f6e647061] [DNL01B4203] start proxy success [2026-03-02,06:50:03.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,06:50:05.341] [DEBUG] 6 processes running of frp type [2026-03-02,06:47:50.743] [INFO] Initializing BusSpeedStateManager V2 [2026-03-02,06:47:50.748] [INFO] LocationSqlManager initialising [2026-03-02,06:47:50.749] [INFO] Location DB initialising [2026-03-02,06:47:50.758] [INFO] LocationSqlManager initialisation complete [2026-03-02,06:47:50.759] [DEBUG] UploadManager Init [2026-03-02,06:47:50.759] [DEBUG] UploadManager Init Complete [2026-03-02,06:47:50.762] [INFO] Initializing GPS... [2026-03-02,06:47:50.764] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:52:39.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')) [2026-03-02,08:02:36.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,08:02:39.043] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:51.957] [DEBUG] Log Upload Complete! [2026-03-02,08:05:26.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,08:05:28.705] [DEBUG] Remote Access Enabled [2026-03-02,08:05:30.249] [INFO] Server Address: 138.201.17.179 [2026-03-02,08:05:30.250] [INFO] Server Port: 7000 [2026-03-02,08:05:30.259] [DEBUG] Starting Remote Access! 2026-03-02 08:05:30.448 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-02 08:05:30.449 [I] [client/service.go:294] try to connect to server... 2026-03-02 08:05:32.470 [I] [client/service.go:286] [feb7da0e096a82a4] login to server success, get run id [feb7da0e096a82a4] 2026-03-02 08:05:32.473 [I] [proxy/proxy_manager.go:173] [feb7da0e096a82a4] proxy added: [DNL01B4203] 2026-03-02 08:05:33.102 [I] [client/control.go:168] [feb7da0e096a82a4] [DNL01B4203] start proxy success [2026-03-02,08:20:02.667] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,08:20:05.241] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,08:35:02.451] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,08:35:04.789] [DEBUG] 6 processes running of frp type [2026-03-02,08:50:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,08:50:05.290] [DEBUG] 6 processes running of frp type [2026-03-02,08:33:18.272] [INFO] Initializing BusSpeedStateManager V2 [2026-03-02,08:33:18.277] [INFO] LocationSqlManager initialising [2026-03-02,08:33:18.277] [INFO] Location DB initialising [2026-03-02,08:33:18.287] [INFO] LocationSqlManager initialisation complete [2026-03-02,08:33:18.288] [DEBUG] UploadManager Init [2026-03-02,08:33:18.289] [DEBUG] UploadManager Init Complete [2026-03-02,08:33:18.292] [INFO] Initializing GPS... [2026-03-02,08:33:18.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' [2026-03-02,08:38:07.105] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,18:35:02.627] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,18:35:05.202] [DEBUG] Remote Access Enabled [2026-03-02,18:35:06.683] [INFO] Server Address: 138.201.17.179 [2026-03-02,18:35:06.684] [INFO] Server Port: 7000 [2026-03-02,18:35:06.689] [DEBUG] Starting Remote Access! 2026-03-02 18:35:06.815 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-02 18:35:06.815 [I] [client/service.go:294] try to connect to server... 2026-03-02 18:35:08.266 [I] [client/service.go:286] [087559b586272d1c] login to server success, get run id [087559b586272d1c] 2026-03-02 18:35:08.269 [I] [proxy/proxy_manager.go:173] [087559b586272d1c] proxy added: [DNL01B4203] 2026-03-02 18:35:08.907 [I] [client/control.go:168] [087559b586272d1c] [DNL01B4203] start proxy success [2026-03-02,18:50:02.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,18:50:10.092] [DEBUG] 6 processes running of frp type [2026-03-02,19:05:02.305] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,19:05:04.179] [DEBUG] 6 processes running of frp type [2026-03-02,19:20:02.487] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,19: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-03-02,19:35:02.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,19:35:09.465] [DEBUG] 6 processes running of frp type [2026-03-02,19:50:03.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,19:50:05.480] [DEBUG] 6 processes running of frp type [2026-03-02,20:05:02.886] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,20:05:04.672] [DEBUG] 6 processes running of frp type [2026-03-02,20:20:03.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,20:20:05.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-02,20:30:41.199] [INFO] Initializing BusSpeedStateManager V2 [2026-03-02,20:30:41.205] [INFO] LocationSqlManager initialising [2026-03-02,20:30:41.205] [INFO] Location DB initialising [2026-03-02,20:30:41.215] [INFO] LocationSqlManager initialisation complete [2026-03-02,20:30:41.215] [DEBUG] UploadManager Init [2026-03-02,20:30:41.216] [DEBUG] UploadManager Init Complete [2026-03-02,20:30:41.218] [INFO] Initializing GPS... [2026-03-02,20:30: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-03-02,20:32:29.793] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,20:32:37.666] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-02,20:32:49.857] [DEBUG] Log Upload Complete! [2026-03-02,20:35:29.861] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,20:35:32.452] [DEBUG] Remote Access Enabled [2026-03-02,20:35:34.320] [INFO] Server Address: 138.201.17.179 [2026-03-02,20:35:34.322] [INFO] Server Port: 7000 [2026-03-02,20:35:34.331] [DEBUG] Starting Remote Access! 2026-03-02 20:35:34.515 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-02 20:35:34.516 [I] [client/service.go:294] try to connect to server... 2026-03-02 20:35:35.997 [I] [client/service.go:286] [1d6a054a72d2bca7] login to server success, get run id [1d6a054a72d2bca7] 2026-03-02 20:35:35.998 [I] [proxy/proxy_manager.go:173] [1d6a054a72d2bca7] proxy added: [DNL01B4203] 2026-03-02 20:35:36.544 [I] [client/control.go:168] [1d6a054a72d2bca7] [DNL01B4203] start proxy success [2026-03-02,20:50:02.422] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,20:50:04.700] [DEBUG] 6 processes running of frp type [2026-03-02,21:05:02.147] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,21:05:04.567] [DEBUG] 6 processes running of frp type [2026-03-02,21:20:02.836] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,21:20:05.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-02,21:35:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,21:35:05.280] [DEBUG] 6 processes running of frp type 2026-03-02 21:41:57.298 [I] [client/service.go:294] [1d6a054a72d2bca7] try to connect to server... 2026-03-02 21:42:00.722 [I] [client/service.go:286] [1d6a054a72d2bca7] login to server success, get run id [1d6a054a72d2bca7] 2026-03-02 21:42:00.724 [I] [proxy/proxy_manager.go:173] [1d6a054a72d2bca7] proxy added: [DNL01B4203] 2026-03-02 21:42:01.328 [I] [client/control.go:168] [1d6a054a72d2bca7] [DNL01B4203] start proxy success [2026-03-02,21:50:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,21:50:05.089] [DEBUG] 6 processes running of frp type 2026-03-02 22:01:28.399 [I] [client/service.go:294] [1d6a054a72d2bca7] try to connect to server... 2026-03-02 22:01:30.267 [I] [client/service.go:286] [1d6a054a72d2bca7] login to server success, get run id [1d6a054a72d2bca7] 2026-03-02 22:01:30.268 [I] [proxy/proxy_manager.go:173] [1d6a054a72d2bca7] proxy added: [DNL01B4203] 2026-03-02 22:01:30.909 [I] [client/control.go:168] [1d6a054a72d2bca7] [DNL01B4203] start proxy success [2026-03-02,22:05:02.276] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,22:05:04.669] [DEBUG] 6 processes running of frp type 2026-03-02 22:11:00.845 [I] [client/service.go:294] [1d6a054a72d2bca7] try to connect to server... 2026-03-02 22:11:07.818 [W] [client/service.go:297] [1d6a054a72d2bca7] connect to server error: session shutdown 2026-03-02 22:11:07.818 [I] [client/service.go:294] [1d6a054a72d2bca7] try to connect to server... 2026-03-02 22:11:10.589 [I] [client/service.go:286] [1d6a054a72d2bca7] login to server success, get run id [1d6a054a72d2bca7] 2026-03-02 22:11:10.590 [I] [proxy/proxy_manager.go:173] [1d6a054a72d2bca7] proxy added: [DNL01B4203] 2026-03-02 22:11:11.787 [I] [client/control.go:168] [1d6a054a72d2bca7] [DNL01B4203] start proxy success 2026-03-02 22:16:52.920 [I] [client/service.go:294] [1d6a054a72d2bca7] try to connect to server... 2026-03-02 22:17:02.922 [W] [client/service.go:297] [1d6a054a72d2bca7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 22:17:02.923 [I] [client/service.go:294] [1d6a054a72d2bca7] try to connect to server... 2026-03-02 22:17:12.925 [W] [client/service.go:297] [1d6a054a72d2bca7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 22:17:12.925 [I] [client/service.go:294] [1d6a054a72d2bca7] try to connect to server... 2026-03-02 22:17:22.926 [W] [client/service.go:297] [1d6a054a72d2bca7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 22:17:22.927 [I] [client/service.go:294] [1d6a054a72d2bca7] try to connect to server... 2026-03-02 22:17:50.674 [W] [client/service.go:297] [1d6a054a72d2bca7] connect to server error: i/o deadline reached 2026-03-02 22:17:50.674 [I] [client/service.go:294] [1d6a054a72d2bca7] try to connect to server... 2026-03-02 22:18:01.144 [I] [client/service.go:286] [1d6a054a72d2bca7] login to server success, get run id [1d6a054a72d2bca7] 2026-03-02 22:18:01.145 [I] [proxy/proxy_manager.go:173] [1d6a054a72d2bca7] proxy added: [DNL01B4203] 2026-03-02 22:18:05.638 [I] [client/control.go:168] [1d6a054a72d2bca7] [DNL01B4203] start proxy success 2026-03-02 22:20:07.259 [I] [client/service.go:294] [1d6a054a72d2bca7] try to connect to server... [2026-03-02,22:20:07.877] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-03-02 22:20:09.061 [I] [client/service.go:286] [1d6a054a72d2bca7] login to server success, get run id [1d6a054a72d2bca7] 2026-03-02 22:20:09.062 [I] [proxy/proxy_manager.go:173] [1d6a054a72d2bca7] proxy added: [DNL01B4203] 2026-03-02 22:20:09.498 [I] [client/control.go:168] [1d6a054a72d2bca7] [DNL01B4203] start proxy success [2026-03-02,22:20:09.938] [DEBUG] 6 processes running of frp type 2026-03-02 22:22:19.403 [I] [client/service.go:294] [1d6a054a72d2bca7] try to connect to server... 2026-03-02 22:22:25.059 [I] [client/service.go:286] [1d6a054a72d2bca7] login to server success, get run id [1d6a054a72d2bca7] 2026-03-02 22:22:25.060 [I] [proxy/proxy_manager.go:173] [1d6a054a72d2bca7] proxy added: [DNL01B4203] 2026-03-02 22:22:27.259 [I] [client/control.go:168] [1d6a054a72d2bca7] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.843] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,22:35:04.970] [DEBUG] 6 processes running of frp type [2026-03-02,22:50:02.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,22:50:05.326] [DEBUG] 6 processes running of frp type [2026-03-02,23:05:02.712] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,23:05:05.474] [DEBUG] 6 processes running of frp type [2026-03-02,23:20:02.632] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,23:20:04.425] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,23:35:02.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,23:35:05.160] [DEBUG] 6 processes running of frp type [2026-03-02,23:50:02.995] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-02,23:50:05.797] [DEBUG] 6 processes running of frp type [2026-03-03,00:05:02.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,00:05:04.213] [DEBUG] 6 processes running of frp type [2026-03-03,00:20:02.663] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,00:20:05.112] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,00:35:02.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,00:35:04.397] [DEBUG] 6 processes running of frp type [2026-03-03,00:50:03.059] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,00:50:04.915] [DEBUG] 6 processes running of frp type [2026-03-03,01:05:02.417] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,01:05:04.184] [DEBUG] 6 processes running of frp type 2026-03-03 01:11:14.878 [I] [client/service.go:294] [1d6a054a72d2bca7] try to connect to server... 2026-03-03 01:11:16.459 [I] [client/service.go:286] [1d6a054a72d2bca7] login to server success, get run id [1d6a054a72d2bca7] 2026-03-03 01:11:16.460 [I] [proxy/proxy_manager.go:173] [1d6a054a72d2bca7] proxy added: [DNL01B4203] 2026-03-03 01:11:17.029 [I] [client/control.go:168] [1d6a054a72d2bca7] [DNL01B4203] start proxy success [2026-03-03,01:20:02.602] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,01:20:06.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-03,01:35:02.142] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,01:35:04.405] [DEBUG] 6 processes running of frp type [2026-03-03,01:50:02.161] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,01:50:04.337] [DEBUG] 6 processes running of frp type [2026-03-03,02:05:02.706] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,02:05:04.738] [DEBUG] 6 processes running of frp type [2026-03-03,02:20:03.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,02:20:05.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-03,02:35:02.899] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,02:35:05.326] [DEBUG] 6 processes running of frp type [2026-03-03,02:50:03.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,02:50:05.431] [DEBUG] 6 processes running of frp type [2026-03-03,03:05:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,03:05:04.977] [DEBUG] 6 processes running of frp type [2026-03-03,03:20:02.397] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,03: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-03-03,03:35:02.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,03:35:04.096] [DEBUG] 6 processes running of frp type [2026-03-03,03:50:02.785] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,03:50:04.900] [DEBUG] 6 processes running of frp type [2026-03-03,04:05:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,04:05:04.738] [DEBUG] 6 processes running of frp type [2026-03-03,04:20:01.961] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,04:20:03.904] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,04:35:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,04:35:05.061] [DEBUG] 6 processes running of frp type [2026-03-03,04:50:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,04:50:05.230] [DEBUG] 6 processes running of frp type [2026-03-03,05:05:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,05:05:04.820] [DEBUG] 6 processes running of frp type [2026-03-03,05:20:01.996] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,05: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-03-03,05:35:03.070] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,05:35:05.572] [DEBUG] 6 processes running of frp type [2026-03-03,05:50:01.984] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,05:50:04.020] [DEBUG] 6 processes running of frp type [2026-03-03,06:05:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,06:05:04.648] [DEBUG] 6 processes running of frp type [2026-03-03,06:20:03.152] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,06:20:05.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-03,06:30:40.844] [INFO] Initializing BusSpeedStateManager V2 [2026-03-03,06:30:40.851] [INFO] LocationSqlManager initialising [2026-03-03,06:30:40.852] [INFO] Location DB initialising [2026-03-03,06:30:40.864] [INFO] LocationSqlManager initialisation complete [2026-03-03,06:30:40.865] [DEBUG] UploadManager Init [2026-03-03,06:30:40.866] [DEBUG] UploadManager Init Complete [2026-03-03,06:30:40.870] [INFO] Initializing GPS... [2026-03-03,06:30:40.873] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,06:32:29.627] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,06:32:31.791] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-03,06:32:44.364] [DEBUG] Log Upload Complete! [2026-03-03,06:35:29.704] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,06:35:31.566] [DEBUG] Remote Access Enabled [2026-03-03,06:35:33.400] [INFO] Server Address: 138.201.17.179 [2026-03-03,06:35:33.401] [INFO] Server Port: 7000 [2026-03-03,06:35:33.410] [DEBUG] Starting Remote Access! 2026-03-03 06:35:33.598 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-03 06:35:33.599 [I] [client/service.go:294] try to connect to server... 2026-03-03 06:35:34.649 [I] [client/service.go:286] [812ffd32081067ab] login to server success, get run id [812ffd32081067ab] 2026-03-03 06:35:34.651 [I] [proxy/proxy_manager.go:173] [812ffd32081067ab] proxy added: [DNL01B4203] 2026-03-03 06:35:34.992 [I] [client/control.go:168] [812ffd32081067ab] [DNL01B4203] start proxy success [2026-03-03,06:50:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,06:50:05.381] [DEBUG] 6 processes running of frp type [2026-03-03,07:05:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,07:05:04.511] [DEBUG] 6 processes running of frp type [2026-03-03,07:20:02.764] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,07: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-03-03,07:35:02.641] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,07:35:04.806] [DEBUG] 6 processes running of frp type [2026-03-03,07:50:02.366] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,07:50:04.576] [DEBUG] 6 processes running of frp type [2026-03-03,08:02:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,08:02:05.155] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-03,08:02:21.894] [DEBUG] Log Upload Complete! [2026-03-03,08:05:03.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,08:05:05.363] [DEBUG] 6 processes running of frp type [2026-03-03,08:20:02.467] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,08: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-03-03,08:35:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,08:35:05.165] [DEBUG] 6 processes running of frp type [2026-03-03,08:50:02.859] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,08:50:05.305] [DEBUG] 6 processes running of frp type [2026-03-03,09:05:02.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,09:05:05.045] [DEBUG] 6 processes running of frp type [2026-03-03,09:20:02.453] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,09:20:04.762] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,09:35:02.229] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,09:35:04.754] [DEBUG] 6 processes running of frp type [2026-03-03,09:50:02.532] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,09:50:04.953] [DEBUG] 6 processes running of frp type [2026-03-03,10:05:02.456] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,10:05:04.735] [DEBUG] 6 processes running of frp type [2026-03-03,10:20:01.979] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,10:20:04.390] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,10:35:03.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,10:35:05.214] [DEBUG] 6 processes running of frp type [2026-03-03,10:50:03.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,10:50:05.596] [DEBUG] 6 processes running of frp type [2026-03-03,11:05:02.959] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,11:05:05.029] [DEBUG] 6 processes running of frp type [2026-03-03,11:20:02.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,11:20:04.578] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,11:35:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,11:35:05.332] [DEBUG] 6 processes running of frp type [2026-03-03,11:50:03.181] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,11:50:05.349] [DEBUG] 6 processes running of frp type [2026-03-03,12:05:02.802] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,12:05:05.005] [DEBUG] 6 processes running of frp type [2026-03-03,12:20:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,12: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-03-03,12:35:01.972] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,12:35:09.555] [DEBUG] 6 processes running of frp type [2026-03-03,12:50:02.401] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,12:50:05.929] [DEBUG] 6 processes running of frp type [2026-03-03,13:05:02.312] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,13:05:04.484] [DEBUG] 6 processes running of frp type [2026-03-03,13:20:03.099] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,13: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' [2026-03-03,13:35:02.839] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,13:35:05.278] [DEBUG] 6 processes running of frp type [2026-03-03,13:50:03.145] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,13:50:05.391] [DEBUG] 6 processes running of frp type [2026-03-03,14:05:02.747] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,14:05:05.289] [DEBUG] 6 processes running of frp type [2026-03-03,14:20:02.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,14: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-03,14:35:02.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,14:35:04.992] [DEBUG] 6 processes running of frp type [2026-03-03,14:50:02.976] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,14:50:10.818] [DEBUG] 6 processes running of frp type [2026-03-03,15:05:02.368] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,15:05:04.312] [DEBUG] 6 processes running of frp type [2026-03-03,15:20:02.561] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,15: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-03-03,15:35:02.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,15:35:04.593] [DEBUG] 6 processes running of frp type [2026-03-03,15:50:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,15:50:05.451] [DEBUG] 6 processes running of frp type [2026-03-03,16:05:02.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,16:05:05.535] [DEBUG] 6 processes running of frp type [2026-03-03,16:20:02.896] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,16:20:05.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-03,16:35:02.860] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,16:35:10.860] [DEBUG] 6 processes running of frp type [2026-03-03,16:50:02.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,16:50:05.441] [DEBUG] 6 processes running of frp type 2026-03-03 17:00:39.436 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:00:39.437 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:00:41.608 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:00:41.609 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:00:46.165 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:00:46.166 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:00:55.400 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:00:55.401 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:01:14.219 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:01:14.221 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:01:34.221 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:01:34.223 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:01:54.223 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:01:54.225 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:02:14.225 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:02:14.227 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:02:34.228 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:02:34.229 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:02:54.230 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:02:54.231 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:03:14.232 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:03:14.234 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:03:34.235 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:03:34.236 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:03:54.237 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:03:54.239 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:04:14.239 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:04:14.241 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:04:34.242 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:04:34.243 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:04:54.244 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:04:54.245 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:05:14.246 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:05:14.248 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:05:34.249 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:05:34.254 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:05:54.255 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:05:56.590 [I] [client/service.go:286] [812ffd32081067ab] login to server success, get run id [812ffd32081067ab] 2026-03-03 17:05:56.592 [I] [proxy/proxy_manager.go:173] [812ffd32081067ab] proxy added: [DNL01B4203] 2026-03-03 17:05:58.129 [I] [client/control.go:168] [812ffd32081067ab] [DNL01B4203] start proxy success 2026-03-03 17:07:04.933 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:07:04.934 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:07:07.117 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:07:07.118 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:07:11.861 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:07:11.862 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:07:21.453 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:07:21.454 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:07:41.455 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:07:41.456 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:08:01.457 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:08:01.458 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:08:21.459 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:08:21.460 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:08:41.461 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:08:41.463 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:09:01.463 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:09:01.465 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:09:21.466 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:09:21.467 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:09:41.468 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:09:41.469 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:10:01.470 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:10:01.471 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:10:21.473 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:10:21.475 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:10:41.475 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:10:41.477 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:11:01.477 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:11:01.479 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:11:21.481 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:11:21.482 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:11:41.484 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:11:41.489 [W] [client/service.go:297] [812ffd32081067ab] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-03 17:12:01.490 [I] [client/service.go:294] [812ffd32081067ab] try to connect to server... 2026-03-03 17:12:03.490 [I] [client/service.go:286] [812ffd32081067ab] login to server success, get run id [812ffd32081067ab] 2026-03-03 17:12:03.492 [I] [proxy/proxy_manager.go:173] [812ffd32081067ab] proxy added: [DNL01B4203] 2026-03-03 17:12:04.240 [I] [client/control.go:168] [812ffd32081067ab] [DNL01B4203] start proxy success [2026-03-03,17:20:02.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,17: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' [2026-03-03,17:35:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,17:35:05.020] [DEBUG] 6 processes running of frp type [2026-03-03,17:50:02.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,17:50:05.515] [DEBUG] 6 processes running of frp type [2026-03-03,18:05:02.942] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,18:05:05.414] [DEBUG] 6 processes running of frp type [2026-03-03,18:20:02.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,18: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-03,18:35:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,18:35:04.989] [DEBUG] 6 processes running of frp type [2026-03-03,18:50:02.623] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,18:50:04.486] [DEBUG] 6 processes running of frp type [2026-03-03,19:05:08.061] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,19:05:10.766] [DEBUG] 6 processes running of frp type [2026-03-03,19:20:01.939] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,19: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-03,19:35:02.878] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,19:35:05.285] [DEBUG] 6 processes running of frp type [2026-03-03,19:50:03.109] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,19:50:05.047] [DEBUG] 6 processes running of frp type [2026-03-03,20:05:02.431] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,20:05:04.222] [DEBUG] 6 processes running of frp type [2026-03-03,20:20:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,20:20:09.828] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,20:30:42.411] [INFO] Initializing BusSpeedStateManager V2 [2026-03-03,20:30:42.416] [INFO] LocationSqlManager initialising [2026-03-03,20:30:42.416] [INFO] Location DB initialising [2026-03-03,20:30:42.426] [INFO] LocationSqlManager initialisation complete [2026-03-03,20:30:42.427] [DEBUG] UploadManager Init [2026-03-03,20:30:42.427] [DEBUG] UploadManager Init Complete [2026-03-03,20:30:42.430] [INFO] Initializing GPS... [2026-03-03,20:30:42.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-03-03,20:32:31.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,20:32:33.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-03-03,20:33:07.214] [DEBUG] Log Upload Complete! [2026-03-03,20:35:31.271] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,20:35:33.845] [DEBUG] Remote Access Enabled [2026-03-03,20:35:35.648] [INFO] Server Address: 138.201.17.179 [2026-03-03,20:35:35.649] [INFO] Server Port: 7000 [2026-03-03,20:35:35.658] [DEBUG] Starting Remote Access! 2026-03-03 20:35:35.825 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-03 20:35:35.826 [I] [client/service.go:294] try to connect to server... 2026-03-03 20:35:38.839 [I] [client/service.go:286] [1bc0428c41b6bf42] login to server success, get run id [1bc0428c41b6bf42] 2026-03-03 20:35:38.841 [I] [proxy/proxy_manager.go:173] [1bc0428c41b6bf42] proxy added: [DNL01B4203] 2026-03-03 20:35:42.344 [I] [client/control.go:168] [1bc0428c41b6bf42] [DNL01B4203] start proxy success [2026-03-03,20:50:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,20:50:05.006] [DEBUG] 6 processes running of frp type [2026-03-03,21:05:02.515] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,21:05:05.026] [DEBUG] 6 processes running of frp type [2026-03-03,21:20:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,21:20:14.853] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,21:35:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,21:35:04.690] [DEBUG] 6 processes running of frp type [2026-03-03,21:50:02.493] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,21:50:04.749] [DEBUG] 6 processes running of frp type [2026-03-03,22:05:02.327] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,22:05:10.153] [DEBUG] 6 processes running of frp type [2026-03-03,22:20:02.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,22:20:09.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-03,22:35:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,22:35:04.750] [DEBUG] 6 processes running of frp type [2026-03-03,22:50:02.502] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,22:50:05.222] [DEBUG] 6 processes running of frp type [2026-03-03,23:05:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,23:05:04.341] [DEBUG] 6 processes running of frp type [2026-03-03,23:20:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,23: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' [2026-03-03,23:11:49.927] [INFO] Initializing BusSpeedStateManager V2 [2026-03-03,23:11:49.933] [INFO] LocationSqlManager initialising [2026-03-03,23:11:49.934] [INFO] Location DB initialising [2026-03-03,23:11:49.943] [INFO] LocationSqlManager initialisation complete [2026-03-03,23:11:49.944] [DEBUG] UploadManager Init [2026-03-03,23:11:49.944] [DEBUG] UploadManager Init Complete [2026-03-03,23:11:49.947] [INFO] Initializing GPS... [2026-03-03,23:11:49.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-03,23:13:38.538] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-03,23:16:38.685] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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 [2026-03-03,23:16:38.743] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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')) 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-03,23:20:01.999] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-03-03,23:31:38.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 111] Connection refused')) [2026-03-03,23:35:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-03,23:46:38.871] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-03,23:50:02.879] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,00:01:38.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 111] Connection refused')) [2026-03-04,00:05:02.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,00:16:39.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 111] Connection refused')) [2026-03-04,00:20:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-03-04,00:31:39.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 111] Connection refused')) [2026-03-04,00:35:03.035] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,00:46:39.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 111] Connection refused')) [2026-03-04,00:50:02.771] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,01:01:39.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 111] Connection refused')) [2026-03-04,01:05:02.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,01:16:39.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 111] Connection refused')) [2026-03-03,23:11:50.259] [INFO] Initializing BusSpeedStateManager V2 [2026-03-03,23:11:50.264] [INFO] LocationSqlManager initialising [2026-03-03,23:11:50.265] [INFO] Location DB initialising [2026-03-03,23:11:50.275] [INFO] LocationSqlManager initialisation complete [2026-03-03,23:11:50.276] [DEBUG] UploadManager Init [2026-03-03,23:11:50.276] [DEBUG] UploadManager Init Complete [2026-03-03,23:11:50.279] [INFO] Initializing GPS... [2026-03-03,23:11:50.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' [2026-03-03,23:13:38.535] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-03,23:16:38.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-03,23:16:38.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 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-03,23:20:02.136] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-03-03,23:31:38.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 111] Connection refused')) [2026-03-03,23:35:02.628] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-03,23:46:38.939] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-03,23:50:02.502] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,00:01:39.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 111] Connection refused')) [2026-03-04,00:05:03.019] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,00:16:39.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 111] Connection refused')) [2026-03-04,00:20:02.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-03-04,00:31:39.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 111] Connection refused')) [2026-03-04,00:35:03.101] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,00:46:44.728] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,00:50:02.802] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,01:01:44.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 111] Connection refused')) [2026-03-04,01:05:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,01:16:45.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 111] Connection refused')) [2026-03-04,01:20:02.561] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-03-04,01:31:45.420] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,01:35:02.452] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,01:46:50.690] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,01:50:02.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,02:01:50.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 111] Connection refused')) [2026-03-04,02:05:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,02:16:51.205] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-04,02:20:03.102] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-03-04,02:31:56.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 111] Connection refused')) [2026-03-04,02:35:02.871] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,02:46:56.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 111] Connection refused')) [2026-03-04,02:50:02.838] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,03:01:56.787] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,03:05:02.305] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,03:16:56.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-03-04,03:20:02.632] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-03-04,03:32:02.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 111] Connection refused')) [2026-03-04,03:35:02.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-04,22:05:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-04,22:05:05.001] [DEBUG] Remote Access Enabled [2026-03-04,22:05:06.859] [INFO] Server Address: 138.201.17.179 [2026-03-04,22:05:06.860] [INFO] Server Port: 7000 [2026-03-04,22:05:06.864] [DEBUG] Starting Remote Access! 2026-03-04 22:05:07.023 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-04 22:05:07.024 [I] [client/service.go:294] try to connect to server... 2026-03-04 22:05:08.390 [I] [client/service.go:286] [a0ad3e0191167725] login to server success, get run id [a0ad3e0191167725] 2026-03-04 22:05:08.392 [I] [proxy/proxy_manager.go:173] [a0ad3e0191167725] proxy added: [DNL01B4203] 2026-03-04 22:05:08.995 [I] [client/control.go:168] [a0ad3e0191167725] [DNL01B4203] start proxy success [2026-03-04,22:20:02.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-04,22: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-03-04,22:35:02.603] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-04,22:35:04.590] [DEBUG] 6 processes running of frp type [2026-03-04,22:50:02.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-04,22:50:04.054] [DEBUG] 6 processes running of frp type [2026-03-04,23:05:02.488] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-04,23:05:04.420] [DEBUG] 6 processes running of frp type [2026-03-04,23:20:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-04,23:20:04.932] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,23:35:02.611] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-04,23:35:04.973] [DEBUG] 6 processes running of frp type [2026-03-04,23:50:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-04,23:50:04.675] [DEBUG] 6 processes running of frp type [2026-03-05,00:05:03.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,00:05:05.570] [DEBUG] 6 processes running of frp type [2026-03-05,00:20:02.752] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,00: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-03-05,00:35:02.494] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,00:35:04.674] [DEBUG] 6 processes running of frp type [2026-03-05,00:50:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,00:50:04.626] [DEBUG] 6 processes running of frp type [2026-03-05,01:05:03.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,01:05:05.235] [DEBUG] 6 processes running of frp type [2026-03-05,01:20:02.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,01: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-03-05,01:35:02.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,01:35:04.995] [DEBUG] 6 processes running of frp type [2026-03-05,01:50:02.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,01:50:04.360] [DEBUG] 6 processes running of frp type [2026-03-05,02:05:02.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,02:05:04.457] [DEBUG] 6 processes running of frp type [2026-03-05,02:20:02.851] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,02: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-03-05,02:35:02.301] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,02:35:03.924] [DEBUG] 6 processes running of frp type [2026-03-05,02:50:07.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,02:50:10.074] [DEBUG] 6 processes running of frp type [2026-03-05,03:05:02.607] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,03:05:05.292] [DEBUG] 6 processes running of frp type [2026-03-05,03:20:02.631] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,03: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-03-05,03:35:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,03:35:04.712] [DEBUG] 6 processes running of frp type [2026-03-05,03:50:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,03:50:04.331] [DEBUG] 6 processes running of frp type [2026-03-05,04:05:02.768] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,04:05:05.070] [DEBUG] 6 processes running of frp type [2026-03-05,04:20:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,04: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-05,04:35:02.904] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,04:35:05.307] [DEBUG] 6 processes running of frp type [2026-03-05,04:50:02.701] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,04:50:05.878] [DEBUG] 6 processes running of frp type [2026-03-05,05:05:02.344] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,05:05:04.306] [DEBUG] 6 processes running of frp type [2026-03-05,05:20:02.641] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,05: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-05,05:35:02.485] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,05:35:04.791] [DEBUG] 6 processes running of frp type 2026-03-05 05:47:18.236 [I] [client/service.go:294] [a0ad3e0191167725] try to connect to server... 2026-03-05 05:47:19.319 [I] [client/service.go:286] [a0ad3e0191167725] login to server success, get run id [a0ad3e0191167725] 2026-03-05 05:47:19.321 [I] [proxy/proxy_manager.go:173] [a0ad3e0191167725] proxy added: [DNL01B4203] 2026-03-05 05:47:19.654 [I] [client/control.go:168] [a0ad3e0191167725] [DNL01B4203] start proxy success [2026-03-05,05:50:02.386] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,05:50:04.068] [DEBUG] 6 processes running of frp type [2026-03-05,06:05:02.493] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,06:05:05.007] [DEBUG] 6 processes running of frp type [2026-03-05,06:20:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,06:20:05.449] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,06:30:42.072] [INFO] Initializing BusSpeedStateManager V2 [2026-03-05,06:30:42.077] [INFO] LocationSqlManager initialising [2026-03-05,06:30:42.077] [INFO] Location DB initialising [2026-03-05,06:30:42.087] [INFO] LocationSqlManager initialisation complete [2026-03-05,06:30:42.087] [DEBUG] UploadManager Init [2026-03-05,06:30:42.088] [DEBUG] UploadManager Init Complete [2026-03-05,06:30:42.090] [INFO] Initializing GPS... [2026-03-05,06:30:42.092] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,06:32:29.882] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,06:32:31.529] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-05,06:32:43.336] [DEBUG] Log Upload Complete! [2026-03-05,06:35:29.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,06:35:32.223] [DEBUG] Remote Access Enabled [2026-03-05,06:35:33.753] [INFO] Server Address: 138.201.17.179 [2026-03-05,06:35:33.754] [INFO] Server Port: 7000 [2026-03-05,06:35:33.759] [DEBUG] Starting Remote Access! 2026-03-05 06:35:33.888 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-05 06:35:33.888 [I] [client/service.go:294] try to connect to server... 2026-03-05 06:35:35.045 [I] [client/service.go:286] [35f0cbba021fda65] login to server success, get run id [35f0cbba021fda65] 2026-03-05 06:35:35.046 [I] [proxy/proxy_manager.go:173] [35f0cbba021fda65] proxy added: [DNL01B4203] 2026-03-05 06:35:35.353 [I] [client/control.go:168] [35f0cbba021fda65] [DNL01B4203] start proxy success [2026-03-05,06:50:02.203] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,06:50:04.471] [DEBUG] 6 processes running of frp type [2026-03-05,07:05:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,07:05:05.351] [DEBUG] 6 processes running of frp type [2026-03-05,07:20:02.572] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,07: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-03-05,07:35:02.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,07:35:05.022] [DEBUG] 6 processes running of frp type [2026-03-05,07:50:02.731] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,07:50:05.194] [DEBUG] 6 processes running of frp type [2026-03-05,08:02:02.467] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,08:02:04.727] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-05,08:02:20.911] [DEBUG] Log Upload Complete! [2026-03-05,08:05:02.666] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,08:05:05.040] [DEBUG] 6 processes running of frp type [2026-03-05,08:20:02.446] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,08: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-03-05,08:35:02.346] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,08:35:04.625] [DEBUG] 6 processes running of frp type [2026-03-05,08:50:02.197] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,08:50:04.860] [DEBUG] 6 processes running of frp type [2026-03-05,09:05:02.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,09:05:05.048] [DEBUG] 6 processes running of frp type [2026-03-05,09:20:02.317] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,09: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-03-05,09:35:03.068] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,09:35:05.484] [DEBUG] 6 processes running of frp type [2026-03-05,09:50:02.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,09:50:05.208] [DEBUG] 6 processes running of frp type [2026-03-05,10:05:02.724] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,10:05:05.481] [DEBUG] 6 processes running of frp type [2026-03-05,10:20:03.035] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,10: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-05,10:35:02.460] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,10:35:05.172] [DEBUG] 6 processes running of frp type [2026-03-05,10:50:02.882] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,10:50:05.578] [DEBUG] 6 processes running of frp type [2026-03-05,11:05:02.991] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,11:05:05.180] [DEBUG] 6 processes running of frp type [2026-03-05,11:04:27.855] [INFO] Initializing BusSpeedStateManager V2 [2026-03-05,11:04:27.860] [INFO] LocationSqlManager initialising [2026-03-05,11:04:27.860] [INFO] Location DB initialising [2026-03-05,11:04:27.870] [INFO] LocationSqlManager initialisation complete [2026-03-05,11:04:27.871] [DEBUG] UploadManager Init [2026-03-05,11:04:27.871] [DEBUG] UploadManager Init Complete [2026-03-05,11:04:27.874] [INFO] Initializing GPS... [2026-03-05,11:04:27.876] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,11:09:16.358] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,19:35:02.575] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,19:35:04.868] [DEBUG] Remote Access Enabled [2026-03-05,19:35:06.600] [INFO] Server Address: 138.201.17.179 [2026-03-05,19:35:06.601] [INFO] Server Port: 7000 [2026-03-05,19:35:06.605] [DEBUG] Starting Remote Access! 2026-03-05 19:35:06.738 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-05 19:35:06.739 [I] [client/service.go:294] try to connect to server... 2026-03-05 19:35:08.970 [I] [client/service.go:286] [929af177d60117a0] login to server success, get run id [929af177d60117a0] 2026-03-05 19:35:08.972 [I] [proxy/proxy_manager.go:173] [929af177d60117a0] proxy added: [DNL01B4203] 2026-03-05 19:35:09.474 [I] [client/control.go:168] [929af177d60117a0] [DNL01B4203] start proxy success [2026-03-05,19:50:02.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,19:50:05.328] [DEBUG] 6 processes running of frp type [2026-03-05,20:05:03.085] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,20:05:08.406] [DEBUG] 6 processes running of frp type [2026-03-05,20:20:07.858] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,20:20:10.220] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,20:30:40.620] [INFO] Initializing BusSpeedStateManager V2 [2026-03-05,20:30:40.627] [INFO] LocationSqlManager initialising [2026-03-05,20:30:40.628] [INFO] Location DB initialising [2026-03-05,20:30:40.639] [INFO] LocationSqlManager initialisation complete [2026-03-05,20:30:40.640] [DEBUG] UploadManager Init [2026-03-05,20:30:40.640] [DEBUG] UploadManager Init Complete [2026-03-05,20:30:40.645] [INFO] Initializing GPS... [2026-03-05,20:30:40.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-03-05,20:32:47.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,20:32:49.935] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-05,20:33:06.486] [DEBUG] Log Upload Complete! [2026-03-05,20:35:29.312] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,20:35:31.044] [DEBUG] Remote Access Enabled [2026-03-05,20:35:32.682] [INFO] Server Address: 138.201.17.179 [2026-03-05,20:35:32.683] [INFO] Server Port: 7000 [2026-03-05,20:35:32.692] [DEBUG] Starting Remote Access! 2026-03-05 20:35:32.851 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-05 20:35:32.852 [I] [client/service.go:294] try to connect to server... 2026-03-05 20:35:33.967 [I] [client/service.go:286] [b7cff634957a09ad] login to server success, get run id [b7cff634957a09ad] 2026-03-05 20:35:33.968 [I] [proxy/proxy_manager.go:173] [b7cff634957a09ad] proxy added: [DNL01B4203] 2026-03-05 20:35:34.278 [I] [client/control.go:168] [b7cff634957a09ad] [DNL01B4203] start proxy success [2026-03-05,20:50:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,20:50:14.691] [DEBUG] 6 processes running of frp type [2026-03-05,21:05:03.242] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,21:05:05.304] [DEBUG] 6 processes running of frp type [2026-03-05,21:20:02.621] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,21:20:05.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-03-05,21:35:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,21:35:10.293] [DEBUG] 6 processes running of frp type 2026-03-05 21:42:05.794 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 21:42:15.797 [W] [client/service.go:297] [b7cff634957a09ad] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 21:42:15.798 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 21:42:25.799 [W] [client/service.go:297] [b7cff634957a09ad] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 21:42:25.800 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 21:42:35.802 [W] [client/service.go:297] [b7cff634957a09ad] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 21:42:35.803 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 21:42:45.805 [W] [client/service.go:297] [b7cff634957a09ad] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 21:42:45.806 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 21:42:55.807 [W] [client/service.go:297] [b7cff634957a09ad] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 21:43:15.808 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 21:43:27.027 [I] [client/service.go:286] [b7cff634957a09ad] login to server success, get run id [b7cff634957a09ad] 2026-03-05 21:43:27.029 [I] [proxy/proxy_manager.go:173] [b7cff634957a09ad] proxy added: [DNL01B4203] 2026-03-05 21:43:28.948 [I] [client/control.go:168] [b7cff634957a09ad] [DNL01B4203] start proxy success 2026-03-05 21:44:03.011 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 21:44:06.349 [I] [client/service.go:286] [b7cff634957a09ad] login to server success, get run id [b7cff634957a09ad] 2026-03-05 21:44:06.350 [I] [proxy/proxy_manager.go:173] [b7cff634957a09ad] proxy added: [DNL01B4203] 2026-03-05 21:44:06.678 [I] [client/control.go:168] [b7cff634957a09ad] [DNL01B4203] start proxy success [2026-03-05,21:50:02.981] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,21:50:04.786] [DEBUG] 6 processes running of frp type [2026-03-05,22:05:34.398] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,22:05:36.361] [DEBUG] 6 processes running of frp type [2026-03-05,22:20:02.730] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,22:20:05.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-03-05 22:28:55.128 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 22:29:05.131 [W] [client/service.go:297] [b7cff634957a09ad] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 22:29:05.132 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 22:29:26.820 [W] [client/service.go:297] [b7cff634957a09ad] connect to server error: i/o deadline reached 2026-03-05 22:29:26.821 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 22:29:35.749 [I] [client/service.go:286] [b7cff634957a09ad] login to server success, get run id [b7cff634957a09ad] 2026-03-05 22:29:35.752 [I] [proxy/proxy_manager.go:173] [b7cff634957a09ad] proxy added: [DNL01B4203] 2026-03-05 22:29:41.044 [I] [client/control.go:168] [b7cff634957a09ad] [DNL01B4203] start proxy success 2026-03-05 22:34:58.280 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... [2026-03-05,22:35:02.795] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-03-05 22:35:09.470 [I] [client/service.go:286] [b7cff634957a09ad] login to server success, get run id [b7cff634957a09ad] 2026-03-05 22:35:09.471 [I] [proxy/proxy_manager.go:173] [b7cff634957a09ad] proxy added: [DNL01B4203] 2026-03-05 22:35:10.198 [I] [client/control.go:168] [b7cff634957a09ad] [DNL01B4203] start proxy success [2026-03-05,22:35:12.127] [DEBUG] 6 processes running of frp type 2026-03-05 22:35:45.929 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 22:35:59.933 [W] [client/service.go:297] [b7cff634957a09ad] connect to server error: i/o deadline reached 2026-03-05 22:35:59.934 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 22:36:11.571 [W] [client/service.go:297] [b7cff634957a09ad] connect to server error: connection write timeout 2026-03-05 22:36:11.572 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 22:36:22.680 [I] [client/service.go:286] [b7cff634957a09ad] login to server success, get run id [b7cff634957a09ad] 2026-03-05 22:36:22.682 [I] [proxy/proxy_manager.go:173] [b7cff634957a09ad] proxy added: [DNL01B4203] 2026-03-05 22:36:23.555 [I] [client/control.go:168] [b7cff634957a09ad] [DNL01B4203] start proxy success 2026-03-05 22:45:31.183 [I] [client/service.go:294] [b7cff634957a09ad] try to connect to server... 2026-03-05 22:45:32.652 [I] [client/service.go:286] [b7cff634957a09ad] login to server success, get run id [b7cff634957a09ad] 2026-03-05 22:45:32.654 [I] [proxy/proxy_manager.go:173] [b7cff634957a09ad] proxy added: [DNL01B4203] 2026-03-05 22:45:33.000 [I] [client/control.go:168] [b7cff634957a09ad] [DNL01B4203] start proxy success [2026-03-05,22:50:02.776] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,22:50:04.506] [DEBUG] 6 processes running of frp type [2026-03-05,23:05:03.035] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,23:05:05.083] [DEBUG] 6 processes running of frp type [2026-03-05,23:20:02.492] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,23:20:04.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-05,23:35:02.329] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,23:35:05.531] [DEBUG] 6 processes running of frp type [2026-03-05,23:50:03.166] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-05,23:50:05.307] [DEBUG] 6 processes running of frp type [2026-03-06,00:05:02.754] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,00:05:05.163] [DEBUG] 6 processes running of frp type [2026-03-06,00:20:02.712] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,00:20:06.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-06,00:35:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,00:35:04.962] [DEBUG] 6 processes running of frp type [2026-03-06,00:50:02.572] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,00:50:05.063] [DEBUG] 6 processes running of frp type [2026-03-06,01:05:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,01:05:04.936] [DEBUG] 6 processes running of frp type [2026-03-06,01:20:02.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,01: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-03-06,01:35:03.161] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,01:35:05.534] [DEBUG] 6 processes running of frp type [2026-03-06,01:50:02.296] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,01:50:04.677] [DEBUG] 6 processes running of frp type [2026-03-06,02:05:03.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,02:05:05.312] [DEBUG] 6 processes running of frp type [2026-03-06,02:20:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,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-03-06,02:35:02.579] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,02:35:04.854] [DEBUG] 6 processes running of frp type [2026-03-06,02:50:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,02:50:04.627] [DEBUG] 6 processes running of frp type [2026-03-06,03:05:03.144] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,03:05:05.139] [DEBUG] 6 processes running of frp type [2026-03-06,03:20:02.366] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,03: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-06,03:35:03.094] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,03:35:04.883] [DEBUG] 6 processes running of frp type [2026-03-06,03:50:02.442] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,03:50:04.537] [DEBUG] 6 processes running of frp type [2026-03-06,04:05:03.051] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,04:05:05.125] [DEBUG] 6 processes running of frp type [2026-03-06,04:20:02.447] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,04: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-03-06,04:35:03.095] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,04:35:04.835] [DEBUG] 6 processes running of frp type [2026-03-06,04:50:02.456] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,04:50:04.758] [DEBUG] 6 processes running of frp type [2026-03-06,05:05:02.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,05:05:04.565] [DEBUG] 6 processes running of frp type [2026-03-06,05:20:02.913] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,05: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-03-06,05:35:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,05:35:04.766] [DEBUG] 6 processes running of frp type [2026-03-06,05:50:02.513] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,05:50:05.042] [DEBUG] 6 processes running of frp type [2026-03-06,06:05:02.394] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,06:05:04.579] [DEBUG] 6 processes running of frp type [2026-03-06,06:20:03.079] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,06:20:05.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-06,06:30:41.715] [INFO] Initializing BusSpeedStateManager V2 [2026-03-06,06:30:41.722] [INFO] LocationSqlManager initialising [2026-03-06,06:30:41.723] [INFO] Location DB initialising [2026-03-06,06:30:41.734] [INFO] LocationSqlManager initialisation complete [2026-03-06,06:30:41.735] [DEBUG] UploadManager Init [2026-03-06,06:30:41.735] [DEBUG] UploadManager Init Complete [2026-03-06,06:30:41.738] [INFO] Initializing GPS... [2026-03-06,06:30:41.741] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,06:32:31.320] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,06:32:44.275] [DEBUG] Log Upload Complete! [2026-03-06,06:35:29.606] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,06:35:31.501] [DEBUG] Remote Access Enabled [2026-03-06,06:35:33.050] [INFO] Server Address: 138.201.17.179 [2026-03-06,06:35:33.051] [INFO] Server Port: 7000 [2026-03-06,06:35:33.063] [DEBUG] Starting Remote Access! 2026-03-06 06:35:33.196 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-06 06:35:33.197 [I] [client/service.go:294] try to connect to server... 2026-03-06 06:35:34.323 [I] [client/service.go:286] [8aa5eeae3945a727] login to server success, get run id [8aa5eeae3945a727] 2026-03-06 06:35:34.324 [I] [proxy/proxy_manager.go:173] [8aa5eeae3945a727] proxy added: [DNL01B4203] 2026-03-06 06:35:34.644 [I] [client/control.go:168] [8aa5eeae3945a727] [DNL01B4203] start proxy success [2026-03-06,06:50:02.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,06:50:05.531] [DEBUG] 6 processes running of frp type [2026-03-06,07:05:03.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,07:05:05.450] [DEBUG] 6 processes running of frp type [2026-03-06,07:20:02.860] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,07: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-06,07:35:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,07:35:04.831] [DEBUG] 6 processes running of frp type [2026-03-06,07:50:02.609] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,07:50:05.064] [DEBUG] 6 processes running of frp type [2026-03-06,08:02:02.329] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,08:02:04.287] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:26.015] [DEBUG] Log Upload Complete! [2026-03-06,08:05:02.567] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,08:05:04.805] [DEBUG] 6 processes running of frp type [2026-03-06,08:20:02.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,08: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-03-06,08:35:03.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,08:35:05.568] [DEBUG] 6 processes running of frp type [2026-03-06,08:50:02.337] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,08:50:05.107] [DEBUG] 6 processes running of frp type [2026-03-06,09:05:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,09:05:05.228] [DEBUG] 6 processes running of frp type [2026-03-06,09:20:02.514] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,09: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' [2026-03-06,09:35:02.273] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,09:35:04.190] [DEBUG] 6 processes running of frp type [2026-03-06,09:50:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,09:50:04.718] [DEBUG] 6 processes running of frp type [2026-03-06,10:05:03.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,10:05:05.877] [DEBUG] 6 processes running of frp type [2026-03-06,10:20:02.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,10: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-03-06,10:35:02.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,10:35:09.797] [DEBUG] 6 processes running of frp type [2026-03-06,10:50:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,10:50:11.051] [DEBUG] 6 processes running of frp type [2026-03-06,10:29:54.826] [INFO] Initializing BusSpeedStateManager V2 [2026-03-06,10:29:54.832] [INFO] LocationSqlManager initialising [2026-03-06,10:29:54.833] [INFO] Location DB initialising [2026-03-06,10:29:54.842] [INFO] LocationSqlManager initialisation complete [2026-03-06,10:29:54.843] [DEBUG] UploadManager Init [2026-03-06,10:29:54.843] [DEBUG] UploadManager Init Complete [2026-03-06,10:29:54.846] [INFO] Initializing GPS... [2026-03-06,10:29:54.848] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:34:43.255] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-06,10:35:01.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,10:35:09.224] [DEBUG] Remote Access Enabled [2026-03-06,10:35:10.776] [INFO] Server Address: 138.201.17.179 [2026-03-06,10:35:10.777] [INFO] Server Port: 7000 [2026-03-06,10:35:10.781] [DEBUG] Starting Remote Access! 2026-03-06 10:35:10.914 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-06 10:35:10.915 [I] [client/service.go:294] try to connect to server... 2026-03-06 10:35:13.651 [I] [client/service.go:286] [9c3423e181ee88e5] login to server success, get run id [9c3423e181ee88e5] 2026-03-06 10:35:13.654 [I] [proxy/proxy_manager.go:173] [9c3423e181ee88e5] proxy added: [DNL01B4203] 2026-03-06 10:35:15.230 [I] [client/control.go:168] [9c3423e181ee88e5] [DNL01B4203] start proxy success [2026-03-06,19:05:02.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,19:05:04.507] [DEBUG] 6 processes running of frp type [2026-03-06,19:20:03.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,19:20:05.561] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,19:35:03.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,19:35:05.424] [DEBUG] 6 processes running of frp type [2026-03-06,19:50:03.119] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,19:50:10.251] [DEBUG] 6 processes running of frp type [2026-03-06,20:05:02.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,20:05:10.081] [DEBUG] 6 processes running of frp type [2026-03-06,20:20:02.424] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,20: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-06,20:30:41.571] [INFO] Initializing BusSpeedStateManager V2 [2026-03-06,20:30:41.578] [INFO] LocationSqlManager initialising [2026-03-06,20:30:41.579] [INFO] Location DB initialising [2026-03-06,20:30:41.590] [INFO] LocationSqlManager initialisation complete [2026-03-06,20:30:41.591] [DEBUG] UploadManager Init [2026-03-06,20:30:41.592] [DEBUG] UploadManager Init Complete [2026-03-06,20:30:41.597] [INFO] Initializing GPS... [2026-03-06,20:30:41.600] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.968] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,20:32:32.440] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-06,20:33:27.156] [DEBUG] Log Upload Complete! [2026-03-06,20:35:29.961] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,20:35:31.970] [DEBUG] Remote Access Enabled [2026-03-06,20:35:33.913] [INFO] Server Address: 138.201.17.179 [2026-03-06,20:35:33.914] [INFO] Server Port: 7000 [2026-03-06,20:35:33.926] [DEBUG] Starting Remote Access! 2026-03-06 20:35:34.097 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-06 20:35:34.097 [I] [client/service.go:294] try to connect to server... 2026-03-06 20:35:35.323 [I] [client/service.go:286] [1d7e73eb6bd445e2] login to server success, get run id [1d7e73eb6bd445e2] 2026-03-06 20:35:35.324 [I] [proxy/proxy_manager.go:173] [1d7e73eb6bd445e2] proxy added: [DNL01B4203] 2026-03-06 20:35:35.832 [I] [client/control.go:168] [1d7e73eb6bd445e2] [DNL01B4203] start proxy success [2026-03-06,20:50:02.966] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,20:50:15.526] [DEBUG] 6 processes running of frp type [2026-03-06,21:05:02.909] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,21:05:05.571] [DEBUG] 6 processes running of frp type [2026-03-06,21:20:02.907] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,21:20:05.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-03-06,21:35:02.791] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,21:35:05.330] [DEBUG] 6 processes running of frp type [2026-03-06,21:50:03.089] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,21:50:05.318] [DEBUG] 6 processes running of frp type [2026-03-06,22:05:02.731] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,22:05:05.611] [DEBUG] 6 processes running of frp type [2026-03-06,22:20:02.933] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,22:20:05.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-06,22:35:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,22:35:04.958] [DEBUG] 6 processes running of frp type [2026-03-06,22:50:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,22:50:05.046] [DEBUG] 6 processes running of frp type [2026-03-06,23:05:02.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,23:05:05.343] [DEBUG] 6 processes running of frp type [2026-03-06,23:20:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,23: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-06,23:35:02.337] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,23:35:04.896] [DEBUG] 6 processes running of frp type [2026-03-06,23:50:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-06,23:50:05.000] [DEBUG] 6 processes running of frp type [2026-03-07,00:05:02.474] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,00:05:04.844] [DEBUG] 6 processes running of frp type [2026-03-07,00:20:02.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,00:20:05.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-03-07,00:35:02.921] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,00:35:04.647] [DEBUG] 6 processes running of frp type [2026-03-07,00:50:02.597] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,00:50:05.208] [DEBUG] 6 processes running of frp type [2026-03-07,01:05:02.520] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,01:05:04.581] [DEBUG] 6 processes running of frp type [2026-03-07,01:20:03.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,01: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-07,01:35:03.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,01:35:05.516] [DEBUG] 6 processes running of frp type [2026-03-07,01:50:02.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,01:50:04.650] [DEBUG] 6 processes running of frp type [2026-03-07,02:05:03.065] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,02:05:05.625] [DEBUG] 6 processes running of frp type [2026-03-07,02:20:03.118] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,02:20:05.164] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,02:35:02.647] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,02:35:05.171] [DEBUG] 6 processes running of frp type [2026-03-07,02:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,02:50:05.038] [DEBUG] 6 processes running of frp type [2026-03-07,03:05:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,03:05:04.371] [DEBUG] 6 processes running of frp type [2026-03-07,03:20:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,03: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-03-07,03:35:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,03:35:04.419] [DEBUG] 6 processes running of frp type [2026-03-07,03:50:03.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,03:50:05.399] [DEBUG] 6 processes running of frp type [2026-03-07,04:05:02.858] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,04:05:05.566] [DEBUG] 6 processes running of frp type [2026-03-07,04:20:02.942] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,04:20:05.009] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,04:35:02.652] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,04:35:05.213] [DEBUG] 6 processes running of frp type [2026-03-07,04:50:02.984] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,04:50:05.568] [DEBUG] 6 processes running of frp type [2026-03-07,05:05:03.059] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,05:05:05.626] [DEBUG] 6 processes running of frp type [2026-03-07,05:20:03.183] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,05:20:05.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,05:35:02.859] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,05:35:07.492] [DEBUG] 6 processes running of frp type [2026-03-07,05:50:02.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,05:50:04.583] [DEBUG] 6 processes running of frp type [2026-03-07,06:05:03.270] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,06:05:05.839] [DEBUG] 6 processes running of frp type [2026-03-07,06:20:02.221] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,06:20:04.728] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,06:30:41.178] [INFO] Initializing BusSpeedStateManager V2 [2026-03-07,06:30:41.185] [INFO] LocationSqlManager initialising [2026-03-07,06:30:41.186] [INFO] Location DB initialising [2026-03-07,06:30:41.197] [INFO] LocationSqlManager initialisation complete [2026-03-07,06:30:41.199] [DEBUG] UploadManager Init [2026-03-07,06:30:41.200] [DEBUG] UploadManager Init Complete [2026-03-07,06:30:41.204] [INFO] Initializing GPS... [2026-03-07,06:30:41.207] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,06:32:29.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,06:32:31.392] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-07,06:32:45.215] [DEBUG] Log Upload Complete! [2026-03-07,06:35:29.819] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,06:35:31.595] [DEBUG] Remote Access Enabled [2026-03-07,06:35:32.870] [INFO] Server Address: 138.201.17.179 [2026-03-07,06:35:32.871] [INFO] Server Port: 7000 [2026-03-07,06:35:32.880] [DEBUG] Starting Remote Access! 2026-03-07 06:35:33.075 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-07 06:35:33.077 [I] [client/service.go:294] try to connect to server... 2026-03-07 06:35:34.124 [I] [client/service.go:286] [f60a5fd8bb908164] login to server success, get run id [f60a5fd8bb908164] 2026-03-07 06:35:34.125 [I] [proxy/proxy_manager.go:173] [f60a5fd8bb908164] proxy added: [DNL01B4203] 2026-03-07 06:35:34.467 [I] [client/control.go:168] [f60a5fd8bb908164] [DNL01B4203] start proxy success [2026-03-07,06:50:02.787] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,06:50:05.052] [DEBUG] 6 processes running of frp type [2026-03-07,07:05:02.521] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,07:05:04.847] [DEBUG] 6 processes running of frp type [2026-03-07,07:20:02.262] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,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-03-07,07:35:03.057] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,07:35:05.368] [DEBUG] 6 processes running of frp type [2026-03-07,07:05:04.994] [INFO] Initializing BusSpeedStateManager V2 [2026-03-07,07:05:04.998] [INFO] LocationSqlManager initialising [2026-03-07,07:05:04.999] [INFO] Location DB initialising [2026-03-07,07:05:05.009] [INFO] LocationSqlManager initialisation complete [2026-03-07,07:05:05.009] [DEBUG] UploadManager Init [2026-03-07,07:05:05.009] [DEBUG] UploadManager Init Complete [2026-03-07,07:05:05.012] [INFO] Initializing GPS... [2026-03-07,07:05:05.014] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,07:09:53.752] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-07,19:20:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,19:20:05.273] [DEBUG] Remote Access Enabled [2026-03-07,19:20:06.781] [INFO] Server Address: 138.201.17.179 [2026-03-07,19:20:06.782] [INFO] Server Port: 7000 [2026-03-07,19:20:06.787] [DEBUG] Starting Remote Access! 2026-03-07 19:20:06.916 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-07 19:20:06.917 [I] [client/service.go:294] try to connect to server... 2026-03-07 19:20:08.274 [I] [client/service.go:286] [1dc0a3eec69bcf2d] login to server success, get run id [1dc0a3eec69bcf2d] 2026-03-07 19:20:08.275 [I] [proxy/proxy_manager.go:173] [1dc0a3eec69bcf2d] proxy added: [DNL01B4203] 2026-03-07 19:20:08.690 [I] [client/control.go:168] [1dc0a3eec69bcf2d] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.933] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,19:35:05.490] [DEBUG] 6 processes running of frp type [2026-03-07,19:50:02.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,19:50:04.674] [DEBUG] 6 processes running of frp type [2026-03-07,20:05:02.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,20:05:04.372] [DEBUG] 6 processes running of frp type [2026-03-07,20:20:02.848] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,20:20:05.637] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,20:30:41.007] [INFO] Initializing BusSpeedStateManager V2 [2026-03-07,20:30:41.012] [INFO] LocationSqlManager initialising [2026-03-07,20:30:41.012] [INFO] Location DB initialising [2026-03-07,20:30:41.021] [INFO] LocationSqlManager initialisation complete [2026-03-07,20:30:41.022] [DEBUG] UploadManager Init [2026-03-07,20:30:41.023] [DEBUG] UploadManager Init Complete [2026-03-07,20:30:41.026] [INFO] Initializing GPS... [2026-03-07,20:30:41.028] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,20:32:29.793] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,20:32:32.436] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-07,20:32:56.262] [DEBUG] Log Upload Complete! [2026-03-07,20:35:29.844] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,20:35:31.744] [DEBUG] Remote Access Enabled [2026-03-07,20:35:33.826] [INFO] Server Address: 138.201.17.179 [2026-03-07,20:35:33.828] [INFO] Server Port: 7000 [2026-03-07,20:35:33.837] [DEBUG] Starting Remote Access! 2026-03-07 20:35:34.049 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-07 20:35:34.050 [I] [client/service.go:294] try to connect to server... 2026-03-07 20:35:35.476 [I] [client/service.go:286] [f532fa6d52c0163d] login to server success, get run id [f532fa6d52c0163d] 2026-03-07 20:35:35.477 [I] [proxy/proxy_manager.go:173] [f532fa6d52c0163d] proxy added: [DNL01B4203] 2026-03-07 20:35:35.964 [I] [client/control.go:168] [f532fa6d52c0163d] [DNL01B4203] start proxy success [2026-03-07,20:50:03.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,20:50:10.752] [DEBUG] 6 processes running of frp type [2026-03-07,21:05:02.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,21:05:05.992] [DEBUG] 6 processes running of frp type [2026-03-07,21:20:07.443] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,21:20:10.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-07,21:35:03.145] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,21:35:05.642] [DEBUG] 6 processes running of frp type [2026-03-07,21:50:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,21:50:05.049] [DEBUG] 6 processes running of frp type 2026-03-07 21:51:29.345 [I] [client/service.go:294] [f532fa6d52c0163d] try to connect to server... 2026-03-07 21:51:39.347 [W] [client/service.go:297] [f532fa6d52c0163d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 21:51:39.348 [I] [client/service.go:294] [f532fa6d52c0163d] try to connect to server... 2026-03-07 21:51:49.349 [W] [client/service.go:297] [f532fa6d52c0163d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 21:51:49.350 [I] [client/service.go:294] [f532fa6d52c0163d] try to connect to server... 2026-03-07 21:51:59.352 [W] [client/service.go:297] [f532fa6d52c0163d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 21:51:59.353 [I] [client/service.go:294] [f532fa6d52c0163d] try to connect to server... 2026-03-07 21:52:09.355 [W] [client/service.go:297] [f532fa6d52c0163d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 21:52:09.355 [I] [client/service.go:294] [f532fa6d52c0163d] try to connect to server... 2026-03-07 21:52:19.357 [W] [client/service.go:297] [f532fa6d52c0163d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 21:52:39.358 [I] [client/service.go:294] [f532fa6d52c0163d] try to connect to server... 2026-03-07 21:52:40.573 [I] [client/service.go:286] [f532fa6d52c0163d] login to server success, get run id [f532fa6d52c0163d] 2026-03-07 21:52:40.575 [I] [proxy/proxy_manager.go:173] [f532fa6d52c0163d] proxy added: [DNL01B4203] 2026-03-07 21:52:40.965 [I] [client/control.go:168] [f532fa6d52c0163d] [DNL01B4203] start proxy success [2026-03-07,22:05:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,22:05:05.048] [DEBUG] 6 processes running of frp type [2026-03-07,22:20:02.305] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,22:20:09.582] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,22:35:02.323] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,22:35:04.243] [DEBUG] 6 processes running of frp type [2026-03-07,22:50:03.022] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,22:50:05.613] [DEBUG] 6 processes running of frp type [2026-03-07,23:05:03.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,23:05:05.716] [DEBUG] 6 processes running of frp type [2026-03-07,23:20:03.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,23: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-07,23:35:02.641] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,23:35:05.195] [DEBUG] 6 processes running of frp type [2026-03-07,23:50:02.985] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-07,23:50:05.101] [DEBUG] 6 processes running of frp type [2026-03-08,00:05:02.392] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,00:05:05.059] [DEBUG] 6 processes running of frp type [2026-03-08,00:20:02.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,00:20:04.578] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,00:35:02.268] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,00:35:04.696] [DEBUG] 6 processes running of frp type [2026-03-08,00:50:02.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,00:50:04.323] [DEBUG] 6 processes running of frp type [2026-03-08,01:05:02.787] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,01:05:04.891] [DEBUG] 6 processes running of frp type [2026-03-08,01:20:02.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,01: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-03-08,01:35:02.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,01:35:05.947] [DEBUG] 6 processes running of frp type [2026-03-08,01:50:02.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,01:50:04.500] [DEBUG] 6 processes running of frp type [2026-03-08,02:05:02.891] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,02:05:05.181] [DEBUG] 6 processes running of frp type [2026-03-08,02:20:02.343] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,02: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-03-08,02:35:02.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,02:35:04.557] [DEBUG] 6 processes running of frp type [2026-03-08,02:50:03.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,02:50:05.245] [DEBUG] 6 processes running of frp type [2026-03-08,03:05:02.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,03:05:04.712] [DEBUG] 6 processes running of frp type [2026-03-08,03:20:03.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,03: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' [2026-03-08,03:35:02.801] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,03:35:04.840] [DEBUG] 6 processes running of frp type [2026-03-08,03:50:02.485] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,03:50:04.403] [DEBUG] 6 processes running of frp type [2026-03-08,04:05:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,04:05:04.762] [DEBUG] 6 processes running of frp type [2026-03-08,04:20:01.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,04:20:04.071] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,04:35:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,04:35:04.753] [DEBUG] 6 processes running of frp type [2026-03-08,04:50:02.478] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,04:50:04.561] [DEBUG] 6 processes running of frp type [2026-03-08,05:05:03.036] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,05:05:04.812] [DEBUG] 6 processes running of frp type [2026-03-08,05:20:02.067] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,05: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-08,05:35:02.830] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,05:35:05.554] [DEBUG] 6 processes running of frp type [2026-03-08,05:50:03.119] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,05:50:05.317] [DEBUG] 6 processes running of frp type [2026-03-08,06:05:02.782] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,06:05:04.915] [DEBUG] 6 processes running of frp type [2026-03-08,06:20:02.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,06:20:04.079] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,06:30:40.903] [INFO] Initializing BusSpeedStateManager V2 [2026-03-08,06:30:40.908] [INFO] LocationSqlManager initialising [2026-03-08,06:30:40.908] [INFO] Location DB initialising [2026-03-08,06:30:40.917] [INFO] LocationSqlManager initialisation complete [2026-03-08,06:30:40.918] [DEBUG] UploadManager Init [2026-03-08,06:30:40.918] [DEBUG] UploadManager Init Complete [2026-03-08,06:30:40.921] [INFO] Initializing GPS... [2026-03-08,06:30:40.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-03-08,06:32:28.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,06:32:31.054] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,06:32:45.850] [DEBUG] Log Upload Complete! [2026-03-08,06:35:29.002] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,06:35:30.721] [DEBUG] Remote Access Enabled [2026-03-08,06:35:32.602] [INFO] Server Address: 138.201.17.179 [2026-03-08,06:35:32.604] [INFO] Server Port: 7000 [2026-03-08,06:35:32.613] [DEBUG] Starting Remote Access! 2026-03-08 06:35:32.780 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-08 06:35:32.781 [I] [client/service.go:294] try to connect to server... 2026-03-08 06:35:33.866 [I] [client/service.go:286] [47e50b6b5bb4e926] login to server success, get run id [47e50b6b5bb4e926] 2026-03-08 06:35:33.867 [I] [proxy/proxy_manager.go:173] [47e50b6b5bb4e926] proxy added: [DNL01B4203] 2026-03-08 06:35:34.192 [I] [client/control.go:168] [47e50b6b5bb4e926] [DNL01B4203] start proxy success [2026-03-08,06:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,06:50:05.232] [DEBUG] 6 processes running of frp type [2026-03-08,07:05:02.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,07:05:04.818] [DEBUG] 6 processes running of frp type [2026-03-08,07:20:02.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,07: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-03-08,07:04:59.940] [INFO] Initializing BusSpeedStateManager V2 [2026-03-08,07:04:59.945] [INFO] LocationSqlManager initialising [2026-03-08,07:04:59.946] [INFO] Location DB initialising [2026-03-08,07:04:59.956] [INFO] LocationSqlManager initialisation complete [2026-03-08,07:04:59.957] [DEBUG] UploadManager Init [2026-03-08,07:04:59.957] [DEBUG] UploadManager Init Complete [2026-03-08,07:04:59.960] [INFO] Initializing GPS... [2026-03-08,07:04:59.963] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,07:09:48.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')) [2026-03-08,19:20:02.283] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,19:20:05.171] [DEBUG] Remote Access Enabled [2026-03-08,19:20:06.802] [INFO] Server Address: 138.201.17.179 [2026-03-08,19:20:06.803] [INFO] Server Port: 7000 [2026-03-08,19:20:06.807] [DEBUG] Starting Remote Access! 2026-03-08 19:20:06.933 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-08 19:20:06.934 [I] [client/service.go:294] try to connect to server... 2026-03-08 19:20:08.216 [I] [client/service.go:286] [8248694eb36e2579] login to server success, get run id [8248694eb36e2579] 2026-03-08 19:20:08.218 [I] [proxy/proxy_manager.go:173] [8248694eb36e2579] proxy added: [DNL01B4203] 2026-03-08 19:20:08.648 [I] [client/control.go:168] [8248694eb36e2579] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.026] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,19:35:04.591] [DEBUG] 6 processes running of frp type [2026-03-08,19:50:02.327] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,19:50:05.495] [DEBUG] 6 processes running of frp type [2026-03-08,20:05:02.984] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,20:05:05.693] [DEBUG] 6 processes running of frp type [2026-03-08,20:20:02.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,20:20:19.468] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,20:30:42.951] [INFO] Initializing BusSpeedStateManager V2 [2026-03-08,20:30:42.958] [INFO] LocationSqlManager initialising [2026-03-08,20:30:42.959] [INFO] Location DB initialising [2026-03-08,20:30:42.970] [INFO] LocationSqlManager initialisation complete [2026-03-08,20:30:42.971] [DEBUG] UploadManager Init [2026-03-08,20:30:42.971] [DEBUG] UploadManager Init Complete [2026-03-08,20:30:42.975] [INFO] Initializing GPS... [2026-03-08,20:30:42.977] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,20:32:31.650] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,20:32:39.571] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:32:58.957] [DEBUG] Log Upload Complete! [2026-03-08,20:35:31.660] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,20:35:33.946] [DEBUG] Remote Access Enabled [2026-03-08,20:35:35.975] [INFO] Server Address: 138.201.17.179 [2026-03-08,20:35:35.976] [INFO] Server Port: 7000 [2026-03-08,20:35:35.986] [DEBUG] Starting Remote Access! 2026-03-08 20:35:36.141 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-08 20:35:36.141 [I] [client/service.go:294] try to connect to server... 2026-03-08 20:35:37.672 [I] [client/service.go:286] [e5f3c173a66ac87f] login to server success, get run id [e5f3c173a66ac87f] 2026-03-08 20:35:37.673 [I] [proxy/proxy_manager.go:173] [e5f3c173a66ac87f] proxy added: [DNL01B4203] 2026-03-08 20:35:38.141 [I] [client/control.go:168] [e5f3c173a66ac87f] [DNL01B4203] start proxy success [2026-03-08,20:50:02.167] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,20:50:06.374] [DEBUG] 6 processes running of frp type [2026-03-08,21:05:02.877] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,21:05:15.262] [DEBUG] 6 processes running of frp type [2026-03-08,21:20:02.611] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,21:20:05.302] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-08 21:28:40.989 [I] [client/service.go:294] [e5f3c173a66ac87f] try to connect to server... 2026-03-08 21:28:42.607 [I] [client/service.go:286] [e5f3c173a66ac87f] login to server success, get run id [e5f3c173a66ac87f] 2026-03-08 21:28:42.608 [I] [proxy/proxy_manager.go:173] [e5f3c173a66ac87f] proxy added: [DNL01B4203] 2026-03-08 21:28:42.943 [I] [client/control.go:168] [e5f3c173a66ac87f] [DNL01B4203] start proxy success [2026-03-08,21:35:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,21:35:05.127] [DEBUG] 6 processes running of frp type [2026-03-08,21:50:03.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,21:50:10.694] [DEBUG] 6 processes running of frp type [2026-03-08,22:05:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,22:05:14.705] [DEBUG] 6 processes running of frp type [2026-03-08,22:20:02.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,22:20:14.324] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,22:35:03.054] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,22:35:05.750] [DEBUG] 6 processes running of frp type [2026-03-08,22:50:02.554] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,22:50:05.060] [DEBUG] 6 processes running of frp type [2026-03-08,23:05:02.611] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,23:05:05.238] [DEBUG] 6 processes running of frp type [2026-03-08,23:20:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,23: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-08,23:35:02.623] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,23:35:05.164] [DEBUG] 6 processes running of frp type 2026-03-08 23:45:44.871 [I] [client/service.go:294] [e5f3c173a66ac87f] try to connect to server... 2026-03-08 23:45:45.832 [I] [client/service.go:286] [e5f3c173a66ac87f] login to server success, get run id [e5f3c173a66ac87f] 2026-03-08 23:45:45.834 [I] [proxy/proxy_manager.go:173] [e5f3c173a66ac87f] proxy added: [DNL01B4203] 2026-03-08 23:45:46.152 [I] [client/control.go:168] [e5f3c173a66ac87f] [DNL01B4203] start proxy success [2026-03-08,23:50:03.040] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-08,23:50:05.162] [DEBUG] 6 processes running of frp type [2026-03-09,00:05:02.589] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,00:05:05.150] [DEBUG] 6 processes running of frp type [2026-03-09,00:20:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,00:20:04.952] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,00:35:02.197] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,00:35:04.391] [DEBUG] 6 processes running of frp type [2026-03-09,00:50:03.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,00:50:05.871] [DEBUG] 6 processes running of frp type [2026-03-09,01:05:02.270] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,01:05:04.353] [DEBUG] 6 processes running of frp type [2026-03-09,01:20:02.666] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,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-03-09,01:35:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,01:35:05.069] [DEBUG] 6 processes running of frp type [2026-03-09,01:50:02.823] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,01:50:04.589] [DEBUG] 6 processes running of frp type [2026-03-09,02:05:03.039] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,02:05:05.360] [DEBUG] 6 processes running of frp type [2026-03-09,02:20:02.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,02: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-03-09,02:35:02.441] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,02:35:04.782] [DEBUG] 6 processes running of frp type [2026-03-09,02:50:02.496] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,02:50:04.241] [DEBUG] 6 processes running of frp type [2026-03-09,03:05:02.795] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,03:05:04.949] [DEBUG] 6 processes running of frp type [2026-03-09,03:20:02.366] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,03: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' [2026-03-09,03:35:02.995] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,03:35:05.085] [DEBUG] 6 processes running of frp type [2026-03-09,03:50:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,03:50:04.743] [DEBUG] 6 processes running of frp type [2026-03-09,04:05:02.065] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,04:05:04.016] [DEBUG] 6 processes running of frp type [2026-03-09,04:20:02.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,04: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-09,04:35:03.058] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,04:35:05.252] [DEBUG] 6 processes running of frp type [2026-03-09,04:50:03.085] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,04:50:05.243] [DEBUG] 6 processes running of frp type [2026-03-09,05:05:02.461] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,05:05:05.098] [DEBUG] 6 processes running of frp type [2026-03-09,05:20:02.259] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,05: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-03-09,05:35:02.137] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,05:35:04.138] [DEBUG] 6 processes running of frp type [2026-03-09,05:50:02.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,05:50:05.236] [DEBUG] 6 processes running of frp type [2026-03-09,06:05:02.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,06:05:04.747] [DEBUG] 6 processes running of frp type [2026-03-09,06:20:02.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,06: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-09,06:30:41.082] [INFO] Initializing BusSpeedStateManager V2 [2026-03-09,06:30:41.088] [INFO] LocationSqlManager initialising [2026-03-09,06:30:41.088] [INFO] Location DB initialising [2026-03-09,06:30:41.098] [INFO] LocationSqlManager initialisation complete [2026-03-09,06:30:41.099] [DEBUG] UploadManager Init [2026-03-09,06:30:41.100] [DEBUG] UploadManager Init Complete [2026-03-09,06:30:41.103] [INFO] Initializing GPS... [2026-03-09,06:30:41.105] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,06:32:29.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,06:32:32.041] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-09,06:32:53.477] [DEBUG] Log Upload Complete! [2026-03-09,06:35:29.702] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,06:35:31.968] [DEBUG] Remote Access Enabled [2026-03-09,06:35:33.873] [INFO] Server Address: 138.201.17.179 [2026-03-09,06:35:33.874] [INFO] Server Port: 7000 [2026-03-09,06:35:33.886] [DEBUG] Starting Remote Access! 2026-03-09 06:35:34.088 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-09 06:35:34.089 [I] [client/service.go:294] try to connect to server... 2026-03-09 06:35:35.091 [I] [client/service.go:286] [8fb4a009554d702c] login to server success, get run id [8fb4a009554d702c] 2026-03-09 06:35:35.092 [I] [proxy/proxy_manager.go:173] [8fb4a009554d702c] proxy added: [DNL01B4203] 2026-03-09 06:35:35.712 [I] [client/control.go:168] [8fb4a009554d702c] [DNL01B4203] start proxy success [2026-03-09,06:50:02.089] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,06:50:04.374] [DEBUG] 6 processes running of frp type [2026-03-09,07:05:02.882] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,07:05:05.088] [DEBUG] 6 processes running of frp type [2026-03-09,07:20:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,07: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-03-09,07:35:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,07:35:04.157] [DEBUG] 6 processes running of frp type [2026-03-09,07:50:02.842] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,07:50:05.233] [DEBUG] 6 processes running of frp type [2026-03-09,08:02:02.457] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,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-09,08:02:25.081] [DEBUG] Log Upload Complete! [2026-03-09,08:05:02.685] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,08:05:05.450] [DEBUG] 6 processes running of frp type [2026-03-09,08:20:02.746] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,08: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-09,08:35:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,08:35:04.626] [DEBUG] 6 processes running of frp type [2026-03-09,08:50:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,08:50:04.696] [DEBUG] 6 processes running of frp type [2026-03-09,09:05:02.082] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,09:05:04.367] [DEBUG] 6 processes running of frp type [2026-03-09,09:20:02.876] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,09: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-03-09,09:35:02.621] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,09:35:04.975] [DEBUG] 6 processes running of frp type [2026-03-09,09:50:02.781] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,09:50:05.451] [DEBUG] 6 processes running of frp type [2026-03-09,10:05:02.890] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,10:05:05.627] [DEBUG] 6 processes running of frp type [2026-03-09,10:20:03.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,10:20:06.009] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-09 10:34:44.114 [I] [client/service.go:294] [8fb4a009554d702c] try to connect to server... 2026-03-09 10:34:54.117 [W] [client/service.go:297] [8fb4a009554d702c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 10:34:54.118 [I] [client/service.go:294] [8fb4a009554d702c] try to connect to server... [2026-03-09,10:35:02.891] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-03-09 10:35:04.118 [W] [client/service.go:297] [8fb4a009554d702c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 10:35:04.119 [I] [client/service.go:294] [8fb4a009554d702c] try to connect to server... 2026-03-09 10:35:05.161 [I] [client/service.go:286] [8fb4a009554d702c] login to server success, get run id [8fb4a009554d702c] 2026-03-09 10:35:05.163 [I] [proxy/proxy_manager.go:173] [8fb4a009554d702c] proxy added: [DNL01B4203] [2026-03-09,10:35:05.291] [DEBUG] 6 processes running of frp type 2026-03-09 10:35:05.811 [I] [client/control.go:168] [8fb4a009554d702c] [DNL01B4203] start proxy success [2026-03-09,10:50:03.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,10:50:05.459] [DEBUG] 6 processes running of frp type [2026-03-09,11:05:02.906] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,11:05:05.375] [DEBUG] 6 processes running of frp type [2026-03-09,11:20:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,11:20:05.252] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,11:35:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,11:35:04.981] [DEBUG] 6 processes running of frp type [2026-03-09,11:50:02.793] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,11:50:05.448] [DEBUG] 6 processes running of frp type [2026-03-09,12:05:02.746] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,12:05:05.370] [DEBUG] 6 processes running of frp type [2026-03-09,12:20:02.613] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,12: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-09,12:35:02.442] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,12:35:04.966] [DEBUG] 6 processes running of frp type [2026-03-09,12:35:37.897] [INFO] Initializing BusSpeedStateManager V2 [2026-03-09,12:35:37.901] [INFO] LocationSqlManager initialising [2026-03-09,12:35:37.902] [INFO] Location DB initialising [2026-03-09,12:35:37.911] [INFO] LocationSqlManager initialisation complete [2026-03-09,12:35:37.912] [DEBUG] UploadManager Init [2026-03-09,12:35:37.912] [DEBUG] UploadManager Init Complete [2026-03-09,12:35:37.915] [INFO] Initializing GPS... [2026-03-09,12:35:37.917] [INFO] Starting location capture [2026-03-09,12:35:38.235] [INFO] Initializing BusSpeedStateManager V2 [2026-03-09,12:35:38.240] [INFO] LocationSqlManager initialising [2026-03-09,12:35:38.241] [INFO] Location DB initialising [2026-03-09,12:35:38.251] [INFO] LocationSqlManager initialisation complete [2026-03-09,12:35:38.251] [DEBUG] UploadManager Init [2026-03-09,12:35:38.252] [DEBUG] UploadManager Init Complete [2026-03-09,12:35:38.254] [INFO] Initializing GPS... [2026-03-09,12:35:38.256] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,12:40:26.692] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-09,13:20:02.342] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,13:20:03.982] [DEBUG] Remote Access Enabled [2026-03-09,13:20:05.268] [INFO] Server Address: 138.201.17.179 [2026-03-09,13:20:05.269] [INFO] Server Port: 7000 [2026-03-09,13:20:05.278] [DEBUG] Starting Remote Access! 2026-03-09 13:20:05.439 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-09 13:20:05.440 [I] [client/service.go:294] try to connect to server... 2026-03-09 13:20:06.385 [I] [client/service.go:286] [af37040e7c289bb7] login to server success, get run id [af37040e7c289bb7] 2026-03-09 13:20:06.386 [I] [proxy/proxy_manager.go:173] [af37040e7c289bb7] proxy added: [DNL01B4203] 2026-03-09 13:20:06.719 [I] [client/control.go:168] [af37040e7c289bb7] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.936] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,13:35:04.676] [DEBUG] 6 processes running of frp type [2026-03-09,13:50:02.452] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,13:50:04.132] [DEBUG] 6 processes running of frp type [2026-03-09,14:05:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,14:05:04.276] [DEBUG] 6 processes running of frp type [2026-03-09,14:20:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,14: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-03-09,14:35:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,14:35:04.239] [DEBUG] 6 processes running of frp type [2026-03-09,14:50:03.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,14:50:04.909] [DEBUG] 6 processes running of frp type [2026-03-09,15:05:02.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,15:05:03.974] [DEBUG] 6 processes running of frp type [2026-03-09,15:20:02.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,15: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-03-09,15:35:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,15:35:04.233] [DEBUG] 6 processes running of frp type [2026-03-09,15:50:03.098] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,15:50:04.832] [DEBUG] 6 processes running of frp type [2026-03-09,16:05:02.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,16:05:04.100] [DEBUG] 6 processes running of frp type [2026-03-09,16:20:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,16: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-03-09,16:35:02.284] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,16:35:04.097] [DEBUG] 6 processes running of frp type [2026-03-09,16:50:02.750] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,16:50:04.391] [DEBUG] 6 processes running of frp type 2026-03-09 17:00:33.245 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:00:33.247 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:00:35.406 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:00:35.407 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:00:39.914 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:00:39.915 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:00:49.682 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:00:49.683 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:01:09.568 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:01:09.569 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:01:29.570 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:01:29.572 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:01:49.573 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:01:49.575 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:02:09.576 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:02:09.578 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:02:29.578 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:02:29.580 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:02:49.582 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:02:49.583 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:03:09.584 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:03:09.586 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:03:29.586 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:03:29.588 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:03:49.589 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:03:49.590 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:04:09.591 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:04:09.592 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:04:29.593 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:04:29.595 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:04:49.596 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:04:49.597 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:05:09.598 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:05:09.599 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:05:29.600 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:05:29.605 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:05:49.606 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:05:52.651 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 17:06:12.652 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:06:12.654 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:06:32.655 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:06:32.657 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:06:52.657 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:06:52.659 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:07:12.660 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:07:12.662 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:07:32.662 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:07:32.664 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:07:52.665 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:07:52.666 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:08:12.668 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:08:12.669 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:08:32.670 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:08:32.672 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:08:52.672 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:08:52.674 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:09:12.676 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:09:12.677 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:09:32.679 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:09:32.680 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:09:52.681 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:09:52.682 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:10:12.683 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:10:12.685 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:10:32.686 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:10:32.688 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:10:52.688 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:10:52.690 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:11:12.691 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:11:12.695 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:11:32.696 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:11:33.608 [I] [client/service.go:286] [af37040e7c289bb7] login to server success, get run id [af37040e7c289bb7] 2026-03-09 17:11:33.610 [I] [proxy/proxy_manager.go:173] [af37040e7c289bb7] proxy added: [DNL01B4203] 2026-03-09 17:11:34.251 [I] [client/control.go:168] [af37040e7c289bb7] [DNL01B4203] start proxy success 2026-03-09 17:12:43.367 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:12:43.369 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:12:45.379 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:12:45.381 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:12:49.709 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:12:49.710 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:12:59.092 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:12:59.094 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:13:18.609 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:13:18.610 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:13:38.612 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:13:38.613 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:13:58.614 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:13:58.616 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:14:18.617 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:14:18.618 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:14:38.619 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:14:38.621 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:14:58.622 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:14:58.623 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:15:18.624 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:15:18.626 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:15:38.627 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:15:38.628 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:15:58.628 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:15:58.630 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:16:18.631 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:16:18.632 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:16:38.634 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:16:38.635 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:16:58.636 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:16:58.638 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:17:18.638 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:17:18.640 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:17:38.641 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:17:38.645 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:17:58.647 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:17:58.651 [W] [client/service.go:297] [af37040e7c289bb7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-09 17:18:18.652 [I] [client/service.go:294] [af37040e7c289bb7] try to connect to server... 2026-03-09 17:18:19.732 [I] [client/service.go:286] [af37040e7c289bb7] login to server success, get run id [af37040e7c289bb7] 2026-03-09 17:18:19.733 [I] [proxy/proxy_manager.go:173] [af37040e7c289bb7] proxy added: [DNL01B4203] 2026-03-09 17:18:20.411 [I] [client/control.go:168] [af37040e7c289bb7] [DNL01B4203] start proxy success [2026-03-09,17:20:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,17: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-09,17:35:02.995] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,17:35:04.707] [DEBUG] 6 processes running of frp type [2026-03-09,17:50:02.351] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,17:50:03.958] [DEBUG] 6 processes running of frp type [2026-03-09,18:05:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,18:05:04.187] [DEBUG] 6 processes running of frp type [2026-03-09,18:20:02.442] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,18: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-03-09,18:35:02.301] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,18:35:04.335] [DEBUG] 6 processes running of frp type [2026-03-09,18:50:03.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,18:50:04.752] [DEBUG] 6 processes running of frp type [2026-03-09,19:05:02.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,19:05:04.105] [DEBUG] 6 processes running of frp type [2026-03-09,19:00:18.939] [INFO] Initializing BusSpeedStateManager V2 [2026-03-09,19:00:18.944] [INFO] LocationSqlManager initialising [2026-03-09,19:00:18.944] [INFO] Location DB initialising [2026-03-09,19:00:18.955] [INFO] LocationSqlManager initialisation complete [2026-03-09,19:00:18.956] [DEBUG] UploadManager Init [2026-03-09,19:00:18.957] [DEBUG] UploadManager Init Complete [2026-03-09,19:00:18.961] [INFO] Initializing GPS... [2026-03-09,19:00:18.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-09,19:05:07.608] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-09,19:20:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,19:20:04.277] [DEBUG] Remote Access Enabled [2026-03-09,19:20:05.657] [INFO] Server Address: 138.201.17.179 [2026-03-09,19:20:05.658] [INFO] Server Port: 7000 [2026-03-09,19:20:05.662] [DEBUG] Starting Remote Access! 2026-03-09 19:20:05.790 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-09 19:20:05.791 [I] [client/service.go:294] try to connect to server... 2026-03-09 19:20:06.730 [I] [client/service.go:286] [1c127583c3b8d0df] login to server success, get run id [1c127583c3b8d0df] 2026-03-09 19:20:06.732 [I] [proxy/proxy_manager.go:173] [1c127583c3b8d0df] proxy added: [DNL01B4203] 2026-03-09 19:20:07.044 [I] [client/control.go:168] [1c127583c3b8d0df] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.909] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,19:35:04.628] [DEBUG] 6 processes running of frp type [2026-03-09,19:50:02.246] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,19:50:03.869] [DEBUG] 6 processes running of frp type [2026-03-09,20:05:02.319] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,20:05:03.983] [DEBUG] 6 processes running of frp type [2026-03-09,20:20:02.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,20:20:03.820] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,20:30:42.139] [INFO] Initializing BusSpeedStateManager V2 [2026-03-09,20:30:42.144] [INFO] LocationSqlManager initialising [2026-03-09,20:30:42.144] [INFO] Location DB initialising [2026-03-09,20:30:42.153] [INFO] LocationSqlManager initialisation complete [2026-03-09,20:30:42.154] [DEBUG] UploadManager Init [2026-03-09,20:30:42.154] [DEBUG] UploadManager Init Complete [2026-03-09,20:30:42.157] [INFO] Initializing GPS... [2026-03-09,20:30: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' [2026-03-09,20:32:30.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,20:32:31.734] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-09,20:32:44.151] [DEBUG] Log Upload Complete! [2026-03-09,20:35:30.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,20:35:31.827] [DEBUG] Remote Access Enabled [2026-03-09,20:35:33.120] [INFO] Server Address: 138.201.17.179 [2026-03-09,20:35:33.121] [INFO] Server Port: 7000 [2026-03-09,20:35:33.130] [DEBUG] Starting Remote Access! 2026-03-09 20:35:33.325 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-09 20:35:33.326 [I] [client/service.go:294] try to connect to server... 2026-03-09 20:35:34.287 [I] [client/service.go:286] [95905da343fe1ba0] login to server success, get run id [95905da343fe1ba0] 2026-03-09 20:35:34.288 [I] [proxy/proxy_manager.go:173] [95905da343fe1ba0] proxy added: [DNL01B4203] 2026-03-09 20:35:34.604 [I] [client/control.go:168] [95905da343fe1ba0] [DNL01B4203] start proxy success [2026-03-09,20:50:03.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,20:50:04.880] [DEBUG] 6 processes running of frp type [2026-03-09,21:05:02.365] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,21:05:04.220] [DEBUG] 6 processes running of frp type [2026-03-09,21:20:02.525] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,21: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-03-09,21:35:02.473] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,21:35:04.122] [DEBUG] 6 processes running of frp type [2026-03-09,21:50:04.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,21:50:07.231] [DEBUG] 6 processes running of frp type [2026-03-09,22:05:02.769] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,22:05:04.574] [DEBUG] 6 processes running of frp type [2026-03-09,22:20:03.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,22: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-03-09 22:30:36.956 [I] [client/service.go:294] [95905da343fe1ba0] try to connect to server... 2026-03-09 22:30:42.053 [I] [client/service.go:286] [95905da343fe1ba0] login to server success, get run id [95905da343fe1ba0] 2026-03-09 22:30:42.054 [I] [proxy/proxy_manager.go:173] [95905da343fe1ba0] proxy added: [DNL01B4203] 2026-03-09 22:30:42.546 [I] [client/control.go:168] [95905da343fe1ba0] [DNL01B4203] start proxy success [2026-03-09,22:35:02.901] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,22:35:04.654] [DEBUG] 6 processes running of frp type [2026-03-09,22:50:02.577] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,22:50:04.174] [DEBUG] 6 processes running of frp type [2026-03-09,23:05:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,23:05:04.641] [DEBUG] 6 processes running of frp type [2026-03-09,23:20:03.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,23:20:04.972] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,23:35:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,23:35:04.123] [DEBUG] 6 processes running of frp type [2026-03-09,23:50:02.745] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-09,23:50:04.571] [DEBUG] 6 processes running of frp type [2026-03-10,00:05:03.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,00:05:05.231] [DEBUG] 6 processes running of frp type [2026-03-10,00:20:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,00: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-03-10,00:35:02.270] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,00:35:04.006] [DEBUG] 6 processes running of frp type [2026-03-10,00:50:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,00:50:04.318] [DEBUG] 6 processes running of frp type [2026-03-10,01:05:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,01:05:04.726] [DEBUG] 6 processes running of frp type [2026-03-10,01:20:01.960] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,01: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-03-10,01:35:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,01:35:04.739] [DEBUG] 6 processes running of frp type [2026-03-10,01:50:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,01:50:04.187] [DEBUG] 6 processes running of frp type [2026-03-10,02:05:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,02:05:04.352] [DEBUG] 6 processes running of frp type [2026-03-10,02:20:02.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,02: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-03-10,02:35:02.388] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,02:35:04.147] [DEBUG] 6 processes running of frp type [2026-03-10,02:50:02.741] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,02:50:04.628] [DEBUG] 6 processes running of frp type [2026-03-10,03:05:04.072] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,03:05:05.835] [DEBUG] 6 processes running of frp type [2026-03-10,03:20:02.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,03: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-03-10 03:34:57.405 [I] [client/service.go:294] [95905da343fe1ba0] try to connect to server... 2026-03-10 03:34:59.621 [I] [client/service.go:286] [95905da343fe1ba0] login to server success, get run id [95905da343fe1ba0] 2026-03-10 03:34:59.623 [I] [proxy/proxy_manager.go:173] [95905da343fe1ba0] proxy added: [DNL01B4203] 2026-03-10 03:34:59.964 [I] [client/control.go:168] [95905da343fe1ba0] [DNL01B4203] start proxy success [2026-03-10,03:35:02.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,03:35:04.893] [DEBUG] 6 processes running of frp type [2026-03-10,03:50:02.497] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,03:50:04.224] [DEBUG] 6 processes running of frp type [2026-03-10,04:05:02.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,04:05:04.375] [DEBUG] 6 processes running of frp type [2026-03-10,04:20:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,04: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-03-10,04:35:02.593] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,04:35:04.335] [DEBUG] 6 processes running of frp type [2026-03-10,04:50:03.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,04:50:04.928] [DEBUG] 6 processes running of frp type [2026-03-10,05:05:02.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,05:05:04.059] [DEBUG] 6 processes running of frp type [2026-03-10,05:20:02.333] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,05: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-10,05:35:02.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,05:35:04.120] [DEBUG] 6 processes running of frp type [2026-03-10,05:50:02.827] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,05:50:04.600] [DEBUG] 6 processes running of frp type [2026-03-10,06:05:03.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,06:05:04.702] [DEBUG] 6 processes running of frp type [2026-03-10,06:20:03.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,06: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-10,06:30:49.834] [INFO] Initializing BusSpeedStateManager V2 [2026-03-10,06:30:49.841] [INFO] LocationSqlManager initialising [2026-03-10,06:30:49.843] [INFO] Location DB initialising [2026-03-10,06:30:49.854] [INFO] LocationSqlManager initialisation complete [2026-03-10,06:30:49.855] [DEBUG] UploadManager Init [2026-03-10,06:30:49.856] [DEBUG] UploadManager Init Complete [2026-03-10,06:30:49.861] [INFO] Initializing GPS... [2026-03-10,06:30:49.863] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,06:32:37.802] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,06:32:39.404] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-10,06:32:54.584] [DEBUG] Log Upload Complete! [2026-03-10,06:35:37.823] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,06:35:39.553] [DEBUG] Remote Access Enabled [2026-03-10,06:35:40.985] [INFO] Server Address: 138.201.17.179 [2026-03-10,06:35:40.987] [INFO] Server Port: 7000 [2026-03-10,06:35:40.996] [DEBUG] Starting Remote Access! 2026-03-10 06:35:41.175 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-10 06:35:41.176 [I] [client/service.go:294] try to connect to server... 2026-03-10 06:35:42.361 [I] [client/service.go:286] [13b400e2f574e98c] login to server success, get run id [13b400e2f574e98c] 2026-03-10 06:35:42.362 [I] [proxy/proxy_manager.go:173] [13b400e2f574e98c] proxy added: [DNL01B4203] 2026-03-10 06:35:42.702 [I] [client/control.go:168] [13b400e2f574e98c] [DNL01B4203] start proxy success [2026-03-10,06:50:02.843] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,06:50:04.662] [DEBUG] 6 processes running of frp type [2026-03-10,07:05:03.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,07:05:04.925] [DEBUG] 6 processes running of frp type [2026-03-10,07:20:02.268] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,07:20:04.022] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,07:35:02.995] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,07:35:04.904] [DEBUG] 6 processes running of frp type [2026-03-10,07:50:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,07:50:04.159] [DEBUG] 6 processes running of frp type [2026-03-10,08:02:02.378] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,08:02:04.023] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-10,08:03:18.150] [DEBUG] Log Upload Complete! [2026-03-10,08:05:02.629] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,08:05:04.454] [DEBUG] 6 processes running of frp type [2026-03-10,08:20:02.910] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,08:20:04.760] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,08:35:02.718] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,08:35:04.435] [DEBUG] 6 processes running of frp type [2026-03-10,08:50:02.269] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,08:50:04.025] [DEBUG] 6 processes running of frp type [2026-03-10,09:05:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,09:05:04.117] [DEBUG] 6 processes running of frp type [2026-03-10,09:20:02.432] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,09: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-10,09:35:02.398] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,09:35:04.192] [DEBUG] 6 processes running of frp type [2026-03-10,09:50:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,09:50:04.720] [DEBUG] 6 processes running of frp type [2026-03-10,10:05:03.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,10:05:04.940] [DEBUG] 6 processes running of frp type [2026-03-10,10:20:02.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,10:20:03.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-03-10,10:35:03.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,10:35:04.775] [DEBUG] 6 processes running of frp type [2026-03-10,10:50:02.502] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,10:50:04.450] [DEBUG] 6 processes running of frp type [2026-03-10,11:05:02.922] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,11:05:04.692] [DEBUG] 6 processes running of frp type [2026-03-10,11:20:02.065] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,11: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-03-10,11:35:02.905] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,11:35:04.625] [DEBUG] 6 processes running of frp type [2026-03-10,11:50:02.432] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,11:50:04.127] [DEBUG] 6 processes running of frp type [2026-03-10,12:05:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,12:05:04.344] [DEBUG] 6 processes running of frp type [2026-03-10,12:20:02.563] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,12: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-03-10,12:35:02.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,12:35:04.049] [DEBUG] 6 processes running of frp type [2026-03-10,12:50:02.652] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,12:50:04.417] [DEBUG] 6 processes running of frp type [2026-03-10,13:05:02.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,13:05:04.522] [DEBUG] 6 processes running of frp type [2026-03-10,13:20:02.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,13: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-03-10,13:35:02.512] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,13:35:04.332] [DEBUG] 6 processes running of frp type [2026-03-10,13:50:03.264] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,13:50:05.038] [DEBUG] 6 processes running of frp type [2026-03-10,14:05:02.386] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,14:05:04.070] [DEBUG] 6 processes running of frp type [2026-03-10,14:20:02.343] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,14: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-03-10,14:35:03.048] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,14:35:04.780] [DEBUG] 6 processes running of frp type [2026-03-10,14:50:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,14:50:04.329] [DEBUG] 6 processes running of frp type [2026-03-10,15:05:02.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,15:05:04.649] [DEBUG] 6 processes running of frp type [2026-03-10,15:20:03.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,15:20:04.837] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,15:35:02.767] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,15:35:04.583] [DEBUG] 6 processes running of frp type [2026-03-10,15:50:02.331] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,15:50:04.174] [DEBUG] 6 processes running of frp type [2026-03-10,16:05:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,16:05:04.461] [DEBUG] 6 processes running of frp type [2026-03-10,16:20:02.789] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,16: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-03-10,16:35:02.409] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,16:35:04.263] [DEBUG] 6 processes running of frp type [2026-03-10,16:50:02.886] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,16:50:04.674] [DEBUG] 6 processes running of frp type 2026-03-10 17:00:22.884 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:00:22.886 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:00:25.028 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:00:25.029 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:00:29.424 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:00:29.425 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:00:38.815 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:00:38.817 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:00:57.912 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:00:57.914 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:01:17.915 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:01:17.917 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:01:37.919 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:01:37.920 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:01:57.922 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:01:57.923 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:02:17.925 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:02:17.926 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:02:37.927 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:02:37.929 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:02:57.929 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:02:57.931 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:03:17.932 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:03:17.933 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:03:37.935 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:03:37.936 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:03:57.937 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:03:57.938 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:04:17.940 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:04:17.941 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:04:37.942 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:04:37.943 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:04:57.944 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:04:57.946 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:05:17.947 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:05:17.951 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:05:37.952 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:05:37.957 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:05:57.959 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:06:08.336 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: connection write timeout 2026-03-10 17:06:28.338 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:06:28.339 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:06:48.340 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:06:48.343 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:07:08.345 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:07:08.346 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:07:28.347 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:07:28.348 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:07:48.349 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:07:48.350 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:08:08.351 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:08:08.353 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:08:28.353 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:08:28.355 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:08:48.355 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:08:48.359 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:09:08.360 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:09:08.362 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:09:28.363 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:09:28.364 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:09:48.365 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:09:48.367 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:10:08.367 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:10:08.369 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:10:28.370 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:10:28.371 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:10:48.372 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:10:48.378 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:11:08.379 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:11:08.384 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:11:28.385 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:11:28.391 [W] [client/service.go:297] [13b400e2f574e98c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:11:48.392 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 17:11:49.399 [I] [client/service.go:286] [13b400e2f574e98c] login to server success, get run id [13b400e2f574e98c] 2026-03-10 17:11:49.401 [I] [proxy/proxy_manager.go:173] [13b400e2f574e98c] proxy added: [DNL01B4203] 2026-03-10 17:11:50.047 [I] [client/control.go:168] [13b400e2f574e98c] [DNL01B4203] start proxy success [2026-03-10,17:20:02.162] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,17: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-03-10,17:35:02.150] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,17:35:04.328] [DEBUG] 6 processes running of frp type [2026-03-10,17:50:03.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,17:50:05.140] [DEBUG] 6 processes running of frp type [2026-03-10,18:05:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,18:05:04.373] [DEBUG] 6 processes running of frp type 2026-03-10 18:18:49.134 [I] [client/service.go:294] [13b400e2f574e98c] try to connect to server... 2026-03-10 18:18:50.345 [I] [client/service.go:286] [13b400e2f574e98c] login to server success, get run id [13b400e2f574e98c] 2026-03-10 18:18:50.347 [I] [proxy/proxy_manager.go:173] [13b400e2f574e98c] proxy added: [DNL01B4203] 2026-03-10 18:18:50.740 [I] [client/control.go:168] [13b400e2f574e98c] [DNL01B4203] start proxy success [2026-03-10,18:20:02.597] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,18:20:04.541] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,18:35:02.396] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,18:35:04.165] [DEBUG] 6 processes running of frp type [2026-03-10,18:50:02.861] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,18:50:04.715] [DEBUG] 6 processes running of frp type [2026-03-10,19:05:02.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,19:05:04.274] [DEBUG] 6 processes running of frp type [2026-03-10,19:20:02.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,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' [2026-03-10,19:35:02.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,19:35:04.163] [DEBUG] 6 processes running of frp type [2026-03-10,19:50:03.041] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,19:50:04.773] [DEBUG] 6 processes running of frp type [2026-03-10,20:05:02.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,20:05:04.004] [DEBUG] 6 processes running of frp type [2026-03-10,20:20:02.324] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,20: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-03-10,20:30:41.223] [INFO] Initializing BusSpeedStateManager V2 [2026-03-10,20:30:41.228] [INFO] LocationSqlManager initialising [2026-03-10,20:30:41.229] [INFO] Location DB initialising [2026-03-10,20:30:41.238] [INFO] LocationSqlManager initialisation complete [2026-03-10,20:30:41.239] [DEBUG] UploadManager Init [2026-03-10,20:30:41.239] [DEBUG] UploadManager Init Complete [2026-03-10,20:30:41.242] [INFO] Initializing GPS... [2026-03-10,20:30:41.244] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,20:32:29.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,20:32:31.528] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-10,20:33:34.591] [DEBUG] Log Upload Complete! [2026-03-10,20:35:29.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,20:35:31.567] [DEBUG] Remote Access Enabled [2026-03-10,20:35:32.954] [INFO] Server Address: 138.201.17.179 [2026-03-10,20:35:32.955] [INFO] Server Port: 7000 [2026-03-10,20:35:32.964] [DEBUG] Starting Remote Access! 2026-03-10 20:35:33.156 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-10 20:35:33.157 [I] [client/service.go:294] try to connect to server... 2026-03-10 20:35:34.157 [I] [client/service.go:286] [9229c095f62ec55b] login to server success, get run id [9229c095f62ec55b] 2026-03-10 20:35:34.158 [I] [proxy/proxy_manager.go:173] [9229c095f62ec55b] proxy added: [DNL01B4203] 2026-03-10 20:35:34.508 [I] [client/control.go:168] [9229c095f62ec55b] [DNL01B4203] start proxy success [2026-03-10,20:50:02.785] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,20:50:04.473] [DEBUG] 6 processes running of frp type [2026-03-10,21:05:02.975] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,21:05:04.812] [DEBUG] 6 processes running of frp type [2026-03-10,21:20:02.079] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,21:20:03.787] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,21:35:03.054] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,21:35:04.931] [DEBUG] 6 processes running of frp type [2026-03-10,21:50:02.663] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,21:50:04.412] [DEBUG] 6 processes running of frp type [2026-03-10,22:05:02.924] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,22:05:09.442] [DEBUG] 6 processes running of frp type [2026-03-10,22:20:02.777] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,22: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-03-10,22:35:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,22:35:04.505] [DEBUG] 6 processes running of frp type [2026-03-10,22:50:02.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,22:50:04.053] [DEBUG] 6 processes running of frp type [2026-03-10,23:05:02.514] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,23:05:04.274] [DEBUG] 6 processes running of frp type [2026-03-10,23:20:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,23: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-03-10,23:35:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,23:35:04.492] [DEBUG] 6 processes running of frp type [2026-03-10,23:50:02.965] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-10,23:50:04.748] [DEBUG] 6 processes running of frp type [2026-03-11,00:05:02.247] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,00:05:04.096] [DEBUG] 6 processes running of frp type [2026-03-11,00:20:02.531] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,00: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' [2026-03-11,00:35:02.510] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,00:35:04.296] [DEBUG] 6 processes running of frp type [2026-03-11,00:50:03.035] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,00:50:04.791] [DEBUG] 6 processes running of frp type [2026-03-11,01:05:02.370] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,01:05:04.440] [DEBUG] 6 processes running of frp type [2026-03-11,01:20:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,01: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-03-11,01:35:02.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,01:35:04.627] [DEBUG] 6 processes running of frp type [2026-03-11,01:50:02.400] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,01:50:04.159] [DEBUG] 6 processes running of frp type [2026-03-11,02:05:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,02:05:04.420] [DEBUG] 6 processes running of frp type [2026-03-11,02:20:02.843] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,02:20:04.607] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,02:35:02.800] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,02:35:04.638] [DEBUG] 6 processes running of frp type [2026-03-11,02:50:02.429] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,02:50:04.286] [DEBUG] 6 processes running of frp type [2026-03-11,03:05:02.730] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,03:05:04.506] [DEBUG] 6 processes running of frp type [2026-03-11,03:20:02.789] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,03: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-03-11,03:35:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,03:35:04.713] [DEBUG] 6 processes running of frp type [2026-03-11,03:50:02.434] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,03:50:04.219] [DEBUG] 6 processes running of frp type [2026-03-11,04:05:02.628] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,04:05:04.356] [DEBUG] 6 processes running of frp type [2026-03-11,04:20:02.754] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,04: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-11,04:35:02.692] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,04:35:04.525] [DEBUG] 6 processes running of frp type [2026-03-11,04:50:02.372] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,04:50:04.192] [DEBUG] 6 processes running of frp type [2026-03-11,05:05:02.632] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,05:05:04.322] [DEBUG] 6 processes running of frp type [2026-03-11,05:20:02.913] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,05:20:04.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-11,05:35:02.525] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,05:35:04.332] [DEBUG] 6 processes running of frp type [2026-03-11,05:50:03.094] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,05:50:05.367] [DEBUG] 6 processes running of frp type [2026-03-11,06:05:02.840] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,06:05:04.587] [DEBUG] 6 processes running of frp type [2026-03-11,06:20:02.830] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,06: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-03-11,06:30:42.250] [INFO] Initializing BusSpeedStateManager V2 [2026-03-11,06:30:42.255] [INFO] LocationSqlManager initialising [2026-03-11,06:30:42.255] [INFO] Location DB initialising [2026-03-11,06:30:42.264] [INFO] LocationSqlManager initialisation complete [2026-03-11,06:30:42.265] [DEBUG] UploadManager Init [2026-03-11,06:30:42.265] [DEBUG] UploadManager Init Complete [2026-03-11,06:30:42.268] [INFO] Initializing GPS... [2026-03-11,06:30:42.270] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,06:32:30.040] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,06:32:31.669] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-11,06:32:46.951] [DEBUG] Log Upload Complete! [2026-03-11,06:35:30.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,06:35:31.876] [DEBUG] Remote Access Enabled [2026-03-11,06:35:33.317] [INFO] Server Address: 138.201.17.179 [2026-03-11,06:35:33.318] [INFO] Server Port: 7000 [2026-03-11,06:35:33.327] [DEBUG] Starting Remote Access! 2026-03-11 06:35:33.525 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-11 06:35:33.526 [I] [client/service.go:294] try to connect to server... 2026-03-11 06:35:34.419 [I] [client/service.go:286] [ad455322b040252d] login to server success, get run id [ad455322b040252d] 2026-03-11 06:35:34.420 [I] [proxy/proxy_manager.go:173] [ad455322b040252d] proxy added: [DNL01B4203] 2026-03-11 06:35:34.737 [I] [client/control.go:168] [ad455322b040252d] [DNL01B4203] start proxy success [2026-03-11,06:50:02.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,06:50:04.185] [DEBUG] 6 processes running of frp type [2026-03-11,07:05:02.499] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,07:05:04.230] [DEBUG] 6 processes running of frp type [2026-03-11,07:20:02.601] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,07: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-03-11,07:35:02.313] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,07:35:04.097] [DEBUG] 6 processes running of frp type [2026-03-11,07:50:02.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,07:50:04.656] [DEBUG] 6 processes running of frp type [2026-03-11,08:02:02.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,08:02:03.619] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-11,08:03:28.699] [DEBUG] Log Upload Complete! [2026-03-11,08:05:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,08:05:04.063] [DEBUG] 6 processes running of frp type [2026-03-11,08:20:02.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,08: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-03-11,08:35:02.653] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,08:35:04.473] [DEBUG] 6 processes running of frp type [2026-03-11,08:50:01.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,08:50:03.709] [DEBUG] 6 processes running of frp type [2026-03-11,09:05:03.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,09:05:05.041] [DEBUG] 6 processes running of frp type [2026-03-11,09:20:02.230] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,09: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-03-11,09:35:03.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,09:35:04.843] [DEBUG] 6 processes running of frp type [2026-03-11,09:50:02.238] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,09:50:03.956] [DEBUG] 6 processes running of frp type [2026-03-11,10:05:02.421] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,10:05:04.173] [DEBUG] 6 processes running of frp type [2026-03-11,10:20:02.472] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,10: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-03-11,10:35:02.542] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,10:35:04.277] [DEBUG] 6 processes running of frp type [2026-03-11,10:30:30.380] [INFO] Initializing BusSpeedStateManager V2 [2026-03-11,10:30:30.386] [INFO] LocationSqlManager initialising [2026-03-11,10:30:30.386] [INFO] Location DB initialising [2026-03-11,10:30:30.395] [INFO] LocationSqlManager initialisation complete [2026-03-11,10:30:30.396] [DEBUG] UploadManager Init [2026-03-11,10:30:30.396] [DEBUG] UploadManager Init Complete [2026-03-11,10:30:30.399] [INFO] Initializing GPS... [2026-03-11,10:30:30.401] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,10:35:18.818] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-11,10:50:02.809] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,10:50:04.623] [DEBUG] Remote Access Enabled [2026-03-11,10:50:06.072] [INFO] Server Address: 138.201.17.179 [2026-03-11,10:50:06.073] [INFO] Server Port: 7000 [2026-03-11,10:50:06.078] [DEBUG] Starting Remote Access! 2026-03-11 10:50:06.208 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-11 10:50:06.209 [I] [client/service.go:294] try to connect to server... 2026-03-11 10:50:07.165 [I] [client/service.go:286] [a80cfe9c1ef28b88] login to server success, get run id [a80cfe9c1ef28b88] 2026-03-11 10:50:07.167 [I] [proxy/proxy_manager.go:173] [a80cfe9c1ef28b88] proxy added: [DNL01B4203] 2026-03-11 10:50:07.503 [I] [client/control.go:168] [a80cfe9c1ef28b88] [DNL01B4203] start proxy success [2026-03-11,10:47:07.678] [INFO] Initializing BusSpeedStateManager V2 [2026-03-11,10:47:07.685] [INFO] LocationSqlManager initialising [2026-03-11,10:47:07.686] [INFO] Location DB initialising [2026-03-11,10:47:07.697] [INFO] LocationSqlManager initialisation complete [2026-03-11,10:47:07.697] [DEBUG] UploadManager Init [2026-03-11,10:47:07.698] [DEBUG] UploadManager Init Complete [2026-03-11,10:47:07.701] [INFO] Initializing GPS... [2026-03-11,10:47:07.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-03-11,10:48:56.096] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-11,10:51:56.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-11,10:51:56.421] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-11,11:05:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-11,11:06:56.504] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-11,11:20:02.737] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-11,11:21:56.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 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-03-11,11:35:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-11,11:36:56.715] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-11,11:50:03.071] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-11,11:51:56.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 111] Connection refused')) [2026-03-11,12:05:02.505] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-11,12:06:56.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 111] Connection refused')) [2026-03-11,12:20:02.821] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-11,12:21:56.866] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 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-03-11,12:35:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-11,12:36:56.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 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-03-11,21:35:02.807] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,21:35:04.597] [DEBUG] Remote Access Enabled [2026-03-11,21:35:06.066] [INFO] Server Address: 138.201.17.179 [2026-03-11,21:35:06.067] [INFO] Server Port: 7000 [2026-03-11,21:35:06.072] [DEBUG] Starting Remote Access! 2026-03-11 21:35:06.205 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-11 21:35:06.205 [I] [client/service.go:294] try to connect to server... 2026-03-11 21:35:07.242 [I] [client/service.go:286] [8d975acb171c4485] login to server success, get run id [8d975acb171c4485] 2026-03-11 21:35:07.244 [I] [proxy/proxy_manager.go:173] [8d975acb171c4485] proxy added: [DNL01B4203] 2026-03-11 21:35:07.586 [I] [client/control.go:168] [8d975acb171c4485] [DNL01B4203] start proxy success [2026-03-11,21:50:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,21:50:04.398] [DEBUG] 6 processes running of frp type [2026-03-11,22:05:02.788] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,22:05:04.816] [DEBUG] 6 processes running of frp type [2026-03-11,22:20:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,22: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-11,22:35:03.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,22:35:09.709] [DEBUG] 6 processes running of frp type [2026-03-11,22:50:02.179] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,22:50:03.970] [DEBUG] 6 processes running of frp type [2026-03-11,23:05:02.394] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,23:05:04.129] [DEBUG] 6 processes running of frp type [2026-03-11,23:20:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,23:20:04.154] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,23:35:03.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,23:35:04.773] [DEBUG] 6 processes running of frp type [2026-03-11,23:50:02.443] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-11,23:50:04.314] [DEBUG] 6 processes running of frp type [2026-03-12,00:05:02.871] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,00:05:04.616] [DEBUG] 6 processes running of frp type [2026-03-12,00:20:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,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-03-12,00:35:02.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,00:35:04.289] [DEBUG] 6 processes running of frp type [2026-03-12,00:50:02.881] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,00:50:04.788] [DEBUG] 6 processes running of frp type [2026-03-12,01:05:01.922] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,01:05:03.716] [DEBUG] 6 processes running of frp type [2026-03-12,01:20:03.029] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,01:20:04.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-03-12,01:35:02.841] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,01:35:05.036] [DEBUG] 6 processes running of frp type [2026-03-12,01:50:02.646] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,01:50:04.510] [DEBUG] 6 processes running of frp type [2026-03-12,02:05:03.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,02:05:04.757] [DEBUG] 6 processes running of frp type [2026-03-12,02:20:02.200] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,02:20:03.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-12,02:35:02.868] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,02:35:04.709] [DEBUG] 6 processes running of frp type [2026-03-12,02:50:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,02:50:04.007] [DEBUG] 6 processes running of frp type [2026-03-12,03:05:02.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,03:05:03.835] [DEBUG] 6 processes running of frp type [2026-03-12,03:20:02.294] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,03:20:04.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-03-12,03:35:03.016] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,03:35:04.864] [DEBUG] 6 processes running of frp type [2026-03-12,03:50:02.439] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,03:50:04.178] [DEBUG] 6 processes running of frp type [2026-03-12,04:05:02.637] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,04:05:04.337] [DEBUG] 6 processes running of frp type [2026-03-12,04:20:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,04: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-03-12,04:35:02.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,04:35:03.958] [DEBUG] 6 processes running of frp type [2026-03-12,04:50:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,04:50:04.165] [DEBUG] 6 processes running of frp type [2026-03-12,05:05:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,05:05:04.791] [DEBUG] 6 processes running of frp type [2026-03-12,05:20:02.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,05: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-03-12,05:35:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,05:35:05.329] [DEBUG] 6 processes running of frp type [2026-03-12,05:50:02.880] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,05:50:05.078] [DEBUG] 6 processes running of frp type [2026-03-12,06:05:02.300] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,06:05:04.102] [DEBUG] 6 processes running of frp type [2026-03-12,06:20:02.402] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,06: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-12,06:30:41.171] [INFO] Initializing BusSpeedStateManager V2 [2026-03-12,06:30:41.179] [INFO] LocationSqlManager initialising [2026-03-12,06:30:41.180] [INFO] Location DB initialising [2026-03-12,06:30:41.191] [INFO] LocationSqlManager initialisation complete [2026-03-12,06:30:41.192] [DEBUG] UploadManager Init [2026-03-12,06:30:41.193] [DEBUG] UploadManager Init Complete [2026-03-12,06:30:41.197] [INFO] Initializing GPS... [2026-03-12,06:30:41.200] [INFO] Starting location capture [2026-03-12,06:31:43.913] [INFO] Initializing BusSpeedStateManager V2 [2026-03-12,06:31:43.920] [INFO] LocationSqlManager initialising [2026-03-12,06:31:43.921] [INFO] Location DB initialising [2026-03-12,06:31:43.932] [INFO] LocationSqlManager initialisation complete [2026-03-12,06:31:43.933] [DEBUG] UploadManager Init [2026-03-12,06:31:43.934] [DEBUG] UploadManager Init Complete [2026-03-12,06:31:43.938] [INFO] Initializing GPS... [2026-03-12,06:31:43.941] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,06:33:39.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,06:33:42.130] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-12,06:34:20.890] [DEBUG] Log Upload Complete! [2026-03-12,06:36:32.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,06:36:33.968] [DEBUG] Remote Access Enabled [2026-03-12,06:36:35.844] [INFO] Server Address: 138.201.17.179 [2026-03-12,06:36:35.845] [INFO] Server Port: 7000 [2026-03-12,06:36:35.854] [DEBUG] Starting Remote Access! 2026-03-12 06:36:35.994 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-12 06:36:35.995 [I] [client/service.go:294] try to connect to server... 2026-03-12 06:36:37.208 [I] [client/service.go:286] [b0f6a47b6f063c66] login to server success, get run id [b0f6a47b6f063c66] 2026-03-12 06:36:37.209 [I] [proxy/proxy_manager.go:173] [b0f6a47b6f063c66] proxy added: [DNL01B4203] 2026-03-12 06:36:37.725 [I] [client/control.go:168] [b0f6a47b6f063c66] [DNL01B4203] start proxy success 2026-03-12 06:43:56.246 [I] [client/service.go:294] [b0f6a47b6f063c66] try to connect to server... 2026-03-12 06:44:01.764 [I] [client/service.go:286] [b0f6a47b6f063c66] login to server success, get run id [b0f6a47b6f063c66] 2026-03-12 06:44:01.765 [I] [proxy/proxy_manager.go:173] [b0f6a47b6f063c66] proxy added: [DNL01B4203] 2026-03-12 06:44:02.092 [I] [client/control.go:168] [b0f6a47b6f063c66] [DNL01B4203] start proxy success [2026-03-12,06:50:02.980] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,06:50:05.334] [DEBUG] 6 processes running of frp type [2026-03-12,07:05:02.696] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,07:05:04.910] [DEBUG] 6 processes running of frp type [2026-03-12,07:20:02.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,07:20:04.666] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,07:35:03.061] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,07:35:05.586] [DEBUG] 6 processes running of frp type [2026-03-12,07:50:02.316] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,07:50:04.788] [DEBUG] 6 processes running of frp type [2026-03-12,08:02:02.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,08:02:04.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-12,08:02:18.010] [DEBUG] Log Upload Complete! [2026-03-12,08:05:02.279] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,08:05:04.261] [DEBUG] 6 processes running of frp type [2026-03-12,08:20:02.493] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,08: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-12,08:35:02.421] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,08:35:04.652] [DEBUG] 6 processes running of frp type [2026-03-12,08:50:02.513] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,08:50:04.597] [DEBUG] 6 processes running of frp type [2026-03-12,09:05:03.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,09:05:05.716] [DEBUG] 6 processes running of frp type [2026-03-12,09:20:02.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,09:20:04.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-03-12,09:35:03.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,09:35:05.704] [DEBUG] 6 processes running of frp type [2026-03-12,09:50:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,09:50:05.464] [DEBUG] 6 processes running of frp type [2026-03-12,10:05:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,10:05:05.392] [DEBUG] 6 processes running of frp type [2026-03-12,10:20:02.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,10: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-03-12,10:32:02.500] [INFO] Initializing BusSpeedStateManager V2 [2026-03-12,10:32:02.505] [INFO] LocationSqlManager initialising [2026-03-12,10:32:02.505] [INFO] Location DB initialising [2026-03-12,10:32:02.514] [INFO] LocationSqlManager initialisation complete [2026-03-12,10:32:02.515] [DEBUG] UploadManager Init [2026-03-12,10:32:02.515] [DEBUG] UploadManager Init Complete [2026-03-12,10:32:02.518] [INFO] Initializing GPS... [2026-03-12,10:32:02.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-03-12,10:36:51.330] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:03.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,16:35:05.364] [DEBUG] Remote Access Enabled [2026-03-12,16:35:06.757] [INFO] Server Address: 138.201.17.179 [2026-03-12,16:35:06.757] [INFO] Server Port: 7000 [2026-03-12,16:35:06.762] [DEBUG] Starting Remote Access! 2026-03-12 16:35:06.888 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-12 16:35:06.889 [I] [client/service.go:294] try to connect to server... 2026-03-12 16:35:08.232 [I] [client/service.go:286] [e3d0ed55062b0574] login to server success, get run id [e3d0ed55062b0574] 2026-03-12 16:35:08.234 [I] [proxy/proxy_manager.go:173] [e3d0ed55062b0574] proxy added: [DNL01B4203] 2026-03-12 16:35:08.665 [I] [client/control.go:168] [e3d0ed55062b0574] [DNL01B4203] start proxy success [2026-03-12,16:50:02.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,16:50:04.047] [DEBUG] 6 processes running of frp type 2026-03-12 17:00:33.882 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:00:33.884 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:00:36.010 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:00:36.011 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:00:40.376 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:00:40.377 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:00:49.951 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:00:49.953 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:01:09.954 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:01:09.955 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:01:29.957 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:01:29.958 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:01:49.959 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:01:49.960 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:02:09.961 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:02:09.962 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:02:29.963 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:02:29.964 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:02:49.965 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:02:49.967 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:03:09.968 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:03:09.969 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:03:29.970 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:03:29.972 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:03:49.973 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:03:49.974 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:04:09.975 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:04:09.977 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:04:29.977 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:04:29.979 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:04:49.979 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:04:49.981 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:05:09.983 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:05:09.984 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:05:29.985 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:05:29.990 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:05:49.991 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:05:52.212 [I] [client/service.go:286] [e3d0ed55062b0574] login to server success, get run id [e3d0ed55062b0574] 2026-03-12 17:05:52.213 [I] [proxy/proxy_manager.go:173] [e3d0ed55062b0574] proxy added: [DNL01B4203] 2026-03-12 17:05:53.846 [I] [client/control.go:168] [e3d0ed55062b0574] [DNL01B4203] start proxy success 2026-03-12 17:06:30.305 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:06:31.046 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-12 17:06:33.083 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:06:43.085 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-12 17:06:43.086 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:06:43.087 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:06:51.487 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:06:51.489 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:07:09.577 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:07:09.578 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:07:29.579 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:07:29.580 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:07:49.581 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:07:49.583 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:08:09.585 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:08:09.586 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:08:29.587 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:08:29.589 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:08:49.590 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:08:49.592 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:09:09.593 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:09:09.595 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:09:29.596 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:09:29.597 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:09:49.598 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:09:49.599 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:10:09.600 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:10:09.602 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:10:29.603 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:10:29.605 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:10:49.605 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:10:49.607 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:11:09.608 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:11:09.609 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:11:29.611 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:11:29.616 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:11:49.617 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:11:49.622 [W] [client/service.go:297] [e3d0ed55062b0574] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:12:09.623 [I] [client/service.go:294] [e3d0ed55062b0574] try to connect to server... 2026-03-12 17:12:11.178 [I] [client/service.go:286] [e3d0ed55062b0574] login to server success, get run id [e3d0ed55062b0574] 2026-03-12 17:12:11.180 [I] [proxy/proxy_manager.go:173] [e3d0ed55062b0574] proxy added: [DNL01B4203] 2026-03-12 17:12:12.656 [I] [client/control.go:168] [e3d0ed55062b0574] [DNL01B4203] start proxy success [2026-03-12,17:20:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,17: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-03-12,17:35:02.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,17:35:04.847] [DEBUG] 6 processes running of frp type [2026-03-12,17:50:02.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,17:50:05.172] [DEBUG] 6 processes running of frp type [2026-03-12,18:05:02.547] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,18:05:09.472] [DEBUG] 6 processes running of frp type [2026-03-12,18:20:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,18:20:04.553] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,18:35:02.669] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,18:35:04.466] [DEBUG] 6 processes running of frp type [2026-03-12,18:50:02.018] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,18:50:03.850] [DEBUG] 6 processes running of frp type [2026-03-12,19:05:02.324] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,19:05:04.195] [DEBUG] 6 processes running of frp type [2026-03-12,19:20:02.389] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,19: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-12,19:35:03.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,19:35:05.077] [DEBUG] 6 processes running of frp type [2026-03-12,19:50:02.568] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,19:50:04.288] [DEBUG] 6 processes running of frp type [2026-03-12,20:05:02.667] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,20:05:04.448] [DEBUG] 6 processes running of frp type [2026-03-12,20:20:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,20: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-03-12,20:30:40.719] [INFO] Initializing BusSpeedStateManager V2 [2026-03-12,20:30:40.724] [INFO] LocationSqlManager initialising [2026-03-12,20:30:40.724] [INFO] Location DB initialising [2026-03-12,20:30:40.734] [INFO] LocationSqlManager initialisation complete [2026-03-12,20:30:40.735] [DEBUG] UploadManager Init [2026-03-12,20:30:40.735] [DEBUG] UploadManager Init Complete [2026-03-12,20:30:40.738] [INFO] Initializing GPS... [2026-03-12,20:30:40.740] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,20:32:29.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,20:32:31.244] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:32:41.522] [DEBUG] Log Upload Complete! [2026-03-12,20:35:29.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,20:35:31.528] [DEBUG] Remote Access Enabled [2026-03-12,20:35:32.956] [INFO] Server Address: 138.201.17.179 [2026-03-12,20:35:32.958] [INFO] Server Port: 7000 [2026-03-12,20:35:32.966] [DEBUG] Starting Remote Access! 2026-03-12 20:35:33.158 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-12 20:35:33.158 [I] [client/service.go:294] try to connect to server... 2026-03-12 20:35:34.137 [I] [client/service.go:286] [10bccfe0ec3e1842] login to server success, get run id [10bccfe0ec3e1842] 2026-03-12 20:35:34.138 [I] [proxy/proxy_manager.go:173] [10bccfe0ec3e1842] proxy added: [DNL01B4203] 2026-03-12 20:35:34.471 [I] [client/control.go:168] [10bccfe0ec3e1842] [DNL01B4203] start proxy success [2026-03-12,20:50:02.908] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,20:50:04.616] [DEBUG] 6 processes running of frp type [2026-03-12,21:05:03.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,21:05:09.545] [DEBUG] 6 processes running of frp type [2026-03-12,21:20:02.836] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,21: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-03-12 21:33:50.870 [I] [client/service.go:294] [10bccfe0ec3e1842] try to connect to server... 2026-03-12 21:34:00.872 [W] [client/service.go:297] [10bccfe0ec3e1842] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-12 21:34:00.872 [I] [client/service.go:294] [10bccfe0ec3e1842] try to connect to server... 2026-03-12 21:34:07.713 [I] [client/service.go:286] [10bccfe0ec3e1842] login to server success, get run id [10bccfe0ec3e1842] 2026-03-12 21:34:07.715 [I] [proxy/proxy_manager.go:173] [10bccfe0ec3e1842] proxy added: [DNL01B4203] 2026-03-12 21:34:08.691 [I] [client/control.go:168] [10bccfe0ec3e1842] [DNL01B4203] start proxy success [2026-03-12,21:35:02.742] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,21:35:04.607] [DEBUG] 6 processes running of frp type [2026-03-12,21:50:02.286] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,21:50:04.262] [DEBUG] 6 processes running of frp type 2026-03-12 21:59:40.337 [I] [client/service.go:294] [10bccfe0ec3e1842] try to connect to server... 2026-03-12 21:59:43.628 [I] [client/service.go:286] [10bccfe0ec3e1842] login to server success, get run id [10bccfe0ec3e1842] 2026-03-12 21:59:43.630 [I] [proxy/proxy_manager.go:173] [10bccfe0ec3e1842] proxy added: [DNL01B4203] 2026-03-12 21:59:44.334 [I] [client/control.go:168] [10bccfe0ec3e1842] [DNL01B4203] start proxy success 2026-03-12 22:00:22.951 [I] [client/service.go:294] [10bccfe0ec3e1842] try to connect to server... 2026-03-12 22:00:32.953 [W] [client/service.go:297] [10bccfe0ec3e1842] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-12 22:00:32.954 [I] [client/service.go:294] [10bccfe0ec3e1842] try to connect to server... 2026-03-12 22:00:50.768 [I] [client/service.go:286] [10bccfe0ec3e1842] login to server success, get run id [10bccfe0ec3e1842] 2026-03-12 22:00:50.770 [I] [proxy/proxy_manager.go:173] [10bccfe0ec3e1842] proxy added: [DNL01B4203] 2026-03-12 22:01:08.253 [I] [client/control.go:168] [10bccfe0ec3e1842] [DNL01B4203] start proxy success [2026-03-12,22:05:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,22:05:07.420] [DEBUG] 6 processes running of frp type 2026-03-12 22:07:45.249 [I] [client/service.go:294] [10bccfe0ec3e1842] try to connect to server... 2026-03-12 22:07:46.270 [I] [client/service.go:286] [10bccfe0ec3e1842] login to server success, get run id [10bccfe0ec3e1842] 2026-03-12 22:07:46.271 [I] [proxy/proxy_manager.go:173] [10bccfe0ec3e1842] proxy added: [DNL01B4203] 2026-03-12 22:07:46.588 [I] [client/control.go:168] [10bccfe0ec3e1842] [DNL01B4203] start proxy success [2026-03-12,22:20:02.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,22: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-03-12,22:35:02.590] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,22:35:04.297] [DEBUG] 6 processes running of frp type [2026-03-12,22:50:04.616] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-03-12 22:50:25.215 [I] [client/service.go:294] [10bccfe0ec3e1842] try to connect to server... [2026-03-12,22:50:33.069] [DEBUG] 6 processes running of frp type 2026-03-12 22:50:40.150 [I] [client/service.go:286] [10bccfe0ec3e1842] login to server success, get run id [10bccfe0ec3e1842] 2026-03-12 22:50:40.151 [I] [proxy/proxy_manager.go:173] [10bccfe0ec3e1842] proxy added: [DNL01B4203] 2026-03-12 22:50:45.383 [I] [client/control.go:168] [10bccfe0ec3e1842] [DNL01B4203] start proxy success [2026-03-12,23:05:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,23:05:04.359] [DEBUG] 6 processes running of frp type [2026-03-12,23:20:02.803] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,23: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-03-12,23:35:02.445] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,23:35:04.373] [DEBUG] 6 processes running of frp type [2026-03-12,23:50:01.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-12,23:50:03.710] [DEBUG] 6 processes running of frp type [2026-03-13,00:05:03.230] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,00:05:05.046] [DEBUG] 6 processes running of frp type [2026-03-13,00:20:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,00: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-03-13,00:35:02.850] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,00:35:04.705] [DEBUG] 6 processes running of frp type [2026-03-13,00:50:02.173] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,00:50:03.926] [DEBUG] 6 processes running of frp type [2026-03-13,01:05:02.437] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,01:05:04.362] [DEBUG] 6 processes running of frp type [2026-03-13,01:20:02.737] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,01: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-03-13,01:35:02.399] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,01:35:04.158] [DEBUG] 6 processes running of frp type [2026-03-13,01:50:03.033] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,01:50:04.810] [DEBUG] 6 processes running of frp type [2026-03-13,02:05:02.262] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,02:05:04.015] [DEBUG] 6 processes running of frp type [2026-03-13,02:20:02.226] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,02:20:04.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-13,02:35:02.184] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,02:35:04.022] [DEBUG] 6 processes running of frp type [2026-03-13,02:50:03.114] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,02:50:05.192] [DEBUG] 6 processes running of frp type [2026-03-13,03:05:02.574] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,03:05:04.389] [DEBUG] 6 processes running of frp type [2026-03-13,03:20:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,03: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-03-13,03:35:02.626] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,03:35:04.281] [DEBUG] 6 processes running of frp type [2026-03-13,03:50:03.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,03:50:04.895] [DEBUG] 6 processes running of frp type [2026-03-13,04:05:02.309] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,04:05:04.079] [DEBUG] 6 processes running of frp type [2026-03-13,04:20:02.314] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,04: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-03-13,04:35:02.215] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,04:35:03.932] [DEBUG] 6 processes running of frp type [2026-03-13,04:50:02.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,04:50:04.379] [DEBUG] 6 processes running of frp type [2026-03-13,05:05:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,05:05:06.063] [DEBUG] 6 processes running of frp type [2026-03-13,05:20:02.372] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,05:20:04.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-13,05:35:02.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,05:35:04.732] [DEBUG] 6 processes running of frp type [2026-03-13,05:50:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,05:50:04.100] [DEBUG] 6 processes running of frp type [2026-03-13,06:05:02.493] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,06:05:04.285] [DEBUG] 6 processes running of frp type [2026-03-13,06:20:02.675] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,06:20:04.387] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,06:15:22.879] [INFO] Initializing BusSpeedStateManager V2 [2026-03-13,06:15:22.884] [INFO] LocationSqlManager initialising [2026-03-13,06:15:22.885] [INFO] Location DB initialising [2026-03-13,06:15:22.894] [INFO] LocationSqlManager initialisation complete [2026-03-13,06:15:22.895] [DEBUG] UploadManager Init [2026-03-13,06:15:22.895] [DEBUG] UploadManager Init Complete [2026-03-13,06:15:22.898] [INFO] Initializing GPS... [2026-03-13,06:15:22.899] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,06:20:11.575] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,17:35:02.614] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,17:35:04.340] [DEBUG] Remote Access Enabled [2026-03-13,17:35:05.654] [INFO] Server Address: 138.201.17.179 [2026-03-13,17:35:05.655] [INFO] Server Port: 7000 [2026-03-13,17:35:05.660] [DEBUG] Starting Remote Access! 2026-03-13 17:35:05.786 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-13 17:35:05.787 [I] [client/service.go:294] try to connect to server... 2026-03-13 17:35:06.788 [I] [client/service.go:286] [dcd70c4dcadee1f3] login to server success, get run id [dcd70c4dcadee1f3] 2026-03-13 17:35:06.790 [I] [proxy/proxy_manager.go:173] [dcd70c4dcadee1f3] proxy added: [DNL01B4203] 2026-03-13 17:35:07.101 [I] [client/control.go:168] [dcd70c4dcadee1f3] [DNL01B4203] start proxy success [2026-03-13,17:50:02.937] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,17:50:04.749] [DEBUG] 6 processes running of frp type [2026-03-13,18:05:02.205] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,18:05:04.152] [DEBUG] 6 processes running of frp type [2026-03-13,18:20:02.568] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,18: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' [2026-03-13,18:35:02.344] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,18:35:04.013] [DEBUG] 6 processes running of frp type [2026-03-13,18:50:02.705] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,18:50:04.482] [DEBUG] 6 processes running of frp type [2026-03-13,19:05:03.089] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,19:05:04.849] [DEBUG] 6 processes running of frp type [2026-03-13,19:20:02.292] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,19: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-03-13,19:35:03.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,19:35:04.875] [DEBUG] 6 processes running of frp type [2026-03-13,19:50:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,19:50:04.431] [DEBUG] 6 processes running of frp type [2026-03-13,20:05:02.808] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,20:05:04.558] [DEBUG] 6 processes running of frp type [2026-03-13,20:20:02.934] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,20: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-03-13,20:30:40.933] [INFO] Initializing BusSpeedStateManager V2 [2026-03-13,20:30:40.942] [INFO] LocationSqlManager initialising [2026-03-13,20:30:40.943] [INFO] Location DB initialising [2026-03-13,20:30:40.954] [INFO] LocationSqlManager initialisation complete [2026-03-13,20:30:40.955] [DEBUG] UploadManager Init [2026-03-13,20:30:40.955] [DEBUG] UploadManager Init Complete [2026-03-13,20:30:40.958] [INFO] Initializing GPS... [2026-03-13,20:30: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' [2026-03-13,20:32:29.675] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,20:32:31.361] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:34:05.059] [DEBUG] Log Upload Complete! [2026-03-13,20:35:29.847] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,20:35:31.631] [DEBUG] Remote Access Enabled [2026-03-13,20:35:33.055] [INFO] Server Address: 138.201.17.179 [2026-03-13,20:35:33.057] [INFO] Server Port: 7000 [2026-03-13,20:35:33.068] [DEBUG] Starting Remote Access! 2026-03-13 20:35:33.274 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-13 20:35:33.275 [I] [client/service.go:294] try to connect to server... 2026-03-13 20:35:34.225 [I] [client/service.go:286] [3e0de2a6de93f9b6] login to server success, get run id [3e0de2a6de93f9b6] 2026-03-13 20:35:34.226 [I] [proxy/proxy_manager.go:173] [3e0de2a6de93f9b6] proxy added: [DNL01B4203] 2026-03-13 20:35:34.547 [I] [client/control.go:168] [3e0de2a6de93f9b6] [DNL01B4203] start proxy success [2026-03-13,20:50:02.844] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,20:50:04.659] [DEBUG] 6 processes running of frp type [2026-03-13,21:05:03.178] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,21:05:05.021] [DEBUG] 6 processes running of frp type [2026-03-13,21:20:02.339] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,21:20:04.284] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,21:35:02.250] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,21:35:03.958] [DEBUG] 6 processes running of frp type [2026-03-13,21:50:02.751] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,21:50:04.593] [DEBUG] 6 processes running of frp type [2026-03-13,22:05:03.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,22:05:05.012] [DEBUG] 6 processes running of frp type [2026-03-13,22:20:02.399] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,22: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-03-13,22:35:02.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,22:35:03.750] [DEBUG] 6 processes running of frp type [2026-03-13,22:50:02.360] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,22:50:04.086] [DEBUG] 6 processes running of frp type [2026-03-13,23:05:02.989] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,23:05:35.625] [DEBUG] 6 processes running of frp type 2026-03-13 23:08:07.350 [I] [client/service.go:294] [3e0de2a6de93f9b6] try to connect to server... 2026-03-13 23:08:18.068 [W] [client/service.go:297] [3e0de2a6de93f9b6] connect to server error: connection write timeout 2026-03-13 23:08:18.069 [I] [client/service.go:294] [3e0de2a6de93f9b6] try to connect to server... 2026-03-13 23:08:26.634 [I] [client/service.go:286] [3e0de2a6de93f9b6] login to server success, get run id [3e0de2a6de93f9b6] 2026-03-13 23:08:26.635 [I] [proxy/proxy_manager.go:173] [3e0de2a6de93f9b6] proxy added: [DNL01B4203] 2026-03-13 23:08:59.592 [I] [client/service.go:294] [3e0de2a6de93f9b6] try to connect to server... 2026-03-13 23:09:17.907 [W] [client/service.go:297] [3e0de2a6de93f9b6] connect to server error: connection write timeout 2026-03-13 23:09:17.907 [I] [client/service.go:294] [3e0de2a6de93f9b6] try to connect to server... 2026-03-13 23:09:22.341 [I] [client/service.go:286] [3e0de2a6de93f9b6] login to server success, get run id [3e0de2a6de93f9b6] 2026-03-13 23:09:22.343 [I] [proxy/proxy_manager.go:173] [3e0de2a6de93f9b6] proxy added: [DNL01B4203] 2026-03-13 23:09:22.977 [I] [client/control.go:168] [3e0de2a6de93f9b6] [DNL01B4203] start proxy success [2026-03-13,23:20:02.986] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,23: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-03-13,23:35:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,23:35:04.280] [DEBUG] 6 processes running of frp type [2026-03-13,23:50:02.901] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-13,23:50:04.566] [DEBUG] 6 processes running of frp type [2026-03-14,00:05:03.009] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,00:05:04.755] [DEBUG] 6 processes running of frp type [2026-03-14,00:20:03.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,00: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-14,00:35:02.986] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,00:35:04.680] [DEBUG] 6 processes running of frp type [2026-03-14,00:50:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,00:50:04.273] [DEBUG] 6 processes running of frp type [2026-03-14,01:05:02.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,01:05:04.560] [DEBUG] 6 processes running of frp type [2026-03-14,01:20:02.882] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,01: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-03-14,01:35:02.370] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,01:35:04.118] [DEBUG] 6 processes running of frp type [2026-03-14,01:50:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,01:50:04.589] [DEBUG] 6 processes running of frp type [2026-03-14,02:05:03.001] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,02:05:04.788] [DEBUG] 6 processes running of frp type [2026-03-14,02:20:01.991] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,02:20:03.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-03-14,02:35:02.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,02:35:04.656] [DEBUG] 6 processes running of frp type [2026-03-14,02:50:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,02:50:04.110] [DEBUG] 6 processes running of frp type [2026-03-14,03:05:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,03:05:04.263] [DEBUG] 6 processes running of frp type [2026-03-14,03:20:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,03: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-03-14,03:35:02.641] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,03:35:04.374] [DEBUG] 6 processes running of frp type [2026-03-14,03:50:02.216] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,03:50:04.515] [DEBUG] 6 processes running of frp type [2026-03-14,04:05:03.067] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,04:05:04.863] [DEBUG] 6 processes running of frp type [2026-03-14,04:20:02.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,04:20:03.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-03-14,04:35:02.974] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,04:35:04.774] [DEBUG] 6 processes running of frp type [2026-03-14,04:50:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,04:50:04.109] [DEBUG] 6 processes running of frp type [2026-03-14,05:05:02.499] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,05:05:04.335] [DEBUG] 6 processes running of frp type [2026-03-14,05:20:02.657] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,05: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-03-14,05:35:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,05:35:04.189] [DEBUG] 6 processes running of frp type [2026-03-14,05:50:02.976] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,05:50:04.767] [DEBUG] 6 processes running of frp type [2026-03-14,06:05:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,06:05:04.191] [DEBUG] 6 processes running of frp type [2026-03-14,06:20:02.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,06: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-03-14,06:30:41.591] [INFO] Initializing BusSpeedStateManager V2 [2026-03-14,06:30:41.596] [INFO] LocationSqlManager initialising [2026-03-14,06:30:41.596] [INFO] Location DB initialising [2026-03-14,06:30:41.609] [INFO] LocationSqlManager initialisation complete [2026-03-14,06:30:41.610] [DEBUG] UploadManager Init [2026-03-14,06:30:41.611] [DEBUG] UploadManager Init Complete [2026-03-14,06:30:41.615] [INFO] Initializing GPS... [2026-03-14,06:30:41.617] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,06:32:29.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,06:32:31.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-03-14,06:33:13.136] [DEBUG] Log Upload Complete! [2026-03-14,06:35:29.454] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,06:35:31.202] [DEBUG] Remote Access Enabled [2026-03-14,06:35:32.614] [INFO] Server Address: 138.201.17.179 [2026-03-14,06:35:32.615] [INFO] Server Port: 7000 [2026-03-14,06:35:32.624] [DEBUG] Starting Remote Access! 2026-03-14 06:35:32.813 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-14 06:35:32.814 [I] [client/service.go:294] try to connect to server... 2026-03-14 06:35:33.882 [I] [client/service.go:286] [36720244571414ab] login to server success, get run id [36720244571414ab] 2026-03-14 06:35:33.884 [I] [proxy/proxy_manager.go:173] [36720244571414ab] proxy added: [DNL01B4203] 2026-03-14 06:35:34.247 [I] [client/control.go:168] [36720244571414ab] [DNL01B4203] start proxy success [2026-03-14,06:50:01.993] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,06:50:03.815] [DEBUG] 6 processes running of frp type [2026-03-14,07:05:02.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,07:05:04.142] [DEBUG] 6 processes running of frp type [2026-03-14,07:20:02.278] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,07: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-14,07:35:02.327] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,07:35:04.068] [DEBUG] 6 processes running of frp type [2026-03-14,07:50:02.744] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,07:50:04.652] [DEBUG] 6 processes running of frp type [2026-03-14,08:02:03.026] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,08:02:04.769] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-14,08:02:28.639] [DEBUG] Log Upload Complete! [2026-03-14,08:05:03.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,08:05:04.883] [DEBUG] 6 processes running of frp type [2026-03-14,08:20:02.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,08:20:04.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-14,08:35:03.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,08:35:04.804] [DEBUG] 6 processes running of frp type [2026-03-14,08:50:02.686] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,08:50:04.553] [DEBUG] 6 processes running of frp type [2026-03-14,09:05:03.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,09:05:04.893] [DEBUG] 6 processes running of frp type [2026-03-14,09:20:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,09: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-03-14,09:35:03.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,09:35:04.946] [DEBUG] 6 processes running of frp type [2026-03-14,09:50:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,09:50:04.384] [DEBUG] 6 processes running of frp type [2026-03-14,09:25:11.474] [INFO] Initializing BusSpeedStateManager V2 [2026-03-14,09:25:11.481] [INFO] LocationSqlManager initialising [2026-03-14,09:25:11.481] [INFO] Location DB initialising [2026-03-14,09:25:11.490] [INFO] LocationSqlManager initialisation complete [2026-03-14,09:25:11.491] [DEBUG] UploadManager Init [2026-03-14,09:25:11.491] [DEBUG] UploadManager Init Complete [2026-03-14,09:25:11.494] [INFO] Initializing GPS... [2026-03-14,09:25:11.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' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,09:30:00.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')) [2026-03-14,17:56:28.306] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,17:56:30.366] [DEBUG] Remote Access Enabled [2026-03-14,17:56:32.222] [INFO] Server Address: 138.201.17.179 [2026-03-14,17:56:32.224] [INFO] Server Port: 7000 [2026-03-14,17:56:32.232] [DEBUG] Starting Remote Access! 2026-03-14 17:56:32.422 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-14 17:56:32.423 [I] [client/service.go:294] try to connect to server... 2026-03-14 17:56:33.476 [I] [client/service.go:286] [c6bc1f400964739d] login to server success, get run id [c6bc1f400964739d] 2026-03-14 17:56:33.477 [I] [proxy/proxy_manager.go:173] [c6bc1f400964739d] proxy added: [DNL01B4203] 2026-03-14 17:56:34.126 [I] [client/control.go:168] [c6bc1f400964739d] [DNL01B4203] start proxy success [2026-03-14,18:05:01.977] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,18:05:04.069] [DEBUG] 6 processes running of frp type [2026-03-14,18:08:49.423] [INFO] Initializing BusSpeedStateManager V2 [2026-03-14,18:08:49.430] [INFO] LocationSqlManager initialising [2026-03-14,18:08:49.431] [INFO] Location DB initialising [2026-03-14,18:08:49.442] [INFO] LocationSqlManager initialisation complete [2026-03-14,18:08:49.443] [DEBUG] UploadManager Init [2026-03-14,18:08:49.444] [DEBUG] UploadManager Init Complete [2026-03-14,18:08:49.448] [INFO] Initializing GPS... [2026-03-14,18:08:49.452] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,18:13:37.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.916] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,18:35:05.546] [DEBUG] Remote Access Enabled [2026-03-14,18:35:07.058] [INFO] Server Address: 138.201.17.179 [2026-03-14,18:35:07.059] [INFO] Server Port: 7000 [2026-03-14,18:35:07.064] [DEBUG] Starting Remote Access! 2026-03-14 18:35:07.189 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-14 18:35:07.190 [I] [client/service.go:294] try to connect to server... 2026-03-14 18:35:09.856 [I] [client/service.go:286] [79050280bd70a8f2] login to server success, get run id [79050280bd70a8f2] 2026-03-14 18:35:09.858 [I] [proxy/proxy_manager.go:173] [79050280bd70a8f2] proxy added: [DNL01B4203] 2026-03-14 18:35:10.307 [I] [client/control.go:168] [79050280bd70a8f2] [DNL01B4203] start proxy success [2026-03-14,18:50:02.365] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,18:50:04.978] [DEBUG] 6 processes running of frp type [2026-03-14,19:05:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,19:05:07.542] [DEBUG] 6 processes running of frp type 2026-03-14 19:06:46.503 [I] [client/service.go:294] [79050280bd70a8f2] try to connect to server... 2026-03-14 19:06:48.731 [I] [client/service.go:286] [79050280bd70a8f2] login to server success, get run id [79050280bd70a8f2] 2026-03-14 19:06:48.733 [I] [proxy/proxy_manager.go:173] [79050280bd70a8f2] proxy added: [DNL01B4203] 2026-03-14 19:06:51.320 [I] [client/control.go:168] [79050280bd70a8f2] [DNL01B4203] start proxy success [2026-03-14,19:20:02.913] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,19:20:05.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-14 19:32:53.834 [I] [client/service.go:294] [79050280bd70a8f2] try to connect to server... 2026-03-14 19:32:55.239 [I] [client/service.go:286] [79050280bd70a8f2] login to server success, get run id [79050280bd70a8f2] 2026-03-14 19:32:55.241 [I] [proxy/proxy_manager.go:173] [79050280bd70a8f2] proxy added: [DNL01B4203] 2026-03-14 19:32:55.842 [I] [client/control.go:168] [79050280bd70a8f2] [DNL01B4203] start proxy success [2026-03-14,19:35:04.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,19:35:10.421] [DEBUG] 6 processes running of frp type 2026-03-14 19:47:49.056 [I] [client/service.go:294] [79050280bd70a8f2] try to connect to server... 2026-03-14 19:47:50.980 [I] [client/service.go:286] [79050280bd70a8f2] login to server success, get run id [79050280bd70a8f2] 2026-03-14 19:47:50.982 [I] [proxy/proxy_manager.go:173] [79050280bd70a8f2] proxy added: [DNL01B4203] 2026-03-14 19:47:51.624 [I] [client/control.go:168] [79050280bd70a8f2] [DNL01B4203] start proxy success 2026-03-14 19:48:30.082 [I] [client/service.go:294] [79050280bd70a8f2] try to connect to server... 2026-03-14 19:48:33.234 [I] [client/service.go:286] [79050280bd70a8f2] login to server success, get run id [79050280bd70a8f2] 2026-03-14 19:48:33.235 [I] [proxy/proxy_manager.go:173] [79050280bd70a8f2] proxy added: [DNL01B4203] 2026-03-14 19:48:33.875 [I] [client/control.go:168] [79050280bd70a8f2] [DNL01B4203] start proxy success [2026-03-14,19:50:03.439] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-03-14 19:53:03.632 [I] [client/service.go:294] [79050280bd70a8f2] try to connect to server... 2026-03-14 19:53:15.481 [W] [client/service.go:297] [79050280bd70a8f2] connect to server error: connection write timeout 2026-03-14 19:53:15.482 [I] [client/service.go:294] [79050280bd70a8f2] try to connect to server... 2026-03-14 19:53:21.318 [I] [client/service.go:286] [79050280bd70a8f2] login to server success, get run id [79050280bd70a8f2] 2026-03-14 19:53:21.320 [I] [proxy/proxy_manager.go:173] [79050280bd70a8f2] proxy added: [DNL01B4203] 2026-03-14 19:53:22.385 [I] [client/control.go:168] [79050280bd70a8f2] [DNL01B4203] start proxy success 2026-03-14 19:58:02.963 [I] [client/service.go:294] [79050280bd70a8f2] try to connect to server... 2026-03-14 19:58:04.909 [I] [client/service.go:286] [79050280bd70a8f2] login to server success, get run id [79050280bd70a8f2] 2026-03-14 19:58:04.910 [I] [proxy/proxy_manager.go:173] [79050280bd70a8f2] proxy added: [DNL01B4203] 2026-03-14 19:58:05.582 [I] [client/control.go:168] [79050280bd70a8f2] [DNL01B4203] start proxy success 2026-03-14 20:00:18.926 [I] [client/service.go:294] [79050280bd70a8f2] try to connect to server... 2026-03-14 20:00:32.298 [I] [client/service.go:286] [79050280bd70a8f2] login to server success, get run id [79050280bd70a8f2] 2026-03-14 20:00:32.300 [I] [proxy/proxy_manager.go:173] [79050280bd70a8f2] proxy added: [DNL01B4203] 2026-03-14 20:00:33.271 [I] [client/control.go:168] [79050280bd70a8f2] [DNL01B4203] start proxy success [2026-03-14,20:05:17.822] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,20:05:44.597] [DEBUG] 6 processes running of frp type [2026-03-14,20:20:10.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,20:20:13.039] [DEBUG] 6 processes running of frp type 2026-03-14 20:20:37.191 [I] [client/service.go:294] [79050280bd70a8f2] try to connect to server... 2026-03-14 20:20:53.892 [I] [client/service.go:286] [79050280bd70a8f2] login to server success, get run id [79050280bd70a8f2] 2026-03-14 20:20:53.894 [I] [proxy/proxy_manager.go:173] [79050280bd70a8f2] proxy added: [DNL01B4203] 2026-03-14 20:20:55.106 [I] [client/control.go:168] [79050280bd70a8f2] [DNL01B4203] start proxy success 2026-03-14 20:21:55.344 [I] [client/service.go:294] [79050280bd70a8f2] try to connect to server... 2026-03-14 20:21:57.542 [I] [client/service.go:286] [79050280bd70a8f2] login to server success, get run id [79050280bd70a8f2] 2026-03-14 20:21:57.544 [I] [proxy/proxy_manager.go:173] [79050280bd70a8f2] proxy added: [DNL01B4203] 2026-03-14 20:21:58.057 [I] [client/control.go:168] [79050280bd70a8f2] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:41.364] [INFO] Initializing BusSpeedStateManager V2 [2026-03-14,20:30:41.371] [INFO] LocationSqlManager initialising [2026-03-14,20:30:41.372] [INFO] Location DB initialising [2026-03-14,20:30:41.383] [INFO] LocationSqlManager initialisation complete [2026-03-14,20:30:41.384] [DEBUG] UploadManager Init [2026-03-14,20:30:41.384] [DEBUG] UploadManager Init Complete [2026-03-14,20:30:41.389] [INFO] Initializing GPS... [2026-03-14,20:30:41.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-14,20:32:29.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,20:32:31.977] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( 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-14,20:35:29.801] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,20:35:49.748] [DEBUG] Remote Access Enabled [2026-03-14,20:37:30.295] [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) [2026-03-14,20:37:38.161] [INFO] Server Address: 138.201.17.179 [2026-03-14,20:37:38.162] [INFO] Server Port: 7000 [2026-03-14,20:37:38.171] [DEBUG] Starting Remote Access! 2026-03-14 20:37:38.365 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-14 20:37:38.365 [I] [client/service.go:294] try to connect to server... 2026-03-14 20:37:47.963 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 20:37:47.965 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 20:37:48.901 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 20:38:19.057 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 20:38:27.295 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 20:38:27.297 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 20:38:29.440 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-14,20:50:03.815] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,20:50:10.077] [DEBUG] 6 processes running of frp type 2026-03-14 20:51:35.463 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 20:51:37.440 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 20:51:37.442 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 20:51:45.117 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 20:53:18.697 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 20:53:20.622 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 20:53:20.624 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 20:53:21.258 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 20:55:34.897 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 20:55:42.828 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 20:55:42.830 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 20:55:43.787 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 21:03:44.606 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 21:03:45.861 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 21:03:45.863 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 21:03:46.183 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-14,21:05:02.735] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,21:05:09.357] [DEBUG] 6 processes running of frp type 2026-03-14 21:17:35.306 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 21:17:36.249 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 21:17:36.251 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 21:17:36.573 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-14,21:20:02.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,21:20:05.630] [DEBUG] 6 processes running of frp type 2026-03-14 21:23:08.841 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 21:23:11.911 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 21:23:11.912 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 21:23:12.728 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 21:23:49.861 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 21:23:54.937 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 21:23:54.939 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 21:24:01.417 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:37.764 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 21:26:39.572 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 21:26:39.574 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 21:26:40.156 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 21:27:18.461 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 21:27:20.423 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 21:27:20.425 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 21:27:24.371 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-14,21:35:09.960] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,21:35:19.509] [DEBUG] 6 processes running of frp type 2026-03-14 21:47:54.527 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 21:48:07.161 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 21:48:07.162 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 21:48:08.441 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-14,21:50:02.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,21:50:53.630] [DEBUG] 6 processes running of frp type [2026-03-14,22:05:03.251] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-03-14 22:16:18.700 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:16:22.204 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 22:16:22.205 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 22:16:26.773 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 22:18:35.396 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:18:36.917 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 22:18:36.919 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 22:18:37.565 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-14,22:20:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,22:20:16.493] [DEBUG] 6 processes running of frp type 2026-03-14 22:23:21.053 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:23:27.490 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 22:23:27.492 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 22:23:28.517 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28:46.655 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:28:57.921 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 22:28:57.922 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 22:29:08.842 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 22:31:33.248 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:31:37.467 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: read tcp 192.168.1.136:46724->138.201.17.179:7000: read: connection reset by peer 2026-03-14 22:31:37.468 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:31:45.159 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: session shutdown 2026-03-14 22:31:45.160 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:31:51.555 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 22:31:51.556 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 22:31:52.694 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-14,22:35:06.234] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,22:35:13.247] [DEBUG] 6 processes running of frp type 2026-03-14 22:37:14.568 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:37:21.682 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: read tcp 192.168.1.136:51360->138.201.17.179:7000: read: connection reset by peer 2026-03-14 22:37:21.683 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:37:32.862 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 22:37:32.863 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:37:50.199 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 22:37:50.199 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:38:05.518 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 22:38:05.519 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:38:20.223 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 22:38:40.225 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:38:50.226 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:39:10.228 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:39:31.007 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 22:39:31.007 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:39:40.177 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: read tcp 192.168.1.136:35306->138.201.17.179:7000: read: connection reset by peer 2026-03-14 22:40:00.179 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:40:11.269 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 22:40:31.271 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:40:53.183 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 22:40:53.184 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:41:03.186 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:41:23.187 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:41:33.190 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:41:53.191 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:42:03.588 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 22:42:23.589 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:42:29.158 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: read tcp 192.168.1.136:46290->138.201.17.179:7000: read: connection reset by peer 2026-03-14 22:42:49.159 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:42:59.162 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:43:19.164 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:43:24.697 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: read tcp 192.168.1.136:58392->138.201.17.179:7000: read: connection reset by peer 2026-03-14 22:43:44.698 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:43:54.700 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:44:14.702 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:44:32.436 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 22:44:52.437 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:45:02.440 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:45:22.441 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:45:37.678 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 22:45:57.679 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:46:09.071 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 22:46:29.073 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:46:40.558 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 22:47:00.559 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:47:09.839 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: session shutdown 2026-03-14 22:47:29.840 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:47:39.842 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:47:59.843 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:48:09.846 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:48:29.847 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:48:44.040 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 22:49:04.041 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:49:14.043 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:49:34.044 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:49:44.046 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:50:04.048 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:50:14.049 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:50:34.050 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:50:44.052 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:51:04.053 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:51:14.055 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:51:34.057 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:51:44.059 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:52:04.061 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:52:14.063 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:52:34.064 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:52:44.066 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:53:04.067 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:53:14.068 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:53:34.070 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:53:45.445 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 22:54:05.447 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:54:11.354 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 22:54:11.356 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 22:54:12.186 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-14,22:54:41.809] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,22:54:43.668] [DEBUG] 6 processes running of frp type 2026-03-14 22:57:52.691 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:58:02.694 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:58:02.695 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:58:12.696 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:58:12.697 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:58:29.892 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 22:58:29.893 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:58:39.895 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:58:39.895 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:58:49.897 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 22:59:09.899 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:59:23.674 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 22:59:43.676 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 22:59:53.678 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:00:13.680 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:00:23.682 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:00:43.683 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:00:49.147 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:00:49.149 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:00:50.106 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 23:02:28.258 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:02:47.938 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:02:47.939 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:02:57.940 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:02:57.941 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:03:07.943 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:03:07.943 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:03:19.332 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:03:19.332 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:03:29.334 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:03:49.336 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:03:59.902 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:04:19.903 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:04:21.057 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:04:21.059 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:04:21.430 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-14,23:05:03.089] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,23:05:04.974] [DEBUG] 6 processes running of frp type 2026-03-14 23:06:01.322 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:06:13.098 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:06:13.099 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:06:23.100 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:06:23.101 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:06:33.103 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:06:33.104 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:06:43.105 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:06:43.106 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:06:53.108 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:07:13.109 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:07:23.111 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:07:43.112 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:07:55.637 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:08:15.639 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:08:29.575 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:08:49.576 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:08:59.578 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:09:19.580 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:09:29.581 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:09:49.583 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:09:59.585 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:10:19.587 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:10:29.589 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:10:49.590 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:10:59.592 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:11:19.594 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:11:29.596 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:11:49.597 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:11:59.600 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:12:19.600 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:12:29.603 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:12:49.605 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:12:59.607 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:13:19.608 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:13:29.609 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:13:49.611 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:14:06.782 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 23:14:26.783 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:14:36.785 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:14:56.788 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:15:07.129 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:15:27.130 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:15:37.133 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:15:57.134 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:16:09.516 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 23:16:29.517 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:16:39.519 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:16:59.521 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:17:09.522 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:17:29.524 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:17:39.526 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:17:59.527 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:18:09.530 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:18:29.531 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:18:39.534 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:18:59.536 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:19:12.523 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:19:32.524 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:19:42.527 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:20:02.528 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... [2026-03-14,23:20:11.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-03-14 23:20:14.538 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:20:34.540 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:20:44.542 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:21:04.542 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:21:14.545 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:21:34.546 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:21:57.201 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 23:21:57.202 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:22:07.203 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:22:27.204 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:22:37.206 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:22:57.208 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:22:58.273 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:22:58.275 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:22:58.653 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 23:23:37.559 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:23:47.561 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:23:47.562 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:24:07.491 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:24:07.491 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:24:17.493 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:24:17.494 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:24:27.496 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:24:27.497 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:24:45.773 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:24:45.775 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:24:55.613 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] 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-03-14 23:25:15.124 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:25:34.179 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 23:25:34.179 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:25:43.372 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:25:43.374 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:25:54.892 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:48.187 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:27:01.387 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:27:01.387 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:27:11.388 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:27:11.389 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:27:26.060 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: read tcp 192.168.1.136:58880->138.201.17.179:7000: read: connection reset by peer 2026-03-14 23:27:26.061 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:27:36.062 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:27:36.063 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:27:46.065 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:28:06.066 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:28:16.068 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:28:36.070 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:28:48.564 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:29:08.566 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:29:20.905 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:29:40.907 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:29:42.458 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:29:42.459 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:29:42.800 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 23:31:29.550 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:31:39.552 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:31:39.552 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:31:49.555 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:31:49.555 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:31:59.557 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:31:59.557 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:32:09.559 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:32:09.560 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:32:19.562 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:32:39.563 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:32:49.566 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:33:09.567 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:33:19.569 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:33:39.570 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:33:49.572 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:34:09.573 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:34:25.304 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 23:34:45.305 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:34:59.549 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-14 23:35:19.551 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:35:29.553 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:35:49.555 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:35:59.557 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:36:19.558 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:36:20.635 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:36:20.637 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:36:20.959 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-14,23:36:22.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,23:36:24.026] [DEBUG] 6 processes running of frp type 2026-03-14 23:42:36.173 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:42:46.175 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:42:46.176 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:42:56.178 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:42:56.179 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:43:06.181 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:43:06.182 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:43:16.183 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:43:16.183 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:43:20.721 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:43:20.722 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:43:21.069 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 23:45:00.535 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:45:10.536 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:45:10.537 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:45:19.542 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: session shutdown 2026-03-14 23:45:19.542 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:45:34.989 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 23:45:34.989 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:45:44.991 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:45:44.992 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:45:45.957 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:45:45.959 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:45:46.274 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-14,23:50:02.787] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-14,23:50:04.655] [DEBUG] 6 processes running of frp type 2026-03-14 23:51:36.770 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:51:46.772 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:51:46.773 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:51:51.300 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:51:51.302 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:51:51.867 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 23:55:02.433 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:55:12.435 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:55:12.436 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:55:22.438 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:55:22.438 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:55:31.384 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:55:31.385 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:55:32.728 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 23:56:40.405 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:56:50.407 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:56:50.408 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:57:00.410 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-14 23:57:00.411 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:57:01.487 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:57:01.488 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:57:01.842 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-14 23:58:11.114 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:58:26.083 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-14 23:58:26.083 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-14 23:58:35.462 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-14 23:58:35.463 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-14 23:58:36.103 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-15 00:01:48.799 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:01:58.801 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:01:58.802 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:02:03.226 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-15 00:02:03.228 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-15 00:02:04.178 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-15 00:02:42.505 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:02:52.508 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:02:52.509 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:03:02.510 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:03:02.511 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:03:12.512 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:03:12.512 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:03:22.514 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:03:22.515 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:03:32.517 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:03:52.518 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:04:04.471 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-15 00:04:24.472 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:04:34.474 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:04:54.476 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:05:04.478 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:05:24.479 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:05:35.923 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-15 00:05:55.925 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:06:12.676 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: i/o deadline reached 2026-03-15 00:06:32.677 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:06:51.703 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: connection write timeout 2026-03-15 00:07:11.705 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:07:12.715 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-15 00:07:12.716 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-15 00:07:13.048 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-15 00:10:02.546 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:10:12.548 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:10:12.548 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:10:22.549 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:10:22.550 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:10:32.551 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:10:32.552 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:10:42.553 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:10:42.554 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:10:52.556 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:11:12.557 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:11:24.807 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: session shutdown 2026-03-15 00:11:44.808 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:11:45.946 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-15 00:11:45.948 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-15 00:11:46.580 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success 2026-03-15 00:13:25.779 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:13:35.782 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:13:35.783 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:13:45.785 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:13:45.786 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:13:55.788 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:13:55.788 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:14:05.789 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:14:05.790 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:14:15.792 [W] [client/service.go:297] [7a45532de8e0b61a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 00:14:35.794 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 00:14:36.740 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-15 00:14:36.742 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-15 00:14:37.973 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-15,00:20:02.538] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,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' [2026-03-15,00:35:02.327] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,00:35:04.690] [DEBUG] 6 processes running of frp type [2026-03-15,00:50:02.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,00:50:04.308] [DEBUG] 6 processes running of frp type [2026-03-15,01:05:02.805] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,01:05:04.583] [DEBUG] 6 processes running of frp type [2026-03-15,01:20:02.844] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,01: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-03-15,01:35:02.743] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,01:35:04.530] [DEBUG] 6 processes running of frp type [2026-03-15,01:50:02.234] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,01:50:04.040] [DEBUG] 6 processes running of frp type [2026-03-15,02:05:02.516] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,02:05:04.381] [DEBUG] 6 processes running of frp type [2026-03-15,02:20:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,02: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-15,02:35:02.525] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,02:35:04.247] [DEBUG] 6 processes running of frp type [2026-03-15,02:50:02.936] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,02:50:04.887] [DEBUG] 6 processes running of frp type [2026-03-15,03:05:02.221] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,03:05:04.145] [DEBUG] 6 processes running of frp type [2026-03-15,03:20:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,03: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-15,03:35:02.320] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,03:35:04.334] [DEBUG] 6 processes running of frp type 2026-03-15 03:44:46.887 [I] [client/service.go:294] [7a45532de8e0b61a] try to connect to server... 2026-03-15 03:44:51.393 [I] [client/service.go:286] [7a45532de8e0b61a] login to server success, get run id [7a45532de8e0b61a] 2026-03-15 03:44:51.394 [I] [proxy/proxy_manager.go:173] [7a45532de8e0b61a] proxy added: [DNL01B4203] 2026-03-15 03:44:51.847 [I] [client/control.go:168] [7a45532de8e0b61a] [DNL01B4203] start proxy success [2026-03-15,03:50:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,03:50:04.017] [DEBUG] 6 processes running of frp type [2026-03-15,04:05:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,04:05:04.306] [DEBUG] 6 processes running of frp type [2026-03-15,04:20:02.535] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,04: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-15,04:35:02.531] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,04:35:04.528] [DEBUG] 6 processes running of frp type [2026-03-15,04:50:02.151] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,04:50:04.002] [DEBUG] 6 processes running of frp type [2026-03-15,05:05:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,05:05:04.353] [DEBUG] 6 processes running of frp type [2026-03-15,05:20:02.666] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,05: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-03-15,05:35:02.575] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,05:35:04.332] [DEBUG] 6 processes running of frp type [2026-03-15,05:50:02.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,05:50:03.920] [DEBUG] 6 processes running of frp type [2026-03-15,06:05:02.275] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,06:05:04.136] [DEBUG] 6 processes running of frp type [2026-03-15,06:20:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,06:20:04.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-03-15,06:30:40.516] [INFO] Initializing BusSpeedStateManager V2 [2026-03-15,06:30:40.521] [INFO] LocationSqlManager initialising [2026-03-15,06:30:40.521] [INFO] Location DB initialising [2026-03-15,06:30:40.531] [INFO] LocationSqlManager initialisation complete [2026-03-15,06:30:40.531] [DEBUG] UploadManager Init [2026-03-15,06:30:40.532] [DEBUG] UploadManager Init Complete [2026-03-15,06:30:40.534] [INFO] Initializing GPS... [2026-03-15,06:30:40.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' [2026-03-15,06:32:29.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,06:32:31.248] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-15,06:33:10.387] [DEBUG] Log Upload Complete! [2026-03-15,06:35:29.709] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,06:35:31.595] [DEBUG] Remote Access Enabled [2026-03-15,06:35:32.994] [INFO] Server Address: 138.201.17.179 [2026-03-15,06:35:32.996] [INFO] Server Port: 7000 [2026-03-15,06:35:33.007] [DEBUG] Starting Remote Access! 2026-03-15 06:35:33.205 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-15 06:35:33.205 [I] [client/service.go:294] try to connect to server... 2026-03-15 06:35:34.419 [I] [client/service.go:286] [e46fd10d4b06207e] login to server success, get run id [e46fd10d4b06207e] 2026-03-15 06:35:34.420 [I] [proxy/proxy_manager.go:173] [e46fd10d4b06207e] proxy added: [DNL01B4203] 2026-03-15 06:35:34.787 [I] [client/control.go:168] [e46fd10d4b06207e] [DNL01B4203] start proxy success [2026-03-15,06:50:02.522] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,06:50:04.426] [DEBUG] 6 processes running of frp type [2026-03-15,07:05:02.798] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,07:05:04.770] [DEBUG] 6 processes running of frp type [2026-03-15,07:20:02.071] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,07: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-03-15,07:35:03.016] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,07:35:04.925] [DEBUG] 6 processes running of frp type [2026-03-15,07:50:02.580] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,07:50:04.625] [DEBUG] 6 processes running of frp type [2026-03-15,08:02:01.945] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,08:02:03.995] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-15,08:03:25.496] [DEBUG] Log Upload Complete! [2026-03-15,08:05:02.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,08:05:03.944] [DEBUG] 6 processes running of frp type [2026-03-15,08:20:02.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,08:20:03.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-03-15,08:35:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,08:35:04.240] [DEBUG] 6 processes running of frp type [2026-03-15,08:50:03.160] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,08:50:04.979] [DEBUG] 6 processes running of frp type [2026-03-15,09:05:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,09:05:04.195] [DEBUG] 6 processes running of frp type [2026-03-15,09:20:02.514] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,09:20:04.395] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,09:35:02.477] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,09:35:04.333] [DEBUG] 6 processes running of frp type [2026-03-15,09:50:02.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,09:50:04.014] [DEBUG] 6 processes running of frp type [2026-03-15,10:05:02.441] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,10:05:04.588] [DEBUG] 6 processes running of frp type [2026-03-15,10:20:02.929] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,10: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-03-15,10:35:02.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,10:35:05.313] [DEBUG] 6 processes running of frp type [2026-03-15,10:50:03.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,10:50:05.230] [DEBUG] 6 processes running of frp type [2026-03-15,11:05:02.639] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,11:05:04.458] [DEBUG] 6 processes running of frp type [2026-03-15,11:20:02.669] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,11: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-15,11:35:02.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,11:35:04.641] [DEBUG] 6 processes running of frp type [2026-03-15,11:50:02.453] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,11:50:08.073] [DEBUG] 6 processes running of frp type [2026-03-15,12:05:02.570] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,12:05:04.431] [DEBUG] 6 processes running of frp type [2026-03-15,12:20:02.888] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,12:20:04.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-03-15,12:35:02.569] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,12:35:04.536] [DEBUG] 6 processes running of frp type [2026-03-15,12:50:02.274] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,12:50:04.389] [DEBUG] 6 processes running of frp type [2026-03-15,13:05:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,13:05:04.394] [DEBUG] 6 processes running of frp type [2026-03-15,13:20:02.595] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,13:20:04.372] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,13:35:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,13:35:05.318] [DEBUG] 6 processes running of frp type [2026-03-15,13:50:03.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,13:50:04.965] [DEBUG] 6 processes running of frp type [2026-03-15,14:05:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,14:05:04.413] [DEBUG] 6 processes running of frp type [2026-03-15,14:20:02.871] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,14: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-03-15,14:35:02.706] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,14:35:04.600] [DEBUG] 6 processes running of frp type [2026-03-15,14:50:02.499] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,14:50:04.364] [DEBUG] 6 processes running of frp type [2026-03-15,15:05:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,15:05:04.409] [DEBUG] 6 processes running of frp type [2026-03-15,15:20:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,15: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-03-15,15:35:02.670] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,15:35:04.648] [DEBUG] 6 processes running of frp type [2026-03-15,15:50:03.092] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,15:50:04.962] [DEBUG] 6 processes running of frp type [2026-03-15,16:05:02.432] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,16:05:04.432] [DEBUG] 6 processes running of frp type [2026-03-15,16:20:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,16: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-15,16:35:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,16:35:04.421] [DEBUG] 6 processes running of frp type [2026-03-15,16:50:02.991] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,16:50:04.699] [DEBUG] 6 processes running of frp type 2026-03-15 17:00:30.911 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:00:30.912 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:00:33.061 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:00:33.062 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:00:37.608 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:00:37.610 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:00:46.932 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:00:46.934 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:01:05.952 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:01:05.954 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:01:25.955 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:01:25.956 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:01:45.957 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:01:45.959 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:02:05.959 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:02:05.961 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:02:25.962 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:02:25.964 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:02:45.965 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:02:45.966 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:03:05.967 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:03:05.968 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:03:25.969 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:03:25.970 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:03:45.971 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:03:45.972 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:04:05.974 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:04:05.975 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:04:25.976 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:04:25.977 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:04:45.978 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:04:45.980 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:05:05.981 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:05:05.982 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:05:25.983 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:05:25.988 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:05:45.990 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:05:48.675 [I] [client/service.go:286] [e46fd10d4b06207e] login to server success, get run id [e46fd10d4b06207e] 2026-03-15 17:05:48.676 [I] [proxy/proxy_manager.go:173] [e46fd10d4b06207e] proxy added: [DNL01B4203] 2026-03-15 17:05:50.584 [I] [client/control.go:168] [e46fd10d4b06207e] [DNL01B4203] start proxy success 2026-03-15 17:06:56.624 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:06:56.625 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:06:58.754 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:06:58.755 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:07:03.213 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:07:03.214 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:07:12.879 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:07:12.881 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:07:32.365 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:07:32.367 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:07:52.369 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:07:52.371 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:08:12.372 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:08:12.373 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:08:32.374 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:08:32.376 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:08:52.377 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:08:52.378 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:09:12.379 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:09:12.381 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:09:32.381 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:09:32.382 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:09:52.383 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:09:52.385 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:10:12.386 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:10:12.387 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:10:32.388 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:10:32.390 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:10:52.390 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:10:52.392 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:11:12.393 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:11:12.394 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:11:32.396 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:11:32.400 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:11:52.401 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:11:52.407 [W] [client/service.go:297] [e46fd10d4b06207e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:12:12.408 [I] [client/service.go:294] [e46fd10d4b06207e] try to connect to server... 2026-03-15 17:12:13.900 [I] [client/service.go:286] [e46fd10d4b06207e] login to server success, get run id [e46fd10d4b06207e] 2026-03-15 17:12:13.902 [I] [proxy/proxy_manager.go:173] [e46fd10d4b06207e] proxy added: [DNL01B4203] 2026-03-15 17:12:14.579 [I] [client/control.go:168] [e46fd10d4b06207e] [DNL01B4203] start proxy success [2026-03-15,17:20:02.360] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,17: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' [2026-03-15,17:35:02.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,17:35:04.061] [DEBUG] 6 processes running of frp type [2026-03-15,17:50:02.666] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,17:50:04.490] [DEBUG] 6 processes running of frp type [2026-03-15,18:05:03.022] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,18:05:04.842] [DEBUG] 6 processes running of frp type [2026-03-15,18:20:02.167] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,18: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-03-15,18:35:02.960] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,18:35:04.760] [DEBUG] 6 processes running of frp type [2026-03-15,18:50:02.491] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,18:50:04.310] [DEBUG] 6 processes running of frp type [2026-03-15,19:05:02.798] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,19:05:04.593] [DEBUG] 6 processes running of frp type [2026-03-15,19:20:02.901] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,19: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-15,19:35:02.529] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,19:35:04.434] [DEBUG] 6 processes running of frp type [2026-03-15,19:50:08.251] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,19:50:10.314] [DEBUG] 6 processes running of frp type [2026-03-15,20:05:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,20:05:04.610] [DEBUG] 6 processes running of frp type [2026-03-15,20:20:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,20:20:04.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-03-15,20:30:41.546] [INFO] Initializing BusSpeedStateManager V2 [2026-03-15,20:30:41.551] [INFO] LocationSqlManager initialising [2026-03-15,20:30:41.551] [INFO] Location DB initialising [2026-03-15,20:30:41.561] [INFO] LocationSqlManager initialisation complete [2026-03-15,20:30:41.561] [DEBUG] UploadManager Init [2026-03-15,20:30:41.562] [DEBUG] UploadManager Init Complete [2026-03-15,20:30:41.564] [INFO] Initializing GPS... [2026-03-15,20:30:41.566] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,20:32:29.699] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,20:32:31.452] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-15,20:32:47.791] [DEBUG] Log Upload Complete! [2026-03-15,20:35:29.752] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,20:35:31.580] [DEBUG] Remote Access Enabled [2026-03-15,20:35:32.910] [INFO] Server Address: 138.201.17.179 [2026-03-15,20:35:32.912] [INFO] Server Port: 7000 [2026-03-15,20:35:32.921] [DEBUG] Starting Remote Access! 2026-03-15 20:35:33.113 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-15 20:35:33.114 [I] [client/service.go:294] try to connect to server... 2026-03-15 20:35:34.060 [I] [client/service.go:286] [66b81977b22e7aca] login to server success, get run id [66b81977b22e7aca] 2026-03-15 20:35:34.060 [I] [proxy/proxy_manager.go:173] [66b81977b22e7aca] proxy added: [DNL01B4203] 2026-03-15 20:35:34.390 [I] [client/control.go:168] [66b81977b22e7aca] [DNL01B4203] start proxy success [2026-03-15,20:50:02.642] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,20:50:04.454] [DEBUG] 6 processes running of frp type [2026-03-15,21:05:02.981] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,21:05:04.812] [DEBUG] 6 processes running of frp type [2026-03-15,21:20:02.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,21:20:03.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-15,21:35:03.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,21:35:04.998] [DEBUG] 6 processes running of frp type [2026-03-15,21:50:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,21:50:04.630] [DEBUG] 6 processes running of frp type [2026-03-15,22:05:03.058] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,22:05:05.031] [DEBUG] 6 processes running of frp type [2026-03-15,22:20:02.259] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,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-03-15,22:35:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,22:35:04.732] [DEBUG] 6 processes running of frp type 2026-03-15 22:46:17.035 [I] [client/service.go:294] [66b81977b22e7aca] try to connect to server... 2026-03-15 22:46:27.038 [W] [client/service.go:297] [66b81977b22e7aca] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-15 22:46:27.039 [I] [client/service.go:294] [66b81977b22e7aca] try to connect to server... 2026-03-15 22:46:35.559 [I] [client/service.go:286] [66b81977b22e7aca] login to server success, get run id [66b81977b22e7aca] 2026-03-15 22:46:35.561 [I] [proxy/proxy_manager.go:173] [66b81977b22e7aca] proxy added: [DNL01B4203] 2026-03-15 22:46:35.878 [I] [client/control.go:168] [66b81977b22e7aca] [DNL01B4203] start proxy success [2026-03-15,22:50:02.475] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,22:50:04.206] [DEBUG] 6 processes running of frp type [2026-03-15,23:05:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,23:05:04.610] [DEBUG] 6 processes running of frp type [2026-03-15,23:20:03.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,23:20:04.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-03-15,23:35:02.479] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,23:35:04.367] [DEBUG] 6 processes running of frp type [2026-03-15,23:50:03.186] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-15,23:50:04.956] [DEBUG] 6 processes running of frp type [2026-03-16,00:05:02.345] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,00:05:04.057] [DEBUG] 6 processes running of frp type [2026-03-16,00:20:02.330] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,00: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-03-16,00:35:02.342] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,00:35:04.021] [DEBUG] 6 processes running of frp type [2026-03-16,00:50:02.680] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,00:50:04.561] [DEBUG] 6 processes running of frp type [2026-03-16,01:05:02.876] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,01:05:04.618] [DEBUG] 6 processes running of frp type [2026-03-16,01:20:03.079] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,01: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-16,01:35:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,01:35:04.448] [DEBUG] 6 processes running of frp type [2026-03-16,01:50:03.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,01:50:05.037] [DEBUG] 6 processes running of frp type [2026-03-16,02:05:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,02:05:04.129] [DEBUG] 6 processes running of frp type [2026-03-16,02:20:02.396] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,02: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-03-16,02:35:02.124] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,02:35:03.865] [DEBUG] 6 processes running of frp type [2026-03-16,02:50:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,02:50:04.138] [DEBUG] 6 processes running of frp type [2026-03-16,03:05:02.648] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,03:05:04.330] [DEBUG] 6 processes running of frp type [2026-03-16,03:20:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,03: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' [2026-03-16,03:35:02.446] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,03:35:04.140] [DEBUG] 6 processes running of frp type [2026-03-16,03:50:02.740] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,03:50:04.465] [DEBUG] 6 processes running of frp type [2026-03-16,04:05:03.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,04:05:04.752] [DEBUG] 6 processes running of frp type [2026-03-16,04:20:02.229] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,04:20:03.875] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,04:35:03.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,04:35:05.009] [DEBUG] 6 processes running of frp type [2026-03-16,04:50:02.925] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,04:50:04.704] [DEBUG] 6 processes running of frp type [2026-03-16,05:05:03.049] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,05:05:04.774] [DEBUG] 6 processes running of frp type [2026-03-16,05:20:02.166] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,05: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-16,05:35:02.800] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,05:35:04.611] [DEBUG] 6 processes running of frp type [2026-03-16,05:50:02.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,05:50:04.010] [DEBUG] 6 processes running of frp type [2026-03-16,06:05:02.245] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,06:05:04.036] [DEBUG] 6 processes running of frp type [2026-03-16,06:20:02.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,06: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-03-16,06:30:41.400] [INFO] Initializing BusSpeedStateManager V2 [2026-03-16,06:30:41.408] [INFO] LocationSqlManager initialising [2026-03-16,06:30:41.409] [INFO] Location DB initialising [2026-03-16,06:30:41.420] [INFO] LocationSqlManager initialisation complete [2026-03-16,06:30:41.421] [DEBUG] UploadManager Init [2026-03-16,06:30:41.422] [DEBUG] UploadManager Init Complete [2026-03-16,06:30:41.427] [INFO] Initializing GPS... [2026-03-16,06:30:41.430] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,06:32:29.973] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,06:32:31.631] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-16,06:32:45.957] [DEBUG] Log Upload Complete! [2026-03-16,06:35:29.985] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,06:35:31.649] [DEBUG] Remote Access Enabled [2026-03-16,06:35:33.108] [INFO] Server Address: 138.201.17.179 [2026-03-16,06:35:33.110] [INFO] Server Port: 7000 [2026-03-16,06:35:33.118] [DEBUG] Starting Remote Access! 2026-03-16 06:35:33.297 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-16 06:35:33.298 [I] [client/service.go:294] try to connect to server... 2026-03-16 06:35:34.298 [I] [client/service.go:286] [74dc6c4001a5c325] login to server success, get run id [74dc6c4001a5c325] 2026-03-16 06:35:34.299 [I] [proxy/proxy_manager.go:173] [74dc6c4001a5c325] proxy added: [DNL01B4203] 2026-03-16 06:35:34.677 [I] [client/control.go:168] [74dc6c4001a5c325] [DNL01B4203] start proxy success [2026-03-16,06:50:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,06:50:04.522] [DEBUG] 6 processes running of frp type [2026-03-16,07:05:02.939] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,07:05:04.653] [DEBUG] 6 processes running of frp type [2026-03-16,07:20:03.119] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,07:20:04.777] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,07:35:02.941] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,07:35:04.720] [DEBUG] 6 processes running of frp type [2026-03-16,07:50:02.399] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,07:50:04.217] [DEBUG] 6 processes running of frp type [2026-03-16,08:02:02.453] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,08:02:04.044] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:49.007] [DEBUG] Log Upload Complete! [2026-03-16,08:05:02.475] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,08:05:04.335] [DEBUG] 6 processes running of frp type [2026-03-16,08:20:02.681] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,08: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-03-16,08:35:02.667] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,08:35:04.397] [DEBUG] 6 processes running of frp type [2026-03-16,08:50:02.283] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,08:50:04.043] [DEBUG] 6 processes running of frp type [2026-03-16,09:05:02.452] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,09:05:04.192] [DEBUG] 6 processes running of frp type [2026-03-16,09:20:02.457] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,09: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-03-16,09:35:02.567] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,09:35:04.347] [DEBUG] 6 processes running of frp type [2026-03-16,09:50:02.238] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,09:50:03.934] [DEBUG] 6 processes running of frp type [2026-03-16,10:05:02.443] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,10:05:04.318] [DEBUG] 6 processes running of frp type [2026-03-16,10:20:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,10: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-03-16,10:35:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,10:35:04.271] [DEBUG] 6 processes running of frp type [2026-03-16,10:50:02.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,10:50:03.950] [DEBUG] 6 processes running of frp type [2026-03-16,11:05:02.386] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,11:05:04.075] [DEBUG] 6 processes running of frp type [2026-03-16,11:20:02.400] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,11: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-03-16,11:35:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,11:35:04.896] [DEBUG] 6 processes running of frp type [2026-03-16,11:50:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,11:50:04.465] [DEBUG] 6 processes running of frp type [2026-03-16,12:05:02.951] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,12:05:04.878] [DEBUG] 6 processes running of frp type [2026-03-16,12:20:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,12:20:04.022] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,12:35:03.118] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,12:35:04.863] [DEBUG] 6 processes running of frp type [2026-03-16,12:50:02.531] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,12:50:04.286] [DEBUG] 6 processes running of frp type [2026-03-16,13:05:02.617] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,13:05:04.432] [DEBUG] 6 processes running of frp type [2026-03-16,13:20:02.777] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,13: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-03-16,13:35:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,13:35:04.649] [DEBUG] 6 processes running of frp type [2026-03-16,13:50:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,13:50:04.296] [DEBUG] 6 processes running of frp type [2026-03-16,14:05:02.583] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,14:05:04.378] [DEBUG] 6 processes running of frp type [2026-03-16,14:20:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,14: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-03-16,14:35:02.506] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,14:35:04.215] [DEBUG] 6 processes running of frp type [2026-03-16,14:50:02.972] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,14:50:04.723] [DEBUG] 6 processes running of frp type [2026-03-16,15:05:03.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,15:05:05.043] [DEBUG] 6 processes running of frp type [2026-03-16,15:20:02.373] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,15: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-03-16,15:35:02.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,15:35:03.905] [DEBUG] 6 processes running of frp type [2026-03-16,15:50:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,15:50:04.396] [DEBUG] 6 processes running of frp type [2026-03-16,16:05:02.699] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,16:05:04.473] [DEBUG] 6 processes running of frp type [2026-03-16,16:20:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,16:20:04.476] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,16:35:02.625] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,16:35:04.398] [DEBUG] 6 processes running of frp type [2026-03-16,16:50:01.961] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,16:50:03.752] [DEBUG] 6 processes running of frp type 2026-03-16 17:00:34.075 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:00:34.077 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:00:36.205 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:00:36.205 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:00:40.622 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:00:40.623 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:00:50.028 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:00:50.029 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:01:10.030 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:01:10.032 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:01:30.033 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:01:30.034 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:01:50.035 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:01:50.036 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:02:10.037 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:02:10.038 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:02:30.038 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:02:30.040 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:02:50.041 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:02:50.043 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:03:10.045 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:03:10.046 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:03:30.047 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:03:30.048 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:03:50.050 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:03:50.051 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:04:10.053 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:04:10.054 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:04:30.056 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:04:30.057 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:04:50.058 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:04:50.060 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:05:10.061 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:05:10.062 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:05:30.064 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:05:30.073 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:05:50.074 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:05:51.598 [I] [client/service.go:286] [74dc6c4001a5c325] login to server success, get run id [74dc6c4001a5c325] 2026-03-16 17:05:51.599 [I] [proxy/proxy_manager.go:173] [74dc6c4001a5c325] proxy added: [DNL01B4203] 2026-03-16 17:05:52.276 [I] [client/control.go:168] [74dc6c4001a5c325] [DNL01B4203] start proxy success 2026-03-16 17:06:30.408 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:06:30.409 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:06:32.459 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:06:32.460 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:06:36.803 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:06:36.804 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:06:45.611 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:06:45.613 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:07:04.529 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:07:04.531 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:07:24.532 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:07:24.533 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:07:44.534 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:07:44.536 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:08:04.537 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:08:04.538 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:08:24.540 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:08:24.541 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:08:44.543 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:08:44.544 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:09:04.545 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:09:04.546 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:09:24.547 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:09:24.548 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:09:44.549 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:09:44.550 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:10:04.551 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:10:04.552 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:10:24.554 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:10:24.555 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:10:44.556 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:10:44.557 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:11:04.558 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:11:04.559 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:11:24.561 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:11:24.565 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:11:44.566 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:11:44.571 [W] [client/service.go:297] [74dc6c4001a5c325] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:12:04.572 [I] [client/service.go:294] [74dc6c4001a5c325] try to connect to server... 2026-03-16 17:12:06.365 [I] [client/service.go:286] [74dc6c4001a5c325] login to server success, get run id [74dc6c4001a5c325] 2026-03-16 17:12:06.367 [I] [proxy/proxy_manager.go:173] [74dc6c4001a5c325] proxy added: [DNL01B4203] 2026-03-16 17:12:06.692 [I] [client/control.go:168] [74dc6c4001a5c325] [DNL01B4203] start proxy success [2026-03-16,17:20:02.419] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,17: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-03-16,17:35:02.370] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,17:35:04.153] [DEBUG] 6 processes running of frp type [2026-03-16,17:50:02.765] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,17:50:04.479] [DEBUG] 6 processes running of frp type [2026-03-16,18:05:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,18:05:04.692] [DEBUG] 6 processes running of frp type [2026-03-16,18:20:01.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,18: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-03-16,18:35:02.935] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,18:35:04.869] [DEBUG] 6 processes running of frp type [2026-03-16,18:50:02.545] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,18:50:04.361] [DEBUG] 6 processes running of frp type [2026-03-16,19:05:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,19:05:04.444] [DEBUG] 6 processes running of frp type [2026-03-16,19:20:02.703] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,19: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-03-16,19:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,19:35:04.431] [DEBUG] 6 processes running of frp type [2026-03-16,19:50:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,19:50:03.877] [DEBUG] 6 processes running of frp type [2026-03-16,20:05:02.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,20:05:09.437] [DEBUG] 6 processes running of frp type [2026-03-16,20:20:02.882] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,20: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-03-16,20:30:41.923] [INFO] Initializing BusSpeedStateManager V2 [2026-03-16,20:30:41.929] [INFO] LocationSqlManager initialising [2026-03-16,20:30:41.930] [INFO] Location DB initialising [2026-03-16,20:30:41.941] [INFO] LocationSqlManager initialisation complete [2026-03-16,20:30:41.943] [DEBUG] UploadManager Init [2026-03-16,20:30:41.943] [DEBUG] UploadManager Init Complete [2026-03-16,20:30:41.948] [INFO] Initializing GPS... [2026-03-16,20:30:41.951] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,20:32:30.022] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,20:32:31.922] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:34:25.022] [DEBUG] Log Upload Complete! [2026-03-16,20:35:29.976] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,20:35:31.807] [DEBUG] Remote Access Enabled [2026-03-16,20:35:33.205] [INFO] Server Address: 138.201.17.179 [2026-03-16,20:35:33.206] [INFO] Server Port: 7000 [2026-03-16,20:35:33.216] [DEBUG] Starting Remote Access! 2026-03-16 20:35:33.374 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-16 20:35:33.375 [I] [client/service.go:294] try to connect to server... 2026-03-16 20:35:34.385 [I] [client/service.go:286] [cdefad93e83cb9b7] login to server success, get run id [cdefad93e83cb9b7] 2026-03-16 20:35:34.386 [I] [proxy/proxy_manager.go:173] [cdefad93e83cb9b7] proxy added: [DNL01B4203] 2026-03-16 20:35:34.738 [I] [client/control.go:168] [cdefad93e83cb9b7] [DNL01B4203] start proxy success [2026-03-16,20:50:03.120] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,20:50:04.798] [DEBUG] 6 processes running of frp type [2026-03-16,20:51:33.548] [INFO] Initializing BusSpeedStateManager V2 [2026-03-16,20:51:33.557] [INFO] LocationSqlManager initialising [2026-03-16,20:51:33.558] [INFO] Location DB initialising [2026-03-16,20:51:33.569] [INFO] LocationSqlManager initialisation complete [2026-03-16,20:51:33.570] [DEBUG] UploadManager Init [2026-03-16,20:51:33.571] [DEBUG] UploadManager Init Complete [2026-03-16,20:51:33.575] [INFO] Initializing GPS... [2026-03-16,20:51:33.578] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:56:21.736] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-16,21:20:02.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,21:20:04.436] [DEBUG] Remote Access Enabled [2026-03-16,21:20:05.777] [INFO] Server Address: 138.201.17.179 [2026-03-16,21:20:05.779] [INFO] Server Port: 7000 [2026-03-16,21:20:05.788] [DEBUG] Starting Remote Access! 2026-03-16 21:20:05.977 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-16 21:20:05.978 [I] [client/service.go:294] try to connect to server... 2026-03-16 21:20:06.994 [I] [client/service.go:286] [ebfac47b86c31cda] login to server success, get run id [ebfac47b86c31cda] 2026-03-16 21:20:06.995 [I] [proxy/proxy_manager.go:173] [ebfac47b86c31cda] proxy added: [DNL01B4203] 2026-03-16 21:20:07.343 [I] [client/control.go:168] [ebfac47b86c31cda] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.529] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,21:35:04.277] [DEBUG] 6 processes running of frp type [2026-03-16,21:50:01.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,21:50:04.472] [DEBUG] 6 processes running of frp type [2026-03-16,22:05:02.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,22:05:04.623] [DEBUG] 6 processes running of frp type [2026-03-16,22:20:03.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,22: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-03-16,22:35:02.453] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,22:35:04.231] [DEBUG] 6 processes running of frp type [2026-03-16,22:50:02.795] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,22:50:04.499] [DEBUG] 6 processes running of frp type [2026-03-16,23:05:03.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,23:05:04.977] [DEBUG] 6 processes running of frp type [2026-03-16,23:20:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,23: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-03-16,23:35:02.396] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,23:35:04.296] [DEBUG] 6 processes running of frp type [2026-03-16,23:50:03.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-16,23:50:04.971] [DEBUG] 6 processes running of frp type [2026-03-17,00:05:02.434] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,00:05:04.264] [DEBUG] 6 processes running of frp type [2026-03-17,00:20:02.629] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,00: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-17,00:35:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,00:35:04.221] [DEBUG] 6 processes running of frp type [2026-03-17,00:50:02.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,00:50:04.620] [DEBUG] 6 processes running of frp type [2026-03-17,01:05:03.074] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,01:05:04.692] [DEBUG] 6 processes running of frp type [2026-03-17,01:20:01.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,01:20:03.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-17,01:35:02.872] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,01:35:04.667] [DEBUG] 6 processes running of frp type [2026-03-17,01:50:02.269] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,01:50:03.919] [DEBUG] 6 processes running of frp type [2026-03-17,02:05:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,02:05:04.060] [DEBUG] 6 processes running of frp type [2026-03-17,02:20:02.366] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,02: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-03-17,02:35:02.283] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,02:35:04.116] [DEBUG] 6 processes running of frp type [2026-03-17,02:50:02.820] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,02:50:04.443] [DEBUG] 6 processes running of frp type [2026-03-17,03:05:02.718] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,03:05:04.363] [DEBUG] 6 processes running of frp type [2026-03-17,03:20:02.561] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,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-03-17,03:35:02.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,03:35:04.037] [DEBUG] 6 processes running of frp type [2026-03-17,03:50:02.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,03:50:04.489] [DEBUG] 6 processes running of frp type [2026-03-17,04:05:02.869] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,04:05:04.538] [DEBUG] 6 processes running of frp type [2026-03-17,04:20:03.167] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,04: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-17,04:35:02.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,04:35:04.427] [DEBUG] 6 processes running of frp type [2026-03-17,04:50:01.975] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,04:50:03.631] [DEBUG] 6 processes running of frp type [2026-03-17,05:05:03.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,05:05:04.877] [DEBUG] 6 processes running of frp type [2026-03-17,05:20:02.203] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,05:20:03.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-17,05:35:02.937] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,05:35:04.590] [DEBUG] 6 processes running of frp type [2026-03-17,05:50:02.398] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,05:50:04.109] [DEBUG] 6 processes running of frp type [2026-03-17,06:05:02.548] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,06:05:04.232] [DEBUG] 6 processes running of frp type [2026-03-17,06:20:02.602] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,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-03-17,06:30:41.020] [INFO] Initializing BusSpeedStateManager V2 [2026-03-17,06:30:41.027] [INFO] LocationSqlManager initialising [2026-03-17,06:30:41.028] [INFO] Location DB initialising [2026-03-17,06:30:41.039] [INFO] LocationSqlManager initialisation complete [2026-03-17,06:30:41.040] [DEBUG] UploadManager Init [2026-03-17,06:30:41.040] [DEBUG] UploadManager Init Complete [2026-03-17,06:30:41.045] [INFO] Initializing GPS... [2026-03-17,06:30:41.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-17,06:32:29.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,06:32:31.338] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-17,06:32:44.372] [DEBUG] Log Upload Complete! [2026-03-17,06:35:29.577] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,06:35:31.372] [DEBUG] Remote Access Enabled [2026-03-17,06:35:32.664] [INFO] Server Address: 138.201.17.179 [2026-03-17,06:35:32.665] [INFO] Server Port: 7000 [2026-03-17,06:35:32.674] [DEBUG] Starting Remote Access! 2026-03-17 06:35:32.864 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-17 06:35:32.865 [I] [client/service.go:294] try to connect to server... 2026-03-17 06:35:33.790 [I] [client/service.go:286] [06b46cb31b6cac13] login to server success, get run id [06b46cb31b6cac13] 2026-03-17 06:35:33.791 [I] [proxy/proxy_manager.go:173] [06b46cb31b6cac13] proxy added: [DNL01B4203] 2026-03-17 06:35:34.125 [I] [client/control.go:168] [06b46cb31b6cac13] [DNL01B4203] start proxy success [2026-03-17,06:50:02.656] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,06:50:04.409] [DEBUG] 6 processes running of frp type [2026-03-17,07:05:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,07:05:04.476] [DEBUG] 6 processes running of frp type [2026-03-17,07:20:02.787] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,07: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-17,07:35:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,07:35:04.592] [DEBUG] 6 processes running of frp type [2026-03-17,07:50:02.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,07:50:04.130] [DEBUG] 6 processes running of frp type [2026-03-17,08:02:02.322] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,08:02:03.963] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:43.441] [DEBUG] Log Upload Complete! [2026-03-17,08:05:02.603] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,08:05:04.317] [DEBUG] 6 processes running of frp type [2026-03-17,08:20:02.715] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,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-03-17,08:35:02.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,08:35:04.425] [DEBUG] 6 processes running of frp type [2026-03-17,08:50:02.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,08:50:04.021] [DEBUG] 6 processes running of frp type [2026-03-17,09:05:02.431] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,09:05:04.238] [DEBUG] 6 processes running of frp type [2026-03-17,09:20:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,09: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-03-17,09:35:02.385] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,09:35:04.433] [DEBUG] 6 processes running of frp type [2026-03-17,09:50:02.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,09:50:04.009] [DEBUG] 6 processes running of frp type [2026-03-17,10:05:02.445] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,10:05:04.446] [DEBUG] 6 processes running of frp type [2026-03-17,10:20:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,10: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-03-17,10:35:02.684] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,10:35:04.706] [DEBUG] 6 processes running of frp type [2026-03-17,10:50:02.350] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,10:50:04.061] [DEBUG] 6 processes running of frp type [2026-03-17,11:05:02.410] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,11:05:04.142] [DEBUG] 6 processes running of frp type [2026-03-17,11:20:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,11:20:06.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-03-17,11:35:02.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,11:35:04.358] [DEBUG] 6 processes running of frp type [2026-03-17,11:50:03.023] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,11:50:04.785] [DEBUG] 6 processes running of frp type [2026-03-17,12:05:02.329] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,12:05:04.123] [DEBUG] 6 processes running of frp type [2026-03-17,12:20:02.506] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,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-03-17,12:35:02.377] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,12:35:04.246] [DEBUG] 6 processes running of frp type [2026-03-17,12:50:02.948] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,12:50:04.853] [DEBUG] 6 processes running of frp type [2026-03-17,13:05:02.389] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,13:05:04.165] [DEBUG] 6 processes running of frp type [2026-03-17,13:20:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,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-03-17,13:35:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,13:35:04.231] [DEBUG] 6 processes running of frp type [2026-03-17,13:50:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,13:50:04.597] [DEBUG] 6 processes running of frp type [2026-03-17,14:05:03.126] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,14:05:04.902] [DEBUG] 6 processes running of frp type [2026-03-17,14:20:02.412] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,14: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-03-17,14:35:03.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,14:35:04.948] [DEBUG] 6 processes running of frp type [2026-03-17,14:50:02.641] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,14:50:04.369] [DEBUG] 6 processes running of frp type [2026-03-17,15:05:02.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,15:05:04.679] [DEBUG] 6 processes running of frp type [2026-03-17,15:20:02.912] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,15: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-17,15:35:02.745] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,15:35:04.698] [DEBUG] 6 processes running of frp type [2026-03-17,15:50:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,15:50:04.244] [DEBUG] 6 processes running of frp type [2026-03-17,16:05:02.675] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,16:05:04.462] [DEBUG] 6 processes running of frp type [2026-03-17,16:20:02.778] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,16: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-03-17,16:35:02.634] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,16:35:04.378] [DEBUG] 6 processes running of frp type [2026-03-17,16:50:03.010] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,16:50:04.815] [DEBUG] 6 processes running of frp type 2026-03-17 17:00:29.159 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:00:29.160 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:00:31.332 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:00:31.334 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:00:35.733 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:00:35.734 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:00:45.068 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:00:45.070 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:01:04.101 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:01:04.102 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:01:24.104 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:01:24.105 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:01:44.106 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:01:44.108 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:02:04.108 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:02:04.110 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:02:24.111 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:02:24.113 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:02:44.113 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:02:44.115 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:03:04.116 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:03:04.117 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:03:24.119 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:03:24.120 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:03:44.121 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:03:44.122 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:04:04.124 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:04:04.125 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:04:24.127 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:04:24.128 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:04:44.130 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:04:44.131 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:05:04.132 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:05:04.132 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:05:24.133 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:05:24.138 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:05:44.139 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:05:46.950 [I] [client/service.go:286] [06b46cb31b6cac13] login to server success, get run id [06b46cb31b6cac13] 2026-03-17 17:05:46.952 [I] [proxy/proxy_manager.go:173] [06b46cb31b6cac13] proxy added: [DNL01B4203] 2026-03-17 17:05:48.873 [I] [client/control.go:168] [06b46cb31b6cac13] [DNL01B4203] start proxy success 2026-03-17 17:06:24.465 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:06:24.470 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:06:26.574 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:06:26.582 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:06:30.897 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:06:30.915 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:06:40.195 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:06:40.200 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:06:59.921 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:06:59.925 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:07:19.926 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:07:19.943 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:07:39.945 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:07:39.978 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:07:59.979 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:07:59.996 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:08:19.997 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:08:20.006 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:08:40.007 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:08:40.027 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:09:00.028 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:09:00.055 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:09:20.056 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:09:20.073 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:09:40.074 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:09:40.081 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:10:00.082 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:10:00.087 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:10:20.088 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:10:20.092 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:10:40.094 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:10:40.098 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:11:00.100 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:11:00.110 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:11:20.111 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:11:20.116 [W] [client/service.go:297] [06b46cb31b6cac13] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:11:40.117 [I] [client/service.go:294] [06b46cb31b6cac13] try to connect to server... 2026-03-17 17:11:41.159 [I] [client/service.go:286] [06b46cb31b6cac13] login to server success, get run id [06b46cb31b6cac13] 2026-03-17 17:11:41.160 [I] [proxy/proxy_manager.go:173] [06b46cb31b6cac13] proxy added: [DNL01B4203] 2026-03-17 17:11:43.105 [I] [client/control.go:168] [06b46cb31b6cac13] [DNL01B4203] start proxy success [2026-03-17,17:20:02.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,17: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' [2026-03-17,17:35:02.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,17:35:03.891] [DEBUG] 6 processes running of frp type [2026-03-17,17:50:02.448] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,17:50:04.154] [DEBUG] 6 processes running of frp type [2026-03-17,18:05:02.599] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,18:05:04.293] [DEBUG] 6 processes running of frp type [2026-03-17,18:20:02.832] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,18:20:04.522] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,18:35:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,18:35:04.330] [DEBUG] 6 processes running of frp type [2026-03-17,18:50:03.003] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,18:50:04.806] [DEBUG] 6 processes running of frp type [2026-03-17,19:05:02.184] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,19:05:04.213] [DEBUG] 6 processes running of frp type [2026-03-17,19:20:02.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,19:20:04.518] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,19:35:02.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,19:35:04.040] [DEBUG] 6 processes running of frp type [2026-03-17,19:50:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,19:50:04.473] [DEBUG] 6 processes running of frp type [2026-03-17,20:05:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,20:05:04.598] [DEBUG] 6 processes running of frp type [2026-03-17,20:20:03.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,20: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-17,20:30:41.152] [INFO] Initializing BusSpeedStateManager V2 [2026-03-17,20:30:41.157] [INFO] LocationSqlManager initialising [2026-03-17,20:30:41.158] [INFO] Location DB initialising [2026-03-17,20:30:41.167] [INFO] LocationSqlManager initialisation complete [2026-03-17,20:30:41.168] [DEBUG] UploadManager Init [2026-03-17,20:30:41.168] [DEBUG] UploadManager Init Complete [2026-03-17,20:30:41.171] [INFO] Initializing GPS... [2026-03-17,20:30:41.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-03-17,20:32:29.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,20:32:31.560] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:33:24.051] [DEBUG] Log Upload Complete! [2026-03-17,20:35:29.788] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,20:35:31.560] [DEBUG] Remote Access Enabled [2026-03-17,20:35:32.948] [INFO] Server Address: 138.201.17.179 [2026-03-17,20:35:32.949] [INFO] Server Port: 7000 [2026-03-17,20:35:32.958] [DEBUG] Starting Remote Access! 2026-03-17 20:35:33.145 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-17 20:35:33.146 [I] [client/service.go:294] try to connect to server... 2026-03-17 20:35:34.152 [I] [client/service.go:286] [3d93137bb5059ff5] login to server success, get run id [3d93137bb5059ff5] 2026-03-17 20:35:34.153 [I] [proxy/proxy_manager.go:173] [3d93137bb5059ff5] proxy added: [DNL01B4203] 2026-03-17 20:35:34.555 [I] [client/control.go:168] [3d93137bb5059ff5] [DNL01B4203] start proxy success [2026-03-17,20:50:02.582] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,20:50:04.347] [DEBUG] 6 processes running of frp type [2026-03-17,21:05:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,21:05:04.714] [DEBUG] 6 processes running of frp type [2026-03-17,21:20:02.032] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,21:20:03.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-17,21:35:02.919] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,21:35:04.657] [DEBUG] 6 processes running of frp type [2026-03-17,21:50:02.061] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,21:50:03.875] [DEBUG] 6 processes running of frp type [2026-03-17,22:05:02.274] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,22:05:04.107] [DEBUG] 6 processes running of frp type [2026-03-17,22:20:02.420] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,22: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-03-17,22:35:02.251] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,22:35:03.955] [DEBUG] 6 processes running of frp type [2026-03-17,22:50:02.431] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,22:50:04.463] [DEBUG] 6 processes running of frp type [2026-03-17,23:05:02.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,23:05:05.039] [DEBUG] 6 processes running of frp type [2026-03-17,23:20:02.421] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,23: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' [2026-03-17,23:35:02.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,23:35:04.049] [DEBUG] 6 processes running of frp type [2026-03-17,23:50:02.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-17,23:50:04.575] [DEBUG] 6 processes running of frp type [2026-03-18,00:05:03.062] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,00:05:04.904] [DEBUG] 6 processes running of frp type [2026-03-18,00:20:02.091] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,00: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-03-18,00:35:03.021] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,00:35:04.651] [DEBUG] 6 processes running of frp type [2026-03-18,00:50:02.443] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,00:50:04.144] [DEBUG] 6 processes running of frp type [2026-03-18,01:05:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,01:05:04.329] [DEBUG] 6 processes running of frp type [2026-03-18,01:20:02.488] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,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' [2026-03-18,01:35:02.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,01:35:04.024] [DEBUG] 6 processes running of frp type [2026-03-18,01:50:02.623] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,01:50:04.331] [DEBUG] 6 processes running of frp type [2026-03-18,02:05:02.748] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,02:05:05.054] [DEBUG] 6 processes running of frp type [2026-03-18,02:20:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,02: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' [2026-03-18,02:35:02.883] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,02:35:04.598] [DEBUG] 6 processes running of frp type [2026-03-18,02:50:02.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,02:50:04.013] [DEBUG] 6 processes running of frp type [2026-03-18,03:05:02.560] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,03:05:04.262] [DEBUG] 6 processes running of frp type [2026-03-18,03:20:02.581] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,03:20:04.558] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,03:35:02.298] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,03:35:04.159] [DEBUG] 6 processes running of frp type [2026-03-18,03:50:02.929] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,03:50:04.928] [DEBUG] 6 processes running of frp type [2026-03-18,04:05:02.301] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,04:05:04.205] [DEBUG] 6 processes running of frp type [2026-03-18,04:20:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,04:20:04.156] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,04:35:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,04:35:04.222] [DEBUG] 6 processes running of frp type [2026-03-18,04:50:02.934] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,04:50:04.667] [DEBUG] 6 processes running of frp type [2026-03-18,05:05:03.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,05:05:04.843] [DEBUG] 6 processes running of frp type [2026-03-18,05:20:02.150] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,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-03-18,05:35:03.063] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,05:35:04.839] [DEBUG] 6 processes running of frp type [2026-03-18,05:50:02.468] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,05:50:04.238] [DEBUG] 6 processes running of frp type [2026-03-18,06:05:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,06:05:04.467] [DEBUG] 6 processes running of frp type [2026-03-18,06:20:02.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,06: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' [2026-03-18,06:30:39.818] [INFO] Initializing BusSpeedStateManager V2 [2026-03-18,06:30:39.823] [INFO] LocationSqlManager initialising [2026-03-18,06:30:39.824] [INFO] Location DB initialising [2026-03-18,06:30:39.834] [INFO] LocationSqlManager initialisation complete [2026-03-18,06:30:39.835] [DEBUG] UploadManager Init [2026-03-18,06:30:39.836] [DEBUG] UploadManager Init Complete [2026-03-18,06:30:39.840] [INFO] Initializing GPS... [2026-03-18,06:30:39.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-18,06:32:29.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,06:32:30.705] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-18,06:32:46.310] [DEBUG] Log Upload Complete! [2026-03-18,06:35:29.159] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,06:35:30.977] [DEBUG] Remote Access Enabled [2026-03-18,06:35:32.312] [INFO] Server Address: 138.201.17.179 [2026-03-18,06:35:32.314] [INFO] Server Port: 7000 [2026-03-18,06:35:32.322] [DEBUG] Starting Remote Access! 2026-03-18 06:35:32.507 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-18 06:35:32.508 [I] [client/service.go:294] try to connect to server... 2026-03-18 06:35:33.558 [I] [client/service.go:286] [b004c85bcd8e40ff] login to server success, get run id [b004c85bcd8e40ff] 2026-03-18 06:35:33.559 [I] [proxy/proxy_manager.go:173] [b004c85bcd8e40ff] proxy added: [DNL01B4203] 2026-03-18 06:35:33.877 [I] [client/control.go:168] [b004c85bcd8e40ff] [DNL01B4203] start proxy success [2026-03-18,06:50:02.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,06:50:04.033] [DEBUG] 6 processes running of frp type [2026-03-18,07:05:02.271] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,07:05:04.065] [DEBUG] 6 processes running of frp type [2026-03-18,07:20:02.373] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,07: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' [2026-03-18,07:35:03.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,07:35:04.732] [DEBUG] 6 processes running of frp type [2026-03-18,07:50:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,07:50:04.248] [DEBUG] 6 processes running of frp type [2026-03-18,08:02:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,08:02:04.161] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-18,08:02:32.727] [DEBUG] Log Upload Complete! [2026-03-18,08:05:02.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,08:05:04.346] [DEBUG] 6 processes running of frp type [2026-03-18,08:20:02.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,08: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-03-18,08:35:02.041] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,08:35:03.811] [DEBUG] 6 processes running of frp type [2026-03-18,08:50:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,08:50:04.063] [DEBUG] 6 processes running of frp type [2026-03-18,09:05:02.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,09:05:04.225] [DEBUG] 6 processes running of frp type [2026-03-18,09:20:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,09: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-18,09:35:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,09:35:04.298] [DEBUG] 6 processes running of frp type [2026-03-18,09:50:03.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,09:50:04.839] [DEBUG] 6 processes running of frp type [2026-03-18,10:05:02.381] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,10:05:04.078] [DEBUG] 6 processes running of frp type [2026-03-18,10:20:02.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,10: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-03-18,10:35:01.998] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,10:35:03.878] [DEBUG] 6 processes running of frp type [2026-03-18,10:50:02.580] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,10:50:04.212] [DEBUG] 6 processes running of frp type [2026-03-18,11:05:02.681] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,11:05:04.476] [DEBUG] 6 processes running of frp type [2026-03-18,11:20:02.858] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,11: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-03-18,11:35:03.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,11:35:05.176] [DEBUG] 6 processes running of frp type [2026-03-18,11:39:11.485] [INFO] Initializing BusSpeedStateManager V2 [2026-03-18,11:39:11.490] [INFO] LocationSqlManager initialising [2026-03-18,11:39:11.491] [INFO] Location DB initialising [2026-03-18,11:39:11.500] [INFO] LocationSqlManager initialisation complete [2026-03-18,11:39:11.501] [DEBUG] UploadManager Init [2026-03-18,11:39:11.501] [DEBUG] UploadManager Init Complete [2026-03-18,11:39:11.504] [INFO] Initializing GPS... [2026-03-18,11:39:11.506] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,11:44:00.048] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-18,14:20:03.040] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,14:20:05.186] [DEBUG] Remote Access Enabled [2026-03-18,14:20:06.958] [INFO] Server Address: 138.201.17.179 [2026-03-18,14:20:06.959] [INFO] Server Port: 7000 [2026-03-18,14:20:06.964] [DEBUG] Starting Remote Access! 2026-03-18 14:20:07.090 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-18 14:20:07.091 [I] [client/service.go:294] try to connect to server... 2026-03-18 14:20:07.729 [I] [client/service.go:286] [a8c2ed84c7ece2eb] login to server success, get run id [a8c2ed84c7ece2eb] 2026-03-18 14:20:07.731 [I] [proxy/proxy_manager.go:173] [a8c2ed84c7ece2eb] proxy added: [DNL01B4203] 2026-03-18 14:20:07.913 [I] [client/control.go:168] [a8c2ed84c7ece2eb] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,14:35:02.882] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,14:35:04.684] [DEBUG] 6 processes running of frp type [2026-03-18,14:50:02.562] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,14:50:04.310] [DEBUG] 6 processes running of frp type [2026-03-18,15:05:02.681] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,15:05:09.464] [DEBUG] 6 processes running of frp type [2026-03-18,15:20:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,15: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-03-18,15:35:02.660] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,15:35:04.902] [DEBUG] 6 processes running of frp type [2026-03-18,15:50:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,15:50:04.477] [DEBUG] 6 processes running of frp type [2026-03-18,16:05:02.947] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,16:05:04.953] [DEBUG] 6 processes running of frp type [2026-03-18,16:20:02.330] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,16:20:04.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-18,16:35:02.184] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,16:35:03.953] [DEBUG] 6 processes running of frp type [2026-03-18,16:50:02.353] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,16:50:03.991] [DEBUG] 6 processes running of frp type 2026-03-18 17:00:17.364 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:00:17.364 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:00:19.487 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:00:19.488 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:00:23.999 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:00:24.000 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:00:33.602 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:00:33.603 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:00:53.350 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:00:53.351 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:01:13.353 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:01:13.354 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:01:33.355 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:01:33.357 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:01:53.359 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:01:53.360 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:02:13.361 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:02:13.362 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:02:33.364 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:02:33.365 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:02:53.367 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:02:53.368 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:03:13.370 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:03:13.371 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:03:33.373 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:03:33.374 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:03:53.376 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:03:53.377 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:04:13.377 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:04:13.379 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:04:33.381 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:04:33.382 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:04:53.383 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:04:53.384 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:05:13.386 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:05:13.390 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:05:33.392 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:05:33.396 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-18 17:05:53.398 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:05:54.590 [I] [client/service.go:286] [a8c2ed84c7ece2eb] login to server success, get run id [a8c2ed84c7ece2eb] 2026-03-18 17:05:54.591 [I] [proxy/proxy_manager.go:173] [a8c2ed84c7ece2eb] proxy added: [DNL01B4203] 2026-03-18 17:05:55.550 [I] [client/control.go:168] [a8c2ed84c7ece2eb] [DNL01B4203] start proxy success 2026-03-18 17:06:33.634 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:06:33.635 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:06:35.673 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:06:35.674 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:06:39.766 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:06:39.767 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:06:48.715 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:06:48.717 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:07:07.088 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:07:07.090 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:07:27.091 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:07:27.093 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:07:47.094 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:07:47.095 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:08:07.097 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:08:07.098 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:08:27.099 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:08:27.101 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:08:47.102 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:08:47.103 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:09:07.104 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:09:07.105 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:09:27.106 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:09:27.107 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:09:47.108 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:09:47.110 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:10:07.111 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:10:07.113 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:10:27.114 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:10:27.115 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:10:47.116 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:10:47.117 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:11:07.119 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:11:07.120 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:11:27.121 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:11:27.125 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:11:47.127 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:11:47.131 [W] [client/service.go:297] [a8c2ed84c7ece2eb] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-18 17:12:07.133 [I] [client/service.go:294] [a8c2ed84c7ece2eb] try to connect to server... 2026-03-18 17:12:07.691 [I] [client/service.go:286] [a8c2ed84c7ece2eb] login to server success, get run id [a8c2ed84c7ece2eb] 2026-03-18 17:12:07.693 [I] [proxy/proxy_manager.go:173] [a8c2ed84c7ece2eb] proxy added: [DNL01B4203] 2026-03-18 17:12:08.076 [I] [client/control.go:168] [a8c2ed84c7ece2eb] [DNL01B4203] start proxy success [2026-03-18,17:20:02.705] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,17: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-03-18,17:35:02.335] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,17:35:03.994] [DEBUG] 6 processes running of frp type [2026-03-18,17:50:02.785] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,17:50:04.593] [DEBUG] 6 processes running of frp type [2026-03-18,18:05:03.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,18:05:04.853] [DEBUG] 6 processes running of frp type [2026-03-18,18:20:01.984] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,18:20:03.671] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,18:35:02.926] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,18:35:04.792] [DEBUG] 6 processes running of frp type [2026-03-18,18:50:02.342] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,18:50:04.129] [DEBUG] 6 processes running of frp type [2026-03-18,19:05:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,19:05:04.440] [DEBUG] 6 processes running of frp type [2026-03-18,19:20:02.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,19: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-18,19:35:02.538] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,19:35:04.284] [DEBUG] 6 processes running of frp type [2026-03-18,19:50:03.190] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,19:50:04.986] [DEBUG] 6 processes running of frp type [2026-03-18,20:05:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,20:05:04.344] [DEBUG] 6 processes running of frp type [2026-03-18,20:20:02.689] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,20: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-03-18,20:30:42.113] [INFO] Initializing BusSpeedStateManager V2 [2026-03-18,20:30:42.120] [INFO] LocationSqlManager initialising [2026-03-18,20:30:42.122] [INFO] Location DB initialising [2026-03-18,20:30:42.133] [INFO] LocationSqlManager initialisation complete [2026-03-18,20:30:42.134] [DEBUG] UploadManager Init [2026-03-18,20:30:42.135] [DEBUG] UploadManager Init Complete [2026-03-18,20:30:42.140] [INFO] Initializing GPS... [2026-03-18,20:30:42.143] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,20:32:29.548] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,20:32:31.264] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-18,20:32:50.776] [DEBUG] Log Upload Complete! [2026-03-18,20:35:29.883] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,20:35:31.593] [DEBUG] Remote Access Enabled [2026-03-18,20:35:33.021] [INFO] Server Address: 138.201.17.179 [2026-03-18,20:35:33.022] [INFO] Server Port: 7000 [2026-03-18,20:35:33.026] [DEBUG] Starting Remote Access! 2026-03-18 20:35:33.223 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-18 20:35:33.224 [I] [client/service.go:294] try to connect to server... 2026-03-18 20:35:33.825 [I] [client/service.go:286] [6e78bcb5edab6728] login to server success, get run id [6e78bcb5edab6728] 2026-03-18 20:35:33.826 [I] [proxy/proxy_manager.go:173] [6e78bcb5edab6728] proxy added: [DNL01B4203] 2026-03-18 20:35:34.018 [I] [client/control.go:168] [6e78bcb5edab6728] [DNL01B4203] start proxy success [2026-03-18,20:50:02.754] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,20:50:04.503] [DEBUG] 6 processes running of frp type [2026-03-18,21:05:03.044] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,21:05:04.756] [DEBUG] 6 processes running of frp type [2026-03-18,21:20:01.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,21: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-03-18,21:35:03.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,21:35:04.787] [DEBUG] 6 processes running of frp type [2026-03-18,21:50:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,21:50:04.209] [DEBUG] 6 processes running of frp type 2026-03-18 21:59:58.051 [I] [client/service.go:294] [6e78bcb5edab6728] try to connect to server... 2026-03-18 21:59:58.999 [I] [client/service.go:286] [6e78bcb5edab6728] login to server success, get run id [6e78bcb5edab6728] 2026-03-18 21:59:59.000 [I] [proxy/proxy_manager.go:173] [6e78bcb5edab6728] proxy added: [DNL01B4203] 2026-03-18 22:00:00.645 [I] [client/control.go:168] [6e78bcb5edab6728] [DNL01B4203] start proxy success [2026-03-18,22:05:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,22:05:04.517] [DEBUG] 6 processes running of frp type [2026-03-18,22:20:02.847] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,22: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-18,22:35:02.745] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,22:35:04.603] [DEBUG] 6 processes running of frp type [2026-03-18,22:50:02.268] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,22:50:04.223] [DEBUG] 6 processes running of frp type [2026-03-18,23:05:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,23:05:04.220] [DEBUG] 6 processes running of frp type [2026-03-18,23:20:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,23:20:04.607] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,23:35:02.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,23:35:04.424] [DEBUG] 6 processes running of frp type [2026-03-18,23:50:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-18,23:50:04.021] [DEBUG] 6 processes running of frp type [2026-03-19,00:05:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,00:05:04.199] [DEBUG] 6 processes running of frp type [2026-03-19,00:20:02.498] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,00: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-03-19,00:35:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,00:35:04.350] [DEBUG] 6 processes running of frp type [2026-03-19,00:50:02.933] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,00:50:04.897] [DEBUG] 6 processes running of frp type [2026-03-19,01:05:02.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,01:05:03.989] [DEBUG] 6 processes running of frp type [2026-03-19,01:20:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,01: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-19,01:35:02.270] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,01:35:04.579] [DEBUG] 6 processes running of frp type [2026-03-19,01:50:02.269] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,01:50:04.317] [DEBUG] 6 processes running of frp type [2026-03-19,02:05:02.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,02:05:04.878] [DEBUG] 6 processes running of frp type [2026-03-19,02:20:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,02: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-03-19,02:35:03.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,02:35:04.997] [DEBUG] 6 processes running of frp type 2026-03-19 02:48:15.073 [I] [client/service.go:294] [6e78bcb5edab6728] try to connect to server... 2026-03-19 02:48:20.065 [I] [client/service.go:286] [6e78bcb5edab6728] login to server success, get run id [6e78bcb5edab6728] 2026-03-19 02:48:20.068 [I] [proxy/proxy_manager.go:173] [6e78bcb5edab6728] proxy added: [DNL01B4203] 2026-03-19 02:48:20.275 [I] [client/control.go:168] [6e78bcb5edab6728] [DNL01B4203] start proxy success [2026-03-19,02:50:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,02:50:04.344] [DEBUG] 6 processes running of frp type [2026-03-19,03:05:02.626] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,03:05:04.599] [DEBUG] 6 processes running of frp type [2026-03-19,03:20:03.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,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-03-19,03:35:02.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,03:35:04.453] [DEBUG] 6 processes running of frp type [2026-03-19,03:50:02.151] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,03:50:04.144] [DEBUG] 6 processes running of frp type [2026-03-19,04:05:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,04:05:04.298] [DEBUG] 6 processes running of frp type [2026-03-19,04:20:02.626] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,04: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-03-19,04:35:02.535] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,04:35:04.455] [DEBUG] 6 processes running of frp type 2026-03-19 04:37:46.990 [I] [client/service.go:294] [6e78bcb5edab6728] try to connect to server... 2026-03-19 04:37:47.594 [I] [client/service.go:286] [6e78bcb5edab6728] login to server success, get run id [6e78bcb5edab6728] 2026-03-19 04:37:47.596 [I] [proxy/proxy_manager.go:173] [6e78bcb5edab6728] proxy added: [DNL01B4203] 2026-03-19 04:37:47.782 [I] [client/control.go:168] [6e78bcb5edab6728] [DNL01B4203] start proxy success [2026-03-19,04:50:03.042] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,04:50:04.800] [DEBUG] 6 processes running of frp type [2026-03-19,05:05:02.327] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,05:05:04.181] [DEBUG] 6 processes running of frp type [2026-03-19,05:20:02.581] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,05: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-19,05:35:02.351] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,05:35:04.129] [DEBUG] 6 processes running of frp type [2026-03-19,05:50:02.939] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,05:50:04.685] [DEBUG] 6 processes running of frp type [2026-03-19,06:05:02.194] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,06:05:04.014] [DEBUG] 6 processes running of frp type [2026-03-19,06:20:02.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,06: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-03-19,06:30:40.986] [INFO] Initializing BusSpeedStateManager V2 [2026-03-19,06:30:40.990] [INFO] LocationSqlManager initialising [2026-03-19,06:30:40.991] [INFO] Location DB initialising [2026-03-19,06:30:41.000] [INFO] LocationSqlManager initialisation complete [2026-03-19,06:30:41.001] [DEBUG] UploadManager Init [2026-03-19,06:30:41.002] [DEBUG] UploadManager Init Complete [2026-03-19,06:30:41.005] [INFO] Initializing GPS... [2026-03-19,06:30:41.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' [2026-03-19,06:32:29.627] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,06:32:31.297] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-19,06:32:48.911] [DEBUG] Log Upload Complete! [2026-03-19,06:35:29.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,06:35:31.464] [DEBUG] Remote Access Enabled [2026-03-19,06:35:32.800] [INFO] Server Address: 138.201.17.179 [2026-03-19,06:35:32.801] [INFO] Server Port: 7000 [2026-03-19,06:35:32.808] [DEBUG] Starting Remote Access! 2026-03-19 06:35:33.014 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-19 06:35:33.014 [I] [client/service.go:294] try to connect to server... 2026-03-19 06:35:33.518 [I] [client/service.go:286] [f137d1a519f3e0ec] login to server success, get run id [f137d1a519f3e0ec] 2026-03-19 06:35:33.519 [I] [proxy/proxy_manager.go:173] [f137d1a519f3e0ec] proxy added: [DNL01B4203] 2026-03-19 06:35:33.753 [I] [client/control.go:168] [f137d1a519f3e0ec] [DNL01B4203] start proxy success [2026-03-19,06:50:02.690] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,06:50:04.478] [DEBUG] 6 processes running of frp type [2026-03-19,07:05:02.896] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,07:05:04.550] [DEBUG] 6 processes running of frp type [2026-03-19,07:20:02.777] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,07:20:04.434] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,07:35:02.729] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,07:35:04.570] [DEBUG] 6 processes running of frp type [2026-03-19,07:04:54.850] [INFO] Initializing BusSpeedStateManager V2 [2026-03-19,07:04:54.856] [INFO] LocationSqlManager initialising [2026-03-19,07:04:54.856] [INFO] Location DB initialising [2026-03-19,07:04:54.865] [INFO] LocationSqlManager initialisation complete [2026-03-19,07:04:54.866] [DEBUG] UploadManager Init [2026-03-19,07:04:54.867] [DEBUG] UploadManager Init Complete [2026-03-19,07:04:54.869] [INFO] Initializing GPS... [2026-03-19,07:04:54.871] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,07:09:43.577] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-19,07:50:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,07:50:04.137] [DEBUG] Remote Access Enabled [2026-03-19,07:50:05.564] [INFO] Server Address: 138.201.17.179 [2026-03-19,07:50:05.565] [INFO] Server Port: 7000 [2026-03-19,07:50:05.574] [DEBUG] Starting Remote Access! 2026-03-19 07:50:05.771 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-19 07:50:05.772 [I] [client/service.go:294] try to connect to server... 2026-03-19 07:50:06.330 [I] [client/service.go:286] [4866ea7c894567f8] login to server success, get run id [4866ea7c894567f8] 2026-03-19 07:50:06.331 [I] [proxy/proxy_manager.go:173] [4866ea7c894567f8] proxy added: [DNL01B4203] 2026-03-19 07:50:06.516 [I] [client/control.go:168] [4866ea7c894567f8] [DNL01B4203] start proxy success [2026-03-19,08:02:03.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,08:02:04.847] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-19,08:03:06.697] [DEBUG] Log Upload Complete! [2026-03-19,08:05:03.148] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,08:05:04.816] [DEBUG] 6 processes running of frp type [2026-03-19,08:20:01.951] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,08: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-03-19,08:35:02.900] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,08:35:04.788] [DEBUG] 6 processes running of frp type [2026-03-19,08:50:02.323] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,08:50:04.082] [DEBUG] 6 processes running of frp type [2026-03-19,09:05:02.553] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,09:05:04.256] [DEBUG] 6 processes running of frp type [2026-03-19,09:20:02.570] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,09: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' [2026-03-19,09:35:02.401] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,09:35:04.134] [DEBUG] 6 processes running of frp type [2026-03-19,09:50:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,09:50:04.697] [DEBUG] 6 processes running of frp type [2026-03-19,10:05:02.236] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,10:05:03.957] [DEBUG] 6 processes running of frp type [2026-03-19,10:20:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,10: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-19,10:35:02.574] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,10:35:04.448] [DEBUG] 6 processes running of frp type [2026-03-19,10:50:03.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,10:50:04.864] [DEBUG] 6 processes running of frp type [2026-03-19,11:05:02.370] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,11:05:04.110] [DEBUG] 6 processes running of frp type [2026-03-19,11:20:02.404] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,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-03-19,11:35:03.102] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,11:35:05.260] [DEBUG] 6 processes running of frp type [2026-03-19,11:50:02.721] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,11:50:04.543] [DEBUG] 6 processes running of frp type [2026-03-19,12:05:02.986] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,12:05:04.842] [DEBUG] 6 processes running of frp type [2026-03-19,12:20:02.256] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,12: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-03-19,12:35:02.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,12:35:04.486] [DEBUG] 6 processes running of frp type [2026-03-19,12:50:02.179] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,12:50:03.958] [DEBUG] 6 processes running of frp type [2026-03-19,13:05:02.434] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,13:05:04.128] [DEBUG] 6 processes running of frp type [2026-03-19,13:20:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,13: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-03-19,13:35:03.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,13:35:04.882] [DEBUG] 6 processes running of frp type [2026-03-19,13:50:02.554] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,13:50:04.432] [DEBUG] 6 processes running of frp type [2026-03-19,14:05:02.900] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,14:05:04.590] [DEBUG] 6 processes running of frp type [2026-03-19,14:20:03.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,14: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-03-19,14:35:02.630] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,14:35:04.350] [DEBUG] 6 processes running of frp type [2026-03-19,14:50:03.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,14:50:05.073] [DEBUG] 6 processes running of frp type [2026-03-19,15:05:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,15:05:04.177] [DEBUG] 6 processes running of frp type [2026-03-19,15:20:02.429] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,15: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-03-19,15:35:02.027] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,15:35:03.822] [DEBUG] 6 processes running of frp type [2026-03-19,15:50:02.303] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,15:50:03.994] [DEBUG] 6 processes running of frp type [2026-03-19,16:05:02.488] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,16:05:04.173] [DEBUG] 6 processes running of frp type [2026-03-19,16:20:02.500] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,16: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-03-19,16:35:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,16:35:04.032] [DEBUG] 6 processes running of frp type [2026-03-19,16:50:02.701] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,16:50:04.434] [DEBUG] 6 processes running of frp type 2026-03-19 17:00:37.488 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:00:37.490 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:00:39.625 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:00:39.626 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:00:44.203 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:00:44.204 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:00:53.582 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:00:53.583 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:01:13.584 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:01:13.585 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:01:33.586 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:01:33.588 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:01:53.589 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:01:53.591 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:02:13.592 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:02:13.594 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:02:33.595 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:02:33.597 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:02:53.597 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:02:53.599 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:03:13.600 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:03:13.602 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:03:33.603 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:03:33.604 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:03:53.605 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:03:53.607 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:04:13.608 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:04:13.609 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:04:33.610 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:04:33.611 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:04:53.611 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:04:53.616 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:05:13.617 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:05:13.624 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:05:33.625 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:05:33.631 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:05:53.632 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:05:55.031 [I] [client/service.go:286] [4866ea7c894567f8] login to server success, get run id [4866ea7c894567f8] 2026-03-19 17:05:55.033 [I] [proxy/proxy_manager.go:173] [4866ea7c894567f8] proxy added: [DNL01B4203] 2026-03-19 17:05:55.952 [I] [client/control.go:168] [4866ea7c894567f8] [DNL01B4203] start proxy success 2026-03-19 17:06:33.810 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:06:33.811 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:06:35.994 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:06:35.994 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:06:40.760 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:06:40.761 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:06:50.866 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:06:50.867 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:07:10.868 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:07:10.870 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:07:30.871 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:07:30.872 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:07:50.874 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:07:50.875 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:08:10.877 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:08:10.878 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:08:30.879 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:08:30.880 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:08:50.881 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:08:50.882 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:09:10.883 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:09:10.885 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:09:30.885 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:09:30.886 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:09:50.888 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:09:50.889 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:10:10.891 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:10:10.892 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:10:30.893 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:10:30.894 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:10:50.895 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:10:50.896 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:11:10.898 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:11:10.899 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:11:30.900 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:11:30.905 [W] [client/service.go:297] [4866ea7c894567f8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 17:11:50.907 [I] [client/service.go:294] [4866ea7c894567f8] try to connect to server... 2026-03-19 17:11:52.447 [I] [client/service.go:286] [4866ea7c894567f8] login to server success, get run id [4866ea7c894567f8] 2026-03-19 17:11:52.449 [I] [proxy/proxy_manager.go:173] [4866ea7c894567f8] proxy added: [DNL01B4203] 2026-03-19 17:11:53.333 [I] [client/control.go:168] [4866ea7c894567f8] [DNL01B4203] start proxy success [2026-03-19,17:20:02.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,17: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-03-19,17:35:02.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,17:35:04.957] [DEBUG] 6 processes running of frp type [2026-03-19,17:50:02.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,17:50:04.935] [DEBUG] 6 processes running of frp type [2026-03-19,18:05:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,18:05:04.135] [DEBUG] 6 processes running of frp type [2026-03-19,18:20:02.436] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,18: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-03-19,18:35:02.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,18:35:03.966] [DEBUG] 6 processes running of frp type [2026-03-19,18:50:02.680] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,18:50:04.460] [DEBUG] 6 processes running of frp type [2026-03-19,19:05:02.912] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,19:05:04.895] [DEBUG] 6 processes running of frp type [2026-03-19,19:20:02.217] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,19: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-03-19,19:35:03.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,19:35:04.738] [DEBUG] 6 processes running of frp type [2026-03-19,19:50:02.619] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,19:50:04.450] [DEBUG] 6 processes running of frp type [2026-03-19,20:05:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,20:05:04.817] [DEBUG] 6 processes running of frp type [2026-03-19,20:20:02.184] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,20:20:04.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-19,20:30:41.132] [INFO] Initializing BusSpeedStateManager V2 [2026-03-19,20:30:41.137] [INFO] LocationSqlManager initialising [2026-03-19,20:30:41.137] [INFO] Location DB initialising [2026-03-19,20:30:41.146] [INFO] LocationSqlManager initialisation complete [2026-03-19,20:30:41.147] [DEBUG] UploadManager Init [2026-03-19,20:30:41.147] [DEBUG] UploadManager Init Complete [2026-03-19,20:30:41.150] [INFO] Initializing GPS... [2026-03-19,20:30:41.152] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,20:32:29.846] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,20:32:31.552] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-19,20:33:34.379] [DEBUG] Log Upload Complete! [2026-03-19,20:35:30.031] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,20:35:31.719] [DEBUG] Remote Access Enabled [2026-03-19,20:35:33.174] [INFO] Server Address: 138.201.17.179 [2026-03-19,20:35:33.175] [INFO] Server Port: 7000 [2026-03-19,20:35:33.184] [DEBUG] Starting Remote Access! 2026-03-19 20:35:33.359 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-19 20:35:33.360 [I] [client/service.go:294] try to connect to server... 2026-03-19 20:35:33.891 [I] [client/service.go:286] [fce22f45d2272bb5] login to server success, get run id [fce22f45d2272bb5] 2026-03-19 20:35:33.892 [I] [proxy/proxy_manager.go:173] [fce22f45d2272bb5] proxy added: [DNL01B4203] 2026-03-19 20:35:34.079 [I] [client/control.go:168] [fce22f45d2272bb5] [DNL01B4203] start proxy success [2026-03-19,20:50:03.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,20:50:04.899] [DEBUG] 6 processes running of frp type [2026-03-19,21:05:02.151] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,21:05:04.096] [DEBUG] 6 processes running of frp type [2026-03-19,21:20:02.352] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,21: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-03-19,21:35:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,21:35:04.158] [DEBUG] 6 processes running of frp type [2026-03-19,21:50:02.949] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,21:50:04.724] [DEBUG] 6 processes running of frp type [2026-03-19,22:05:02.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,22:05:04.523] [DEBUG] 6 processes running of frp type [2026-03-19,22:20:03.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,22:20:04.757] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,22:35:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,22:35:04.411] [DEBUG] 6 processes running of frp type [2026-03-19,22:50:02.181] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,22:50:04.231] [DEBUG] 6 processes running of frp type [2026-03-19,23:05:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,23:05:04.474] [DEBUG] 6 processes running of frp type [2026-03-19,23:20:02.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,23: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-03-19,23:35:02.264] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,23:35:04.328] [DEBUG] 6 processes running of frp type [2026-03-19,23:50:03.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-19,23:50:04.936] [DEBUG] 6 processes running of frp type [2026-03-20,00:05:02.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,00:05:04.038] [DEBUG] 6 processes running of frp type [2026-03-20,00:20:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,00:20:04.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-20,00:35:02.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,00:35:03.985] [DEBUG] 6 processes running of frp type [2026-03-20,00:50:02.636] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,00:50:04.270] [DEBUG] 6 processes running of frp type [2026-03-20,01:05:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,01:05:04.511] [DEBUG] 6 processes running of frp type [2026-03-20,01:20:02.975] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,01: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' [2026-03-20,01:35:02.165] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,01:35:04.113] [DEBUG] 6 processes running of frp type [2026-03-20,01:50:02.214] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,01:50:03.958] [DEBUG] 6 processes running of frp type [2026-03-20,02:05:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,02:05:04.523] [DEBUG] 6 processes running of frp type [2026-03-20,02:20:03.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,02:20:05.522] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,02:35:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,02:35:04.214] [DEBUG] 6 processes running of frp type [2026-03-20,02:50:02.636] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,02:50:04.388] [DEBUG] 6 processes running of frp type [2026-03-20,03:05:02.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,03:05:04.696] [DEBUG] 6 processes running of frp type [2026-03-20,03:20:01.999] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,03: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-03-20,03:35:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,03:35:04.472] [DEBUG] 6 processes running of frp type [2026-03-20,03:50:02.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,03:50:04.837] [DEBUG] 6 processes running of frp type [2026-03-20,04:05:02.498] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,04:05:04.245] [DEBUG] 6 processes running of frp type [2026-03-20,04:20:02.773] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,04: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-03-20,04:35:01.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,04:35:03.580] [DEBUG] 6 processes running of frp type [2026-03-20,04:50:02.267] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,04:50:04.044] [DEBUG] 6 processes running of frp type [2026-03-20,05:05:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,05:05:04.205] [DEBUG] 6 processes running of frp type [2026-03-20,05:20:02.548] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,05:20:04.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-20,05:35:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,05:35:04.450] [DEBUG] 6 processes running of frp type [2026-03-20,05:50:02.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,05:50:04.042] [DEBUG] 6 processes running of frp type [2026-03-20,06:05:02.479] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,06:05:04.125] [DEBUG] 6 processes running of frp type [2026-03-20,06:20:02.427] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,06: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-03-20,06:30:41.220] [INFO] Initializing BusSpeedStateManager V2 [2026-03-20,06:30:41.228] [INFO] LocationSqlManager initialising [2026-03-20,06:30:41.229] [INFO] Location DB initialising [2026-03-20,06:30:41.240] [INFO] LocationSqlManager initialisation complete [2026-03-20,06:30:41.241] [DEBUG] UploadManager Init [2026-03-20,06:30:41.242] [DEBUG] UploadManager Init Complete [2026-03-20,06:30:41.247] [INFO] Initializing GPS... [2026-03-20,06:30:41.250] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,06:32:29.912] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,06:32:31.659] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-20,06:32:49.338] [DEBUG] Log Upload Complete! [2026-03-20,06:35:29.797] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,06:35:31.623] [DEBUG] Remote Access Enabled [2026-03-20,06:35:33.126] [INFO] Server Address: 138.201.17.179 [2026-03-20,06:35:33.127] [INFO] Server Port: 7000 [2026-03-20,06:35:33.136] [DEBUG] Starting Remote Access! 2026-03-20 06:35:33.334 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-20 06:35:33.335 [I] [client/service.go:294] try to connect to server... 2026-03-20 06:35:34.020 [I] [client/service.go:286] [0be2db50ddfe8b64] login to server success, get run id [0be2db50ddfe8b64] 2026-03-20 06:35:34.021 [I] [proxy/proxy_manager.go:173] [0be2db50ddfe8b64] proxy added: [DNL01B4203] 2026-03-20 06:35:34.222 [I] [client/control.go:168] [0be2db50ddfe8b64] [DNL01B4203] start proxy success [2026-03-20,06:50:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,06:50:04.333] [DEBUG] 6 processes running of frp type [2026-03-20,07:05:02.745] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,07:05:04.544] [DEBUG] 6 processes running of frp type [2026-03-20,07:20:02.866] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,07:20:04.584] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,07:35:02.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,07:35:04.352] [DEBUG] 6 processes running of frp type [2026-03-20,07:50:02.108] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,07:50:03.762] [DEBUG] 6 processes running of frp type [2026-03-20,08:02:02.018] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,08:02:03.649] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-20,08:02:24.894] [DEBUG] Log Upload Complete! [2026-03-20,08:05:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,08:05:04.030] [DEBUG] 6 processes running of frp type [2026-03-20,08:20:02.407] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,08: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-03-20,08:35:03.042] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,08:35:04.814] [DEBUG] 6 processes running of frp type [2026-03-20,08:50:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,08:50:04.107] [DEBUG] 6 processes running of frp type [2026-03-20,09:05:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,09:05:04.339] [DEBUG] 6 processes running of frp type [2026-03-20,09:20:02.768] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,09: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-20,09:35:02.630] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,09:35:04.356] [DEBUG] 6 processes running of frp type [2026-03-20,09:50:02.161] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,09:50:03.907] [DEBUG] 6 processes running of frp type [2026-03-20,10:05:02.328] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,10:05:04.135] [DEBUG] 6 processes running of frp type [2026-03-20,10:20:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,10: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-03-20,10:35:02.494] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,10:35:04.327] [DEBUG] 6 processes running of frp type [2026-03-20,10:50:03.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,10:50:05.154] [DEBUG] 6 processes running of frp type [2026-03-20,11:05:02.557] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,11:05:04.308] [DEBUG] 6 processes running of frp type [2026-03-20,11:04:02.399] [INFO] Initializing BusSpeedStateManager V2 [2026-03-20,11:04:02.406] [INFO] LocationSqlManager initialising [2026-03-20,11:04:02.406] [INFO] Location DB initialising [2026-03-20,11:04:02.418] [INFO] LocationSqlManager initialisation complete [2026-03-20,11:04:02.419] [DEBUG] UploadManager Init [2026-03-20,11:04:02.420] [DEBUG] UploadManager Init Complete [2026-03-20,11:04:02.426] [INFO] Initializing GPS... [2026-03-20,11:04:02.429] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,11:08:51.063] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-20,11:50:02.979] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,11:50:05.483] [DEBUG] Remote Access Enabled [2026-03-20,11:50:07.026] [INFO] Server Address: 138.201.17.179 [2026-03-20,11:50:07.028] [INFO] Server Port: 7000 [2026-03-20,11:50:07.040] [DEBUG] Starting Remote Access! 2026-03-20 11:50:07.244 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-20 11:50:07.245 [I] [client/service.go:294] try to connect to server... 2026-03-20 11:50:07.835 [I] [client/service.go:286] [6be4407217cbe77a] login to server success, get run id [6be4407217cbe77a] 2026-03-20 11:50:07.836 [I] [proxy/proxy_manager.go:173] [6be4407217cbe77a] proxy added: [DNL01B4203] 2026-03-20 11:50:08.056 [I] [client/control.go:168] [6be4407217cbe77a] [DNL01B4203] start proxy success [2026-03-20,12:05:02.795] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,12:05:05.100] [DEBUG] 6 processes running of frp type [2026-03-20,12:20:04.684] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,12:20:06.643] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,12:35:02.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,12:35:03.913] [DEBUG] 6 processes running of frp type [2026-03-20,12:50:02.770] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,12:50:04.603] [DEBUG] 6 processes running of frp type [2026-03-20,12:59:27.331] [INFO] Initializing BusSpeedStateManager V2 [2026-03-20,12:59:27.338] [INFO] LocationSqlManager initialising [2026-03-20,12:59:27.339] [INFO] Location DB initialising [2026-03-20,12:59:27.350] [INFO] LocationSqlManager initialisation complete [2026-03-20,12:59:27.352] [DEBUG] UploadManager Init [2026-03-20,12:59:27.352] [DEBUG] UploadManager Init Complete [2026-03-20,12:59:27.357] [INFO] Initializing GPS... [2026-03-20,12:59:27.360] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,13:04:15.912] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-20,20:11:00.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-20,20:11:02.252] [DEBUG] Remote Access Enabled [2026-03-20,20:11:03.667] [INFO] Server Address: 138.201.17.179 [2026-03-20,20:11:03.668] [INFO] Server Port: 7000 [2026-03-20,20:11:03.677] [DEBUG] Starting Remote Access! 2026-03-20 20:11:03.889 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-20 20:11:03.890 [I] [client/service.go:294] try to connect to server... 2026-03-20 20:11:04.846 [I] [client/service.go:286] [3a157442646ceddb] login to server success, get run id [3a157442646ceddb] 2026-03-20 20:11:04.848 [I] [proxy/proxy_manager.go:173] [3a157442646ceddb] proxy added: [DNL01B4203] 2026-03-20 20:11:05.110 [I] [client/control.go:168] [3a157442646ceddb] [DNL01B4203] start proxy success [2026-03-20,20:11:07.128] [INFO] Initializing BusSpeedStateManager V2 [2026-03-20,20:11:07.133] [INFO] LocationSqlManager initialising [2026-03-20,20:11:07.134] [INFO] Location DB initialising [2026-03-20,20:11:07.144] [INFO] LocationSqlManager initialisation complete [2026-03-20,20:11:07.145] [DEBUG] UploadManager Init [2026-03-20,20:11:07.146] [DEBUG] UploadManager Init Complete [2026-03-20,20:11:07.149] [INFO] Initializing GPS... [2026-03-20,20:11:07.151] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,20:15:55.473] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-21,12:00:09.603] [INFO] Initializing BusSpeedStateManager V2 [2026-03-21,12:00:09.610] [INFO] LocationSqlManager initialising [2026-03-21,12:00:09.610] [INFO] Location DB initialising [2026-03-21,12:00:09.624] [INFO] LocationSqlManager initialisation complete [2026-03-21,12:00:09.625] [DEBUG] UploadManager Init [2026-03-21,12:00:09.625] [DEBUG] UploadManager Init Complete [2026-03-21,12:00:09.629] [INFO] Initializing GPS... [2026-03-21,12:00:09.631] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,12:04:58.473] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-21,12:05:02.829] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-22,08:02:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,08:02:04.456] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-22,08:02:20.352] [DEBUG] Log Upload Complete! [2026-03-22,08:05:03.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,08:05:05.322] [DEBUG] Remote Access Enabled [2026-03-22,08:05:06.868] [INFO] Server Address: 138.201.17.179 [2026-03-22,08:05:06.869] [INFO] Server Port: 7000 [2026-03-22,08:05:06.878] [DEBUG] Starting Remote Access! 2026-03-22 08:05:07.061 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-22 08:05:07.062 [I] [client/service.go:294] try to connect to server... 2026-03-22 08:05:07.591 [I] [client/service.go:286] [e57cd8bf59c1f8f7] login to server success, get run id [e57cd8bf59c1f8f7] 2026-03-22 08:05:07.591 [I] [proxy/proxy_manager.go:173] [e57cd8bf59c1f8f7] proxy added: [DNL01B4203] 2026-03-22 08:05:07.771 [I] [client/control.go:168] [e57cd8bf59c1f8f7] [DNL01B4203] start proxy success [2026-03-22,08:20:02.919] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,08:20:05.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-03-22,08:35:02.760] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,08:35:05.116] [DEBUG] 6 processes running of frp type [2026-03-22,08:50:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,08:50:04.519] [DEBUG] 6 processes running of frp type [2026-03-22,09:05:03.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,09:05:05.017] [DEBUG] 6 processes running of frp type [2026-03-22,09:20:02.195] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,09:20:04.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-22,09:35:03.120] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,09:35:04.941] [DEBUG] 6 processes running of frp type [2026-03-22,09:50:02.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,09:50:04.385] [DEBUG] 6 processes running of frp type [2026-03-22,10:05:02.816] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,10:05:04.687] [DEBUG] 6 processes running of frp type [2026-03-22,10:20:02.038] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,10:20:03.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-03-22,10:35:02.797] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,10:35:04.689] [DEBUG] 6 processes running of frp type [2026-03-22,10:50:02.484] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,10:50:04.370] [DEBUG] 6 processes running of frp type [2026-03-22,11:05:02.863] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,11:05:04.783] [DEBUG] 6 processes running of frp type [2026-03-22,11:20:02.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,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' [2026-03-22,11:35:02.831] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,11:35:04.701] [DEBUG] 6 processes running of frp type [2026-03-22,11:50:02.483] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,11:50:04.303] [DEBUG] 6 processes running of frp type [2026-03-22,12:05:02.709] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,12:05:04.668] [DEBUG] 6 processes running of frp type [2026-03-22,12:20:01.927] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,12:20:03.650] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,12:35:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,12:35:04.548] [DEBUG] 6 processes running of frp type [2026-03-22,12:50:02.321] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,12:50:04.100] [DEBUG] 6 processes running of frp type [2026-03-22,13:05:02.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,13:05:04.520] [DEBUG] 6 processes running of frp type [2026-03-22,13:20:02.795] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,13:20:04.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-22,13:35:02.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,13:35:04.640] [DEBUG] 6 processes running of frp type [2026-03-22,13:50:02.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,13:50:04.346] [DEBUG] 6 processes running of frp type [2026-03-22,14:05:02.632] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,14:05:09.500] [DEBUG] 6 processes running of frp type [2026-03-22,14:20:02.838] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,14: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-22,14:35:02.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,14:35:04.686] [DEBUG] 6 processes running of frp type [2026-03-22,14:50:02.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,14:50:04.118] [DEBUG] 6 processes running of frp type [2026-03-22,15:05:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,15:05:09.265] [DEBUG] 6 processes running of frp type [2026-03-22,15:20:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,15: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-22,15:35:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,15:35:04.263] [DEBUG] 6 processes running of frp type [2026-03-22,15:50:03.061] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,15:50:04.927] [DEBUG] 6 processes running of frp type [2026-03-22,16:05:02.399] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,16:05:09.045] [DEBUG] 6 processes running of frp type [2026-03-22,16:20:02.321] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,16: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-03-22,16:35:03.236] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,16:35:04.994] [DEBUG] 6 processes running of frp type [2026-03-22,16:50:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,16:50:04.560] [DEBUG] 6 processes running of frp type 2026-03-22 17:00:35.795 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:00:35.797 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:00:37.821 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:00:37.822 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:00:42.070 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:00:42.071 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:00:50.980 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:00:50.981 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:01:09.609 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:01:09.610 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:01:29.612 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:01:29.613 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:01:49.614 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:01:49.615 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:02:09.617 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:02:09.618 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:02:29.619 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:02:29.620 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:02:49.621 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:02:49.622 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:03:09.624 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:03:09.625 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:03:29.627 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:03:29.628 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:03:49.629 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:03:49.630 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:04:09.631 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:04:09.632 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:04:29.634 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:04:29.635 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:04:49.637 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:04:49.638 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:05:09.639 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:05:09.642 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:05:29.643 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:05:29.647 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:05:49.648 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:05:50.272 [I] [client/service.go:286] [e57cd8bf59c1f8f7] login to server success, get run id [e57cd8bf59c1f8f7] 2026-03-22 17:05:50.273 [I] [proxy/proxy_manager.go:173] [e57cd8bf59c1f8f7] proxy added: [DNL01B4203] 2026-03-22 17:05:51.315 [I] [client/control.go:168] [e57cd8bf59c1f8f7] [DNL01B4203] start proxy success 2026-03-22 17:06:29.863 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:06:29.864 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:06:31.967 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:06:31.968 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:06:36.189 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:06:36.190 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:06:45.175 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:06:45.176 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:07:04.693 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:07:04.694 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:07:24.696 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:07:24.697 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:07:44.698 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:07:44.699 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:08:04.700 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:08:04.702 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:08:24.702 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:08:24.704 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:08:44.704 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:08:44.706 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:09:04.706 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:09:04.708 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:09:24.709 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:09:24.710 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:09:44.711 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:09:44.712 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:10:04.713 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:10:04.715 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:10:24.715 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:10:24.717 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:10:44.718 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:10:44.720 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:11:04.721 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:11:04.722 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:11:24.723 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:11:24.729 [W] [client/service.go:297] [e57cd8bf59c1f8f7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-22 17:11:44.730 [I] [client/service.go:294] [e57cd8bf59c1f8f7] try to connect to server... 2026-03-22 17:11:45.509 [I] [client/service.go:286] [e57cd8bf59c1f8f7] login to server success, get run id [e57cd8bf59c1f8f7] 2026-03-22 17:11:45.511 [I] [proxy/proxy_manager.go:173] [e57cd8bf59c1f8f7] proxy added: [DNL01B4203] 2026-03-22 17:11:46.704 [I] [client/control.go:168] [e57cd8bf59c1f8f7] [DNL01B4203] start proxy success [2026-03-22,17:20:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,17: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' [2026-03-22,17:35:02.887] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,17:35:04.823] [DEBUG] 6 processes running of frp type [2026-03-22,17:50:02.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,17:50:04.902] [DEBUG] 6 processes running of frp type [2026-03-22,18:05:02.373] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,18:05:04.373] [DEBUG] 6 processes running of frp type [2026-03-22,18:20:02.721] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,18: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-22,18:35:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,18:35:04.258] [DEBUG] 6 processes running of frp type [2026-03-22,18:50:02.900] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,18:50:04.685] [DEBUG] 6 processes running of frp type [2026-03-22,19:05:03.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,19:05:05.027] [DEBUG] 6 processes running of frp type [2026-03-22,19:20:02.261] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,19:20:03.998] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,19:35:03.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,19:35:05.125] [DEBUG] 6 processes running of frp type [2026-03-22,19:50:02.670] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,19:50:04.418] [DEBUG] 6 processes running of frp type [2026-03-22,20:05:02.830] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,20:05:04.872] [DEBUG] 6 processes running of frp type [2026-03-22,20:20:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,20: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-03-22,20:30:41.932] [INFO] Initializing BusSpeedStateManager V2 [2026-03-22,20:30:41.938] [INFO] LocationSqlManager initialising [2026-03-22,20:30:41.939] [INFO] Location DB initialising [2026-03-22,20:30:41.950] [INFO] LocationSqlManager initialisation complete [2026-03-22,20:30:41.951] [DEBUG] UploadManager Init [2026-03-22,20:30:41.952] [DEBUG] UploadManager Init Complete [2026-03-22,20:30:41.956] [INFO] Initializing GPS... [2026-03-22,20:30:41.959] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,20:32:30.269] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,20:32:33.035] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-22,20:32:51.416] [DEBUG] Log Upload Complete! [2026-03-22,20:35:30.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,20:35:31.793] [DEBUG] Remote Access Enabled [2026-03-22,20:35:33.339] [INFO] Server Address: 138.201.17.179 [2026-03-22,20:35:33.341] [INFO] Server Port: 7000 [2026-03-22,20:35:33.350] [DEBUG] Starting Remote Access! 2026-03-22 20:35:33.571 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-22 20:35:33.572 [I] [client/service.go:294] try to connect to server... 2026-03-22 20:35:34.089 [I] [client/service.go:286] [a0ed048a251602d6] login to server success, get run id [a0ed048a251602d6] 2026-03-22 20:35:34.090 [I] [proxy/proxy_manager.go:173] [a0ed048a251602d6] proxy added: [DNL01B4203] 2026-03-22 20:35:34.305 [I] [client/control.go:168] [a0ed048a251602d6] [DNL01B4203] start proxy success [2026-03-22,20:50:02.502] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,20:50:04.218] [DEBUG] 6 processes running of frp type [2026-03-22,21:05:02.802] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,21:05:04.603] [DEBUG] 6 processes running of frp type [2026-03-22,21:20:03.119] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,21: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-22,21:35:02.927] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,21:35:04.713] [DEBUG] 6 processes running of frp type [2026-03-22,21:50:02.494] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,21:50:04.242] [DEBUG] 6 processes running of frp type [2026-03-22,22:05:02.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,22:05:04.537] [DEBUG] 6 processes running of frp type [2026-03-22,22:20:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,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-03-22,22:35:02.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,22:35:06.749] [DEBUG] 6 processes running of frp type [2026-03-22,22:50:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,22:50:04.331] [DEBUG] 6 processes running of frp type [2026-03-22,23:05:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,23:05:04.608] [DEBUG] 6 processes running of frp type [2026-03-22,23:20:03.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,23:20:04.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-03-22,23:35:02.866] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,23:35:04.648] [DEBUG] 6 processes running of frp type [2026-03-22,23:50:02.355] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-22,23:50:04.186] [DEBUG] 6 processes running of frp type [2026-03-23,00:05:02.628] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,00:05:04.470] [DEBUG] 6 processes running of frp type [2026-03-23,00:20:02.619] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,00: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-03-23,00:35:02.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,00:35:04.037] [DEBUG] 6 processes running of frp type [2026-03-23,00:50:02.841] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,00:50:04.646] [DEBUG] 6 processes running of frp type [2026-03-23,01:05:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,01:05:04.853] [DEBUG] 6 processes running of frp type [2026-03-23,01:20:02.149] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,01:20:03.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-23,01:35:03.044] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,01:35:04.824] [DEBUG] 6 processes running of frp type [2026-03-23,01:50:02.907] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,01:50:04.791] [DEBUG] 6 processes running of frp type [2026-03-23,02:05:01.993] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,02:05:03.693] [DEBUG] 6 processes running of frp type [2026-03-23,02:20:03.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,02: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-23,02:35:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,02:35:04.553] [DEBUG] 6 processes running of frp type [2026-03-23,02:50:02.238] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,02:50:03.952] [DEBUG] 6 processes running of frp type [2026-03-23,03:05:02.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,03:05:04.480] [DEBUG] 6 processes running of frp type [2026-03-23,03:20:02.872] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,03:20:05.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-23,03:35:02.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,03:35:04.509] [DEBUG] 6 processes running of frp type [2026-03-23,03:50:02.039] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,03:50:03.822] [DEBUG] 6 processes running of frp type 2026-03-23 04:01:48.670 [I] [client/service.go:294] [a0ed048a251602d6] try to connect to server... 2026-03-23 04:01:49.266 [I] [client/service.go:286] [a0ed048a251602d6] login to server success, get run id [a0ed048a251602d6] 2026-03-23 04:01:49.267 [I] [proxy/proxy_manager.go:173] [a0ed048a251602d6] proxy added: [DNL01B4203] 2026-03-23 04:01:49.458 [I] [client/control.go:168] [a0ed048a251602d6] [DNL01B4203] start proxy success [2026-03-23,04:05:02.269] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,04:05:04.083] [DEBUG] 6 processes running of frp type [2026-03-23,04:20:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,04: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-23,04:35:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,04:35:04.106] [DEBUG] 6 processes running of frp type [2026-03-23,04:50:02.915] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,04:50:04.672] [DEBUG] 6 processes running of frp type [2026-03-23,05:05:03.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,05:05:05.268] [DEBUG] 6 processes running of frp type [2026-03-23,05:20:03.364] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,05:20:05.238] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,05:35:02.575] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,05:35:04.501] [DEBUG] 6 processes running of frp type [2026-03-23,05:50:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,05:50:04.178] [DEBUG] 6 processes running of frp type [2026-03-23,06:05:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,06:05:04.601] [DEBUG] 6 processes running of frp type 2026-03-23 06:15:50.391 [I] [client/service.go:294] [a0ed048a251602d6] try to connect to server... 2026-03-23 06:15:51.561 [I] [client/service.go:286] [a0ed048a251602d6] login to server success, get run id [a0ed048a251602d6] 2026-03-23 06:15:51.562 [I] [proxy/proxy_manager.go:173] [a0ed048a251602d6] proxy added: [DNL01B4203] 2026-03-23 06:15:51.791 [I] [client/control.go:168] [a0ed048a251602d6] [DNL01B4203] start proxy success [2026-03-23,06:20:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,06: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-03-23,06:30:41.324] [INFO] Initializing BusSpeedStateManager V2 [2026-03-23,06:30:41.329] [INFO] LocationSqlManager initialising [2026-03-23,06:30:41.330] [INFO] Location DB initialising [2026-03-23,06:30:41.339] [INFO] LocationSqlManager initialisation complete [2026-03-23,06:30:41.340] [DEBUG] UploadManager Init [2026-03-23,06:30:41.340] [DEBUG] UploadManager Init Complete [2026-03-23,06:30:41.343] [INFO] Initializing GPS... [2026-03-23,06:30:41.345] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,06:32:29.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,06:32:31.659] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-23,06:32:48.675] [DEBUG] Log Upload Complete! [2026-03-23,06:35:29.908] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,06:35:33.451] [DEBUG] Remote Access Enabled [2026-03-23,06:35:34.914] [INFO] Server Address: 138.201.17.179 [2026-03-23,06:35:34.915] [INFO] Server Port: 7000 [2026-03-23,06:35:34.920] [DEBUG] Starting Remote Access! 2026-03-23 06:35:35.048 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-23 06:35:35.049 [I] [client/service.go:294] try to connect to server... 2026-03-23 06:35:35.605 [I] [client/service.go:286] [d82f23d04f269266] login to server success, get run id [d82f23d04f269266] 2026-03-23 06:35:35.607 [I] [proxy/proxy_manager.go:173] [d82f23d04f269266] proxy added: [DNL01B4203] 2026-03-23 06:35:35.798 [I] [client/control.go:168] [d82f23d04f269266] [DNL01B4203] start proxy success [2026-03-23,06:50:03.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,06:50:04.703] [DEBUG] 6 processes running of frp type [2026-03-23,07:05:03.033] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,07:05:04.890] [DEBUG] 6 processes running of frp type [2026-03-23,07:20:02.376] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,07:20:04.121] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,07:35:02.042] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,07:35:03.834] [DEBUG] 6 processes running of frp type [2026-03-23,07:50:02.651] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,07:50:04.530] [DEBUG] 6 processes running of frp type [2026-03-23,08:02:02.833] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,08:02:04.517] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-23,08:02:24.805] [DEBUG] Log Upload Complete! [2026-03-23,08:05:03.050] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,08:05:04.871] [DEBUG] 6 processes running of frp type [2026-03-23,08:20:02.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,08: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-03-23,08:35:03.066] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,08:35:04.909] [DEBUG] 6 processes running of frp type [2026-03-23,08:50:02.614] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,08:50:04.355] [DEBUG] 6 processes running of frp type [2026-03-23,09:05:02.800] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,09:05:04.476] [DEBUG] 6 processes running of frp type [2026-03-23,09:20:02.727] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,09: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-03-23,09:35:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,09:35:04.475] [DEBUG] 6 processes running of frp type [2026-03-23,09:50:03.064] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,09:50:04.782] [DEBUG] 6 processes running of frp type [2026-03-23,10:05:02.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,10:05:04.139] [DEBUG] 6 processes running of frp type [2026-03-23,10:20:02.473] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,10: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-03-23,10:35:02.215] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,10:35:04.182] [DEBUG] 6 processes running of frp type [2026-03-23,10:50:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,10:50:04.554] [DEBUG] 6 processes running of frp type [2026-03-23,11:05:02.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,11:05:04.790] [DEBUG] 6 processes running of frp type [2026-03-23,11:20:02.206] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,11: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' [2026-03-23,11:35:03.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,11:35:05.009] [DEBUG] 6 processes running of frp type [2026-03-23,11:50:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,11:50:04.677] [DEBUG] 6 processes running of frp type [2026-03-23,12:05:02.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,12:05:03.931] [DEBUG] 6 processes running of frp type [2026-03-23,12:20:02.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,12: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-03-23,12:35:02.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,12:35:03.972] [DEBUG] 6 processes running of frp type [2026-03-23,12:50:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,12:50:04.715] [DEBUG] 6 processes running of frp type [2026-03-23,13:05:02.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,13:05:04.065] [DEBUG] 6 processes running of frp type [2026-03-23,13:20:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,13:20:04.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-23,13:35:02.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,13:35:03.898] [DEBUG] 6 processes running of frp type [2026-03-23,13:50:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,13:50:04.602] [DEBUG] 6 processes running of frp type [2026-03-23,14:05:03.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,14:05:04.885] [DEBUG] 6 processes running of frp type [2026-03-23,14:20:02.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,14: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-03-23,14:35:02.844] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,14:35:04.671] [DEBUG] 6 processes running of frp type [2026-03-23,14:50:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,14:50:04.279] [DEBUG] 6 processes running of frp type [2026-03-23,15:05:02.800] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,15:05:04.562] [DEBUG] 6 processes running of frp type [2026-03-23,15:20:03.036] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,15: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-03-23,15:35:02.685] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,15:35:04.567] [DEBUG] 6 processes running of frp type [2026-03-23,15:50:02.314] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,15:50:04.090] [DEBUG] 6 processes running of frp type [2026-03-23,16:05:02.546] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,16:05:04.417] [DEBUG] 6 processes running of frp type [2026-03-23,16:20:02.712] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,16: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-03-23,16:35:02.409] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,16:35:04.205] [DEBUG] 6 processes running of frp type [2026-03-23,16:50:02.838] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,16:50:04.643] [DEBUG] 6 processes running of frp type 2026-03-23 17:00:38.204 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:00:38.205 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:00:40.241 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:00:40.242 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:00:44.556 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:00:44.556 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:00:53.198 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:00:53.199 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:01:12.168 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:01:12.169 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:01:32.170 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:01:32.172 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:01:52.173 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:01:52.175 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:02:12.176 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:02:12.177 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:02:32.179 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:02:32.180 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:02:52.182 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:02:52.183 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:03:12.184 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:03:12.186 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:03:32.187 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:03:32.189 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:03:52.191 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:03:52.192 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:04:12.193 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:04:12.195 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:04:32.196 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:04:32.197 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:04:52.198 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:04:52.199 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:05:12.200 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:05:12.205 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:05:32.207 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:05:32.211 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:05:52.213 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:05:52.755 [I] [client/service.go:286] [d82f23d04f269266] login to server success, get run id [d82f23d04f269266] 2026-03-23 17:05:52.756 [I] [proxy/proxy_manager.go:173] [d82f23d04f269266] proxy added: [DNL01B4203] 2026-03-23 17:05:53.120 [I] [client/control.go:168] [d82f23d04f269266] [DNL01B4203] start proxy success 2026-03-23 17:07:02.573 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:07:02.575 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:07:04.750 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:07:04.751 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:07:09.263 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:07:09.265 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:07:18.509 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:07:18.510 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:07:38.073 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:07:38.074 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:07:58.075 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:07:58.076 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:08:18.077 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:08:18.078 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:08:38.080 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:08:38.081 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:08:58.083 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:08:58.084 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:09:18.085 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:09:18.087 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:09:38.088 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:09:38.090 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:09:58.091 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:09:58.092 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:10:18.094 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:10:18.095 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:10:38.097 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:10:38.098 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:10:58.098 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:10:58.100 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:11:18.101 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:11:18.103 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:11:38.104 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:11:38.105 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:11:58.107 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:11:58.108 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:12:18.109 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:12:18.110 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:12:38.112 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:12:38.113 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:12:58.115 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:12:58.116 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:13:18.117 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:13:18.119 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:13:38.120 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:13:38.121 [W] [client/service.go:297] [d82f23d04f269266] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-23 17:13:58.122 [I] [client/service.go:294] [d82f23d04f269266] try to connect to server... 2026-03-23 17:13:59.509 [I] [client/service.go:286] [d82f23d04f269266] login to server success, get run id [d82f23d04f269266] 2026-03-23 17:13:59.510 [I] [proxy/proxy_manager.go:173] [d82f23d04f269266] proxy added: [DNL01B4203] 2026-03-23 17:14:00.548 [I] [client/control.go:168] [d82f23d04f269266] [DNL01B4203] start proxy success [2026-03-23,17:20:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,17: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-03-23,17:35:02.056] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,17:35:03.826] [DEBUG] 6 processes running of frp type [2026-03-23,17:50:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,17:50:04.249] [DEBUG] 6 processes running of frp type [2026-03-23,18:05:02.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,18:05:04.637] [DEBUG] 6 processes running of frp type [2026-03-23,18:20:03.023] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,18: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-03-23,18:35:02.543] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,18:35:04.512] [DEBUG] 6 processes running of frp type [2026-03-23,18:50:02.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,18:50:04.082] [DEBUG] 6 processes running of frp type [2026-03-23,19:05:02.557] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,19:05:04.594] [DEBUG] 6 processes running of frp type [2026-03-23,19:20:02.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,19: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-23,19:35:02.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,19:35:09.506] [DEBUG] 6 processes running of frp type [2026-03-23,19:50:02.151] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,19:50:03.958] [DEBUG] 6 processes running of frp type [2026-03-23,20:05:02.324] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,20:05:04.255] [DEBUG] 6 processes running of frp type [2026-03-23,20:20:02.461] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,20: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' [2026-03-23,20:30:41.746] [INFO] Initializing BusSpeedStateManager V2 [2026-03-23,20:30:41.751] [INFO] LocationSqlManager initialising [2026-03-23,20:30:41.752] [INFO] Location DB initialising [2026-03-23,20:30:41.761] [INFO] LocationSqlManager initialisation complete [2026-03-23,20:30:41.762] [DEBUG] UploadManager Init [2026-03-23,20:30:41.762] [DEBUG] UploadManager Init Complete [2026-03-23,20:30:41.765] [INFO] Initializing GPS... [2026-03-23,20:30:41.766] [INFO] Starting location capture [2026-03-23,20:31:43.210] [INFO] Initializing BusSpeedStateManager V2 [2026-03-23,20:31:43.215] [INFO] LocationSqlManager initialising [2026-03-23,20:31:43.216] [INFO] Location DB initialising [2026-03-23,20:31:43.227] [INFO] LocationSqlManager initialisation complete [2026-03-23,20:31:43.228] [DEBUG] UploadManager Init [2026-03-23,20:31:43.229] [DEBUG] UploadManager Init Complete [2026-03-23,20:31:43.234] [INFO] Initializing GPS... [2026-03-23,20:31:43.237] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:33:31.591] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,20:33:33.291] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-23,20:34:29.527] [DEBUG] Log Upload Complete! [2026-03-23,20:36:31.497] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,20:36:33.379] [DEBUG] Remote Access Enabled [2026-03-23,20:36:34.821] [INFO] Server Address: 138.201.17.179 [2026-03-23,20:36:34.823] [INFO] Server Port: 7000 [2026-03-23,20:36:34.831] [DEBUG] Starting Remote Access! 2026-03-23 20:36:34.986 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-23 20:36:34.987 [I] [client/service.go:294] try to connect to server... 2026-03-23 20:36:35.617 [I] [client/service.go:286] [5eeef6a0688d50d3] login to server success, get run id [5eeef6a0688d50d3] 2026-03-23 20:36:35.618 [I] [proxy/proxy_manager.go:173] [5eeef6a0688d50d3] proxy added: [DNL01B4203] 2026-03-23 20:36:35.853 [I] [client/control.go:168] [5eeef6a0688d50d3] [DNL01B4203] start proxy success [2026-03-23,20:50:02.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,20:50:04.607] [DEBUG] 6 processes running of frp type [2026-03-23,21:05:03.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,21:05:05.029] [DEBUG] 6 processes running of frp type [2026-03-23,21:20:02.372] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,21: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-03-23,21:35:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,21:35:04.204] [DEBUG] 6 processes running of frp type [2026-03-23,21:50:03.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,21:50:04.896] [DEBUG] 6 processes running of frp type [2026-03-23,22:05:02.272] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,22:05:04.153] [DEBUG] 6 processes running of frp type [2026-03-23,22:20:02.454] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,22: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' [2026-03-23,22:35:02.473] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,22:35:04.284] [DEBUG] 6 processes running of frp type [2026-03-23,22:50:02.987] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,22:50:04.782] [DEBUG] 6 processes running of frp type [2026-03-23,23:05:02.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,23:05:04.430] [DEBUG] 6 processes running of frp type [2026-03-23,23:20:02.701] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,23:20:04.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-03-23,23:35:02.684] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,23:35:04.515] [DEBUG] 6 processes running of frp type [2026-03-23,23:50:02.283] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-23,23:50:04.108] [DEBUG] 6 processes running of frp type [2026-03-24,00:05:02.651] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,00:05:05.017] [DEBUG] 6 processes running of frp type [2026-03-24,00:20:05.544] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,00:20:07.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-24,00:35:02.150] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,00:35:03.879] [DEBUG] 6 processes running of frp type [2026-03-24,00:50:02.670] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,00:50:04.410] [DEBUG] 6 processes running of frp type [2026-03-24,01:05:02.927] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,01:05:04.904] [DEBUG] 6 processes running of frp type [2026-03-24,01:20:02.313] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,01:20:04.030] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,01:35:02.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,01:35:03.898] [DEBUG] 6 processes running of frp type [2026-03-24,01:50:02.604] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,01:50:05.291] [DEBUG] 6 processes running of frp type [2026-03-24,02:05:02.766] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,02:05:05.073] [DEBUG] 6 processes running of frp type [2026-03-24,02:20:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,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-03-24,02:35:02.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,02:35:04.044] [DEBUG] 6 processes running of frp type [2026-03-24,02:50:02.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,02:50:04.613] [DEBUG] 6 processes running of frp type [2026-03-24,03:05:03.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,03:05:05.033] [DEBUG] 6 processes running of frp type [2026-03-24,03:20:02.411] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,03:20:04.171] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,03:35:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,03:35:05.431] [DEBUG] 6 processes running of frp type [2026-03-24,03:50:03.130] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,03:50:04.979] [DEBUG] 6 processes running of frp type [2026-03-24,04:05:02.325] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,04:05:04.150] [DEBUG] 6 processes running of frp type [2026-03-24,04:20:02.561] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,04: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-24,04:35:02.373] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,04:35:04.629] [DEBUG] 6 processes running of frp type [2026-03-24,04:50:02.155] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,04:50:04.032] [DEBUG] 6 processes running of frp type [2026-03-24,05:05:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,05:05:04.356] [DEBUG] 6 processes running of frp type [2026-03-24,05:20:02.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,05: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-03-24,05:35:02.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,05:35:04.461] [DEBUG] 6 processes running of frp type [2026-03-24,05:50:02.261] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,05:50:04.093] [DEBUG] 6 processes running of frp type [2026-03-24,06:05:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,06:05:04.185] [DEBUG] 6 processes running of frp type [2026-03-24,06:20:02.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,06: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-24,06:30:41.042] [INFO] Initializing BusSpeedStateManager V2 [2026-03-24,06:30:41.049] [INFO] LocationSqlManager initialising [2026-03-24,06:30:41.050] [INFO] Location DB initialising [2026-03-24,06:30:41.059] [INFO] LocationSqlManager initialisation complete [2026-03-24,06:30:41.060] [DEBUG] UploadManager Init [2026-03-24,06:30:41.060] [DEBUG] UploadManager Init Complete [2026-03-24,06:30:41.063] [INFO] Initializing GPS... [2026-03-24,06:30:41.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-03-24,06:32:29.769] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,06:32:32.558] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-24,06:33:28.079] [DEBUG] Log Upload Complete! [2026-03-24,06:35:29.834] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,06:35:31.508] [DEBUG] Remote Access Enabled [2026-03-24,06:35:32.900] [INFO] Server Address: 138.201.17.179 [2026-03-24,06:35:32.901] [INFO] Server Port: 7000 [2026-03-24,06:35:32.906] [DEBUG] Starting Remote Access! 2026-03-24 06:35:33.117 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-24 06:35:33.118 [I] [client/service.go:294] try to connect to server... 2026-03-24 06:35:33.749 [I] [client/service.go:286] [f91dceca23141786] login to server success, get run id [f91dceca23141786] 2026-03-24 06:35:33.750 [I] [proxy/proxy_manager.go:173] [f91dceca23141786] proxy added: [DNL01B4203] 2026-03-24 06:35:33.929 [I] [client/control.go:168] [f91dceca23141786] [DNL01B4203] start proxy success [2026-03-24,06:50:02.961] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,06:50:04.761] [DEBUG] 6 processes running of frp type [2026-03-24,07:05:02.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,07:05:03.933] [DEBUG] 6 processes running of frp type [2026-03-24,07:20:02.703] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,07: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' [2026-03-24,07:35:03.217] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,07:35:04.928] [DEBUG] 6 processes running of frp type [2026-03-24,07:50:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,07:50:04.509] [DEBUG] 6 processes running of frp type [2026-03-24,08:02:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,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-03-24,08:02:23.259] [DEBUG] Log Upload Complete! [2026-03-24,08:05:03.042] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,08:05:04.784] [DEBUG] 6 processes running of frp type [2026-03-24,07:33:28.375] [INFO] Initializing BusSpeedStateManager V2 [2026-03-24,07:33:28.383] [INFO] LocationSqlManager initialising [2026-03-24,07:33:28.383] [INFO] Location DB initialising [2026-03-24,07:33:28.394] [INFO] LocationSqlManager initialisation complete [2026-03-24,07:33:28.396] [DEBUG] UploadManager Init [2026-03-24,07:33:28.396] [DEBUG] UploadManager Init Complete [2026-03-24,07:33:28.401] [INFO] Initializing GPS... [2026-03-24,07:33:28.404] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,07:38:16.918] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,15:35:02.799] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,15:35:04.510] [DEBUG] Remote Access Enabled [2026-03-24,15:35:05.917] [INFO] Server Address: 138.201.17.179 [2026-03-24,15:35:05.918] [INFO] Server Port: 7000 [2026-03-24,15:35:05.922] [DEBUG] Starting Remote Access! 2026-03-24 15:35:06.054 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-24 15:35:06.055 [I] [client/service.go:294] try to connect to server... 2026-03-24 15:35:06.586 [I] [client/service.go:286] [045c2f324ce3a4c2] login to server success, get run id [045c2f324ce3a4c2] 2026-03-24 15:35:06.587 [I] [proxy/proxy_manager.go:173] [045c2f324ce3a4c2] proxy added: [DNL01B4203] 2026-03-24 15:35:06.762 [I] [client/control.go:168] [045c2f324ce3a4c2] [DNL01B4203] start proxy success [2026-03-24,15:50:02.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,15:50:03.927] [DEBUG] 6 processes running of frp type [2026-03-24,16:05:02.281] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,16:05:04.038] [DEBUG] 6 processes running of frp type [2026-03-24,16:20:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,16: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-03-24,16:35:02.290] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,16:35:04.058] [DEBUG] 6 processes running of frp type [2026-03-24,16:33:06.635] [INFO] Initializing BusSpeedStateManager V2 [2026-03-24,16:33:06.640] [INFO] LocationSqlManager initialising [2026-03-24,16:33:06.640] [INFO] Location DB initialising [2026-03-24,16:33:06.650] [INFO] LocationSqlManager initialisation complete [2026-03-24,16:33:06.651] [DEBUG] UploadManager Init [2026-03-24,16:33:06.651] [DEBUG] UploadManager Init Complete [2026-03-24,16:33:06.653] [INFO] Initializing GPS... [2026-03-24,16:33:06.655] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,16:37:55.244] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-24,18:50:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,18:50:04.685] [DEBUG] Remote Access Enabled [2026-03-24,18:50:05.997] [INFO] Server Address: 138.201.17.179 [2026-03-24,18:50:05.997] [INFO] Server Port: 7000 [2026-03-24,18:50:06.003] [DEBUG] Starting Remote Access! 2026-03-24 18:50:06.135 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-24 18:50:06.136 [I] [client/service.go:294] try to connect to server... 2026-03-24 18:50:06.703 [I] [client/service.go:286] [66a59d2bd8c1478e] login to server success, get run id [66a59d2bd8c1478e] 2026-03-24 18:50:06.703 [I] [proxy/proxy_manager.go:173] [66a59d2bd8c1478e] proxy added: [DNL01B4203] 2026-03-24 18:50:06.892 [I] [client/control.go:168] [66a59d2bd8c1478e] [DNL01B4203] start proxy success [2026-03-24,19:05:01.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,19:05:03.613] [DEBUG] 6 processes running of frp type [2026-03-24,19:20:02.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,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' [2026-03-24,19:35:02.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,19:35:03.720] [DEBUG] 6 processes running of frp type [2026-03-24,19:50:02.321] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,19:50:03.972] [DEBUG] 6 processes running of frp type [2026-03-24,20:05:02.446] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,20:05:04.398] [DEBUG] 6 processes running of frp type [2026-03-24,20:20:02.595] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,20:20:04.180] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,20:30:40.818] [INFO] Initializing BusSpeedStateManager V2 [2026-03-24,20:30:40.825] [INFO] LocationSqlManager initialising [2026-03-24,20:30:40.826] [INFO] Location DB initialising [2026-03-24,20:30:40.842] [INFO] LocationSqlManager initialisation complete [2026-03-24,20:30:40.843] [DEBUG] UploadManager Init [2026-03-24,20:30:40.845] [DEBUG] UploadManager Init Complete [2026-03-24,20:30:40.851] [INFO] Initializing GPS... [2026-03-24,20:30: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' [2026-03-24,20:32:29.050] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,20:32:30.714] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:32:40.659] [DEBUG] Log Upload Complete! [2026-03-24,20:35:29.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,20:35:30.793] [DEBUG] Remote Access Enabled [2026-03-24,20:35:32.116] [INFO] Server Address: 138.201.17.179 [2026-03-24,20:35:32.117] [INFO] Server Port: 7000 [2026-03-24,20:35:32.122] [DEBUG] Starting Remote Access! 2026-03-24 20:35:32.285 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-24 20:35:32.286 [I] [client/service.go:294] try to connect to server... 2026-03-24 20:35:32.879 [I] [client/service.go:286] [7eb7b4b6839027b0] login to server success, get run id [7eb7b4b6839027b0] 2026-03-24 20:35:32.880 [I] [proxy/proxy_manager.go:173] [7eb7b4b6839027b0] proxy added: [DNL01B4203] 2026-03-24 20:35:33.059 [I] [client/control.go:168] [7eb7b4b6839027b0] [DNL01B4203] start proxy success [2026-03-24,20:50:02.979] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,20:50:04.690] [DEBUG] 6 processes running of frp type [2026-03-24,21:05:02.918] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,21:05:04.600] [DEBUG] 6 processes running of frp type [2026-03-24,21:20:02.983] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,21: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-24,21:35:02.388] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,21:35:04.018] [DEBUG] 6 processes running of frp type [2026-03-24,21:50:03.451] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,21:50:05.267] [DEBUG] 6 processes running of frp type [2026-03-24,22:05:02.712] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,22:05:04.465] [DEBUG] 6 processes running of frp type [2026-03-24,22:20:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,22:20:04.702] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,22:35:02.341] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,22:35:04.242] [DEBUG] 6 processes running of frp type [2026-03-24,22:50:02.975] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,22:50:04.854] [DEBUG] 6 processes running of frp type [2026-03-24,23:05:02.287] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,23:05:04.137] [DEBUG] 6 processes running of frp type [2026-03-24,23:20:02.447] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,23: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-03-24,23:35:02.931] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,23:35:04.665] [DEBUG] 6 processes running of frp type [2026-03-24,23:50:02.264] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-24,23:50:04.350] [DEBUG] 6 processes running of frp type [2026-03-25,00:05:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,00:05:04.627] [DEBUG] 6 processes running of frp type [2026-03-25,00:20:02.917] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,00:20:04.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-03-25,00:35:02.820] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,00:35:04.702] [DEBUG] 6 processes running of frp type [2026-03-25,00:50:02.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,00:50:05.052] [DEBUG] 6 processes running of frp type [2026-03-25,01:05:02.485] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,01:05:04.213] [DEBUG] 6 processes running of frp type [2026-03-25,01:20:02.599] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,01:20:04.395] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,01:35:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,01:35:04.099] [DEBUG] 6 processes running of frp type [2026-03-25,01:50:02.854] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,01:50:04.592] [DEBUG] 6 processes running of frp type [2026-03-25,02:05:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,02:05:04.685] [DEBUG] 6 processes running of frp type [2026-03-25,02:20:01.969] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,02:20:03.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-03-25,02:35:03.026] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,02:35:04.655] [DEBUG] 6 processes running of frp type [2026-03-25,02:50:02.446] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,02:50:04.298] [DEBUG] 6 processes running of frp type [2026-03-25,03:05:02.743] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,03:05:04.453] [DEBUG] 6 processes running of frp type [2026-03-25,03:20:02.706] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,03: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-03-25,03:35:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,03:35:04.455] [DEBUG] 6 processes running of frp type [2026-03-25,03:50:02.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,03:50:03.892] [DEBUG] 6 processes running of frp type [2026-03-25,04:05:02.286] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,04:05:04.028] [DEBUG] 6 processes running of frp type [2026-03-25,04:20:02.439] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,04: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' [2026-03-25,04:35:02.319] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,04:35:04.037] [DEBUG] 6 processes running of frp type [2026-03-25,04:50:02.788] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,04:50:04.601] [DEBUG] 6 processes running of frp type [2026-03-25,05:05:03.033] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,05:05:04.734] [DEBUG] 6 processes running of frp type [2026-03-25,05:20:02.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,05:20:03.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-25,05:35:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,05:35:04.346] [DEBUG] 6 processes running of frp type [2026-03-25,05:50:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,05:50:04.187] [DEBUG] 6 processes running of frp type [2026-03-25,06:05:02.542] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,06:05:04.193] [DEBUG] 6 processes running of frp type [2026-03-25,06:20:02.557] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,06: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' [2026-03-25,06:30:40.988] [INFO] Initializing BusSpeedStateManager V2 [2026-03-25,06:30:40.992] [INFO] LocationSqlManager initialising [2026-03-25,06:30:40.992] [INFO] Location DB initialising [2026-03-25,06:30:41.001] [INFO] LocationSqlManager initialisation complete [2026-03-25,06:30:41.002] [DEBUG] UploadManager Init [2026-03-25,06:30:41.002] [DEBUG] UploadManager Init Complete [2026-03-25,06:30:41.005] [INFO] Initializing GPS... [2026-03-25,06:30:41.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' [2026-03-25,06:32:29.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,06:32:31.383] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-25,06:32:44.198] [DEBUG] Log Upload Complete! [2026-03-25,06:35:29.903] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,06:35:31.492] [DEBUG] Remote Access Enabled [2026-03-25,06:35:32.888] [INFO] Server Address: 138.201.17.179 [2026-03-25,06:35:32.889] [INFO] Server Port: 7000 [2026-03-25,06:35:32.898] [DEBUG] Starting Remote Access! 2026-03-25 06:35:33.096 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-25 06:35:33.097 [I] [client/service.go:294] try to connect to server... 2026-03-25 06:35:33.625 [I] [client/service.go:286] [74051f55c49a696f] login to server success, get run id [74051f55c49a696f] 2026-03-25 06:35:33.626 [I] [proxy/proxy_manager.go:173] [74051f55c49a696f] proxy added: [DNL01B4203] 2026-03-25 06:35:33.801 [I] [client/control.go:168] [74051f55c49a696f] [DNL01B4203] start proxy success [2026-03-25,06:50:02.808] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,06:50:04.551] [DEBUG] 6 processes running of frp type [2026-03-25,07:05:02.993] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,07:05:04.678] [DEBUG] 6 processes running of frp type [2026-03-25,07:20:03.148] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,07:20:05.060] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,07:35:02.851] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,07:35:04.754] [DEBUG] 6 processes running of frp type [2026-03-25,07:50:02.484] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,07:50:04.192] [DEBUG] 6 processes running of frp type [2026-03-25,08:02:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,08:02:04.289] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-25,07:39:13.494] [INFO] Initializing BusSpeedStateManager V2 [2026-03-25,07:39:13.499] [INFO] LocationSqlManager initialising [2026-03-25,07:39:13.500] [INFO] Location DB initialising [2026-03-25,07:39:13.509] [INFO] LocationSqlManager initialisation complete [2026-03-25,07:39:13.510] [DEBUG] UploadManager Init [2026-03-25,07:39:13.510] [DEBUG] UploadManager Init Complete [2026-03-25,07:39:13.513] [INFO] Initializing GPS... [2026-03-25,07:39:13.515] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44:02.147] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-25,19:20:02.499] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,19:20:04.759] [DEBUG] Remote Access Enabled [2026-03-25,19:20:06.395] [INFO] Server Address: 138.201.17.179 [2026-03-25,19:20:06.396] [INFO] Server Port: 7000 [2026-03-25,19:20:06.401] [DEBUG] Starting Remote Access! 2026-03-25 19:20:06.529 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-25 19:20:06.530 [I] [client/service.go:294] try to connect to server... 2026-03-25 19:20:07.324 [I] [client/service.go:286] [c72ff081da7da18e] login to server success, get run id [c72ff081da7da18e] 2026-03-25 19:20:07.326 [I] [proxy/proxy_manager.go:173] [c72ff081da7da18e] proxy added: [DNL01B4203] 2026-03-25 19:20:07.514 [I] [client/control.go:168] [c72ff081da7da18e] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,19:35:03.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,19:35:05.738] [DEBUG] 6 processes running of frp type [2026-03-25,19:50:02.195] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,19:50:04.630] [DEBUG] 6 processes running of frp type [2026-03-25,20:05:02.178] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,20:05:03.965] [DEBUG] 6 processes running of frp type [2026-03-25,20:20:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,20: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-03-25,20:30:41.920] [INFO] Initializing BusSpeedStateManager V2 [2026-03-25,20:30:41.927] [INFO] LocationSqlManager initialising [2026-03-25,20:30:41.928] [INFO] Location DB initialising [2026-03-25,20:30:41.939] [INFO] LocationSqlManager initialisation complete [2026-03-25,20:30:41.941] [DEBUG] UploadManager Init [2026-03-25,20:30:41.941] [DEBUG] UploadManager Init Complete [2026-03-25,20:30:41.946] [INFO] Initializing GPS... [2026-03-25,20:30:41.949] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,20:32:30.035] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,20:32:31.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-03-25,20:32:45.635] [DEBUG] Log Upload Complete! [2026-03-25,20:35:29.784] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,20:35:31.535] [DEBUG] Remote Access Enabled [2026-03-25,20:35:32.843] [INFO] Server Address: 138.201.17.179 [2026-03-25,20:35:32.845] [INFO] Server Port: 7000 [2026-03-25,20:35:32.853] [DEBUG] Starting Remote Access! 2026-03-25 20:35:33.038 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-25 20:35:33.039 [I] [client/service.go:294] try to connect to server... 2026-03-25 20:35:33.578 [I] [client/service.go:286] [f017cd6974f89afd] login to server success, get run id [f017cd6974f89afd] 2026-03-25 20:35:33.579 [I] [proxy/proxy_manager.go:173] [f017cd6974f89afd] proxy added: [DNL01B4203] 2026-03-25 20:35:33.815 [I] [client/control.go:168] [f017cd6974f89afd] [DNL01B4203] start proxy success [2026-03-25,20:50:03.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,20:50:04.829] [DEBUG] 6 processes running of frp type [2026-03-25,21:05:02.377] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,21:05:04.196] [DEBUG] 6 processes running of frp type [2026-03-25,21:20:02.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,21: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-03-25,21:35:02.441] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,21:35:04.274] [DEBUG] 6 processes running of frp type [2026-03-25,21:50:02.887] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,21:50:04.774] [DEBUG] 6 processes running of frp type [2026-03-25,22:05:02.261] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,22:05:04.018] [DEBUG] 6 processes running of frp type [2026-03-25,22:20:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-25,22:20:04.331] [DEBUG] 6 processes running of frp type [2026-03-25,22:13:12.418] [INFO] Initializing BusSpeedStateManager V2 [2026-03-25,22:13:12.423] [INFO] LocationSqlManager initialising [2026-03-25,22:13:12.424] [INFO] Location DB initialising [2026-03-25,22:13:12.433] [INFO] LocationSqlManager initialisation complete [2026-03-25,22:13:12.434] [DEBUG] UploadManager Init [2026-03-25,22:13:12.434] [DEBUG] UploadManager Init Complete [2026-03-25,22:13:12.437] [INFO] Initializing GPS... [2026-03-25,22:13:12.438] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,22:18:00.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')) [2026-03-25,22:20:01.899] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-26,17:35:02.911] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,17:35:04.699] [DEBUG] Remote Access Enabled [2026-03-26,17:35:07.922] [INFO] Server Address: 138.201.17.179 [2026-03-26,17:35:07.924] [INFO] Server Port: 7000 [2026-03-26,17:35:07.933] [DEBUG] Starting Remote Access! 2026-03-26 17:35:08.125 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-26 17:35:08.126 [I] [client/service.go:294] try to connect to server... 2026-03-26 17:35:08.722 [I] [client/service.go:286] [f31b8f225cc3d9b8] login to server success, get run id [f31b8f225cc3d9b8] 2026-03-26 17:35:08.723 [I] [proxy/proxy_manager.go:173] [f31b8f225cc3d9b8] proxy added: [DNL01B4203] 2026-03-26 17:35:08.941 [I] [client/control.go:168] [f31b8f225cc3d9b8] [DNL01B4203] start proxy success [2026-03-26,17:50:02.408] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,17:50:04.237] [DEBUG] 6 processes running of frp type [2026-03-26,18:05:02.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,18:05:05.456] [DEBUG] 6 processes running of frp type [2026-03-26,18:20:02.601] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,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' [2026-03-26,18:35:02.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,18:35:05.855] [DEBUG] 6 processes running of frp type [2026-03-26,18:50:02.529] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,18:50:05.398] [DEBUG] 6 processes running of frp type 2026-03-26 18:51:27.328 [I] [client/service.go:294] [f31b8f225cc3d9b8] try to connect to server... 2026-03-26 18:51:37.330 [W] [client/service.go:297] [f31b8f225cc3d9b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 18:51:37.331 [I] [client/service.go:294] [f31b8f225cc3d9b8] try to connect to server... 2026-03-26 18:51:47.333 [W] [client/service.go:297] [f31b8f225cc3d9b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 18:51:47.334 [I] [client/service.go:294] [f31b8f225cc3d9b8] try to connect to server... 2026-03-26 18:51:57.335 [W] [client/service.go:297] [f31b8f225cc3d9b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 18:51:57.336 [I] [client/service.go:294] [f31b8f225cc3d9b8] try to connect to server... 2026-03-26 18:52:07.338 [W] [client/service.go:297] [f31b8f225cc3d9b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 18:52:07.339 [I] [client/service.go:294] [f31b8f225cc3d9b8] try to connect to server... 2026-03-26 18:52:17.340 [W] [client/service.go:297] [f31b8f225cc3d9b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 18:52:37.342 [I] [client/service.go:294] [f31b8f225cc3d9b8] try to connect to server... 2026-03-26 18:52:47.344 [W] [client/service.go:297] [f31b8f225cc3d9b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 18:53:07.345 [I] [client/service.go:294] [f31b8f225cc3d9b8] try to connect to server... 2026-03-26 18:53:07.954 [I] [client/service.go:286] [f31b8f225cc3d9b8] login to server success, get run id [f31b8f225cc3d9b8] 2026-03-26 18:53:07.955 [I] [proxy/proxy_manager.go:173] [f31b8f225cc3d9b8] proxy added: [DNL01B4203] 2026-03-26 18:53:08.151 [I] [client/control.go:168] [f31b8f225cc3d9b8] [DNL01B4203] start proxy success [2026-03-26,19:05:03.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,19:05:09.275] [DEBUG] 6 processes running of frp type 2026-03-26 19:15:37.038 [I] [client/service.go:294] [f31b8f225cc3d9b8] try to connect to server... 2026-03-26 19:15:37.591 [I] [client/service.go:286] [f31b8f225cc3d9b8] login to server success, get run id [f31b8f225cc3d9b8] 2026-03-26 19:15:37.593 [I] [proxy/proxy_manager.go:173] [f31b8f225cc3d9b8] proxy added: [DNL01B4203] 2026-03-26 19:15:38.370 [I] [client/control.go:168] [f31b8f225cc3d9b8] [DNL01B4203] start proxy success [2026-03-26,19:20:03.648] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,19:20:06.375] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,19:35:02.279] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,19:35:05.073] [DEBUG] 6 processes running of frp type [2026-03-26,19:50:02.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,19:50:05.520] [DEBUG] 6 processes running of frp type [2026-03-26,20:05:02.870] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,20:05:04.628] [DEBUG] 6 processes running of frp type [2026-03-26,20:20:03.271] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,20:20:05.103] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,20:30:41.726] [INFO] Initializing BusSpeedStateManager V2 [2026-03-26,20:30:41.731] [INFO] LocationSqlManager initialising [2026-03-26,20:30:41.732] [INFO] Location DB initialising [2026-03-26,20:30:41.742] [INFO] LocationSqlManager initialisation complete [2026-03-26,20:30:41.742] [DEBUG] UploadManager Init [2026-03-26,20:30:41.743] [DEBUG] UploadManager Init Complete [2026-03-26,20:30:41.746] [INFO] Initializing GPS... [2026-03-26,20:30:41.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-03-26,20:32:29.758] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,20:32:31.479] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-26,20:33:42.952] [DEBUG] Log Upload Complete! [2026-03-26,20:35:29.878] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,20:35:31.655] [DEBUG] Remote Access Enabled [2026-03-26,20:35:33.040] [INFO] Server Address: 138.201.17.179 [2026-03-26,20:35:33.041] [INFO] Server Port: 7000 [2026-03-26,20:35:33.050] [DEBUG] Starting Remote Access! 2026-03-26 20:35:33.223 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-26 20:35:33.224 [I] [client/service.go:294] try to connect to server... 2026-03-26 20:35:33.744 [I] [client/service.go:286] [467602bd29e038dd] login to server success, get run id [467602bd29e038dd] 2026-03-26 20:35:33.745 [I] [proxy/proxy_manager.go:173] [467602bd29e038dd] proxy added: [DNL01B4203] 2026-03-26 20:35:33.924 [I] [client/control.go:168] [467602bd29e038dd] [DNL01B4203] start proxy success [2026-03-26,20:50:02.883] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,20:50:04.680] [DEBUG] 6 processes running of frp type [2026-03-26,21:05:02.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,21:05:04.260] [DEBUG] 6 processes running of frp type [2026-03-26,21:20:02.622] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,21: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-03-26,21:35:02.078] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,21:35:04.030] [DEBUG] 6 processes running of frp type 2026-03-26 21:45:10.482 [I] [client/service.go:294] [467602bd29e038dd] try to connect to server... 2026-03-26 21:45:20.484 [W] [client/service.go:297] [467602bd29e038dd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 21:45:20.485 [I] [client/service.go:294] [467602bd29e038dd] try to connect to server... 2026-03-26 21:45:24.258 [I] [client/service.go:286] [467602bd29e038dd] login to server success, get run id [467602bd29e038dd] 2026-03-26 21:45:24.260 [I] [proxy/proxy_manager.go:173] [467602bd29e038dd] proxy added: [DNL01B4203] 2026-03-26 21:45:25.418 [I] [client/control.go:168] [467602bd29e038dd] [DNL01B4203] start proxy success 2026-03-26 21:46:01.701 [I] [client/service.go:294] [467602bd29e038dd] try to connect to server... 2026-03-26 21:46:11.703 [W] [client/service.go:297] [467602bd29e038dd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 21:46:11.703 [I] [client/service.go:294] [467602bd29e038dd] try to connect to server... 2026-03-26 21:46:21.705 [W] [client/service.go:297] [467602bd29e038dd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 21:46:21.706 [I] [client/service.go:294] [467602bd29e038dd] try to connect to server... 2026-03-26 21:46:31.708 [W] [client/service.go:297] [467602bd29e038dd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 21:46:31.708 [I] [client/service.go:294] [467602bd29e038dd] try to connect to server... 2026-03-26 21:46:41.710 [W] [client/service.go:297] [467602bd29e038dd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 21:46:41.710 [I] [client/service.go:294] [467602bd29e038dd] try to connect to server... 2026-03-26 21:46:51.712 [W] [client/service.go:297] [467602bd29e038dd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 21:47:11.713 [I] [client/service.go:294] [467602bd29e038dd] try to connect to server... 2026-03-26 21:47:21.714 [W] [client/service.go:297] [467602bd29e038dd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-26 21:47:41.716 [I] [client/service.go:294] [467602bd29e038dd] try to connect to server... 2026-03-26 21:47:49.609 [I] [client/service.go:286] [467602bd29e038dd] login to server success, get run id [467602bd29e038dd] 2026-03-26 21:47:49.610 [I] [proxy/proxy_manager.go:173] [467602bd29e038dd] proxy added: [DNL01B4203] 2026-03-26 21:47:49.799 [I] [client/control.go:168] [467602bd29e038dd] [DNL01B4203] start proxy success [2026-03-26,21:50:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,21:50:04.347] [DEBUG] 6 processes running of frp type [2026-03-26,22:05:02.859] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,22:05:04.573] [DEBUG] 6 processes running of frp type [2026-03-26,22:20:03.012] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,22:20:04.729] [DEBUG] 6 processes running of frp type 2026-03-26 22:24:48.264 [I] [client/service.go:294] [467602bd29e038dd] try to connect to server... 2026-03-26 22:24:48.807 [I] [client/service.go:286] [467602bd29e038dd] login to server success, get run id [467602bd29e038dd] 2026-03-26 22:24:48.809 [I] [proxy/proxy_manager.go:173] [467602bd29e038dd] proxy added: [DNL01B4203] 2026-03-26 22:24:48.989 [I] [client/control.go:168] [467602bd29e038dd] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-26,22:35:02.769] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,22:35:04.481] [DEBUG] 6 processes running of frp type [2026-03-26,22:50:02.269] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,22:50:04.262] [DEBUG] 6 processes running of frp type [2026-03-26,23:05:02.781] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,23:05:04.539] [DEBUG] 6 processes running of frp type [2026-03-26,23:20:03.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,23: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-26,23:35:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,23:35:04.530] [DEBUG] 6 processes running of frp type [2026-03-26,23:50:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-26,23:50:04.068] [DEBUG] 6 processes running of frp type [2026-03-26,23:41:45.792] [INFO] Initializing BusSpeedStateManager V2 [2026-03-26,23:41:45.797] [INFO] LocationSqlManager initialising [2026-03-26,23:41:45.798] [INFO] Location DB initialising [2026-03-26,23:41:45.807] [INFO] LocationSqlManager initialisation complete [2026-03-26,23:41:45.808] [DEBUG] UploadManager Init [2026-03-26,23:41:45.808] [DEBUG] UploadManager Init Complete [2026-03-26,23:41:45.811] [INFO] Initializing GPS... [2026-03-26,23:41:45.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-03-26,23:46:34.312] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-27,10:03:53.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,10:03:54.930] [DEBUG] Remote Access Enabled [2026-03-27,10:03:56.285] [INFO] Server Address: 138.201.17.179 [2026-03-27,10:03:56.286] [INFO] Server Port: 7000 [2026-03-27,10:03:56.295] [DEBUG] Starting Remote Access! 2026-03-27 10:03:56.491 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-27 10:03:56.491 [I] [client/service.go:294] try to connect to server... 2026-03-27 10:03:57.026 [I] [client/service.go:286] [ef35e53871782cc4] login to server success, get run id [ef35e53871782cc4] 2026-03-27 10:03:57.027 [I] [proxy/proxy_manager.go:173] [ef35e53871782cc4] proxy added: [DNL01B4203] 2026-03-27 10:03:57.197 [I] [client/control.go:168] [ef35e53871782cc4] [DNL01B4203] start proxy success [2026-03-27,10:20:03.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,10:20:05.067] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,10:35:02.374] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,10:35:04.171] [DEBUG] 6 processes running of frp type [2026-03-27,10:50:03.031] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,10:50:04.740] [DEBUG] 6 processes running of frp type [2026-03-27,11:05:02.003] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,11:05:03.959] [DEBUG] 6 processes running of frp type [2026-03-27,11:20:02.197] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,11: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-03-27,11:35:03.125] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,11:35:04.864] [DEBUG] 6 processes running of frp type [2026-03-27,11:50:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,11:50:04.263] [DEBUG] 6 processes running of frp type [2026-03-27,12:05:02.671] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,12:05:04.555] [DEBUG] 6 processes running of frp type 2026-03-27 12:13:51.212 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 12:14:01.214 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 12:14:01.214 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 12:14:11.216 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-27 12:14:11.216 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 12:14:11.829 [I] [client/service.go:286] [ef35e53871782cc4] login to server success, get run id [ef35e53871782cc4] 2026-03-27 12:14:11.830 [I] [proxy/proxy_manager.go:173] [ef35e53871782cc4] proxy added: [DNL01B4203] 2026-03-27 12:14:12.013 [I] [client/control.go:168] [ef35e53871782cc4] [DNL01B4203] start proxy success [2026-03-27,12:20:02.851] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,12: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-03-27,12:35:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,12:35:04.441] [DEBUG] 6 processes running of frp type [2026-03-27,12:50:03.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,12:50:04.951] [DEBUG] 6 processes running of frp type [2026-03-27,13:05:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,13:05:04.066] [DEBUG] 6 processes running of frp type [2026-03-27,13:20:02.368] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,13: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-03-27,13:35:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,13:35:03.958] [DEBUG] 6 processes running of frp type [2026-03-27,13:50:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,13:50:04.534] [DEBUG] 6 processes running of frp type [2026-03-27,14:05:03.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,14:05:04.862] [DEBUG] 6 processes running of frp type [2026-03-27,14:20:01.948] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,14:20:03.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-27,14:35:03.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,14:35:05.026] [DEBUG] 6 processes running of frp type [2026-03-27,14:50:02.824] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,14:50:04.622] [DEBUG] 6 processes running of frp type [2026-03-27,15:05:03.253] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,15:05:04.984] [DEBUG] 6 processes running of frp type [2026-03-27,15:20:02.219] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,15:20:03.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-27,15:35:02.207] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,15:35:03.969] [DEBUG] 6 processes running of frp type [2026-03-27,15:50:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,15:50:04.422] [DEBUG] 6 processes running of frp type [2026-03-27,16:05:02.843] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,16:05:04.712] [DEBUG] 6 processes running of frp type [2026-03-27,16:20:01.958] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,16: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' [2026-03-27,16:35:02.767] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,16:35:04.525] [DEBUG] 6 processes running of frp type [2026-03-27,16:50:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,16:50:03.912] [DEBUG] 6 processes running of frp type 2026-03-27 17:00:27.660 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:00:27.662 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:00:29.835 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:00:29.836 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:00:34.188 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:00:34.190 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:00:43.670 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:00:43.671 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:01:03.318 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:01:03.320 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:01:23.320 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:01:23.322 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:01:43.323 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:01:43.324 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:02:03.324 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:02:03.326 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:02:23.327 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:02:23.329 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:02:43.330 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:02:43.332 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:03:03.333 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:03:03.335 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:03:23.336 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:03:23.337 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:03:43.338 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:03:43.339 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:04:03.341 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:04:03.342 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:04:23.343 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:04:23.344 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:04:43.346 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:04:43.347 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:05:03.348 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:05:03.349 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:05:23.350 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:05:23.355 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:05:43.356 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:05:45.123 [I] [client/service.go:286] [ef35e53871782cc4] login to server success, get run id [ef35e53871782cc4] 2026-03-27 17:05:45.124 [I] [proxy/proxy_manager.go:173] [ef35e53871782cc4] proxy added: [DNL01B4203] 2026-03-27 17:05:45.988 [I] [client/control.go:168] [ef35e53871782cc4] [DNL01B4203] start proxy success 2026-03-27 17:06:23.528 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:06:23.529 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:06:25.572 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:06:25.574 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:06:29.900 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:06:29.901 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:06:38.569 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:06:38.570 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:06:57.531 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:06:57.532 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:07:17.533 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:07:17.535 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:07:37.535 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:07:37.536 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:07:57.537 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:07:57.539 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:08:17.540 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:08:17.541 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:08:37.543 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:08:37.544 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:08:57.545 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:08:57.547 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:09:17.547 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:09:17.549 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:09:37.550 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:09:37.551 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:09:57.552 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:09:57.554 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:10:17.555 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:10:17.557 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:10:37.557 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:10:37.559 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:10:57.560 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:10:57.561 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:11:17.562 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:11:17.566 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:11:37.568 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:11:39.028 [I] [client/service.go:286] [ef35e53871782cc4] login to server success, get run id [ef35e53871782cc4] 2026-03-27 17:11:39.030 [I] [proxy/proxy_manager.go:173] [ef35e53871782cc4] proxy added: [DNL01B4203] 2026-03-27 17:11:39.388 [I] [client/control.go:168] [ef35e53871782cc4] [DNL01B4203] start proxy success 2026-03-27 17:12:47.898 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:12:47.899 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:12:49.914 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:12:49.915 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:12:53.951 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:12:53.952 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:13:02.679 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:13:02.680 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:13:20.891 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:13:20.892 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:13:40.893 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:13:40.894 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:14:00.895 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:14:00.896 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:14:20.897 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:14:20.898 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:14:40.899 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:14:40.901 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:15:00.902 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:15:00.903 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:15:20.904 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:15:20.905 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:15:40.906 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:15:40.907 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:16:00.909 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:16:00.910 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:16:20.910 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:16:20.912 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:16:40.912 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:16:40.914 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:17:00.915 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:17:00.915 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:17:20.916 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:17:20.917 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:17:40.918 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:17:40.922 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-27 17:18:00.924 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:18:00.926 [W] [client/service.go:297] [ef35e53871782cc4] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-27 17:18:20.927 [I] [client/service.go:294] [ef35e53871782cc4] try to connect to server... 2026-03-27 17:18:21.485 [I] [client/service.go:286] [ef35e53871782cc4] login to server success, get run id [ef35e53871782cc4] 2026-03-27 17:18:21.487 [I] [proxy/proxy_manager.go:173] [ef35e53871782cc4] proxy added: [DNL01B4203] 2026-03-27 17:18:21.656 [I] [client/control.go:168] [ef35e53871782cc4] [DNL01B4203] start proxy success [2026-03-27,17:20:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,17: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-03-27,17:35:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,17:35:04.115] [DEBUG] 6 processes running of frp type [2026-03-27,17:50:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,17:50:04.540] [DEBUG] 6 processes running of frp type [2026-03-27,18:05:03.092] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,18:05:04.872] [DEBUG] 6 processes running of frp type [2026-03-27,17:05:54.180] [INFO] Initializing BusSpeedStateManager V2 [2026-03-27,17:05:54.185] [INFO] LocationSqlManager initialising [2026-03-27,17:05:54.185] [INFO] Location DB initialising [2026-03-27,17:05:54.195] [INFO] LocationSqlManager initialisation complete [2026-03-27,17:05:54.196] [DEBUG] UploadManager Init [2026-03-27,17:05:54.196] [DEBUG] UploadManager Init Complete [2026-03-27,17:05:54.199] [INFO] Initializing GPS... [2026-03-27,17:05:54.201] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,17:10:42.711] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,19:35:03.148] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,19:35:04.868] [DEBUG] Remote Access Enabled [2026-03-27,19:35:06.394] [INFO] Server Address: 138.201.17.179 [2026-03-27,19:35:06.396] [INFO] Server Port: 7000 [2026-03-27,19:35:06.400] [DEBUG] Starting Remote Access! 2026-03-27 19:35:06.526 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-27 19:35:06.526 [I] [client/service.go:294] try to connect to server... 2026-03-27 19:35:07.076 [I] [client/service.go:286] [e9d28f44bb438d2e] login to server success, get run id [e9d28f44bb438d2e] 2026-03-27 19:35:07.076 [I] [proxy/proxy_manager.go:173] [e9d28f44bb438d2e] proxy added: [DNL01B4203] 2026-03-27 19:35:07.291 [I] [client/control.go:168] [e9d28f44bb438d2e] [DNL01B4203] start proxy success [2026-03-27,19:50:02.545] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,19:50:04.280] [DEBUG] 6 processes running of frp type [2026-03-27,20:05:02.769] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,20:05:04.719] [DEBUG] 6 processes running of frp type [2026-03-27,20:20:03.178] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,20: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-27,20:30:40.819] [INFO] Initializing BusSpeedStateManager V2 [2026-03-27,20:30:40.826] [INFO] LocationSqlManager initialising [2026-03-27,20:30:40.827] [INFO] Location DB initialising [2026-03-27,20:30:40.838] [INFO] LocationSqlManager initialisation complete [2026-03-27,20:30:40.839] [DEBUG] UploadManager Init [2026-03-27,20:30:40.840] [DEBUG] UploadManager Init Complete [2026-03-27,20:30:40.844] [INFO] Initializing GPS... [2026-03-27,20:30:40.847] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,20:32:29.630] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,20:32:31.463] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-27,20:33:19.031] [DEBUG] Log Upload Complete! [2026-03-27,20:35:29.691] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,20:35:31.409] [DEBUG] Remote Access Enabled [2026-03-27,20:35:32.762] [INFO] Server Address: 138.201.17.179 [2026-03-27,20:35:32.763] [INFO] Server Port: 7000 [2026-03-27,20:35:32.772] [DEBUG] Starting Remote Access! 2026-03-27 20:35:32.953 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-27 20:35:32.954 [I] [client/service.go:294] try to connect to server... 2026-03-27 20:35:33.542 [I] [client/service.go:286] [9d19f561eb06c868] login to server success, get run id [9d19f561eb06c868] 2026-03-27 20:35:33.543 [I] [proxy/proxy_manager.go:173] [9d19f561eb06c868] proxy added: [DNL01B4203] 2026-03-27 20:35:33.749 [I] [client/control.go:168] [9d19f561eb06c868] [DNL01B4203] start proxy success [2026-03-27,20:50:02.622] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,20:50:04.291] [DEBUG] 6 processes running of frp type [2026-03-27,21:05:02.684] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,21:05:04.390] [DEBUG] 6 processes running of frp type [2026-03-27,21:20:02.784] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,21: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-03-27,21:35:02.522] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,21:35:04.211] [DEBUG] 6 processes running of frp type [2026-03-27,21:50:03.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,21:50:04.737] [DEBUG] 6 processes running of frp type [2026-03-27,22:05:02.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,22:05:04.052] [DEBUG] 6 processes running of frp type [2026-03-27,22:20:02.492] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,22:20:04.205] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-27,22:35:03.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,22:35:05.087] [DEBUG] 6 processes running of frp type [2026-03-27,22:50:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,22:50:04.507] [DEBUG] 6 processes running of frp type [2026-03-27,23:05:02.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,23:05:04.704] [DEBUG] 6 processes running of frp type [2026-03-27,23:20:02.949] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,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-03-27,23:35:02.932] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,23:35:04.730] [DEBUG] 6 processes running of frp type [2026-03-27,23:50:02.473] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-27,23:50:04.243] [DEBUG] 6 processes running of frp type [2026-03-28,00:05:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,00:05:04.377] [DEBUG] 6 processes running of frp type [2026-03-28,00:20:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,00: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-03-28,00:35:02.538] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,00:35:04.320] [DEBUG] 6 processes running of frp type [2026-03-28,00:50:03.019] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,00:50:04.753] [DEBUG] 6 processes running of frp type 2026-03-28 01:00:25.903 [I] [client/service.go:294] [9d19f561eb06c868] try to connect to server... 2026-03-28 01:00:28.599 [I] [client/service.go:286] [9d19f561eb06c868] login to server success, get run id [9d19f561eb06c868] 2026-03-28 01:00:28.601 [I] [proxy/proxy_manager.go:173] [9d19f561eb06c868] proxy added: [DNL01B4203] 2026-03-28 01:00:28.954 [I] [client/control.go:168] [9d19f561eb06c868] [DNL01B4203] start proxy success [2026-03-28,01:05:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,01:05:13.951] [DEBUG] 6 processes running of frp type [2026-03-28,01:20:02.221] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,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-03-28,01:35:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,01:35:04.579] [DEBUG] 6 processes running of frp type [2026-03-28,01:50:01.951] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,01:50:03.723] [DEBUG] 6 processes running of frp type [2026-03-28,02:05:03.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,02:05:04.884] [DEBUG] 6 processes running of frp type [2026-03-28,02:20:02.137] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,02: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' [2026-03-28,02:35:03.002] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,02:35:04.664] [DEBUG] 6 processes running of frp type [2026-03-28,02:50:02.473] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,02:50:04.163] [DEBUG] 6 processes running of frp type [2026-03-28,03:05:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,03:05:04.241] [DEBUG] 6 processes running of frp type [2026-03-28,03:20:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,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-03-28,03:35:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,03:35:04.292] [DEBUG] 6 processes running of frp type [2026-03-28,03:50:03.043] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,03:50:04.746] [DEBUG] 6 processes running of frp type [2026-03-28,04:05:02.063] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,04:05:03.835] [DEBUG] 6 processes running of frp type [2026-03-28,04:20:02.061] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,04:20:03.962] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,04:35:03.072] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,04:35:05.095] [DEBUG] 6 processes running of frp type [2026-03-28,04:50:02.619] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,04:50:04.456] [DEBUG] 6 processes running of frp type [2026-03-28,05:05:02.883] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,05:05:04.622] [DEBUG] 6 processes running of frp type [2026-03-28,05:20:02.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,05:20:03.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-28,05:35:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,05:35:04.526] [DEBUG] 6 processes running of frp type [2026-03-28,05:50:03.292] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,05:50:05.036] [DEBUG] 6 processes running of frp type [2026-03-28,06:05:02.474] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,06:05:04.189] [DEBUG] 6 processes running of frp type [2026-03-28,06:20:02.438] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,06: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-28,06:30:40.905] [INFO] Initializing BusSpeedStateManager V2 [2026-03-28,06:30:40.910] [INFO] LocationSqlManager initialising [2026-03-28,06:30:40.911] [INFO] Location DB initialising [2026-03-28,06:30:40.920] [INFO] LocationSqlManager initialisation complete [2026-03-28,06:30:40.921] [DEBUG] UploadManager Init [2026-03-28,06:30:40.922] [DEBUG] UploadManager Init Complete [2026-03-28,06:30:40.925] [INFO] Initializing GPS... [2026-03-28,06:30:40.927] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,06:32:29.593] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,06:32:31.207] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-28,06:32:43.352] [DEBUG] Log Upload Complete! [2026-03-28,06:35:29.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,06:35:31.395] [DEBUG] Remote Access Enabled [2026-03-28,06:35:32.664] [INFO] Server Address: 138.201.17.179 [2026-03-28,06:35:32.665] [INFO] Server Port: 7000 [2026-03-28,06:35:32.670] [DEBUG] Starting Remote Access! 2026-03-28 06:35:32.880 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-28 06:35:32.881 [I] [client/service.go:294] try to connect to server... 2026-03-28 06:35:33.394 [I] [client/service.go:286] [9ad91fe0c4db069e] login to server success, get run id [9ad91fe0c4db069e] 2026-03-28 06:35:33.395 [I] [proxy/proxy_manager.go:173] [9ad91fe0c4db069e] proxy added: [DNL01B4203] 2026-03-28 06:35:33.572 [I] [client/control.go:168] [9ad91fe0c4db069e] [DNL01B4203] start proxy success [2026-03-28,06:50:02.451] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,06:50:04.162] [DEBUG] 6 processes running of frp type [2026-03-28,07:05:02.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,07:05:04.321] [DEBUG] 6 processes running of frp type [2026-03-28,07:20:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,07: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-28,07:35:02.606] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,07:35:04.267] [DEBUG] 6 processes running of frp type [2026-03-28,07:50:02.904] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,07:50:04.540] [DEBUG] 6 processes running of frp type [2026-03-28,08:02:02.766] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,08:02:04.484] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-28,08:02:25.269] [DEBUG] Log Upload Complete! [2026-03-28,08:05:03.030] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,08:05:04.825] [DEBUG] 6 processes running of frp type [2026-03-28,08:20:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,08: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-03-28,08:35:03.010] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,08:35:04.674] [DEBUG] 6 processes running of frp type [2026-03-28,08:50:02.437] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,08:50:04.251] [DEBUG] 6 processes running of frp type [2026-03-28,09:05:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,09:05:04.353] [DEBUG] 6 processes running of frp type [2026-03-28,09:20:02.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,09: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-28,09:35:02.675] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,09:35:04.426] [DEBUG] 6 processes running of frp type [2026-03-28,09:50:03.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,09:50:04.747] [DEBUG] 6 processes running of frp type [2026-03-28,10:05:02.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,10:05:03.907] [DEBUG] 6 processes running of frp type [2026-03-28,10:20:02.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,10:20:03.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-28,10:35:03.109] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,10:35:04.932] [DEBUG] 6 processes running of frp type [2026-03-28,10:50:02.664] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,10:50:04.357] [DEBUG] 6 processes running of frp type [2026-03-28,11:05:02.856] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,11:05:04.862] [DEBUG] 6 processes running of frp type [2026-03-28,11:20:02.054] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,11:20:03.757] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,11:35:02.776] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,11:35:04.680] [DEBUG] 6 processes running of frp type [2026-03-28,11:50:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,11:50:04.153] [DEBUG] 6 processes running of frp type [2026-03-28,12:05:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,12:05:04.230] [DEBUG] 6 processes running of frp type [2026-03-28,12:20:02.597] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,12: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-03-28,12:35:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,12:35:04.322] [DEBUG] 6 processes running of frp type [2026-03-28,12:46:27.641] [INFO] Initializing BusSpeedStateManager V2 [2026-03-28,12:46:27.646] [INFO] LocationSqlManager initialising [2026-03-28,12:46:27.647] [INFO] Location DB initialising [2026-03-28,12:46:27.656] [INFO] LocationSqlManager initialisation complete [2026-03-28,12:46:27.657] [DEBUG] UploadManager Init [2026-03-28,12:46:27.657] [DEBUG] UploadManager Init Complete [2026-03-28,12:46:27.660] [INFO] Initializing GPS... [2026-03-28,12:46:27.662] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,12:51:16.141] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-28,20:20:02.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,20:20:19.045] [DEBUG] Remote Access Enabled [2026-03-28,20:20:20.465] [INFO] Server Address: 138.201.17.179 [2026-03-28,20:20:20.465] [INFO] Server Port: 7000 [2026-03-28,20:20:20.470] [DEBUG] Starting Remote Access! 2026-03-28 20:20:20.640 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-28 20:20:20.641 [I] [client/service.go:294] try to connect to server... 2026-03-28 20:20:21.257 [I] [client/service.go:286] [e1fe8a5e9ca48ef8] login to server success, get run id [e1fe8a5e9ca48ef8] 2026-03-28 20:20:21.258 [I] [proxy/proxy_manager.go:173] [e1fe8a5e9ca48ef8] proxy added: [DNL01B4203] 2026-03-28 20:20:21.447 [I] [client/control.go:168] [e1fe8a5e9ca48ef8] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-28,20:30:40.869] [INFO] Initializing BusSpeedStateManager V2 [2026-03-28,20:30:40.874] [INFO] LocationSqlManager initialising [2026-03-28,20:30:40.875] [INFO] Location DB initialising [2026-03-28,20:30:40.884] [INFO] LocationSqlManager initialisation complete [2026-03-28,20:30:40.885] [DEBUG] UploadManager Init [2026-03-28,20:30:40.885] [DEBUG] UploadManager Init Complete [2026-03-28,20:30:40.888] [INFO] Initializing GPS... [2026-03-28,20:30:40.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' [2026-03-28,20:32:29.071] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,20:32:30.736] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-28,20:33:17.814] [DEBUG] Log Upload Complete! [2026-03-28,20:35:29.230] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,20:35:30.957] [DEBUG] Remote Access Enabled [2026-03-28,20:35:32.458] [INFO] Server Address: 138.201.17.179 [2026-03-28,20:35:32.458] [INFO] Server Port: 7000 [2026-03-28,20:35:32.463] [DEBUG] Starting Remote Access! 2026-03-28 20:35:32.588 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-28 20:35:32.589 [I] [client/service.go:294] try to connect to server... 2026-03-28 20:35:33.208 [I] [client/service.go:286] [4b0ae47c10d38db0] login to server success, get run id [4b0ae47c10d38db0] 2026-03-28 20:35:33.209 [I] [proxy/proxy_manager.go:173] [4b0ae47c10d38db0] proxy added: [DNL01B4203] 2026-03-28 20:35:33.420 [I] [client/control.go:168] [4b0ae47c10d38db0] [DNL01B4203] start proxy success [2026-03-28,20:50:03.055] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,20:50:05.121] [DEBUG] 6 processes running of frp type [2026-03-28,21:05:02.591] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,21:05:04.542] [DEBUG] 6 processes running of frp type [2026-03-28,21:20:02.937] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,21: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-28,21:35:02.765] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,21:35:04.526] [DEBUG] 6 processes running of frp type [2026-03-28,21:50:03.057] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,21:50:04.863] [DEBUG] 6 processes running of frp type [2026-03-28,22:05:02.274] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,22:05:19.149] [DEBUG] 6 processes running of frp type [2026-03-28,22:20:02.478] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,22:20:04.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-28,22:35:02.537] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,22:35:04.294] [DEBUG] 6 processes running of frp type [2026-03-28,22:50:03.114] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,22:50:04.929] [DEBUG] 6 processes running of frp type [2026-03-28,23:05:02.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,23:05:04.149] [DEBUG] 6 processes running of frp type [2026-03-28,23:20:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,23: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-03-28,23:35:02.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,23:35:03.826] [DEBUG] 6 processes running of frp type [2026-03-28,23:50:02.563] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-28,23:50:04.222] [DEBUG] 6 processes running of frp type [2026-03-29,00:05:02.733] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,00:05:04.440] [DEBUG] 6 processes running of frp type [2026-03-29,00:20:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,00: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-03-29,00:35:02.577] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,00:35:04.295] [DEBUG] 6 processes running of frp type [2026-03-29,00:50:03.118] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,00:50:04.849] [DEBUG] 6 processes running of frp type [2026-03-29,01:05:02.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,01:05:03.915] [DEBUG] 6 processes running of frp type [2026-03-29,01:20:02.279] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,01:20:04.004] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,01:35:02.777] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,01:35:04.499] [DEBUG] 6 processes running of frp type [2026-03-29,01:50:03.008] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,01:50:04.722] [DEBUG] 6 processes running of frp type [2026-03-29,02:05:02.021] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,02:05:03.807] [DEBUG] 6 processes running of frp type [2026-03-29,02:20:02.002] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,02:20:03.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-29,02:35:02.843] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,02:35:04.594] [DEBUG] 6 processes running of frp type [2026-03-29,02:50:02.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,02:50:03.937] [DEBUG] 6 processes running of frp type [2026-03-29,03:05:02.281] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,03:05:04.055] [DEBUG] 6 processes running of frp type [2026-03-29,03:20:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,03: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-03-29,03:35:03.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,03:35:04.619] [DEBUG] 6 processes running of frp type [2026-03-29,03:50:02.360] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,03:50:04.070] [DEBUG] 6 processes running of frp type [2026-03-29,04:05:02.436] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,04:05:04.106] [DEBUG] 6 processes running of frp type [2026-03-29,04:20:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,04: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-03-29,04:35:02.054] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,04:35:03.765] [DEBUG] 6 processes running of frp type [2026-03-29,04:50:02.460] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,04:50:04.223] [DEBUG] 6 processes running of frp type [2026-03-29,05:05:02.554] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,05:05:04.344] [DEBUG] 6 processes running of frp type [2026-03-29,05:20:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,05: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' [2026-03-29,05:35:02.532] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,05:35:04.270] [DEBUG] 6 processes running of frp type [2026-03-29,05:50:03.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,05:50:04.807] [DEBUG] 6 processes running of frp type [2026-03-29,06:05:02.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,06:05:03.862] [DEBUG] 6 processes running of frp type [2026-03-29,06:20:02.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,06:20:03.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-03-29,06:30:41.200] [INFO] Initializing BusSpeedStateManager V2 [2026-03-29,06:30:41.207] [INFO] LocationSqlManager initialising [2026-03-29,06:30:41.208] [INFO] Location DB initialising [2026-03-29,06:30:41.219] [INFO] LocationSqlManager initialisation complete [2026-03-29,06:30:41.220] [DEBUG] UploadManager Init [2026-03-29,06:30:41.221] [DEBUG] UploadManager Init Complete [2026-03-29,06:30:41.225] [INFO] Initializing GPS... [2026-03-29,06:30:41.228] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,06:32:29.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,06:32:31.266] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-29,06:32:47.963] [DEBUG] Log Upload Complete! [2026-03-29,06:35:29.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,06:35:31.268] [DEBUG] Remote Access Enabled [2026-03-29,06:35:32.522] [INFO] Server Address: 138.201.17.179 [2026-03-29,06:35:32.523] [INFO] Server Port: 7000 [2026-03-29,06:35:32.528] [DEBUG] Starting Remote Access! 2026-03-29 06:35:32.655 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-29 06:35:32.656 [I] [client/service.go:294] try to connect to server... 2026-03-29 06:35:33.169 [I] [client/service.go:286] [fdeaed4ea443db9e] login to server success, get run id [fdeaed4ea443db9e] 2026-03-29 06:35:33.170 [I] [proxy/proxy_manager.go:173] [fdeaed4ea443db9e] proxy added: [DNL01B4203] 2026-03-29 06:35:33.361 [I] [client/control.go:168] [fdeaed4ea443db9e] [DNL01B4203] start proxy success [2026-03-29,06:50:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,06:50:04.171] [DEBUG] 6 processes running of frp type [2026-03-29,07:05:02.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,07:05:04.418] [DEBUG] 6 processes running of frp type [2026-03-29,07:20:02.661] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,07: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-29,07:19:51.692] [INFO] Initializing BusSpeedStateManager V2 [2026-03-29,07:19:51.698] [INFO] LocationSqlManager initialising [2026-03-29,07:19:51.698] [INFO] Location DB initialising [2026-03-29,07:19:51.707] [INFO] LocationSqlManager initialisation complete [2026-03-29,07:19:51.708] [DEBUG] UploadManager Init [2026-03-29,07:19:51.708] [DEBUG] UploadManager Init Complete [2026-03-29,07:19:51.711] [INFO] Initializing GPS... [2026-03-29,07:19:51.713] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,07:24:40.633] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,13:05:03.038] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,13:05:04.876] [DEBUG] Remote Access Enabled [2026-03-29,13:05:06.244] [INFO] Server Address: 138.201.17.179 [2026-03-29,13:05:06.245] [INFO] Server Port: 7000 [2026-03-29,13:05:06.249] [DEBUG] Starting Remote Access! 2026-03-29 13:05:06.380 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-29 13:05:06.381 [I] [client/service.go:294] try to connect to server... 2026-03-29 13:05:07.031 [I] [client/service.go:286] [0c29597306b5097e] login to server success, get run id [0c29597306b5097e] 2026-03-29 13:05:07.033 [I] [proxy/proxy_manager.go:173] [0c29597306b5097e] proxy added: [DNL01B4203] 2026-03-29 13:05:07.243 [I] [client/control.go:168] [0c29597306b5097e] [DNL01B4203] start proxy success [2026-03-29,13:20:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,13:20:03.935] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,13:35:03.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,13:35:04.735] [DEBUG] 6 processes running of frp type [2026-03-29,13:50:02.346] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,13:50:04.160] [DEBUG] 6 processes running of frp type [2026-03-29,14:05:02.579] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,14:05:09.326] [DEBUG] 6 processes running of frp type [2026-03-29,14:20:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,14:20:04.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-29,14:35:02.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,14:35:03.986] [DEBUG] 6 processes running of frp type [2026-03-29,14:50:02.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,14:50:04.595] [DEBUG] 6 processes running of frp type [2026-03-29,15:05:03.094] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,15:05:05.049] [DEBUG] 6 processes running of frp type [2026-03-29,15:20:02.314] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,15: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' [2026-03-29,15:35:02.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,15:35:03.998] [DEBUG] 6 processes running of frp type [2026-03-29,15:50:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,15:50:04.522] [DEBUG] 6 processes running of frp type [2026-03-29,16:05:02.974] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,16:05:04.877] [DEBUG] 6 processes running of frp type [2026-03-29,16:20:02.251] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,16:20:03.956] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,16:35:02.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,16:35:04.861] [DEBUG] 6 processes running of frp type [2026-03-29,16:50:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,16:50:04.428] [DEBUG] 6 processes running of frp type 2026-03-29 17:00:23.244 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:00:23.246 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:00:25.406 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:00:25.406 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:00:29.826 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:00:29.827 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:00:39.136 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:00:39.138 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:00:59.139 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:00:59.140 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:01:19.141 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:01:19.143 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:01:39.144 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:01:39.146 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:01:59.147 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:01:59.148 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:02:19.149 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:02:19.151 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:02:39.152 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:02:39.153 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:02:59.155 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:02:59.156 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:03:19.157 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:03:19.159 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:03:39.160 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:03:39.162 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:03:59.164 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:03:59.165 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:04:19.166 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:04:19.168 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:04:39.169 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:04:39.170 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:04:59.172 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:04:59.173 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:05:19.175 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:05:19.179 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:05:39.181 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:05:39.185 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-29 17:05:59.187 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:06:00.856 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-29 17:06:20.857 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:06:20.859 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:06:40.860 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:06:40.861 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:07:00.862 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:07:00.863 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:07:20.865 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:07:20.866 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:07:40.868 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:07:40.869 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:08:00.870 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:08:00.872 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:08:20.873 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:08:20.875 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:08:40.875 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:08:40.877 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:09:00.878 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:09:00.880 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:09:20.881 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:09:20.882 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:09:40.883 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:09:40.884 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:10:00.885 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:10:00.886 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:10:20.887 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:10:20.888 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:10:40.890 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:10:40.891 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:11:00.893 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:11:00.894 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:11:20.895 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:11:20.901 [W] [client/service.go:297] [0c29597306b5097e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-29 17:11:40.902 [I] [client/service.go:294] [0c29597306b5097e] try to connect to server... 2026-03-29 17:11:42.139 [I] [client/service.go:286] [0c29597306b5097e] login to server success, get run id [0c29597306b5097e] 2026-03-29 17:11:42.140 [I] [proxy/proxy_manager.go:173] [0c29597306b5097e] proxy added: [DNL01B4203] 2026-03-29 17:11:42.344 [I] [client/control.go:168] [0c29597306b5097e] [DNL01B4203] start proxy success [2026-03-29,17:20:02.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,17:20:04.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-03-29,17:35:02.413] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,17:35:04.917] [DEBUG] 6 processes running of frp type [2026-03-29,17:50:02.741] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,17:50:05.369] [DEBUG] 6 processes running of frp type [2026-03-29,18:05:02.869] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,18:05:04.805] [DEBUG] 6 processes running of frp type [2026-03-29,18:20:02.051] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,18:20:03.972] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,18:35:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,18:35:04.594] [DEBUG] 6 processes running of frp type [2026-03-29,18:50:02.359] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,18:50:04.187] [DEBUG] 6 processes running of frp type [2026-03-29,19:05:02.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,19:05:04.720] [DEBUG] 6 processes running of frp type [2026-03-29,19:20:02.024] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,19: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' [2026-03-29,19:35:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,19:35:04.739] [DEBUG] 6 processes running of frp type [2026-03-29,19:50:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,19:50:04.642] [DEBUG] 6 processes running of frp type [2026-03-29,20:05:03.082] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,20:05:04.865] [DEBUG] 6 processes running of frp type [2026-03-29,20:20:02.432] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,20:20:04.193] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,20:30:43.067] [INFO] Initializing BusSpeedStateManager V2 [2026-03-29,20:30:43.072] [INFO] LocationSqlManager initialising [2026-03-29,20:30:43.073] [INFO] Location DB initialising [2026-03-29,20:30:43.082] [INFO] LocationSqlManager initialisation complete [2026-03-29,20:30:43.083] [DEBUG] UploadManager Init [2026-03-29,20:30:43.083] [DEBUG] UploadManager Init Complete [2026-03-29,20:30:43.086] [INFO] Initializing GPS... [2026-03-29,20:30:43.087] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,20:32:30.982] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,20:32:32.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-29,20:33:44.938] [DEBUG] Log Upload Complete! [2026-03-29,20:35:30.686] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,20:35:32.590] [DEBUG] Remote Access Enabled [2026-03-29,20:35:34.071] [INFO] Server Address: 138.201.17.179 [2026-03-29,20:35:34.073] [INFO] Server Port: 7000 [2026-03-29,20:35:34.085] [DEBUG] Starting Remote Access! 2026-03-29 20:35:34.269 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-29 20:35:34.270 [I] [client/service.go:294] try to connect to server... 2026-03-29 20:35:34.864 [I] [client/service.go:286] [3e9293b300e732c1] login to server success, get run id [3e9293b300e732c1] 2026-03-29 20:35:34.865 [I] [proxy/proxy_manager.go:173] [3e9293b300e732c1] proxy added: [DNL01B4203] 2026-03-29 20:35:35.089 [I] [client/control.go:168] [3e9293b300e732c1] [DNL01B4203] start proxy success [2026-03-29,20:50:02.705] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,20:50:04.660] [DEBUG] 6 processes running of frp type [2026-03-29,21:05:03.217] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,21:05:05.271] [DEBUG] 6 processes running of frp type [2026-03-29,21:20:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,21: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-29,21:35:02.613] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,21:35:04.468] [DEBUG] 6 processes running of frp type [2026-03-29,21:50:02.441] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,21:50:04.420] [DEBUG] 6 processes running of frp type [2026-03-29,22:05:04.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,22:05:06.759] [DEBUG] 6 processes running of frp type [2026-03-29,22:20:01.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,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-03-29,22:35:03.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,22:35:05.045] [DEBUG] 6 processes running of frp type [2026-03-29,22:50:02.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,22:50:04.439] [DEBUG] 6 processes running of frp type [2026-03-29,23:05:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,23:05:04.597] [DEBUG] 6 processes running of frp type [2026-03-29,23:20:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,23: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-29,23:35:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,23:35:07.687] [DEBUG] 6 processes running of frp type [2026-03-29,23:50:02.568] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-29,23:50:04.221] [DEBUG] 6 processes running of frp type [2026-03-30,00:05:02.724] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,00:05:04.537] [DEBUG] 6 processes running of frp type [2026-03-30,00:20:02.967] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,00:20:06.474] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,00:35:02.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,00:35:04.761] [DEBUG] 6 processes running of frp type [2026-03-30,00:50:02.589] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,00:50:04.286] [DEBUG] 6 processes running of frp type [2026-03-30,01:05:02.523] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,01:05:04.721] [DEBUG] 6 processes running of frp type [2026-03-30,01:20:01.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,01:20:03.632] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,01:35:02.735] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,01:35:04.817] [DEBUG] 6 processes running of frp type [2026-03-30,01:50:02.374] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,01:50:04.406] [DEBUG] 6 processes running of frp type [2026-03-30,02:05:02.788] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,02:05:04.755] [DEBUG] 6 processes running of frp type [2026-03-30,02:20:01.955] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,02:20:03.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-03-30,02:35:04.561] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,02:35:07.250] [DEBUG] 6 processes running of frp type [2026-03-30,02:50:03.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,02:50:04.720] [DEBUG] 6 processes running of frp type [2026-03-30,03:05:02.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,03:05:04.039] [DEBUG] 6 processes running of frp type [2026-03-30,03:20:02.281] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,03: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' [2026-03-30,03:35:02.012] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,03:35:03.960] [DEBUG] 6 processes running of frp type [2026-03-30,03:50:02.634] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,03:50:04.581] [DEBUG] 6 processes running of frp type [2026-03-30,04:05:03.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,04:05:05.288] [DEBUG] 6 processes running of frp type [2026-03-30,04:20:02.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,04: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-03-30,04:35:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,04:35:04.154] [DEBUG] 6 processes running of frp type [2026-03-30,04:50:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,04:50:04.531] [DEBUG] 6 processes running of frp type [2026-03-30,05:05:03.011] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,05:05:05.614] [DEBUG] 6 processes running of frp type [2026-03-30,05:20:02.948] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,05: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-30,05:35:02.563] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,05:35:04.337] [DEBUG] 6 processes running of frp type [2026-03-30,05:50:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,05:50:04.675] [DEBUG] 6 processes running of frp type [2026-03-30,06:05:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,06:05:04.106] [DEBUG] 6 processes running of frp type [2026-03-30,06:20:02.236] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,06:20:04.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-03-30,06:30:41.034] [INFO] Initializing BusSpeedStateManager V2 [2026-03-30,06:30:41.042] [INFO] LocationSqlManager initialising [2026-03-30,06:30:41.043] [INFO] Location DB initialising [2026-03-30,06:30:41.055] [INFO] LocationSqlManager initialisation complete [2026-03-30,06:30:41.056] [DEBUG] UploadManager Init [2026-03-30,06:30:41.056] [DEBUG] UploadManager Init Complete [2026-03-30,06:30:41.061] [INFO] Initializing GPS... [2026-03-30,06:30:41.064] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,06:32:29.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,06:32:31.110] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-30,06:32:49.905] [DEBUG] Log Upload Complete! [2026-03-30,06:35:29.768] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,06:35:31.585] [DEBUG] Remote Access Enabled [2026-03-30,06:35:33.035] [INFO] Server Address: 138.201.17.179 [2026-03-30,06:35:33.036] [INFO] Server Port: 7000 [2026-03-30,06:35:33.045] [DEBUG] Starting Remote Access! 2026-03-30 06:35:33.252 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-30 06:35:33.253 [I] [client/service.go:294] try to connect to server... 2026-03-30 06:35:33.789 [I] [client/service.go:286] [b9a1d7f9d903494a] login to server success, get run id [b9a1d7f9d903494a] 2026-03-30 06:35:33.789 [I] [proxy/proxy_manager.go:173] [b9a1d7f9d903494a] proxy added: [DNL01B4203] 2026-03-30 06:35:33.969 [I] [client/control.go:168] [b9a1d7f9d903494a] [DNL01B4203] start proxy success 2026-03-30 06:46:17.138 [I] [client/service.go:294] [b9a1d7f9d903494a] try to connect to server... 2026-03-30 06:46:27.140 [W] [client/service.go:297] [b9a1d7f9d903494a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 06:46:27.141 [I] [client/service.go:294] [b9a1d7f9d903494a] try to connect to server... 2026-03-30 06:46:37.143 [W] [client/service.go:297] [b9a1d7f9d903494a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 06:46:37.143 [I] [client/service.go:294] [b9a1d7f9d903494a] try to connect to server... 2026-03-30 06:46:47.145 [W] [client/service.go:297] [b9a1d7f9d903494a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 06:46:47.146 [I] [client/service.go:294] [b9a1d7f9d903494a] try to connect to server... 2026-03-30 06:46:57.148 [W] [client/service.go:297] [b9a1d7f9d903494a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 06:46:57.149 [I] [client/service.go:294] [b9a1d7f9d903494a] try to connect to server... 2026-03-30 06:47:07.151 [W] [client/service.go:297] [b9a1d7f9d903494a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 06:47:27.153 [I] [client/service.go:294] [b9a1d7f9d903494a] try to connect to server... 2026-03-30 06:47:37.154 [W] [client/service.go:297] [b9a1d7f9d903494a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 06:47:57.155 [I] [client/service.go:294] [b9a1d7f9d903494a] try to connect to server... 2026-03-30 06:48:07.157 [W] [client/service.go:297] [b9a1d7f9d903494a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-30 06:48:27.158 [I] [client/service.go:294] [b9a1d7f9d903494a] try to connect to server... 2026-03-30 06:48:27.876 [I] [client/service.go:286] [b9a1d7f9d903494a] login to server success, get run id [b9a1d7f9d903494a] 2026-03-30 06:48:27.878 [I] [proxy/proxy_manager.go:173] [b9a1d7f9d903494a] proxy added: [DNL01B4203] 2026-03-30 06:48:39.087 [I] [client/control.go:168] [b9a1d7f9d903494a] [DNL01B4203] start proxy success [2026-03-30,06:50:02.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,06:50:04.472] [DEBUG] 6 processes running of frp type [2026-03-30,06:48:56.864] [INFO] Initializing BusSpeedStateManager V2 [2026-03-30,06:48:56.872] [INFO] LocationSqlManager initialising [2026-03-30,06:48:56.873] [INFO] Location DB initialising [2026-03-30,06:48:56.884] [INFO] LocationSqlManager initialisation complete [2026-03-30,06:48:56.885] [DEBUG] UploadManager Init [2026-03-30,06:48:56.886] [DEBUG] UploadManager Init Complete [2026-03-30,06:48:56.890] [INFO] Initializing GPS... [2026-03-30,06:48:56.893] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,06:53:45.796] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-03-30,19:05:02.118] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,19:05:03.945] [DEBUG] Remote Access Enabled [2026-03-30,19:05:05.434] [INFO] Server Address: 138.201.17.179 [2026-03-30,19:05:05.435] [INFO] Server Port: 7000 [2026-03-30,19:05:05.439] [DEBUG] Starting Remote Access! 2026-03-30 19:05:05.570 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-30 19:05:05.571 [I] [client/service.go:294] try to connect to server... 2026-03-30 19:05:06.163 [I] [client/service.go:286] [cadd148697b6aac1] login to server success, get run id [cadd148697b6aac1] 2026-03-30 19:05:06.164 [I] [proxy/proxy_manager.go:173] [cadd148697b6aac1] proxy added: [DNL01B4203] 2026-03-30 19:05:06.400 [I] [client/control.go:168] [cadd148697b6aac1] [DNL01B4203] start proxy success [2026-03-30,19:20:02.475] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,19: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-03-30,19:35:02.219] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,19:35:04.034] [DEBUG] 6 processes running of frp type [2026-03-30,19:50:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,19:50:04.610] [DEBUG] 6 processes running of frp type [2026-03-30,20:05:03.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,20:05:05.026] [DEBUG] 6 processes running of frp type [2026-03-30,20:20:02.422] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,20: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-03-30,20:30:39.967] [INFO] Initializing BusSpeedStateManager V2 [2026-03-30,20:30:39.972] [INFO] LocationSqlManager initialising [2026-03-30,20:30:39.973] [INFO] Location DB initialising [2026-03-30,20:30:39.982] [INFO] LocationSqlManager initialisation complete [2026-03-30,20:30:39.983] [DEBUG] UploadManager Init [2026-03-30,20:30:39.983] [DEBUG] UploadManager Init Complete [2026-03-30,20:30:39.985] [INFO] Initializing GPS... [2026-03-30,20:30:39.987] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,20:32:28.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,20:32:30.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-30,20:32:50.350] [DEBUG] Log Upload Complete! [2026-03-30,20:35:29.207] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,20:35:30.882] [DEBUG] Remote Access Enabled [2026-03-30,20:35:32.207] [INFO] Server Address: 138.201.17.179 [2026-03-30,20:35:32.207] [INFO] Server Port: 7000 [2026-03-30,20:35:32.212] [DEBUG] Starting Remote Access! 2026-03-30 20:35:32.402 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-30 20:35:32.403 [I] [client/service.go:294] try to connect to server... 2026-03-30 20:35:32.958 [I] [client/service.go:286] [fd9c5ded3af3b3b8] login to server success, get run id [fd9c5ded3af3b3b8] 2026-03-30 20:35:32.958 [I] [proxy/proxy_manager.go:173] [fd9c5ded3af3b3b8] proxy added: [DNL01B4203] 2026-03-30 20:35:33.133 [I] [client/control.go:168] [fd9c5ded3af3b3b8] [DNL01B4203] start proxy success [2026-03-30,20:50:02.987] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,20:50:04.805] [DEBUG] 6 processes running of frp type [2026-03-30,21:05:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,21:05:09.356] [DEBUG] 6 processes running of frp type [2026-03-30,21:20:35.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-03-30 21:20:35.990 [I] [client/service.go:294] [fd9c5ded3af3b3b8] try to connect to server... 2026-03-30 21:20:36.559 [I] [client/service.go:286] [fd9c5ded3af3b3b8] login to server success, get run id [fd9c5ded3af3b3b8] 2026-03-30 21:20:36.561 [I] [proxy/proxy_manager.go:173] [fd9c5ded3af3b3b8] proxy added: [DNL01B4203] 2026-03-30 21:20:36.795 [I] [client/control.go:168] [fd9c5ded3af3b3b8] [DNL01B4203] start proxy success [2026-03-30,21:20:37.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-03-30,21:35:02.747] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,21:35:05.507] [DEBUG] 6 processes running of frp type [2026-03-30,21:50:03.848] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,21:50:30.390] [DEBUG] 6 processes running of frp type [2026-03-30,22:05:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,22:05:09.722] [DEBUG] 6 processes running of frp type [2026-03-30,22:20:01.991] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,22:20:03.688] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,22:35:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,22:35:04.513] [DEBUG] 6 processes running of frp type 2026-03-30 22:43:23.294 [I] [client/service.go:294] [fd9c5ded3af3b3b8] try to connect to server... 2026-03-30 22:43:32.727 [I] [client/service.go:286] [fd9c5ded3af3b3b8] login to server success, get run id [fd9c5ded3af3b3b8] 2026-03-30 22:43:32.729 [I] [proxy/proxy_manager.go:173] [fd9c5ded3af3b3b8] proxy added: [DNL01B4203] 2026-03-30 22:43:42.785 [I] [client/control.go:168] [fd9c5ded3af3b3b8] [DNL01B4203] start proxy success [2026-03-30,22:50:02.194] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,22:50:04.014] [DEBUG] 6 processes running of frp type [2026-03-30,23:05:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,23:05:06.034] [DEBUG] 6 processes running of frp type [2026-03-30,23:20:02.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,23:20:04.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-30,23:35:03.116] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,23:35:05.040] [DEBUG] 6 processes running of frp type [2026-03-30,23:50:02.682] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-30,23:50:04.519] [DEBUG] 6 processes running of frp type [2026-03-31,00:05:03.018] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,00:05:04.865] [DEBUG] 6 processes running of frp type [2026-03-31,00:20:02.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,00:20:03.839] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-31 00:32:47.798 [I] [client/service.go:294] [fd9c5ded3af3b3b8] try to connect to server... 2026-03-31 00:32:57.799 [W] [client/service.go:297] [fd9c5ded3af3b3b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 00:32:57.800 [I] [client/service.go:294] [fd9c5ded3af3b3b8] try to connect to server... 2026-03-31 00:33:07.801 [W] [client/service.go:297] [fd9c5ded3af3b3b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 00:33:07.802 [I] [client/service.go:294] [fd9c5ded3af3b3b8] try to connect to server... 2026-03-31 00:33:17.804 [W] [client/service.go:297] [fd9c5ded3af3b3b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 00:33:17.804 [I] [client/service.go:294] [fd9c5ded3af3b3b8] try to connect to server... 2026-03-31 00:33:27.805 [W] [client/service.go:297] [fd9c5ded3af3b3b8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-31 00:33:27.806 [I] [client/service.go:294] [fd9c5ded3af3b3b8] try to connect to server... 2026-03-31 00:33:36.127 [I] [client/service.go:286] [fd9c5ded3af3b3b8] login to server success, get run id [fd9c5ded3af3b3b8] 2026-03-31 00:33:36.128 [I] [proxy/proxy_manager.go:173] [fd9c5ded3af3b3b8] proxy added: [DNL01B4203] 2026-03-31 00:33:36.385 [I] [client/control.go:168] [fd9c5ded3af3b3b8] [DNL01B4203] start proxy success [2026-03-31,00:35:03.109] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,00:35:07.140] [DEBUG] 6 processes running of frp type [2026-03-31,00:50:02.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,00:50:04.724] [DEBUG] 6 processes running of frp type [2026-03-31,01:05:03.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,01:05:05.128] [DEBUG] 6 processes running of frp type [2026-03-31,01:20:02.504] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,01: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-03-31,01:35:02.385] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,01:35:04.816] [DEBUG] 6 processes running of frp type [2026-03-31,01:50:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,01:50:04.339] [DEBUG] 6 processes running of frp type [2026-03-31,02:05:03.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,02:05:05.084] [DEBUG] 6 processes running of frp type [2026-03-31,02:20:02.438] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,02: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-03-31,02:35:02.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,02:35:03.890] [DEBUG] 6 processes running of frp type [2026-03-31,02:50:02.381] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,02:50:04.690] [DEBUG] 6 processes running of frp type [2026-03-31,03:05:01.877] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,03:05:03.531] [DEBUG] 6 processes running of frp type [2026-03-31,03:20:03.049] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,03: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' [2026-03-31,03:35:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,03:35:04.408] [DEBUG] 6 processes running of frp type [2026-03-31,03:50:03.205] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,03:50:04.914] [DEBUG] 6 processes running of frp type [2026-03-31,04:05:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,04:05:04.231] [DEBUG] 6 processes running of frp type [2026-03-31,04:20:02.446] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,04: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-31,04:35:02.381] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,04:35:04.434] [DEBUG] 6 processes running of frp type [2026-03-31,04:50:02.245] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,04:50:04.011] [DEBUG] 6 processes running of frp type [2026-03-31,05:05:02.337] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,05:05:04.094] [DEBUG] 6 processes running of frp type [2026-03-31,05:20:02.373] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,05: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,05:35:02.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,05:35:04.450] [DEBUG] 6 processes running of frp type [2026-03-31,05:50:03.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,05:50:05.259] [DEBUG] 6 processes running of frp type [2026-03-31,06:05:02.663] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,06:05:04.459] [DEBUG] 6 processes running of frp type [2026-03-31,06:20:02.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,06: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-31,06:30:40.787] [INFO] Initializing BusSpeedStateManager V2 [2026-03-31,06:30:40.795] [INFO] LocationSqlManager initialising [2026-03-31,06:30:40.796] [INFO] Location DB initialising [2026-03-31,06:30:40.807] [INFO] LocationSqlManager initialisation complete [2026-03-31,06:30:40.808] [DEBUG] UploadManager Init [2026-03-31,06:30:40.809] [DEBUG] UploadManager Init Complete [2026-03-31,06:30:40.813] [INFO] Initializing GPS... [2026-03-31,06:30:40.816] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,06:32:29.407] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,06:32:31.315] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-31,06:33:03.531] [DEBUG] Log Upload Complete! [2026-03-31,06:35:29.324] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,06:35:31.015] [DEBUG] Remote Access Enabled [2026-03-31,06:35:32.747] [INFO] Server Address: 138.201.17.179 [2026-03-31,06:35:32.749] [INFO] Server Port: 7000 [2026-03-31,06:35:32.757] [DEBUG] Starting Remote Access! 2026-03-31 06:35:32.952 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-31 06:35:32.953 [I] [client/service.go:294] try to connect to server... 2026-03-31 06:35:33.560 [I] [client/service.go:286] [ce7e4d62c2797d38] login to server success, get run id [ce7e4d62c2797d38] 2026-03-31 06:35:33.561 [I] [proxy/proxy_manager.go:173] [ce7e4d62c2797d38] proxy added: [DNL01B4203] 2026-03-31 06:35:33.748 [I] [client/control.go:168] [ce7e4d62c2797d38] [DNL01B4203] start proxy success [2026-03-31,06:50:03.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,06:50:05.108] [DEBUG] 6 processes running of frp type [2026-03-31,07:05:02.612] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,07:05:04.667] [DEBUG] 6 processes running of frp type [2026-03-31,07:20:03.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,07:20:05.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,07:35:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,07:35:04.853] [DEBUG] 6 processes running of frp type [2026-03-31,07:50:02.518] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,07:50:04.632] [DEBUG] 6 processes running of frp type [2026-03-31,08:02:02.900] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,08:02:05.221] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-31,08:03:25.095] [DEBUG] Log Upload Complete! [2026-03-31,08:05:03.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,08:05:05.430] [DEBUG] 6 processes running of frp type [2026-03-31,08:15:30.334] [INFO] Initializing BusSpeedStateManager V2 [2026-03-31,08:15:30.341] [INFO] LocationSqlManager initialising [2026-03-31,08:15:30.342] [INFO] Location DB initialising [2026-03-31,08:15:30.353] [INFO] LocationSqlManager initialisation complete [2026-03-31,08:15:30.354] [DEBUG] UploadManager Init [2026-03-31,08:15:30.354] [DEBUG] UploadManager Init Complete [2026-03-31,08:15:30.359] [INFO] Initializing GPS... [2026-03-31,08:15:30.361] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,08:20:19.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')) [2026-03-31,17:50:42.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,17:50:44.421] [DEBUG] Remote Access Enabled [2026-03-31,17:50:45.770] [INFO] Server Address: 138.201.17.179 [2026-03-31,17:50:45.772] [INFO] Server Port: 7000 [2026-03-31,17:50:45.784] [DEBUG] Starting Remote Access! 2026-03-31 17:50:45.960 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-31 17:50:45.960 [I] [client/service.go:294] try to connect to server... 2026-03-31 17:50:46.545 [I] [client/service.go:286] [976cfda5dde208c5] login to server success, get run id [976cfda5dde208c5] 2026-03-31 17:50:46.545 [I] [proxy/proxy_manager.go:173] [976cfda5dde208c5] proxy added: [DNL01B4203] 2026-03-31 17:50:46.737 [I] [client/control.go:168] [976cfda5dde208c5] [DNL01B4203] start proxy success [2026-03-31,18:05:01.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,18:05:03.500] [DEBUG] 6 processes running of frp type [2026-03-31,18:20:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,18: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-31,18:35:02.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,18:35:03.861] [DEBUG] 6 processes running of frp type [2026-03-31,18:50:02.680] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,18:50:04.459] [DEBUG] 6 processes running of frp type [2026-03-31,19:05:02.766] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,19:05:04.457] [DEBUG] 6 processes running of frp type [2026-03-31,19:20:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,19: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-03-31,19:35:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,19:35:04.250] [DEBUG] 6 processes running of frp type [2026-03-31,19:50:03.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,19:50:04.843] [DEBUG] 6 processes running of frp type [2026-03-31,20:05:02.174] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,20:05:03.970] [DEBUG] 6 processes running of frp type [2026-03-31,20:20:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,20: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' [2026-03-31,20:30:40.893] [INFO] Initializing BusSpeedStateManager V2 [2026-03-31,20:30:40.901] [INFO] LocationSqlManager initialising [2026-03-31,20:30:40.902] [INFO] Location DB initialising [2026-03-31,20:30:40.917] [INFO] LocationSqlManager initialisation complete [2026-03-31,20:30:40.919] [DEBUG] UploadManager Init [2026-03-31,20:30:40.921] [DEBUG] UploadManager Init Complete [2026-03-31,20:30:40.929] [INFO] Initializing GPS... [2026-03-31,20:30:40.932] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,20:32:29.576] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,20:32:36.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-03-31,20:34:26.420] [DEBUG] Log Upload Complete! [2026-03-31,20:35:29.628] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,20:35:31.335] [DEBUG] Remote Access Enabled [2026-03-31,20:35:32.671] [INFO] Server Address: 138.201.17.179 [2026-03-31,20:35:32.672] [INFO] Server Port: 7000 [2026-03-31,20:35:32.681] [DEBUG] Starting Remote Access! 2026-03-31 20:35:32.865 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-31 20:35:32.866 [I] [client/service.go:294] try to connect to server... 2026-03-31 20:35:33.419 [I] [client/service.go:286] [b1e12a1df5acef0a] login to server success, get run id [b1e12a1df5acef0a] 2026-03-31 20:35:33.420 [I] [proxy/proxy_manager.go:173] [b1e12a1df5acef0a] proxy added: [DNL01B4203] 2026-03-31 20:35:33.592 [I] [client/control.go:168] [b1e12a1df5acef0a] [DNL01B4203] start proxy success [2026-03-31,20:50:02.501] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,20:50:04.198] [DEBUG] 6 processes running of frp type [2026-03-31,21:05:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,21:05:04.337] [DEBUG] 6 processes running of frp type [2026-03-31,21:20:02.636] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,21:20:04.431] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,21:35:02.339] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,21:35:04.153] [DEBUG] 6 processes running of frp type [2026-03-31,21:50:03.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,21:50:04.847] [DEBUG] 6 processes running of frp type [2026-03-31,22:05:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,22:05:04.262] [DEBUG] 6 processes running of frp type [2026-03-31,22:20:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,22: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-03-31,22:35:02.522] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,22:35:04.281] [DEBUG] 6 processes running of frp type [2026-03-31,22:50:02.886] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,22:50:04.797] [DEBUG] 6 processes running of frp type [2026-03-31,23:05:02.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,23:05:04.105] [DEBUG] 6 processes running of frp type [2026-03-31,23:20:02.448] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,23: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-03-31,23:35:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,23:35:03.911] [DEBUG] 6 processes running of frp type [2026-03-31,23:50:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-03-31,23:50:04.395] [DEBUG] 6 processes running of frp type [2026-04-01,00:05:02.861] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,00:05:04.680] [DEBUG] 6 processes running of frp type [2026-04-01,00:20:03.024] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,00: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-01,00:35:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,00:35:04.535] [DEBUG] 6 processes running of frp type [2026-04-01,00:50:02.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,00:50:03.766] [DEBUG] 6 processes running of frp type [2026-04-01,01:05:02.195] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,01:05:03.889] [DEBUG] 6 processes running of frp type [2026-04-01,01:20:02.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,01:20:03.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-01,01:35:02.867] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,01:35:04.654] [DEBUG] 6 processes running of frp type [2026-04-01,01:50:02.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,01:50:03.917] [DEBUG] 6 processes running of frp type [2026-04-01,02:05:02.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,02:05:03.945] [DEBUG] 6 processes running of frp type [2026-04-01,02:20:02.072] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,02: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' [2026-04-01,02:35:02.226] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,02:35:03.957] [DEBUG] 6 processes running of frp type [2026-04-01,02:50:02.535] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,02:50:04.363] [DEBUG] 6 processes running of frp type [2026-04-01,03:05:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,03:05:04.548] [DEBUG] 6 processes running of frp type [2026-04-01,03:20:02.983] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,03: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-04-01,03:35:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,03:35:04.549] [DEBUG] 6 processes running of frp type [2026-04-01,03:50:02.150] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,03:50:03.919] [DEBUG] 6 processes running of frp type [2026-04-01,04:05:02.337] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,04:05:04.029] [DEBUG] 6 processes running of frp type [2026-04-01,04:20:02.238] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,04:20:03.950] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,04:35:02.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,04:35:04.571] [DEBUG] 6 processes running of frp type [2026-04-01,04:50:02.155] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,04:50:03.828] [DEBUG] 6 processes running of frp type [2026-04-01,05:05:02.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,05:05:03.905] [DEBUG] 6 processes running of frp type [2026-04-01,05:20:02.110] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,05:20:03.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-04-01,05:35:03.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,05:35:05.399] [DEBUG] 6 processes running of frp type [2026-04-01,05:50:03.075] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,05:50:04.807] [DEBUG] 6 processes running of frp type [2026-04-01,06:05:02.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,06:05:04.088] [DEBUG] 6 processes running of frp type [2026-04-01,06:20:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,06:20:04.069] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,06:30:41.367] [INFO] Initializing BusSpeedStateManager V2 [2026-04-01,06:30:41.375] [INFO] LocationSqlManager initialising [2026-04-01,06:30:41.376] [INFO] Location DB initialising [2026-04-01,06:30:41.388] [INFO] LocationSqlManager initialisation complete [2026-04-01,06:30:41.389] [DEBUG] UploadManager Init [2026-04-01,06:30:41.390] [DEBUG] UploadManager Init Complete [2026-04-01,06:30:41.394] [INFO] Initializing GPS... [2026-04-01,06:30:41.397] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,06:32:29.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,06:32:31.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-04-01,06:32:51.788] [DEBUG] Log Upload Complete! [2026-04-01,06:35:29.847] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,06:35:31.627] [DEBUG] Remote Access Enabled [2026-04-01,06:35:32.994] [INFO] Server Address: 138.201.17.179 [2026-04-01,06:35:32.995] [INFO] Server Port: 7000 [2026-04-01,06:35:33.004] [DEBUG] Starting Remote Access! 2026-04-01 06:35:33.187 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-01 06:35:33.188 [I] [client/service.go:294] try to connect to server... 2026-04-01 06:35:33.753 [I] [client/service.go:286] [4d5dc2540a3604b8] login to server success, get run id [4d5dc2540a3604b8] 2026-04-01 06:35:33.754 [I] [proxy/proxy_manager.go:173] [4d5dc2540a3604b8] proxy added: [DNL01B4203] 2026-04-01 06:35:33.973 [I] [client/control.go:168] [4d5dc2540a3604b8] [DNL01B4203] start proxy success [2026-04-01,06:50:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,06:50:04.445] [DEBUG] 6 processes running of frp type [2026-04-01,06:59:04.058] [INFO] Initializing BusSpeedStateManager V2 [2026-04-01,06:59:04.066] [INFO] LocationSqlManager initialising [2026-04-01,06:59:04.067] [INFO] Location DB initialising [2026-04-01,06:59:04.079] [INFO] LocationSqlManager initialisation complete [2026-04-01,06:59:04.080] [DEBUG] UploadManager Init [2026-04-01,06:59:04.081] [DEBUG] UploadManager Init Complete [2026-04-01,06:59:04.085] [INFO] Initializing GPS... [2026-04-01,06:59:04.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-04-01,07:03:52.893] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-01,18:37:51.062] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,18:37:52.695] [DEBUG] Remote Access Enabled [2026-04-01,18:37:54.008] [INFO] Server Address: 138.201.17.179 [2026-04-01,18:37:54.009] [INFO] Server Port: 7000 [2026-04-01,18:37:54.014] [DEBUG] Starting Remote Access! 2026-04-01 18:37:54.151 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-01 18:37:54.152 [I] [client/service.go:294] try to connect to server... 2026-04-01 18:37:54.787 [I] [client/service.go:286] [d3541d69dfb6ae06] login to server success, get run id [d3541d69dfb6ae06] 2026-04-01 18:37:54.788 [I] [proxy/proxy_manager.go:173] [d3541d69dfb6ae06] proxy added: [DNL01B4203] 2026-04-01 18:37:55.026 [I] [client/control.go:168] [d3541d69dfb6ae06] [DNL01B4203] start proxy success [2026-04-01,18:50:02.245] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,18:50:04.005] [DEBUG] 6 processes running of frp type [2026-04-01,19:05:02.518] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,19:05:04.280] [DEBUG] 6 processes running of frp type [2026-04-01,19:20:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,19: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-04-01,19:35:02.136] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,19:35:03.825] [DEBUG] 6 processes running of frp type [2026-04-01,19:50:02.535] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,19:50:04.353] [DEBUG] 6 processes running of frp type [2026-04-01,20:05:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,20:05:04.586] [DEBUG] 6 processes running of frp type [2026-04-01,20:20:02.803] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,20: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-01,20:30:41.657] [INFO] Initializing BusSpeedStateManager V2 [2026-04-01,20:30:41.661] [INFO] LocationSqlManager initialising [2026-04-01,20:30:41.662] [INFO] Location DB initialising [2026-04-01,20:30:41.673] [INFO] LocationSqlManager initialisation complete [2026-04-01,20:30:41.674] [DEBUG] UploadManager Init [2026-04-01,20:30:41.675] [DEBUG] UploadManager Init Complete [2026-04-01,20:30:41.679] [INFO] Initializing GPS... [2026-04-01,20:30:41.682] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,20:32:31.017] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-01,20:32:44.659] [DEBUG] Log Upload Complete! [2026-04-01,20:35:29.608] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,20:35:31.260] [DEBUG] Remote Access Enabled [2026-04-01,20:35:32.571] [INFO] Server Address: 138.201.17.179 [2026-04-01,20:35:32.572] [INFO] Server Port: 7000 [2026-04-01,20:35:32.576] [DEBUG] Starting Remote Access! 2026-04-01 20:35:32.751 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-01 20:35:32.752 [I] [client/service.go:294] try to connect to server... 2026-04-01 20:35:33.283 [I] [client/service.go:286] [7dd35041fc4f4b30] login to server success, get run id [7dd35041fc4f4b30] 2026-04-01 20:35:33.285 [I] [proxy/proxy_manager.go:173] [7dd35041fc4f4b30] proxy added: [DNL01B4203] 2026-04-01 20:35:33.463 [I] [client/control.go:168] [7dd35041fc4f4b30] [DNL01B4203] start proxy success [2026-04-01,20:50:02.294] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,20:50:04.181] [DEBUG] 6 processes running of frp type [2026-04-01,21:05:02.632] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,21:05:04.384] [DEBUG] 6 processes running of frp type [2026-04-01,21:20:02.681] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,21: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-01,21:35:02.658] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,21:35:04.516] [DEBUG] 6 processes running of frp type [2026-04-01,21:50:02.331] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,21:50:04.126] [DEBUG] 6 processes running of frp type 2026-04-01 21:59:01.374 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 21:59:11.376 [W] [client/service.go:297] [7dd35041fc4f4b30] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-01 21:59:11.377 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 21:59:21.379 [W] [client/service.go:297] [7dd35041fc4f4b30] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-01 21:59:21.380 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 21:59:31.382 [W] [client/service.go:297] [7dd35041fc4f4b30] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-01 21:59:31.383 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 21:59:41.384 [W] [client/service.go:297] [7dd35041fc4f4b30] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-01 21:59:41.385 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 21:59:51.386 [W] [client/service.go:297] [7dd35041fc4f4b30] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-01 22:00:11.388 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 22:00:21.390 [W] [client/service.go:297] [7dd35041fc4f4b30] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-01 22:00:41.392 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 22:00:59.706 [W] [client/service.go:297] [7dd35041fc4f4b30] connect to server error: connection write timeout 2026-04-01 22:01:19.707 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 22:01:20.363 [I] [client/service.go:286] [7dd35041fc4f4b30] login to server success, get run id [7dd35041fc4f4b30] 2026-04-01 22:01:20.364 [I] [proxy/proxy_manager.go:173] [7dd35041fc4f4b30] proxy added: [DNL01B4203] 2026-04-01 22:01:20.543 [I] [client/control.go:168] [7dd35041fc4f4b30] [DNL01B4203] start proxy success 2026-04-01 22:02:33.154 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 22:02:43.155 [W] [client/service.go:297] [7dd35041fc4f4b30] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-01 22:02:43.156 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 22:02:53.157 [W] [client/service.go:297] [7dd35041fc4f4b30] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-01 22:02:53.158 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 22:03:05.032 [I] [client/service.go:286] [7dd35041fc4f4b30] login to server success, get run id [7dd35041fc4f4b30] 2026-04-01 22:03:05.033 [I] [proxy/proxy_manager.go:173] [7dd35041fc4f4b30] proxy added: [DNL01B4203] 2026-04-01 22:03:34.024 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 22:03:44.025 [W] [client/service.go:297] [7dd35041fc4f4b30] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-01 22:03:44.026 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 22:03:54.028 [W] [client/service.go:297] [7dd35041fc4f4b30] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-01 22:03:54.029 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-01 22:04:06.483 [I] [client/service.go:286] [7dd35041fc4f4b30] login to server success, get run id [7dd35041fc4f4b30] 2026-04-01 22:04:06.484 [I] [proxy/proxy_manager.go:173] [7dd35041fc4f4b30] proxy added: [DNL01B4203] 2026-04-01 22:04:06.871 [I] [client/control.go:168] [7dd35041fc4f4b30] [DNL01B4203] start proxy success [2026-04-01,22:05:03.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,22:05:11.351] [DEBUG] 6 processes running of frp type [2026-04-01,22:20:02.712] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,22: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-04-01,22:35:02.582] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,22:35:04.585] [DEBUG] 6 processes running of frp type [2026-04-01,22:50:02.359] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,22:50:04.095] [DEBUG] 6 processes running of frp type [2026-04-01,23:05:02.316] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,23:05:04.199] [DEBUG] 6 processes running of frp type [2026-04-01,23:20:02.516] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,23: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-04-01,23:35:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,23:35:04.117] [DEBUG] 6 processes running of frp type [2026-04-01,23:50:02.724] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-01,23:50:04.447] [DEBUG] 6 processes running of frp type [2026-04-02,00:05:02.884] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,00:05:04.692] [DEBUG] 6 processes running of frp type [2026-04-02,00:20:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,00:20:04.512] [DEBUG] 6 processes running of frp type 2026-04-02 00:25:41.304 [I] [client/service.go:294] [7dd35041fc4f4b30] try to connect to server... 2026-04-02 00:25:50.014 [I] [client/service.go:286] [7dd35041fc4f4b30] login to server success, get run id [7dd35041fc4f4b30] 2026-04-02 00:25:50.015 [I] [proxy/proxy_manager.go:173] [7dd35041fc4f4b30] proxy added: [DNL01B4203] 2026-04-02 00:25:50.185 [I] [client/control.go:168] [7dd35041fc4f4b30] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,00:35:04.342] [DEBUG] 6 processes running of frp type [2026-04-02,00:50:02.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,00:50:03.775] [DEBUG] 6 processes running of frp type [2026-04-02,01:05:02.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,01:05:04.169] [DEBUG] 6 processes running of frp type [2026-04-02,01:20:02.350] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,01: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-04-02,01:35:02.940] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,01:35:04.668] [DEBUG] 6 processes running of frp type [2026-04-02,01:50:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,01:50:04.086] [DEBUG] 6 processes running of frp type [2026-04-02,02:05:02.503] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,02:05:04.669] [DEBUG] 6 processes running of frp type [2026-04-02,02:20:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,02: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-04-02,02:35:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,02:35:04.423] [DEBUG] 6 processes running of frp type [2026-04-02,02:50:01.903] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,02:50:03.867] [DEBUG] 6 processes running of frp type [2026-04-02,03:05:02.234] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,03:05:03.886] [DEBUG] 6 processes running of frp type [2026-04-02,03:20:02.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,03:20:03.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-02,03:35:02.915] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,03:35:04.935] [DEBUG] 6 processes running of frp type [2026-04-02,03:50:02.537] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,03:50:04.341] [DEBUG] 6 processes running of frp type [2026-04-02,04:05:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,04:05:04.624] [DEBUG] 6 processes running of frp type [2026-04-02,04:20:03.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,04: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-04-02,04:35:03.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,04:35:05.151] [DEBUG] 6 processes running of frp type [2026-04-02,04:50:02.702] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,04:50:04.295] [DEBUG] 6 processes running of frp type [2026-04-02,05:05:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,05:05:04.679] [DEBUG] 6 processes running of frp type [2026-04-02,05:20:02.852] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,05: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-02,05:35:02.917] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,05:35:04.592] [DEBUG] 6 processes running of frp type [2026-04-02,05:50:02.440] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,05:50:04.158] [DEBUG] 6 processes running of frp type [2026-04-02,06:05:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,06:05:04.146] [DEBUG] 6 processes running of frp type [2026-04-02,06:20:02.488] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,06: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-02,06:30:41.191] [INFO] Initializing BusSpeedStateManager V2 [2026-04-02,06:30:41.197] [INFO] LocationSqlManager initialising [2026-04-02,06:30:41.197] [INFO] Location DB initialising [2026-04-02,06:30:41.209] [INFO] LocationSqlManager initialisation complete [2026-04-02,06:30:41.210] [DEBUG] UploadManager Init [2026-04-02,06:30:41.210] [DEBUG] UploadManager Init Complete [2026-04-02,06:30:41.215] [INFO] Initializing GPS... [2026-04-02,06:30:41.217] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,06:32:29.793] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,06:32:31.371] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-02,06:32:53.307] [DEBUG] Log Upload Complete! [2026-04-02,06:35:29.776] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,06:35:31.457] [DEBUG] Remote Access Enabled [2026-04-02,06:35:32.748] [INFO] Server Address: 138.201.17.179 [2026-04-02,06:35:32.749] [INFO] Server Port: 7000 [2026-04-02,06:35:32.754] [DEBUG] Starting Remote Access! 2026-04-02 06:35:32.921 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-02 06:35:32.922 [I] [client/service.go:294] try to connect to server... 2026-04-02 06:35:33.460 [I] [client/service.go:286] [fe6c1278924573b7] login to server success, get run id [fe6c1278924573b7] 2026-04-02 06:35:33.461 [I] [proxy/proxy_manager.go:173] [fe6c1278924573b7] proxy added: [DNL01B4203] 2026-04-02 06:35:33.630 [I] [client/control.go:168] [fe6c1278924573b7] [DNL01B4203] start proxy success [2026-04-02,06:50:02.704] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,06:50:04.437] [DEBUG] 6 processes running of frp type [2026-04-02,07:05:02.895] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,07:05:04.645] [DEBUG] 6 processes running of frp type [2026-04-02,07:20:02.939] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,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-02,07:35:02.924] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,07:35:04.634] [DEBUG] 6 processes running of frp type [2026-04-02,07:50:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,07:50:04.205] [DEBUG] 6 processes running of frp type [2026-04-02,08:02:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,08:02:04.100] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-02,08:02:54.952] [DEBUG] Log Upload Complete! [2026-04-02,08:05:02.745] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,08:05:04.458] [DEBUG] 6 processes running of frp type [2026-04-02,08:20:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,08: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-04-02,08:35:02.466] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,08:35:04.197] [DEBUG] 6 processes running of frp type [2026-04-02,08:50:02.949] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,08:50:04.640] [DEBUG] 6 processes running of frp type [2026-04-02,09:05:03.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,09:05:04.981] [DEBUG] 6 processes running of frp type [2026-04-02,09:20:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,09:20:04.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-04-02,09:35:02.276] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,09:35:03.999] [DEBUG] 6 processes running of frp type [2026-04-02,09:50:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,09:50:04.579] [DEBUG] 6 processes running of frp type [2026-04-02,09:56:37.236] [INFO] Initializing BusSpeedStateManager V2 [2026-04-02,09:56:37.244] [INFO] LocationSqlManager initialising [2026-04-02,09:56:37.245] [INFO] Location DB initialising [2026-04-02,09:56:37.255] [INFO] LocationSqlManager initialisation complete [2026-04-02,09:56:37.257] [DEBUG] UploadManager Init [2026-04-02,09:56:37.258] [DEBUG] UploadManager Init Complete [2026-04-02,09:56:37.262] [INFO] Initializing GPS... [2026-04-02,09:56:37.265] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,10:01:25.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')) [2026-04-02,17:20:03.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,17:20:04.741] [DEBUG] Remote Access Enabled [2026-04-02,17:20:06.094] [INFO] Server Address: 138.201.17.179 [2026-04-02,17:20:06.095] [INFO] Server Port: 7000 [2026-04-02,17:20:06.100] [DEBUG] Starting Remote Access! 2026-04-02 17:20:06.232 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-02 17:20:06.232 [I] [client/service.go:294] try to connect to server... 2026-04-02 17:20:06.787 [I] [client/service.go:286] [fd740af16c3c8562] login to server success, get run id [fd740af16c3c8562] 2026-04-02 17:20:06.788 [I] [proxy/proxy_manager.go:173] [fd740af16c3c8562] proxy added: [DNL01B4203] 2026-04-02 17:20:07.004 [I] [client/control.go:168] [fd740af16c3c8562] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.850] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,17:35:04.742] [DEBUG] 6 processes running of frp type [2026-04-02,17:50:02.662] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,17:50:04.399] [DEBUG] 6 processes running of frp type [2026-04-02,18:05:02.857] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,18:05:09.721] [DEBUG] 6 processes running of frp type [2026-04-02,18:20:02.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,18:20:03.875] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,18:35:02.912] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,18:35:04.585] [DEBUG] 6 processes running of frp type [2026-04-02,18:50:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,18:50:04.159] [DEBUG] 6 processes running of frp type [2026-04-02,19:05:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,19:05:04.315] [DEBUG] 6 processes running of frp type [2026-04-02,19:20:02.567] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,19: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' [2026-04-02,19:35:02.680] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,19:35:04.386] [DEBUG] 6 processes running of frp type [2026-04-02,19:50:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,19:50:03.999] [DEBUG] 6 processes running of frp type [2026-04-02,20:05:02.343] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,20:05:04.227] [DEBUG] 6 processes running of frp type [2026-04-02,20:20:02.639] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,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-04-02,20:30:41.161] [INFO] Initializing BusSpeedStateManager V2 [2026-04-02,20:30:41.168] [INFO] LocationSqlManager initialising [2026-04-02,20:30:41.169] [INFO] Location DB initialising [2026-04-02,20:30:41.180] [INFO] LocationSqlManager initialisation complete [2026-04-02,20:30:41.182] [DEBUG] UploadManager Init [2026-04-02,20:30:41.182] [DEBUG] UploadManager Init Complete [2026-04-02,20:30:41.187] [INFO] Initializing GPS... [2026-04-02,20:30:41.190] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.969] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,20:32:31.571] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:33:44.221] [DEBUG] Log Upload Complete! [2026-04-02,20:35:30.038] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,20:35:31.742] [DEBUG] Remote Access Enabled [2026-04-02,20:35:33.040] [INFO] Server Address: 138.201.17.179 [2026-04-02,20:35:33.041] [INFO] Server Port: 7000 [2026-04-02,20:35:33.046] [DEBUG] Starting Remote Access! 2026-04-02 20:35:33.221 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-02 20:35:33.222 [I] [client/service.go:294] try to connect to server... 2026-04-02 20:35:33.823 [I] [client/service.go:286] [cf96939d280d0aec] login to server success, get run id [cf96939d280d0aec] 2026-04-02 20:35:33.823 [I] [proxy/proxy_manager.go:173] [cf96939d280d0aec] proxy added: [DNL01B4203] 2026-04-02 20:35:34.009 [I] [client/control.go:168] [cf96939d280d0aec] [DNL01B4203] start proxy success [2026-04-02,20:50:02.972] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,20:50:04.647] [DEBUG] 6 processes running of frp type [2026-04-02,21:05:02.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,21:05:04.137] [DEBUG] 6 processes running of frp type [2026-04-02,21:20:02.521] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,21: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-02,21:35:02.362] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,21:35:04.092] [DEBUG] 6 processes running of frp type [2026-04-02,21:50:02.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,21:50:04.564] [DEBUG] 6 processes running of frp type [2026-04-02,22:05:02.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,22:05:04.841] [DEBUG] 6 processes running of frp type [2026-04-02,22:20:02.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,22:20:04.156] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,22:35:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,22:35:04.510] [DEBUG] 6 processes running of frp type [2026-04-02,22:50:02.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,22:50:04.207] [DEBUG] 6 processes running of frp type [2026-04-02,23:05:02.550] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,23:05:04.644] [DEBUG] 6 processes running of frp type [2026-04-02,23:20:02.981] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,23:20:04.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-02,23:35:02.681] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,23:35:04.678] [DEBUG] 6 processes running of frp type [2026-04-02,23:50:02.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-02,23:50:04.020] [DEBUG] 6 processes running of frp type [2026-04-03,00:05:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,00:05:04.533] [DEBUG] 6 processes running of frp type [2026-04-03,00:20:02.862] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,00: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-03,00:35:02.684] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,00:35:04.425] [DEBUG] 6 processes running of frp type [2026-04-03,00:50:02.288] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,00:50:04.047] [DEBUG] 6 processes running of frp type [2026-04-03,01:05:02.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,01:05:03.862] [DEBUG] 6 processes running of frp type [2026-04-03,01:20:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,01: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-04-03,01:35:02.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,01:35:04.799] [DEBUG] 6 processes running of frp type [2026-04-03,01:50:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,01:50:04.201] [DEBUG] 6 processes running of frp type [2026-04-03,02:05:02.567] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,02:05:04.309] [DEBUG] 6 processes running of frp type [2026-04-03,02:20:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,02: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-04-03,02:35:02.497] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,02:35:04.172] [DEBUG] 6 processes running of frp type [2026-04-03,02:50:02.843] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,02:50:04.788] [DEBUG] 6 processes running of frp type [2026-04-03,03:05:02.306] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,03:05:03.945] [DEBUG] 6 processes running of frp type [2026-04-03,03:20:02.256] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,03:20:03.968] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,03:35:02.793] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,03:35:04.490] [DEBUG] 6 processes running of frp type [2026-04-03,03:50:02.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,03:50:03.732] [DEBUG] 6 processes running of frp type [2026-04-03,04:05:03.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,04:05:04.886] [DEBUG] 6 processes running of frp type [2026-04-03,04:20:02.171] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,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' [2026-04-03,04:35:03.114] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,04:35:04.714] [DEBUG] 6 processes running of frp type [2026-04-03,04:50:03.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,04:50:06.820] [DEBUG] 6 processes running of frp type [2026-04-03,05:05:02.245] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,05:05:04.082] [DEBUG] 6 processes running of frp type [2026-04-03,05:20:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,05: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-04-03,05:35:02.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,05:35:04.010] [DEBUG] 6 processes running of frp type [2026-04-03,05:50:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,05:50:04.337] [DEBUG] 6 processes running of frp type [2026-04-03,06:05:02.843] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,06:05:04.540] [DEBUG] 6 processes running of frp type 2026-04-03 06:07:43.428 [I] [client/service.go:294] [cf96939d280d0aec] try to connect to server... 2026-04-03 06:07:43.968 [I] [client/service.go:286] [cf96939d280d0aec] login to server success, get run id [cf96939d280d0aec] 2026-04-03 06:07:43.969 [I] [proxy/proxy_manager.go:173] [cf96939d280d0aec] proxy added: [DNL01B4203] 2026-04-03 06:07:44.147 [I] [client/control.go:168] [cf96939d280d0aec] [DNL01B4203] start proxy success [2026-04-03,06:20:02.696] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,06: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-04-03,06:30:40.774] [INFO] Initializing BusSpeedStateManager V2 [2026-04-03,06:30:40.782] [INFO] LocationSqlManager initialising [2026-04-03,06:30:40.782] [INFO] Location DB initialising [2026-04-03,06:30:40.794] [INFO] LocationSqlManager initialisation complete [2026-04-03,06:30:40.795] [DEBUG] UploadManager Init [2026-04-03,06:30:40.795] [DEBUG] UploadManager Init Complete [2026-04-03,06:30:40.802] [INFO] Initializing GPS... [2026-04-03,06:30:40.806] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.534] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,06:32:31.236] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-03,06:33:16.739] [DEBUG] Log Upload Complete! [2026-04-03,06:35:29.401] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,06:35:31.232] [DEBUG] Remote Access Enabled [2026-04-03,06:35:32.638] [INFO] Server Address: 138.201.17.179 [2026-04-03,06:35:32.639] [INFO] Server Port: 7000 [2026-04-03,06:35:32.648] [DEBUG] Starting Remote Access! 2026-04-03 06:35:32.862 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-03 06:35:32.863 [I] [client/service.go:294] try to connect to server... 2026-04-03 06:35:33.568 [I] [client/service.go:286] [b36826e00089b248] login to server success, get run id [b36826e00089b248] 2026-04-03 06:35:33.569 [I] [proxy/proxy_manager.go:173] [b36826e00089b248] proxy added: [DNL01B4203] 2026-04-03 06:35:33.800 [I] [client/control.go:168] [b36826e00089b248] [DNL01B4203] start proxy success [2026-04-03,06:50:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,06:50:04.344] [DEBUG] 6 processes running of frp type [2026-04-03,07:05:02.721] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,07:05:04.451] [DEBUG] 6 processes running of frp type [2026-04-03,07:20:03.027] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,07:20:04.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-04-03,07:35:02.777] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,07:35:04.543] [DEBUG] 6 processes running of frp type [2026-04-03,07:50:02.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,07:50:03.759] [DEBUG] 6 processes running of frp type [2026-04-03,08:02:02.010] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,08:02:03.891] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-03,08:02:27.693] [DEBUG] Log Upload Complete! [2026-04-03,08:05:02.203] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,08:05:03.948] [DEBUG] 6 processes running of frp type [2026-04-03,07:58:49.831] [INFO] Initializing BusSpeedStateManager V2 [2026-04-03,07:58:49.836] [INFO] LocationSqlManager initialising [2026-04-03,07:58:49.837] [INFO] Location DB initialising [2026-04-03,07:58:49.846] [INFO] LocationSqlManager initialisation complete [2026-04-03,07:58:49.847] [DEBUG] UploadManager Init [2026-04-03,07:58:49.847] [DEBUG] UploadManager Init Complete [2026-04-03,07:58:49.850] [INFO] Initializing GPS... [2026-04-03,07:58:49.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' [2026-04-03,08:03:38.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')) [2026-04-03,15:32:42.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,15:32:44.064] [DEBUG] Remote Access Enabled [2026-04-03,15:32:45.356] [INFO] Server Address: 138.201.17.179 [2026-04-03,15:32:45.357] [INFO] Server Port: 7000 [2026-04-03,15:32:45.366] [DEBUG] Starting Remote Access! 2026-04-03 15:32:45.560 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-03 15:32:45.560 [I] [client/service.go:294] try to connect to server... 2026-04-03 15:32:46.222 [I] [client/service.go:286] [4ca4916c9f71322d] login to server success, get run id [4ca4916c9f71322d] 2026-04-03 15:32:46.223 [I] [proxy/proxy_manager.go:173] [4ca4916c9f71322d] proxy added: [DNL01B4203] 2026-04-03 15:32:46.430 [I] [client/control.go:168] [4ca4916c9f71322d] [DNL01B4203] start proxy success [2026-04-03,15:50:02.756] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,15:50:04.452] [DEBUG] 6 processes running of frp type [2026-04-03,16:05:02.891] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,16:05:04.584] [DEBUG] 6 processes running of frp type [2026-04-03,16:20:02.815] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,16: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-04-03,16:35:02.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,16:35:04.593] [DEBUG] 6 processes running of frp type [2026-04-03,16:50:02.494] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,16:50:08.069] [DEBUG] 6 processes running of frp type [2026-04-03,16:39:48.425] [INFO] Initializing BusSpeedStateManager V2 [2026-04-03,16:39:48.432] [INFO] LocationSqlManager initialising [2026-04-03,16:39:48.433] [INFO] Location DB initialising [2026-04-03,16:39:48.444] [INFO] LocationSqlManager initialisation complete [2026-04-03,16:39:48.446] [DEBUG] UploadManager Init [2026-04-03,16:39:48.446] [DEBUG] UploadManager Init Complete [2026-04-03,16:39:48.451] [INFO] Initializing GPS... [2026-04-03,16:39:48.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-04-03,16:44:36.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 -3] Temporary failure in name resolution')) [2026-04-03,18:54:31.110] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,18:54:32.979] [DEBUG] Remote Access Enabled [2026-04-03,18:54:34.298] [INFO] Server Address: 138.201.17.179 [2026-04-03,18:54:34.300] [INFO] Server Port: 7000 [2026-04-03,18:54:34.308] [DEBUG] Starting Remote Access! 2026-04-03 18:54:34.500 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-03 18:54:34.500 [I] [client/service.go:294] try to connect to server... 2026-04-03 18:54:35.016 [I] [client/service.go:286] [0c70b9cb37dfe5bb] login to server success, get run id [0c70b9cb37dfe5bb] 2026-04-03 18:54:35.017 [I] [proxy/proxy_manager.go:173] [0c70b9cb37dfe5bb] proxy added: [DNL01B4203] 2026-04-03 18:54:35.193 [I] [client/control.go:168] [0c70b9cb37dfe5bb] [DNL01B4203] start proxy success [2026-04-03,19:05:03.012] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,19:05:04.778] [DEBUG] 6 processes running of frp type [2026-04-03,19:20:01.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,19:20:03.675] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,19:35:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,19:35:04.670] [DEBUG] 6 processes running of frp type [2026-04-03,19:50:02.483] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,19:50:04.191] [DEBUG] 6 processes running of frp type [2026-04-03,20:05:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,20:05:04.213] [DEBUG] 6 processes running of frp type [2026-04-03,20:20:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,20: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-04-03,20:30:39.886] [INFO] Initializing BusSpeedStateManager V2 [2026-04-03,20:30:39.893] [INFO] LocationSqlManager initialising [2026-04-03,20:30:39.894] [INFO] Location DB initialising [2026-04-03,20:30:39.906] [INFO] LocationSqlManager initialisation complete [2026-04-03,20:30:39.907] [DEBUG] UploadManager Init [2026-04-03,20:30:39.907] [DEBUG] UploadManager Init Complete [2026-04-03,20:30:39.912] [INFO] Initializing GPS... [2026-04-03,20:30:39.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-04-03,20:32:29.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,20:32:30.728] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-03,20:32:47.112] [DEBUG] Log Upload Complete! [2026-04-03,20:35:29.159] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,20:35:30.862] [DEBUG] Remote Access Enabled [2026-04-03,20:35:32.185] [INFO] Server Address: 138.201.17.179 [2026-04-03,20:35:32.186] [INFO] Server Port: 7000 [2026-04-03,20:35:32.191] [DEBUG] Starting Remote Access! 2026-04-03 20:35:32.394 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-03 20:35:32.395 [I] [client/service.go:294] try to connect to server... 2026-04-03 20:35:32.935 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 20:35:32.936 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 20:35:33.116 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success [2026-04-03,20:50:03.002] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,20:50:04.705] [DEBUG] 6 processes running of frp type 2026-04-03 20:59:32.717 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 20:59:42.719 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 20:59:42.719 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 20:59:52.145 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: session shutdown 2026-04-03 20:59:52.146 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 20:59:52.742 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 20:59:52.744 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 20:59:52.975 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success 2026-04-03 21:03:09.115 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:03:18.054 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:03:18.056 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 21:03:21.873 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success 2026-04-03 21:04:54.186 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:05:01.144 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:05:01.147 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] [2026-04-03,21:05:03.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-03 21:05:10.463 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success [2026-04-03,21:05:48.738] [DEBUG] 6 processes running of frp type 2026-04-03 21:11:41.314 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:11:47.150 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:11:47.152 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 21:11:51.873 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success 2026-04-03 21:12:58.672 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:13:08.674 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 21:13:08.675 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:13:15.908 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:13:15.910 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 21:13:25.217 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success 2026-04-03 21:13:50.992 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:13:56.156 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:13:56.157 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 21:14:31.140 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success 2026-04-03 21:14:32.261 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:14:42.821 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: connection write timeout 2026-04-03 21:14:42.821 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:14:52.823 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 21:14:52.824 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:15:04.959 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:15:04.960 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 21:15:14.907 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success 2026-04-03 21:15:38.831 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:15:48.833 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 21:15:48.834 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:16:00.760 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: i/o deadline reached 2026-04-03 21:16:00.760 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:16:08.115 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:16:08.117 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 21:16:13.168 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success [2026-04-03,21:20:09.466] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,21:20:39.941] [DEBUG] 6 processes running of frp type 2026-04-03 21:21:28.071 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:21:43.439 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: i/o deadline reached 2026-04-03 21:21:43.440 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:21:53.442 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 21:21:53.443 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:21:59.593 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:21:59.595 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 21:22:11.833 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success 2026-04-03 21:24:40.369 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:24:46.539 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: read tcp 192.168.1.135:32910->138.201.17.179:7000: read: connection reset by peer 2026-04-03 21:24:46.539 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:24:52.043 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:24:52.046 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 21:24:54.318 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success 2026-04-03 21:25:57.362 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-03 21:26:07.364 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 21:26:07.365 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:26:17.367 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 21:26:17.368 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:26:30.243 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: connection write timeout 2026-04-03 21:26:30.243 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:26:40.245 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 21:26:40.245 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:26:50.247 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 21:27:10.249 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:27:21.419 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: connection write timeout 2026-04-03 21:27:41.420 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:27:53.208 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:27:53.209 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 21:28:02.198 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success [2026-04-03,21:35:02.764] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,21:35:04.590] [DEBUG] 6 processes running of frp type 2026-04-03 21:44:34.971 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:44:42.997 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:44:42.999 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 21:44:43.372 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success 2026-04-03 21:48:28.379 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:48:44.414 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: connection write timeout 2026-04-03 21:48:44.415 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:48:54.417 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 21:48:54.418 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:49:04.420 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-03 21:49:04.421 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:49:14.843 [W] [client/service.go:297] [f675b6cfb3969444] connect to server error: connection write timeout 2026-04-03 21:49:14.844 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:49:22.907 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:49:22.909 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 21:49:23.225 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success [2026-04-03,21:50:02.186] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,21:50:04.138] [DEBUG] 6 processes running of frp type 2026-04-03 21:58:17.895 [I] [client/service.go:294] [f675b6cfb3969444] try to connect to server... 2026-04-03 21:58:19.830 [I] [client/service.go:286] [f675b6cfb3969444] login to server success, get run id [f675b6cfb3969444] 2026-04-03 21:58:19.832 [I] [proxy/proxy_manager.go:173] [f675b6cfb3969444] proxy added: [DNL01B4203] 2026-04-03 21:58:20.025 [I] [client/control.go:168] [f675b6cfb3969444] [DNL01B4203] start proxy success [2026-04-03,22:05:02.491] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,22:05:04.876] [DEBUG] 6 processes running of frp type [2026-04-03,22:20:02.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,22:20:03.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-03,22:35:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,22:35:04.552] [DEBUG] 6 processes running of frp type [2026-04-03,22:50:02.328] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,22:50:04.175] [DEBUG] 6 processes running of frp type [2026-04-03,23:05:02.506] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,23:05:04.340] [DEBUG] 6 processes running of frp type [2026-04-03,23:20:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,23:20:04.274] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,23:35:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,23:35:04.179] [DEBUG] 6 processes running of frp type [2026-04-03,23:50:02.822] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-03,23:50:04.578] [DEBUG] 6 processes running of frp type [2026-04-04,00:05:02.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,00:05:05.689] [DEBUG] 6 processes running of frp type [2026-04-04,00:20:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,00: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-04-04,00:35:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,00:35:04.289] [DEBUG] 6 processes running of frp type [2026-04-04,00:50:03.214] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,00:50:05.109] [DEBUG] 6 processes running of frp type [2026-04-04,01:05:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,01:05:04.639] [DEBUG] 6 processes running of frp type [2026-04-04,01:20:03.026] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,01:20:04.777] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,01:35:02.824] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,01:35:04.548] [DEBUG] 6 processes running of frp type [2026-04-04,01:50:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,01:50:04.103] [DEBUG] 6 processes running of frp type [2026-04-04,02:05:02.494] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,02:05:04.212] [DEBUG] 6 processes running of frp type [2026-04-04,02:20:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,02:20:04.159] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,02:35:02.151] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,02:35:04.017] [DEBUG] 6 processes running of frp type [2026-04-04,02:50:02.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,02:50:04.651] [DEBUG] 6 processes running of frp type [2026-04-04,03:05:03.050] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,03:05:04.720] [DEBUG] 6 processes running of frp type [2026-04-04,03:20:02.092] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,03: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-04-04,03:35:02.782] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,03:35:04.819] [DEBUG] 6 processes running of frp type [2026-04-04,03:50:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,03:50:04.286] [DEBUG] 6 processes running of frp type [2026-04-04,04:05:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,04:05:04.444] [DEBUG] 6 processes running of frp type [2026-04-04,04:20:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,04: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' [2026-04-04,04:35:02.339] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,04:35:04.202] [DEBUG] 6 processes running of frp type [2026-04-04,04:50:02.798] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,04:50:04.629] [DEBUG] 6 processes running of frp type [2026-04-04,05:05:03.096] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,05:05:04.799] [DEBUG] 6 processes running of frp type [2026-04-04,05:20:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,05: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-04-04,05:35:03.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,05:35:04.745] [DEBUG] 6 processes running of frp type [2026-04-04,05:50:02.321] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,05:50:03.945] [DEBUG] 6 processes running of frp type [2026-04-04,06:05:02.380] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,06:05:04.258] [DEBUG] 6 processes running of frp type [2026-04-04,06:20:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,06: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-04,06:30:41.399] [INFO] Initializing BusSpeedStateManager V2 [2026-04-04,06:30:41.405] [INFO] LocationSqlManager initialising [2026-04-04,06:30:41.406] [INFO] Location DB initialising [2026-04-04,06:30:41.417] [INFO] LocationSqlManager initialisation complete [2026-04-04,06:30:41.418] [DEBUG] UploadManager Init [2026-04-04,06:30:41.419] [DEBUG] UploadManager Init Complete [2026-04-04,06:30:41.423] [INFO] Initializing GPS... [2026-04-04,06:30:41.426] [INFO] Starting location capture [2026-04-04,06:31:17.408] [INFO] Initializing BusSpeedStateManager V2 [2026-04-04,06:31:17.412] [INFO] LocationSqlManager initialising [2026-04-04,06:31:17.413] [INFO] Location DB initialising [2026-04-04,06:31:17.422] [INFO] LocationSqlManager initialisation complete [2026-04-04,06:31:17.423] [DEBUG] UploadManager Init [2026-04-04,06:31:17.423] [DEBUG] UploadManager Init Complete [2026-04-04,06:31:17.426] [INFO] Initializing GPS... [2026-04-04,06:31:17.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-04-04,06:36:06.161] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-04,15:20:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,15:20:04.402] [DEBUG] Remote Access Enabled [2026-04-04,15:20:05.820] [INFO] Server Address: 138.201.17.179 [2026-04-04,15:20:05.821] [INFO] Server Port: 7000 [2026-04-04,15:20:05.830] [DEBUG] Starting Remote Access! 2026-04-04 15:20:06.023 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-04 15:20:06.023 [I] [client/service.go:294] try to connect to server... 2026-04-04 15:20:06.571 [I] [client/service.go:286] [d07a1910270ace3a] login to server success, get run id [d07a1910270ace3a] 2026-04-04 15:20:06.572 [I] [proxy/proxy_manager.go:173] [d07a1910270ace3a] proxy added: [DNL01B4203] 2026-04-04 15:20:06.746 [I] [client/control.go:168] [d07a1910270ace3a] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,15:35:03.095] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,15:35:04.752] [DEBUG] 6 processes running of frp type [2026-04-04,15:50:02.486] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,15:50:04.230] [DEBUG] 6 processes running of frp type [2026-04-04,16:05:02.593] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,16:05:04.315] [DEBUG] 6 processes running of frp type [2026-04-04,16:20:02.513] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,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' [2026-04-04,16:35:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,16:35:04.199] [DEBUG] 6 processes running of frp type [2026-04-04,16:50:02.848] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,16:50:04.589] [DEBUG] 6 processes running of frp type 2026-04-04 17:00:22.141 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:00:22.143 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:00:24.225 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:00:24.226 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:00:28.733 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:00:28.734 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:00:38.501 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:00:38.502 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:00:58.503 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:00:58.504 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:01:18.505 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:01:18.507 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:01:38.508 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:01:38.509 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:01:58.510 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:01:58.511 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:02:18.513 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:02:18.514 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:02:38.516 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:02:38.517 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:02:58.517 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:02:58.519 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:03:18.519 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:03:18.522 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:03:38.523 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:03:38.524 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:03:58.526 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:03:58.527 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:04:18.528 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:04:18.529 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:04:38.531 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:04:38.532 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:04:58.533 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:04:58.535 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:05:18.535 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:05:18.540 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:05:38.541 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:05:38.545 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-04 17:05:58.546 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:06:08.549 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 17:06:28.550 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:06:28.550 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:06:48.552 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:06:48.553 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:07:08.554 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:07:08.555 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:07:28.556 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:07:28.558 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:07:48.558 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:07:48.560 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:08:08.561 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:08:08.562 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:08:28.563 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:08:28.565 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:08:48.565 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:08:48.567 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:09:08.568 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:09:08.570 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:09:28.571 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:09:28.572 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:09:48.573 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:09:48.574 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:10:08.576 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:10:08.577 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:10:28.578 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:10:28.579 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:10:48.580 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:10:48.582 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:11:08.583 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:11:08.587 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:11:28.589 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:11:30.033 [I] [client/service.go:286] [d07a1910270ace3a] login to server success, get run id [d07a1910270ace3a] 2026-04-04 17:11:30.034 [I] [proxy/proxy_manager.go:173] [d07a1910270ace3a] proxy added: [DNL01B4203] 2026-04-04 17:11:30.213 [I] [client/control.go:168] [d07a1910270ace3a] [DNL01B4203] start proxy success 2026-04-04 17:12:38.915 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:12:38.916 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:12:41.028 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:12:41.030 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:12:45.549 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:12:45.550 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:12:55.340 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:12:55.341 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:13:15.341 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:13:15.343 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:13:35.343 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:13:35.345 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:13:55.346 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:13:55.347 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:14:15.348 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:14:15.349 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:14:35.350 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:14:35.351 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:14:55.352 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:14:55.353 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:15:15.354 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:15:15.355 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:15:35.357 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:15:35.358 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:15:55.359 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:15:55.361 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:16:15.362 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:16:15.364 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:16:35.365 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:16:35.366 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:16:55.367 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:16:55.369 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:17:15.370 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:17:15.371 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:17:35.373 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:17:35.374 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:17:55.376 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:17:55.377 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:18:15.378 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:18:15.380 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:18:35.381 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:18:35.382 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:18:55.383 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:18:55.384 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:19:15.386 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:19:15.387 [W] [client/service.go:297] [d07a1910270ace3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-04 17:19:35.388 [I] [client/service.go:294] [d07a1910270ace3a] try to connect to server... 2026-04-04 17:19:35.928 [I] [client/service.go:286] [d07a1910270ace3a] login to server success, get run id [d07a1910270ace3a] 2026-04-04 17:19:35.930 [I] [proxy/proxy_manager.go:173] [d07a1910270ace3a] proxy added: [DNL01B4203] 2026-04-04 17:19:36.120 [I] [client/control.go:168] [d07a1910270ace3a] [DNL01B4203] start proxy success [2026-04-04,17:20:02.258] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,17: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-04-04,17:35:02.155] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,17:35:04.255] [DEBUG] 6 processes running of frp type [2026-04-04,17:50:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,17:50:05.152] [DEBUG] 6 processes running of frp type [2026-04-04,18:05:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,18:05:04.242] [DEBUG] 6 processes running of frp type [2026-04-04,18:20:02.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,18: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-04-04,18:35:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,18:35:03.961] [DEBUG] 6 processes running of frp type [2026-04-04,18:50:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,18:50:04.538] [DEBUG] 6 processes running of frp type [2026-04-04,19:05:03.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,19:05:04.918] [DEBUG] 6 processes running of frp type [2026-04-04,19:20:02.221] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,19:20:04.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-04,19:35:03.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,19:35:04.833] [DEBUG] 6 processes running of frp type [2026-04-04,19:50:02.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,19:50:04.272] [DEBUG] 6 processes running of frp type [2026-04-04,20:05:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,20:05:04.674] [DEBUG] 6 processes running of frp type [2026-04-04,20:20:02.820] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-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-04-04,20:30:41.177] [INFO] Initializing BusSpeedStateManager V2 [2026-04-04,20:30:41.184] [INFO] LocationSqlManager initialising [2026-04-04,20:30:41.185] [INFO] Location DB initialising [2026-04-04,20:30:41.196] [INFO] LocationSqlManager initialisation complete [2026-04-04,20:30:41.197] [DEBUG] UploadManager Init [2026-04-04,20:30:41.198] [DEBUG] UploadManager Init Complete [2026-04-04,20:30:41.202] [INFO] Initializing GPS... [2026-04-04,20:30:41.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-04-04,20:32:29.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,20:32:31.207] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:34:06.689] [DEBUG] Log Upload Complete! [2026-04-04,20:35:29.980] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,20:35:31.640] [DEBUG] Remote Access Enabled [2026-04-04,20:35:33.001] [INFO] Server Address: 138.201.17.179 [2026-04-04,20:35:33.003] [INFO] Server Port: 7000 [2026-04-04,20:35:33.012] [DEBUG] Starting Remote Access! 2026-04-04 20:35:33.177 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-04 20:35:33.178 [I] [client/service.go:294] try to connect to server... 2026-04-04 20:35:33.778 [I] [client/service.go:286] [6827e17a1942a693] login to server success, get run id [6827e17a1942a693] 2026-04-04 20:35:33.779 [I] [proxy/proxy_manager.go:173] [6827e17a1942a693] proxy added: [DNL01B4203] 2026-04-04 20:35:33.970 [I] [client/control.go:168] [6827e17a1942a693] [DNL01B4203] start proxy success [2026-04-04,20:50:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,20:50:04.470] [DEBUG] 6 processes running of frp type [2026-04-04,21:05:02.904] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,21:05:04.985] [DEBUG] 6 processes running of frp type [2026-04-04,21:20:02.392] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,21: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' [2026-04-04,21:35:02.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,21:35:04.055] [DEBUG] 6 processes running of frp type [2026-04-04,21:50:02.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,21:50:04.381] [DEBUG] 6 processes running of frp type [2026-04-04,22:05:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,22:05:04.652] [DEBUG] 6 processes running of frp type [2026-04-04,22:20:02.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,22: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-04-04,22:35:03.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,22:35:04.990] [DEBUG] 6 processes running of frp type [2026-04-04,22:50:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,22:50:04.546] [DEBUG] 6 processes running of frp type [2026-04-04,23:05:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,23:05:04.827] [DEBUG] 6 processes running of frp type [2026-04-04,23:20:01.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,23: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-04-04,23:35:02.909] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,23:35:04.777] [DEBUG] 6 processes running of frp type [2026-04-04,23:50:02.454] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-04,23:50:04.142] [DEBUG] 6 processes running of frp type [2026-04-05,00:05:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,00:05:04.412] [DEBUG] 6 processes running of frp type [2026-04-05,00:20:02.894] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,00: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-05,00:35:02.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,00:35:04.732] [DEBUG] 6 processes running of frp type [2026-04-05,00:50:02.549] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,00:50:04.493] [DEBUG] 6 processes running of frp type [2026-04-05,01:05:02.947] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,01:05:04.546] [DEBUG] 6 processes running of frp type [2026-04-05,01:20:02.969] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,01: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-05,01:35:02.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,01:35:04.526] [DEBUG] 6 processes running of frp type [2026-04-05,01:50:02.109] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,01:50:03.879] [DEBUG] 6 processes running of frp type 2026-04-05 01:53:06.749 [I] [client/service.go:294] [6827e17a1942a693] try to connect to server... 2026-04-05 01:53:07.317 [I] [client/service.go:286] [6827e17a1942a693] login to server success, get run id [6827e17a1942a693] 2026-04-05 01:53:07.319 [I] [proxy/proxy_manager.go:173] [6827e17a1942a693] proxy added: [DNL01B4203] 2026-04-05 01:53:07.501 [I] [client/control.go:168] [6827e17a1942a693] [DNL01B4203] start proxy success [2026-04-05,02:05:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,02:05:04.145] [DEBUG] 6 processes running of frp type [2026-04-05,02:20:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,02: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-04-05,02:35:02.205] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,02:35:05.166] [DEBUG] 6 processes running of frp type [2026-04-05,02:50:02.955] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,02:50:04.710] [DEBUG] 6 processes running of frp type [2026-04-05,03:05:02.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,03:05:04.076] [DEBUG] 6 processes running of frp type [2026-04-05,03:20:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,03:20:04.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-05,03:35:03.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,03:35:04.867] [DEBUG] 6 processes running of frp type [2026-04-05,03:50:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,03:50:04.163] [DEBUG] 6 processes running of frp type [2026-04-05,04:05:02.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,04:05:04.641] [DEBUG] 6 processes running of frp type [2026-04-05,04:20:03.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,04: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-04-05,04:35:02.735] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,04:35:04.432] [DEBUG] 6 processes running of frp type [2026-04-05,04:50:02.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,04:50:03.784] [DEBUG] 6 processes running of frp type [2026-04-05,05:05:02.001] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,05:05:03.796] [DEBUG] 6 processes running of frp type [2026-04-05,05:20:02.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,05:20:03.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-04-05,05:35:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,05:35:04.852] [DEBUG] 6 processes running of frp type [2026-04-05,05:50:02.607] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,05:50:04.662] [DEBUG] 6 processes running of frp type [2026-04-05,06:05:03.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,06:05:04.676] [DEBUG] 6 processes running of frp type [2026-04-05,06:20:01.852] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,06:20:03.667] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,06:30:42.027] [INFO] Initializing BusSpeedStateManager V2 [2026-04-05,06:30:42.035] [INFO] LocationSqlManager initialising [2026-04-05,06:30:42.036] [INFO] Location DB initialising [2026-04-05,06:30:42.046] [INFO] LocationSqlManager initialisation complete [2026-04-05,06:30:42.048] [DEBUG] UploadManager Init [2026-04-05,06:30:42.048] [DEBUG] UploadManager Init Complete [2026-04-05,06:30:42.056] [INFO] Initializing GPS... [2026-04-05,06:30:42.060] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,06:32:30.029] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,06:32:31.785] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-05,06:32:47.821] [DEBUG] Log Upload Complete! [2026-04-05,06:35:30.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,06:35:31.737] [DEBUG] Remote Access Enabled [2026-04-05,06:35:33.094] [INFO] Server Address: 138.201.17.179 [2026-04-05,06:35:33.096] [INFO] Server Port: 7000 [2026-04-05,06:35:33.105] [DEBUG] Starting Remote Access! 2026-04-05 06:35:33.301 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-05 06:35:33.302 [I] [client/service.go:294] try to connect to server... 2026-04-05 06:35:33.876 [I] [client/service.go:286] [4a0341781c544d93] login to server success, get run id [4a0341781c544d93] 2026-04-05 06:35:33.877 [I] [proxy/proxy_manager.go:173] [4a0341781c544d93] proxy added: [DNL01B4203] 2026-04-05 06:35:34.114 [I] [client/control.go:168] [4a0341781c544d93] [DNL01B4203] start proxy success [2026-04-05,06:50:02.653] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,06:50:04.586] [DEBUG] 6 processes running of frp type [2026-04-05,07:05:02.926] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,07:05:04.550] [DEBUG] 6 processes running of frp type [2026-04-05,07:20:02.999] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,07: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-04-05,07:04:55.145] [INFO] Initializing BusSpeedStateManager V2 [2026-04-05,07:04:55.153] [INFO] LocationSqlManager initialising [2026-04-05,07:04:55.154] [INFO] Location DB initialising [2026-04-05,07:04:55.165] [INFO] LocationSqlManager initialisation complete [2026-04-05,07:04:55.166] [DEBUG] UploadManager Init [2026-04-05,07:04:55.167] [DEBUG] UploadManager Init Complete [2026-04-05,07:04:55.171] [INFO] Initializing GPS... [2026-04-05,07:04:55.174] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,07:09:43.317] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,08:10:00.126] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,08:10:02.303] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-05,08:10:19.848] [DEBUG] Log Upload Complete! [2026-04-05,08:20:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,08:20:04.591] [DEBUG] Remote Access Enabled [2026-04-05,08:20:06.107] [INFO] Server Address: 138.201.17.179 [2026-04-05,08:20:06.108] [INFO] Server Port: 7000 [2026-04-05,08:20:06.113] [DEBUG] Starting Remote Access! 2026-04-05 08:20:06.239 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-05 08:20:06.240 [I] [client/service.go:294] try to connect to server... 2026-04-05 08:20:06.986 [I] [client/service.go:286] [94d22d44163843f9] login to server success, get run id [94d22d44163843f9] 2026-04-05 08:20:06.987 [I] [proxy/proxy_manager.go:173] [94d22d44163843f9] proxy added: [DNL01B4203] 2026-04-05 08:20:07.248 [I] [client/control.go:168] [94d22d44163843f9] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,08:23:49.565] [INFO] Initializing BusSpeedStateManager V2 [2026-04-05,08:23:49.570] [INFO] LocationSqlManager initialising [2026-04-05,08:23:49.571] [INFO] Location DB initialising [2026-04-05,08:23:49.580] [INFO] LocationSqlManager initialisation complete [2026-04-05,08:23:49.581] [DEBUG] UploadManager Init [2026-04-05,08:23:49.581] [DEBUG] UploadManager Init Complete [2026-04-05,08:23:49.584] [INFO] Initializing GPS... [2026-04-05,08:23:49.585] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,08:28:38.380] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-05,19:05:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,19:05:04.374] [DEBUG] Remote Access Enabled [2026-04-05,19:05:05.923] [INFO] Server Address: 138.201.17.179 [2026-04-05,19:05:05.924] [INFO] Server Port: 7000 [2026-04-05,19:05:05.933] [DEBUG] Starting Remote Access! 2026-04-05 19:05:06.137 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-05 19:05:06.138 [I] [client/service.go:294] try to connect to server... 2026-04-05 19:05:06.710 [I] [client/service.go:286] [6032c1a61209cc38] login to server success, get run id [6032c1a61209cc38] 2026-04-05 19:05:06.711 [I] [proxy/proxy_manager.go:173] [6032c1a61209cc38] proxy added: [DNL01B4203] 2026-04-05 19:05:07.049 [I] [client/control.go:168] [6032c1a61209cc38] [DNL01B4203] start proxy success [2026-04-05,19:20:02.320] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,19: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-04-05,19:35:02.833] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,19:35:04.437] [DEBUG] 6 processes running of frp type [2026-04-05,19:50:03.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,19:50:05.107] [DEBUG] 6 processes running of frp type [2026-04-05,20:05:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,20:05:04.271] [DEBUG] 6 processes running of frp type [2026-04-05,20:20:02.499] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,20: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-05,20:30:40.663] [INFO] Initializing BusSpeedStateManager V2 [2026-04-05,20:30:40.668] [INFO] LocationSqlManager initialising [2026-04-05,20:30:40.668] [INFO] Location DB initialising [2026-04-05,20:30:40.677] [INFO] LocationSqlManager initialisation complete [2026-04-05,20:30:40.678] [DEBUG] UploadManager Init [2026-04-05,20:30:40.678] [DEBUG] UploadManager Init Complete [2026-04-05,20:30:40.681] [INFO] Initializing GPS... [2026-04-05,20:30:40.683] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:31.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,20:32:33.823] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-05,20:32:50.514] [DEBUG] Log Upload Complete! [2026-04-05,20:35:29.724] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,20:35:31.386] [DEBUG] Remote Access Enabled [2026-04-05,20:35:32.671] [INFO] Server Address: 138.201.17.179 [2026-04-05,20:35:32.672] [INFO] Server Port: 7000 [2026-04-05,20:35:32.677] [DEBUG] Starting Remote Access! 2026-04-05 20:35:32.814 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-05 20:35:32.815 [I] [client/service.go:294] try to connect to server... 2026-04-05 20:35:33.375 [I] [client/service.go:286] [0a17dcf8df8e4869] login to server success, get run id [0a17dcf8df8e4869] 2026-04-05 20:35:33.377 [I] [proxy/proxy_manager.go:173] [0a17dcf8df8e4869] proxy added: [DNL01B4203] 2026-04-05 20:35:33.598 [I] [client/control.go:168] [0a17dcf8df8e4869] [DNL01B4203] start proxy success [2026-04-05,20:50:02.518] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,20:50:04.166] [DEBUG] 6 processes running of frp type [2026-04-05,21:05:02.320] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,21:05:04.094] [DEBUG] 6 processes running of frp type [2026-04-05,21:20:02.328] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,21: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' [2026-04-05,21:35:02.425] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,21:35:04.028] [DEBUG] 6 processes running of frp type [2026-04-05,21:50:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,21:50:09.219] [DEBUG] 6 processes running of frp type [2026-04-05,22:05:02.567] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,22:05:09.244] [DEBUG] 6 processes running of frp type [2026-04-05,22:20:02.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,22: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-04-05 22:31:06.968 [I] [client/service.go:294] [0a17dcf8df8e4869] try to connect to server... 2026-04-05 22:31:07.736 [I] [client/service.go:286] [0a17dcf8df8e4869] login to server success, get run id [0a17dcf8df8e4869] 2026-04-05 22:31:07.737 [I] [proxy/proxy_manager.go:173] [0a17dcf8df8e4869] proxy added: [DNL01B4203] 2026-04-05 22:31:07.966 [I] [client/control.go:168] [0a17dcf8df8e4869] [DNL01B4203] start proxy success [2026-04-05,22:35:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,22:35:04.214] [DEBUG] 6 processes running of frp type [2026-04-05,22:50:03.094] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,22:50:04.694] [DEBUG] 6 processes running of frp type [2026-04-05,23:05:02.292] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,23:05:04.418] [DEBUG] 6 processes running of frp type [2026-04-05,23:20:02.778] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,23: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-04-05,23:35:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,23:35:04.467] [DEBUG] 6 processes running of frp type [2026-04-05,23:50:02.203] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-05,23:50:04.085] [DEBUG] 6 processes running of frp type [2026-04-06,00:05:02.606] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,00:05:04.454] [DEBUG] 6 processes running of frp type [2026-04-06,00:20:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,00:20:04.852] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,00:35:02.427] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,00:35:04.103] [DEBUG] 6 processes running of frp type [2026-04-06,00:50:02.746] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,00:50:04.543] [DEBUG] 6 processes running of frp type [2026-04-06,01:05:02.958] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,01:05:04.629] [DEBUG] 6 processes running of frp type [2026-04-06,01:20:03.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,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-06,01:35:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,01:35:04.141] [DEBUG] 6 processes running of frp type [2026-04-06,01:50:02.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,01:50:08.946] [DEBUG] 6 processes running of frp type [2026-04-06,02:05:02.389] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,02:05:04.092] [DEBUG] 6 processes running of frp type [2026-04-06,02:20:03.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,02:20:05.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-04-06,02:35:02.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,02:35:03.877] [DEBUG] 6 processes running of frp type [2026-04-06,02:50:02.500] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,02:50:04.110] [DEBUG] 6 processes running of frp type [2026-04-06,03:05:02.521] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,03:05:04.312] [DEBUG] 6 processes running of frp type [2026-04-06,03:20:02.664] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,03: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-04-06,03:35:02.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,03:35:04.158] [DEBUG] 6 processes running of frp type [2026-04-06,03:50:02.709] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,03:50:04.689] [DEBUG] 6 processes running of frp type [2026-04-06,04:05:01.970] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,04:05:03.674] [DEBUG] 6 processes running of frp type [2026-04-06,04:20:03.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,04: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-04-06,04:35:02.650] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,04:35:04.241] [DEBUG] 6 processes running of frp type [2026-04-06,04:50:03.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,04:50:08.542] [DEBUG] 6 processes running of frp type [2026-04-06,05:05:03.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,05:05:04.669] [DEBUG] 6 processes running of frp type [2026-04-06,05:20:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,05:20:04.961] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,05:35:02.752] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,05:35:04.674] [DEBUG] 6 processes running of frp type [2026-04-06,05:50:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,05:50:04.222] [DEBUG] 6 processes running of frp type [2026-04-06,06:05:02.777] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,06:05:04.452] [DEBUG] 6 processes running of frp type [2026-04-06,06:20:02.693] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,06: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-04-06,06:30:41.075] [INFO] Initializing BusSpeedStateManager V2 [2026-04-06,06:30:41.080] [INFO] LocationSqlManager initialising [2026-04-06,06:30:41.081] [INFO] Location DB initialising [2026-04-06,06:30:41.092] [INFO] LocationSqlManager initialisation complete [2026-04-06,06:30:41.094] [DEBUG] UploadManager Init [2026-04-06,06:30:41.094] [DEBUG] UploadManager Init Complete [2026-04-06,06:30:41.099] [INFO] Initializing GPS... [2026-04-06,06:30:41.102] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,06:32:29.651] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,06:32:31.402] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-06,06:32:51.612] [DEBUG] Log Upload Complete! [2026-04-06,06:35:29.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,06:35:31.334] [DEBUG] Remote Access Enabled [2026-04-06,06:35:32.607] [INFO] Server Address: 138.201.17.179 [2026-04-06,06:35:32.608] [INFO] Server Port: 7000 [2026-04-06,06:35:32.613] [DEBUG] Starting Remote Access! 2026-04-06 06:35:32.784 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-06 06:35:32.785 [I] [client/service.go:294] try to connect to server... 2026-04-06 06:35:33.331 [I] [client/service.go:286] [120a7c1f42c4cc21] login to server success, get run id [120a7c1f42c4cc21] 2026-04-06 06:35:33.332 [I] [proxy/proxy_manager.go:173] [120a7c1f42c4cc21] proxy added: [DNL01B4203] 2026-04-06 06:35:33.501 [I] [client/control.go:168] [120a7c1f42c4cc21] [DNL01B4203] start proxy success [2026-04-06,06:38:56.508] [INFO] Initializing BusSpeedStateManager V2 [2026-04-06,06:38:56.515] [INFO] LocationSqlManager initialising [2026-04-06,06:38:56.516] [INFO] Location DB initialising [2026-04-06,06:38:56.527] [INFO] LocationSqlManager initialisation complete [2026-04-06,06:38:56.528] [DEBUG] UploadManager Init [2026-04-06,06:38:56.529] [DEBUG] UploadManager Init Complete [2026-04-06,06:38:56.533] [INFO] Initializing GPS... [2026-04-06,06:38:56.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' [2026-04-06,06:43:45.144] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-06,19:20:01.948] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,19:20:03.802] [DEBUG] Remote Access Enabled [2026-04-06,19:20:05.316] [INFO] Server Address: 138.201.17.179 [2026-04-06,19:20:05.317] [INFO] Server Port: 7000 [2026-04-06,19:20:05.326] [DEBUG] Starting Remote Access! 2026-04-06 19:20:05.521 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-06 19:20:05.522 [I] [client/service.go:294] try to connect to server... 2026-04-06 19:20:06.272 [I] [client/service.go:286] [8ae0f37b2aa29224] login to server success, get run id [8ae0f37b2aa29224] 2026-04-06 19:20:06.272 [I] [proxy/proxy_manager.go:173] [8ae0f37b2aa29224] proxy added: [DNL01B4203] 2026-04-06 19:20:06.545 [I] [client/control.go:168] [8ae0f37b2aa29224] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:03.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,19:35:04.891] [DEBUG] 6 processes running of frp type [2026-04-06,19:50:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,19:50:04.104] [DEBUG] 6 processes running of frp type [2026-04-06,20:05:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,20:05:04.182] [DEBUG] 6 processes running of frp type [2026-04-06,20:20:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,20: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-04-06,20:30:43.721] [INFO] Initializing BusSpeedStateManager V2 [2026-04-06,20:30:43.726] [INFO] LocationSqlManager initialising [2026-04-06,20:30:43.727] [INFO] Location DB initialising [2026-04-06,20:30:43.736] [INFO] LocationSqlManager initialisation complete [2026-04-06,20:30:43.737] [DEBUG] UploadManager Init [2026-04-06,20:30:43.737] [DEBUG] UploadManager Init Complete [2026-04-06,20:30:43.740] [INFO] Initializing GPS... [2026-04-06,20:30:43.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-04-06,20:32:32.203] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,20:32:33.784] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-06,20:32:55.035] [DEBUG] Log Upload Complete! [2026-04-06,20:35:32.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,20:35:33.752] [DEBUG] Remote Access Enabled [2026-04-06,20:35:34.898] [INFO] Server Address: 138.201.17.179 [2026-04-06,20:35:34.899] [INFO] Server Port: 7000 [2026-04-06,20:35:34.903] [DEBUG] Starting Remote Access! 2026-04-06 20:35:35.037 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-06 20:35:35.038 [I] [client/service.go:294] try to connect to server... 2026-04-06 20:35:35.826 [I] [client/service.go:286] [76fb6c976941b820] login to server success, get run id [76fb6c976941b820] 2026-04-06 20:35:35.828 [I] [proxy/proxy_manager.go:173] [76fb6c976941b820] proxy added: [DNL01B4203] 2026-04-06 20:35:36.095 [I] [client/control.go:168] [76fb6c976941b820] [DNL01B4203] start proxy success [2026-04-06,20:50:03.016] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,20:50:04.692] [DEBUG] 6 processes running of frp type [2026-04-06,21:05:03.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,21:05:04.658] [DEBUG] 6 processes running of frp type [2026-04-06,21:20:03.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,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-04-06,21:35:02.851] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,21:35:04.363] [DEBUG] 6 processes running of frp type [2026-04-06,21:50:02.935] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,21:50:04.496] [DEBUG] 6 processes running of frp type [2026-04-06,22:05:02.969] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,22:05:04.566] [DEBUG] 6 processes running of frp type [2026-04-06,22:20:02.863] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,22: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-04-06,22:35:02.864] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,22:35:04.529] [DEBUG] 6 processes running of frp type [2026-04-06,22:50:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,22:50:05.576] [DEBUG] 6 processes running of frp type [2026-04-06,23:05:03.102] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,23:05:04.679] [DEBUG] 6 processes running of frp type 2026-04-06 23:07:05.953 [I] [client/service.go:294] [76fb6c976941b820] try to connect to server... 2026-04-06 23:07:06.751 [I] [client/service.go:286] [76fb6c976941b820] login to server success, get run id [76fb6c976941b820] 2026-04-06 23:07:06.752 [I] [proxy/proxy_manager.go:173] [76fb6c976941b820] proxy added: [DNL01B4203] 2026-04-06 23:07:06.965 [I] [client/control.go:168] [76fb6c976941b820] [DNL01B4203] start proxy success [2026-04-06,23:20:02.941] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,23: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-04-06,23:35:02.940] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,23:35:04.532] [DEBUG] 6 processes running of frp type [2026-04-06,23:50:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-06,23:50:03.724] [DEBUG] 6 processes running of frp type [2026-04-07,00:05:03.256] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,00:05:04.929] [DEBUG] 6 processes running of frp type [2026-04-07,00:20:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,00: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-04-07,00:35:03.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,00:35:04.632] [DEBUG] 6 processes running of frp type [2026-04-07,00:50:02.407] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,00:50:03.913] [DEBUG] 6 processes running of frp type [2026-04-07,01:05:02.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,01:05:03.828] [DEBUG] 6 processes running of frp type [2026-04-07,01:20:02.191] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,01:20:03.832] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,01:35:02.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,01:35:04.169] [DEBUG] 6 processes running of frp type [2026-04-07,01:50:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,01:50:04.464] [DEBUG] 6 processes running of frp type [2026-04-07,02:05:03.016] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,02:05:04.564] [DEBUG] 6 processes running of frp type [2026-04-07,02:20:02.886] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,02:20:04.371] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,02:35:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,02:35:04.122] [DEBUG] 6 processes running of frp type [2026-04-07,02:50:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,02:50:04.554] [DEBUG] 6 processes running of frp type [2026-04-07,03:05:03.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,03:05:04.647] [DEBUG] 6 processes running of frp type [2026-04-07,03:20:03.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,03:20:04.782] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,03:35:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,03:35:04.704] [DEBUG] 6 processes running of frp type [2026-04-07,03:50:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,03:50:03.787] [DEBUG] 6 processes running of frp type [2026-04-07,04:05:02.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,04:05:04.857] [DEBUG] 6 processes running of frp type [2026-04-07,04:20:02.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,04:20:03.736] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,04:35:02.829] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,04:35:04.543] [DEBUG] 6 processes running of frp type [2026-04-07,04:50:03.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,04:50:04.726] [DEBUG] 6 processes running of frp type [2026-04-07,05:05:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,05:05:03.778] [DEBUG] 6 processes running of frp type [2026-04-07,05:20:01.985] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,05:20:03.547] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,05:35:03.118] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,05:35:04.659] [DEBUG] 6 processes running of frp type [2026-04-07,05:50:02.278] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,05:50:03.815] [DEBUG] 6 processes running of frp type [2026-04-07,06:05:02.200] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,06:05:03.925] [DEBUG] 6 processes running of frp type [2026-04-07,06:20:02.178] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,06:20:03.848] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,06:30:41.717] [INFO] Initializing BusSpeedStateManager V2 [2026-04-07,06:30:41.724] [INFO] LocationSqlManager initialising [2026-04-07,06:30:41.726] [INFO] Location DB initialising [2026-04-07,06:30:41.740] [INFO] LocationSqlManager initialisation complete [2026-04-07,06:30:41.741] [DEBUG] UploadManager Init [2026-04-07,06:30:41.743] [DEBUG] UploadManager Init Complete [2026-04-07,06:30:41.750] [INFO] Initializing GPS... [2026-04-07,06:30:41.753] [INFO] Starting location capture [2026-04-07,06:31:44.197] [INFO] Initializing BusSpeedStateManager V2 [2026-04-07,06:31:44.205] [INFO] LocationSqlManager initialising [2026-04-07,06:31:44.207] [INFO] Location DB initialising [2026-04-07,06:31:44.218] [INFO] LocationSqlManager initialisation complete [2026-04-07,06:31:44.219] [DEBUG] UploadManager Init [2026-04-07,06:31:44.219] [DEBUG] UploadManager Init Complete [2026-04-07,06:31:44.224] [INFO] Initializing GPS... [2026-04-07,06:31:44.227] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:33:32.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,06:33:33.408] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-07,06:33:46.133] [DEBUG] Log Upload Complete! [2026-04-07,06:36:31.980] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,06:36:33.429] [DEBUG] Remote Access Enabled [2026-04-07,06:36:34.603] [INFO] Server Address: 138.201.17.179 [2026-04-07,06:36:34.604] [INFO] Server Port: 7000 [2026-04-07,06:36:34.609] [DEBUG] Starting Remote Access! 2026-04-07 06:36:34.734 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-07 06:36:34.734 [I] [client/service.go:294] try to connect to server... 2026-04-07 06:36:35.339 [I] [client/service.go:286] [476b2ce3adc8ce64] login to server success, get run id [476b2ce3adc8ce64] 2026-04-07 06:36:35.340 [I] [proxy/proxy_manager.go:173] [476b2ce3adc8ce64] proxy added: [DNL01B4203] 2026-04-07 06:36:35.556 [I] [client/control.go:168] [476b2ce3adc8ce64] [DNL01B4203] start proxy success [2026-04-07,06:49:03.074] [INFO] Initializing BusSpeedStateManager V2 [2026-04-07,06:49:03.080] [INFO] LocationSqlManager initialising [2026-04-07,06:49:03.081] [INFO] Location DB initialising [2026-04-07,06:49:03.092] [INFO] LocationSqlManager initialisation complete [2026-04-07,06:49:03.093] [DEBUG] UploadManager Init [2026-04-07,06:49:03.094] [DEBUG] UploadManager Init Complete [2026-04-07,06:49:03.098] [INFO] Initializing GPS... [2026-04-07,06:49:03.100] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,06:53:51.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')) [2026-04-07,08:04:52.427] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,08:04:53.987] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-07,08:05:03.100] [DEBUG] Log Upload Complete! [2026-04-07,08:20:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,08:20:04.017] [DEBUG] Remote Access Enabled [2026-04-07,08:20:05.390] [INFO] Server Address: 138.201.17.179 [2026-04-07,08:20:05.391] [INFO] Server Port: 7000 [2026-04-07,08:20:05.396] [DEBUG] Starting Remote Access! 2026-04-07 08:20:05.524 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-07 08:20:05.524 [I] [client/service.go:294] try to connect to server... 2026-04-07 08:20:06.080 [I] [client/service.go:286] [a6d2157c1949d468] login to server success, get run id [a6d2157c1949d468] 2026-04-07 08:20:06.081 [I] [proxy/proxy_manager.go:173] [a6d2157c1949d468] proxy added: [DNL01B4203] 2026-04-07 08:20:06.260 [I] [client/control.go:168] [a6d2157c1949d468] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,08:35:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,08:35:03.948] [DEBUG] 6 processes running of frp type [2026-04-07,08:50:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,08:50:04.421] [DEBUG] 6 processes running of frp type [2026-04-07,08:35:57.669] [INFO] Initializing BusSpeedStateManager V2 [2026-04-07,08:35:57.676] [INFO] LocationSqlManager initialising [2026-04-07,08:35:57.677] [INFO] Location DB initialising [2026-04-07,08:35:57.689] [INFO] LocationSqlManager initialisation complete [2026-04-07,08:35:57.690] [DEBUG] UploadManager Init [2026-04-07,08:35:57.690] [DEBUG] UploadManager Init Complete [2026-04-07,08:35:57.695] [INFO] Initializing GPS... [2026-04-07,08:35:57.698] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,08:40:46.203] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-07,11:05:02.401] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,11:05:04.087] [DEBUG] Remote Access Enabled [2026-04-07,11:05:05.504] [INFO] Server Address: 138.201.17.179 [2026-04-07,11:05:05.505] [INFO] Server Port: 7000 [2026-04-07,11:05:05.510] [DEBUG] Starting Remote Access! 2026-04-07 11:05:05.637 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-07 11:05:05.638 [I] [client/service.go:294] try to connect to server... 2026-04-07 11:05:06.202 [I] [client/service.go:286] [05035eb6c02f54d8] login to server success, get run id [05035eb6c02f54d8] 2026-04-07 11:05:06.203 [I] [proxy/proxy_manager.go:173] [05035eb6c02f54d8] proxy added: [DNL01B4203] 2026-04-07 11:05:06.396 [I] [client/control.go:168] [05035eb6c02f54d8] [DNL01B4203] start proxy success [2026-04-07,11:20:02.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,11: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-07,11:35:02.601] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,11:35:04.553] [DEBUG] 6 processes running of frp type [2026-04-07,11:50:02.353] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,11:50:04.149] [DEBUG] 6 processes running of frp type [2026-04-07,12:05:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,12:05:04.352] [DEBUG] 6 processes running of frp type [2026-04-07,12:20:02.786] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,12: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-07,12:35:02.630] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,12:35:04.484] [DEBUG] 6 processes running of frp type [2026-04-07,12:50:02.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,12:50:03.974] [DEBUG] 6 processes running of frp type [2026-04-07,13:05:02.453] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,13:05:04.157] [DEBUG] 6 processes running of frp type [2026-04-07,13:20:02.522] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,13: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-04-07,13:35:02.614] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,13:35:04.366] [DEBUG] 6 processes running of frp type [2026-04-07,13:50:03.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,13:50:04.769] [DEBUG] 6 processes running of frp type [2026-04-07,14:05:02.329] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,14:05:04.113] [DEBUG] 6 processes running of frp type [2026-04-07,14:20:02.322] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,14: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-04-07,14:35:02.284] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,14:35:04.065] [DEBUG] 6 processes running of frp type [2026-04-07,14:50:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,14:50:04.775] [DEBUG] 6 processes running of frp type [2026-04-07,15:05:02.696] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,15:05:05.044] [DEBUG] 6 processes running of frp type [2026-04-07,15:20:02.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,15: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-04-07,15:35:02.245] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,15:35:04.059] [DEBUG] 6 processes running of frp type [2026-04-07,15:50:02.827] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,15:50:04.540] [DEBUG] 6 processes running of frp type [2026-04-07,16:05:03.066] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,16:05:04.938] [DEBUG] 6 processes running of frp type [2026-04-07,16:20:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,16: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' [2026-04-07,16:35:02.274] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,16:35:04.034] [DEBUG] 6 processes running of frp type [2026-04-07,16:50:02.830] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,16:50:04.600] [DEBUG] 6 processes running of frp type 2026-04-07 17:00:26.775 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:00:26.777 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:00:28.857 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:00:28.859 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:00:33.262 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:00:33.263 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:00:42.408 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:00:42.409 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:01:01.197 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:01:01.199 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:01:21.200 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:01:21.201 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:01:41.202 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:01:41.204 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:02:01.205 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:02:01.206 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:02:21.206 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:02:21.208 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:02:41.209 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:02:41.210 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:03:01.211 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:03:01.212 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:03:21.214 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:03:21.215 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:03:41.216 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:03:41.217 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:04:01.219 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:04:01.219 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:04:21.220 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:04:21.222 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:04:41.223 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:04:41.225 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:05:01.226 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:05:01.227 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:05:21.228 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:05:21.232 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:05:41.233 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:05:42.735 [I] [client/service.go:286] [05035eb6c02f54d8] login to server success, get run id [05035eb6c02f54d8] 2026-04-07 17:05:42.736 [I] [proxy/proxy_manager.go:173] [05035eb6c02f54d8] proxy added: [DNL01B4203] 2026-04-07 17:05:43.849 [I] [client/control.go:168] [05035eb6c02f54d8] [DNL01B4203] start proxy success 2026-04-07 17:06:51.692 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:06:51.693 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:06:53.853 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:06:53.854 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:06:58.211 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:06:58.212 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:07:06.982 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:07:06.984 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:07:24.848 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:07:24.849 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:07:44.850 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:07:44.851 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:08:04.853 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:08:04.854 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:08:24.855 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:08:24.857 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:08:44.858 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:08:44.859 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:09:04.860 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:09:04.862 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:09:24.863 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:09:24.864 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:09:44.865 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:09:44.866 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:10:04.868 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:10:04.869 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:10:24.870 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:10:24.871 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:10:44.872 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:10:44.874 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:11:04.875 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:11:04.876 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:11:24.878 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:11:24.879 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:11:44.880 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:11:44.884 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:12:04.885 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:12:04.891 [W] [client/service.go:297] [05035eb6c02f54d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-07 17:12:24.892 [I] [client/service.go:294] [05035eb6c02f54d8] try to connect to server... 2026-04-07 17:12:25.835 [I] [client/service.go:286] [05035eb6c02f54d8] login to server success, get run id [05035eb6c02f54d8] 2026-04-07 17:12:25.836 [I] [proxy/proxy_manager.go:173] [05035eb6c02f54d8] proxy added: [DNL01B4203] 2026-04-07 17:12:26.648 [I] [client/control.go:168] [05035eb6c02f54d8] [DNL01B4203] start proxy success [2026-04-07,17:20:02.344] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,17: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-07,17:35:02.320] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,17:35:04.050] [DEBUG] 6 processes running of frp type [2026-04-07,17:50:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,17:50:04.530] [DEBUG] 6 processes running of frp type [2026-04-07,18:05:03.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,18:05:04.658] [DEBUG] 6 processes running of frp type [2026-04-07,18:20:02.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,18:20:03.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-07,18:35:02.744] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,18:35:04.474] [DEBUG] 6 processes running of frp type [2026-04-07,18:50:03.230] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,18:50:04.974] [DEBUG] 6 processes running of frp type [2026-04-07,19:05:02.474] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,19:05:04.181] [DEBUG] 6 processes running of frp type [2026-04-07,19:20:02.457] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,19:20:04.336] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,19:35:02.420] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,19:35:04.117] [DEBUG] 6 processes running of frp type [2026-04-07,19:50:03.061] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,19:50:04.793] [DEBUG] 6 processes running of frp type [2026-04-07,20:05:02.174] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,20:05:09.215] [DEBUG] 6 processes running of frp type [2026-04-07,20:20:02.451] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,20: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-04-07,20:30:40.959] [INFO] Initializing BusSpeedStateManager V2 [2026-04-07,20:30:40.965] [INFO] LocationSqlManager initialising [2026-04-07,20:30:40.966] [INFO] Location DB initialising [2026-04-07,20:30:40.976] [INFO] LocationSqlManager initialisation complete [2026-04-07,20:30:40.976] [DEBUG] UploadManager Init [2026-04-07,20:30:40.977] [DEBUG] UploadManager Init Complete [2026-04-07,20:30:40.979] [INFO] Initializing GPS... [2026-04-07,20:30:40.981] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,20:32:29.626] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,20:32:31.302] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-07,20:32:48.226] [DEBUG] Log Upload Complete! [2026-04-07,20:35:29.842] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,20:35:31.665] [DEBUG] Remote Access Enabled [2026-04-07,20:35:32.917] [INFO] Server Address: 138.201.17.179 [2026-04-07,20:35:32.918] [INFO] Server Port: 7000 [2026-04-07,20:35:32.925] [DEBUG] Starting Remote Access! 2026-04-07 20:35:33.110 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-07 20:35:33.111 [I] [client/service.go:294] try to connect to server... 2026-04-07 20:35:33.705 [I] [client/service.go:286] [a3985e564ad59cf3] login to server success, get run id [a3985e564ad59cf3] 2026-04-07 20:35:33.706 [I] [proxy/proxy_manager.go:173] [a3985e564ad59cf3] proxy added: [DNL01B4203] 2026-04-07 20:35:33.890 [I] [client/control.go:168] [a3985e564ad59cf3] [DNL01B4203] start proxy success [2026-04-07,20:50:02.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,20:50:04.493] [DEBUG] 6 processes running of frp type [2026-04-07,21:05:03.281] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,21:05:05.310] [DEBUG] 6 processes running of frp type [2026-04-07,21:20:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,21:20:04.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-04-07,21:35:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,21:35:04.255] [DEBUG] 6 processes running of frp type [2026-04-07,21:50:02.929] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,21:50:04.562] [DEBUG] 6 processes running of frp type [2026-04-07,22:05:03.060] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,22:05:04.847] [DEBUG] 6 processes running of frp type [2026-04-07,22:20:02.355] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,22:20:06.318] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,22:35:03.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,22:35:04.962] [DEBUG] 6 processes running of frp type [2026-04-07,22:50:02.632] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,22:50:04.410] [DEBUG] 6 processes running of frp type [2026-04-07,23:05:02.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,23:05:04.771] [DEBUG] 6 processes running of frp type [2026-04-07,23:20:02.155] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,23:20:03.917] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,23:35:03.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,23:35:04.764] [DEBUG] 6 processes running of frp type [2026-04-07,23:50:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-07,23:50:04.174] [DEBUG] 6 processes running of frp type [2026-04-08,00:05:02.631] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,00:05:04.469] [DEBUG] 6 processes running of frp type [2026-04-08,00:20:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,00: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-04-08,00:35:02.581] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,00:35:04.407] [DEBUG] 6 processes running of frp type [2026-04-08,00:50:02.206] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,00:50:03.987] [DEBUG] 6 processes running of frp type [2026-04-08,01:05:02.385] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,01:05:04.108] [DEBUG] 6 processes running of frp type [2026-04-08,01:20:02.652] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,01: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-04-08,01:35:04.966] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,01:35:11.889] [DEBUG] 6 processes running of frp type [2026-04-08,01:50:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,01:50:04.251] [DEBUG] 6 processes running of frp type [2026-04-08,02:05:02.699] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,02:05:04.589] [DEBUG] 6 processes running of frp type [2026-04-08,02:20:02.871] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,02: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-04-08,02:35:02.725] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,02:35:04.331] [DEBUG] 6 processes running of frp type [2026-04-08,02:50:02.148] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,02:50:03.868] [DEBUG] 6 processes running of frp type [2026-04-08,03:05:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,03:05:04.082] [DEBUG] 6 processes running of frp type [2026-04-08,03:20:02.386] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,03: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-04-08,03:35:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,03:35:03.877] [DEBUG] 6 processes running of frp type [2026-04-08,03:50:02.631] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,03:50:04.575] [DEBUG] 6 processes running of frp type [2026-04-08,04:05:03.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,04:05:04.893] [DEBUG] 6 processes running of frp type [2026-04-08,04:20:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,04: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-04-08,04:35:02.767] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,04:35:04.747] [DEBUG] 6 processes running of frp type [2026-04-08,04:50:02.309] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,04:50:03.974] [DEBUG] 6 processes running of frp type [2026-04-08,05:05:05.591] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,05:05:07.382] [DEBUG] 6 processes running of frp type [2026-04-08,05:20:02.642] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,05: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-08,05:35:02.497] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,05:35:04.411] [DEBUG] 6 processes running of frp type [2026-04-08,05:50:02.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,05:50:04.248] [DEBUG] 6 processes running of frp type [2026-04-08,06:05:02.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,06:05:04.345] [DEBUG] 6 processes running of frp type [2026-04-08,06:20:03.429] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,06:20:05.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,06:30:49.705] [INFO] Initializing BusSpeedStateManager V2 [2026-04-08,06:30:49.709] [INFO] LocationSqlManager initialising [2026-04-08,06:30:49.709] [INFO] Location DB initialising [2026-04-08,06:30:49.719] [INFO] LocationSqlManager initialisation complete [2026-04-08,06:30:49.720] [DEBUG] UploadManager Init [2026-04-08,06:30:49.720] [DEBUG] UploadManager Init Complete [2026-04-08,06:30:49.722] [INFO] Initializing GPS... [2026-04-08,06:30:49.724] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,06:32:37.532] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,06:32:39.273] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-08,06:32:53.566] [DEBUG] Log Upload Complete! [2026-04-08,06:35:37.619] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,06:35:39.188] [DEBUG] Remote Access Enabled [2026-04-08,06:35:40.443] [INFO] Server Address: 138.201.17.179 [2026-04-08,06:35:40.444] [INFO] Server Port: 7000 [2026-04-08,06:35:40.449] [DEBUG] Starting Remote Access! 2026-04-08 06:35:40.573 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-08 06:35:40.574 [I] [client/service.go:294] try to connect to server... 2026-04-08 06:35:41.141 [I] [client/service.go:286] [50e7555e8b0c1c91] login to server success, get run id [50e7555e8b0c1c91] 2026-04-08 06:35:41.142 [I] [proxy/proxy_manager.go:173] [50e7555e8b0c1c91] proxy added: [DNL01B4203] 2026-04-08 06:35:41.318 [I] [client/control.go:168] [50e7555e8b0c1c91] [DNL01B4203] start proxy success [2026-04-08,06:50:02.562] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,06:50:04.254] [DEBUG] 6 processes running of frp type [2026-04-08,07:05:02.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,07:05:04.503] [DEBUG] 6 processes running of frp type [2026-04-08,07:20:02.934] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,07: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-08,07:35:02.776] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,07:35:04.512] [DEBUG] 6 processes running of frp type [2026-04-08,07:50:02.274] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,07:50:03.954] [DEBUG] 6 processes running of frp type [2026-04-08,08:02:02.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,08:02:03.891] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-08,08:02:27.654] [DEBUG] Log Upload Complete! [2026-04-08,08:05:02.251] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,08:05:04.199] [DEBUG] 6 processes running of frp type [2026-04-08,08:20:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,08: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-08,08:35:02.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,08:35:04.535] [DEBUG] 6 processes running of frp type [2026-04-08,08:50:02.350] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,08:50:04.030] [DEBUG] 6 processes running of frp type [2026-04-08,09:05:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,09:05:04.139] [DEBUG] 6 processes running of frp type [2026-04-08,09:20:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,09: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-04-08,09:35:02.425] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,09:35:04.233] [DEBUG] 6 processes running of frp type [2026-04-08,09:50:03.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,09:50:05.016] [DEBUG] 6 processes running of frp type [2026-04-08,10:05:02.510] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,10:05:04.249] [DEBUG] 6 processes running of frp type [2026-04-08,10:20:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,10:20:04.460] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,10:35:02.314] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,10:35:04.068] [DEBUG] 6 processes running of frp type [2026-04-08,10:50:02.916] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,10:50:04.596] [DEBUG] 6 processes running of frp type [2026-04-08,11:05:03.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,11:05:04.860] [DEBUG] 6 processes running of frp type [2026-04-08,11:20:02.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,11:20:03.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-08,11:35:02.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,11:35:03.902] [DEBUG] 6 processes running of frp type [2026-04-08,11:50:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,11:50:04.222] [DEBUG] 6 processes running of frp type [2026-04-08,12:05:02.561] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,12:05:04.308] [DEBUG] 6 processes running of frp type [2026-04-08,12:20:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,12: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-04-08,12:35:02.440] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,12:35:04.188] [DEBUG] 6 processes running of frp type [2026-04-08,12:50:02.881] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,12:50:04.632] [DEBUG] 6 processes running of frp type [2026-04-08,13:05:03.251] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,13:05:05.051] [DEBUG] 6 processes running of frp type [2026-04-08,13:20:02.362] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,13: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-04-08,13:35:03.262] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,13:35:05.066] [DEBUG] 6 processes running of frp type [2026-04-08,13:50:02.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,13:50:04.580] [DEBUG] 6 processes running of frp type [2026-04-08,14:05:03.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,14:05:04.950] [DEBUG] 6 processes running of frp type [2026-04-08,14:20:02.307] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,14: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-04-08,14:35:02.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,14:35:04.776] [DEBUG] 6 processes running of frp type [2026-04-08,14:50:02.417] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,14:50:04.178] [DEBUG] 6 processes running of frp type [2026-04-08,15:05:02.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,15:05:04.341] [DEBUG] 6 processes running of frp type [2026-04-08,15:20:02.756] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,15: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-04-08,15:35:02.478] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,15:35:04.228] [DEBUG] 6 processes running of frp type [2026-04-08,15:50:02.904] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,15:50:04.723] [DEBUG] 6 processes running of frp type [2026-04-08,16:05:02.278] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,16:05:04.096] [DEBUG] 6 processes running of frp type [2026-04-08,16:20:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,16:20:04.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-04-08,16:35:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,16:35:04.166] [DEBUG] 6 processes running of frp type [2026-04-08,16:50:02.979] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,16:50:04.926] [DEBUG] 6 processes running of frp type 2026-04-08 17:00:32.896 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:00:32.898 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:00:34.980 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:00:34.982 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:00:39.483 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:00:39.484 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:00:49.014 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:00:49.015 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:01:08.092 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:01:08.093 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:01:28.094 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:01:28.096 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:01:48.097 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:01:48.099 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:02:08.101 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:02:08.102 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:02:28.104 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:02:28.105 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:02:48.106 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:02:48.107 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:03:08.108 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:03:08.110 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:03:28.112 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:03:28.113 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:03:48.113 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:03:48.115 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:04:08.117 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:04:08.118 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:04:28.119 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:04:28.120 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:04:48.122 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:04:48.123 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:05:08.124 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:05:08.126 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:05:28.126 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:05:28.130 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:05:48.132 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:05:49.939 [I] [client/service.go:286] [50e7555e8b0c1c91] login to server success, get run id [50e7555e8b0c1c91] 2026-04-08 17:05:49.941 [I] [proxy/proxy_manager.go:173] [50e7555e8b0c1c91] proxy added: [DNL01B4203] 2026-04-08 17:05:50.304 [I] [client/control.go:168] [50e7555e8b0c1c91] [DNL01B4203] start proxy success 2026-04-08 17:06:28.301 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:06:28.303 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:06:30.353 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:06:30.354 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:06:34.600 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:06:34.601 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:06:43.488 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:06:43.490 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:07:02.497 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:07:02.498 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:07:22.500 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:07:22.501 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:07:42.502 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:07:42.503 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:08:02.505 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:08:02.506 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:08:22.507 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:08:22.509 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:08:42.510 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:08:42.511 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:09:02.512 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:09:02.513 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:09:22.514 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:09:22.515 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:09:42.516 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:09:42.517 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:10:02.519 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:10:02.520 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:10:22.520 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:10:22.522 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:10:42.522 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:10:42.523 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:11:02.525 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:11:02.526 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:11:22.527 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:11:22.531 [W] [client/service.go:297] [50e7555e8b0c1c91] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-08 17:11:42.533 [I] [client/service.go:294] [50e7555e8b0c1c91] try to connect to server... 2026-04-08 17:11:43.153 [I] [client/service.go:286] [50e7555e8b0c1c91] login to server success, get run id [50e7555e8b0c1c91] 2026-04-08 17:11:43.155 [I] [proxy/proxy_manager.go:173] [50e7555e8b0c1c91] proxy added: [DNL01B4203] 2026-04-08 17:11:43.374 [I] [client/control.go:168] [50e7555e8b0c1c91] [DNL01B4203] start proxy success [2026-04-08,17:20:02.539] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,17: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-08,17:35:02.553] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,17:35:04.263] [DEBUG] 6 processes running of frp type [2026-04-08,17:50:02.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,17:50:04.748] [DEBUG] 6 processes running of frp type [2026-04-08,18:05:02.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,18:05:09.216] [DEBUG] 6 processes running of frp type [2026-04-08,18:20:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,18: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-08,18:35:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,18:35:04.411] [DEBUG] 6 processes running of frp type [2026-04-08,18:50:03.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,18:50:04.927] [DEBUG] 6 processes running of frp type [2026-04-08,19:05:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,19:05:04.636] [DEBUG] 6 processes running of frp type [2026-04-08,19:20:02.986] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,19:20:09.479] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,19:35:02.623] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,19:35:04.363] [DEBUG] 6 processes running of frp type [2026-04-08,19:50:02.312] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,19:50:04.207] [DEBUG] 6 processes running of frp type [2026-04-08,20:05:02.634] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,20:05:09.341] [DEBUG] 6 processes running of frp type [2026-04-08,20:20:02.821] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,20:20:09.462] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,20:30:44.328] [INFO] Initializing BusSpeedStateManager V2 [2026-04-08,20:30:44.333] [INFO] LocationSqlManager initialising [2026-04-08,20:30:44.333] [INFO] Location DB initialising [2026-04-08,20:30:44.343] [INFO] LocationSqlManager initialisation complete [2026-04-08,20:30:44.344] [DEBUG] UploadManager Init [2026-04-08,20:30:44.344] [DEBUG] UploadManager Init Complete [2026-04-08,20:30:44.347] [INFO] Initializing GPS... [2026-04-08,20:30:44.348] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,20:32:31.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,20:32:38.518] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-08,20:32:55.435] [DEBUG] Log Upload Complete! [2026-04-08,20:35:31.658] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,20:35:33.651] [DEBUG] Remote Access Enabled [2026-04-08,20:35:35.131] [INFO] Server Address: 138.201.17.179 [2026-04-08,20:35:35.133] [INFO] Server Port: 7000 [2026-04-08,20:35:35.142] [DEBUG] Starting Remote Access! 2026-04-08 20:35:35.346 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-08 20:35:35.347 [I] [client/service.go:294] try to connect to server... 2026-04-08 20:35:35.979 [I] [client/service.go:286] [5bca5f8e871988f0] login to server success, get run id [5bca5f8e871988f0] 2026-04-08 20:35:35.979 [I] [proxy/proxy_manager.go:173] [5bca5f8e871988f0] proxy added: [DNL01B4203] 2026-04-08 20:35:36.197 [I] [client/control.go:168] [5bca5f8e871988f0] [DNL01B4203] start proxy success [2026-04-08,20:50:02.727] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,20:50:04.519] [DEBUG] 6 processes running of frp type [2026-04-08,21:05:02.965] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,21:05:04.679] [DEBUG] 6 processes running of frp type [2026-04-08,21:20:03.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,21:20:04.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,21:35:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,21:35:04.634] [DEBUG] 6 processes running of frp type [2026-04-08,21:50:02.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,21:50:03.993] [DEBUG] 6 processes running of frp type [2026-04-08,22:05:02.418] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,22:05:04.472] [DEBUG] 6 processes running of frp type [2026-04-08,22:20:02.947] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,22: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-08,22:35:02.859] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,22:35:04.661] [DEBUG] 6 processes running of frp type [2026-04-08,22:50:02.337] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,22:50:04.125] [DEBUG] 6 processes running of frp type [2026-04-08,23:05:02.593] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,23:05:04.346] [DEBUG] 6 processes running of frp type [2026-04-08,23:20:02.770] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,23: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-04-08,23:35:02.319] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,23:35:04.060] [DEBUG] 6 processes running of frp type [2026-04-08,23:50:02.830] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-08,23:50:04.455] [DEBUG] 6 processes running of frp type [2026-04-09,00:05:02.908] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,00:05:04.709] [DEBUG] 6 processes running of frp type [2026-04-09,00:20:01.910] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,00:20:03.724] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,00:35:02.908] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,00:35:04.519] [DEBUG] 6 processes running of frp type [2026-04-09,00:50:01.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,00:50:03.682] [DEBUG] 6 processes running of frp type [2026-04-09,01:05:03.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,01:05:04.766] [DEBUG] 6 processes running of frp type [2026-04-09,01:20:01.960] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,01: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-04-09,01:35:03.031] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,01:35:04.669] [DEBUG] 6 processes running of frp type [2026-04-09,01:50:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,01:50:04.300] [DEBUG] 6 processes running of frp type [2026-04-09,02:05:02.687] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,02:05:04.288] [DEBUG] 6 processes running of frp type [2026-04-09,02:20:02.534] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,02: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-09,02:35:02.267] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,02:35:03.968] [DEBUG] 6 processes running of frp type [2026-04-09,02:50:02.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,02:50:04.295] [DEBUG] 6 processes running of frp type [2026-04-09,03:05:02.689] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,03:05:04.281] [DEBUG] 6 processes running of frp type [2026-04-09,03:20:02.651] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,03: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-09,03:35:02.344] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,03:35:04.052] [DEBUG] 6 processes running of frp type [2026-04-09,03:50:02.647] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,03:50:04.457] [DEBUG] 6 processes running of frp type [2026-04-09,04:05:02.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,04:05:04.630] [DEBUG] 6 processes running of frp type [2026-04-09,04:20:02.148] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,04:20:03.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-09,04:35:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,04:35:04.531] [DEBUG] 6 processes running of frp type [2026-04-09,04:50:02.207] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,04:50:04.044] [DEBUG] 6 processes running of frp type [2026-04-09,05:05:02.485] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,05:05:04.157] [DEBUG] 6 processes running of frp type [2026-04-09,05:20:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,05: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-09,05:35:02.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,05:35:03.926] [DEBUG] 6 processes running of frp type [2026-04-09,05:50:02.561] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,05:50:04.268] [DEBUG] 6 processes running of frp type [2026-04-09,06:05:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,06:05:04.579] [DEBUG] 6 processes running of frp type [2026-04-09,06:20:03.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,06: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-04-09,06:30:40.451] [INFO] Initializing BusSpeedStateManager V2 [2026-04-09,06:30:40.455] [INFO] LocationSqlManager initialising [2026-04-09,06:30:40.455] [INFO] Location DB initialising [2026-04-09,06:30:40.466] [INFO] LocationSqlManager initialisation complete [2026-04-09,06:30:40.467] [DEBUG] UploadManager Init [2026-04-09,06:30:40.467] [DEBUG] UploadManager Init Complete [2026-04-09,06:30:40.470] [INFO] Initializing GPS... [2026-04-09,06:30:40.473] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,06:32:30.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-04-09,06:32:45.949] [DEBUG] Log Upload Complete! [2026-04-09,06:35:29.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,06:35:30.980] [DEBUG] Remote Access Enabled [2026-04-09,06:35:32.315] [INFO] Server Address: 138.201.17.179 [2026-04-09,06:35:32.316] [INFO] Server Port: 7000 [2026-04-09,06:35:32.321] [DEBUG] Starting Remote Access! 2026-04-09 06:35:32.503 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-09 06:35:32.504 [I] [client/service.go:294] try to connect to server... 2026-04-09 06:35:33.130 [I] [client/service.go:286] [f19edb8611124e88] login to server success, get run id [f19edb8611124e88] 2026-04-09 06:35:33.131 [I] [proxy/proxy_manager.go:173] [f19edb8611124e88] proxy added: [DNL01B4203] 2026-04-09 06:35:33.318 [I] [client/control.go:168] [f19edb8611124e88] [DNL01B4203] start proxy success [2026-04-09,06:50:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,06:50:04.512] [DEBUG] 6 processes running of frp type [2026-04-09,07:05:02.877] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,07:05:04.558] [DEBUG] 6 processes running of frp type [2026-04-09,07:20:02.968] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,07:20:04.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-04-09,07:35:02.793] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,07:35:04.611] [DEBUG] 6 processes running of frp type [2026-04-09,07:50:03.147] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,07:50:04.780] [DEBUG] 6 processes running of frp type [2026-04-09,08:02:02.033] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,08:02:03.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-09,08:02:29.819] [DEBUG] Log Upload Complete! [2026-04-09,08:05:02.350] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,08:05:04.064] [DEBUG] 6 processes running of frp type [2026-04-09,08:20:02.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,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-04-09,08:35:03.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,08:35:04.963] [DEBUG] 6 processes running of frp type [2026-04-09,08:50:02.669] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,08:50:04.391] [DEBUG] 6 processes running of frp type [2026-04-09,09:05:02.822] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,09:05:04.573] [DEBUG] 6 processes running of frp type [2026-04-09,09:20:02.959] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,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' [2026-04-09,09:35:02.728] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,09:35:04.577] [DEBUG] 6 processes running of frp type [2026-04-09,09:50:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,09:50:03.998] [DEBUG] 6 processes running of frp type [2026-04-09,10:05:02.431] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,10:05:04.114] [DEBUG] 6 processes running of frp type [2026-04-09,10:20:02.386] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,10:20:04.073] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,10:35:02.238] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,10:35:03.859] [DEBUG] 6 processes running of frp type [2026-04-09,10:50:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,10:50:04.299] [DEBUG] 6 processes running of frp type [2026-04-09,11:05:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,11:05:04.323] [DEBUG] 6 processes running of frp type [2026-04-09,11:20:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,11: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-04-09,11:35:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,11:35:04.692] [DEBUG] 6 processes running of frp type [2026-04-09,11:50:02.377] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,11:50:04.177] [DEBUG] 6 processes running of frp type [2026-04-09,12:05:02.627] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,12:05:04.385] [DEBUG] 6 processes running of frp type [2026-04-09,12:20:02.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,12: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-04-09,12:35:02.661] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,12:35:04.960] [DEBUG] 6 processes running of frp type [2026-04-09,12:50:02.758] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,12:50:09.208] [DEBUG] 6 processes running of frp type [2026-04-09,13:05:02.752] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,13:05:04.598] [DEBUG] 6 processes running of frp type [2026-04-09,13:20:03.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,13:20:07.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-09,13:35:03.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,13:35:07.023] [DEBUG] 6 processes running of frp type [2026-04-09,13:50:02.877] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,13:50:04.621] [DEBUG] 6 processes running of frp type [2026-04-09,14:05:03.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,14:05:05.442] [DEBUG] 6 processes running of frp type [2026-04-09,14:20:02.762] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,14: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-04-09,14:35:02.778] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,14:35:04.664] [DEBUG] 6 processes running of frp type [2026-04-09,14:50:02.384] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,14:50:04.292] [DEBUG] 6 processes running of frp type [2026-04-09,15:05:02.756] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,15:05:04.722] [DEBUG] 6 processes running of frp type [2026-04-09,15:20:03.205] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,15: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-04-09,15:35:02.537] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,15:35:04.178] [DEBUG] 6 processes running of frp type [2026-04-09,15:50:02.984] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,15:50:04.676] [DEBUG] 6 processes running of frp type [2026-04-09,16:05:03.203] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,16:05:05.123] [DEBUG] 6 processes running of frp type [2026-04-09,16:20:02.568] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,16: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-04-09,16:35:02.165] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,16:35:08.646] [DEBUG] 6 processes running of frp type [2026-04-09,16:50:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,16:50:04.057] [DEBUG] 6 processes running of frp type 2026-04-09 17:00:21.704 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:00:21.706 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:00:23.857 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:00:23.858 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:00:28.376 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:00:28.377 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:00:37.814 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:00:37.815 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:00:57.769 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:00:57.771 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:01:17.771 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:01:17.773 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:01:37.774 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:01:37.775 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:01:57.776 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:01:57.778 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:02:17.779 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:02:17.780 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:02:37.781 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:02:37.782 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:02:57.783 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:02:57.785 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:03:17.785 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:03:17.790 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:03:37.791 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:03:37.795 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:03:57.797 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:03:57.804 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:04:17.805 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:04:17.811 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:04:37.813 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:04:37.835 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:04:57.837 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:04:57.841 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-09,17:05:02.503] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-09 17:05:17.842 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:05:17.847 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:05:37.848 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:05:37.852 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:05:57.853 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:05:57.861 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:06:17.862 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:06:17.867 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:06:37.869 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:06:37.877 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:06:57.878 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:06:57.883 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:07:17.884 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:07:17.891 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:07:37.893 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:07:37.897 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:07:57.898 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:07:57.903 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:08:17.904 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:08:17.909 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:08:37.911 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:08:37.916 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:08:57.917 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:08:57.921 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:09:17.922 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:09:17.930 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:09:37.931 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:09:37.936 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:09:57.937 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:09:57.947 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:10:17.948 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:10:17.953 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:10:37.954 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:10:37.985 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:10:57.986 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:10:57.993 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:11:17.994 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:11:18.003 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:11:38.004 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:11:38.031 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:11:58.031 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:11:58.038 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:12:18.041 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:12:18.047 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:12:38.047 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:12:38.052 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:12:58.053 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:12:58.063 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:13:18.065 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:13:18.070 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:13:38.071 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:13:38.079 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:13:58.080 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:13:58.089 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:14:18.092 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:14:18.099 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:14:38.100 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:14:38.110 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:14:58.111 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:14:58.132 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:15:18.133 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:15:18.138 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:15:38.139 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:15:38.144 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:15:58.146 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:15:58.154 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:16:18.155 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:16:18.163 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:16:38.164 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:16:38.170 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:16:58.171 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:16:58.182 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:17:18.184 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:17:18.188 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:17:38.189 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:17:38.194 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:17:58.194 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:17:58.201 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:18:18.202 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:18:18.207 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:18:38.208 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:18:38.213 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:18:58.214 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:18:58.219 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:19:18.220 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:19:18.225 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:19:38.226 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:19:38.243 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:19:58.245 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:19:58.251 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-09,17:20:02.822] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-09 17:20:18.252 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:20:18.256 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:20:38.257 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:20:38.264 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:20:58.265 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:20:58.269 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:21:18.270 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:21:18.289 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:21:38.290 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:21:38.300 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:21:58.300 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:21:58.310 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:22:18.311 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:22:18.316 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:22:38.317 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:22:38.324 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:22:58.325 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:22:58.330 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:23:18.331 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:23:18.345 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:23:38.346 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:23:38.350 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:23:58.351 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:23:58.360 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:24:18.362 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:24:18.370 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:24:38.372 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:24:38.379 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:24:58.380 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:24:58.388 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:25:18.388 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:25:18.393 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:25:38.394 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:25:38.398 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:25:58.399 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:25:58.408 [W] [client/service.go:297] [f19edb8611124e88] 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' 2026-04-09 17:26:18.409 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:26:18.414 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:26:38.415 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:26:38.450 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:26:58.451 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:26:58.458 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:27:18.459 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:27:18.464 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:27:38.465 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:27:38.470 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:27:58.470 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:27:58.480 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:28:18.481 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:28:18.509 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:28:38.511 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:28:38.517 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:28:58.518 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:28:58.528 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:29:18.529 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:29:18.534 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:29:38.536 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:29:38.541 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:29:58.542 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:29:58.547 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:30:18.549 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:30:18.556 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:30:38.557 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:30:38.561 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:30:58.563 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:30:58.568 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:31:18.569 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:31:18.575 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:31:38.576 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:31:38.605 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:31:58.607 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:31:58.612 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:32:18.614 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:32:18.619 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:32:38.620 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:32:38.624 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:32:58.626 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:32:58.630 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:33:18.632 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:33:18.645 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:33:38.646 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:33:38.651 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:33:58.653 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:33:58.662 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:34:18.663 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:34:18.670 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:34:38.671 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:34:38.687 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:34:58.689 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:34:58.695 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-09,17:35:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-09 17:35:18.696 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:35:18.719 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:35:38.719 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:35:38.724 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:35:58.726 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:35:58.746 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:36:18.747 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:36:18.753 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:36:38.754 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:36:38.758 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:36:58.760 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:36:58.766 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:37:18.768 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:37:18.774 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:37:38.775 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:37:38.785 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:37:58.786 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:37:58.794 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:38:18.797 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:38:18.804 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:38:38.806 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:38:38.813 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:38:58.814 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:38:58.822 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:39:18.823 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:39:18.830 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:39:38.832 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:39:38.852 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:39:58.854 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:39:58.860 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:40:18.862 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:40:18.871 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:40:38.872 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:40:38.877 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:40:58.877 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:40:58.882 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:41:18.882 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:41:18.889 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:41:38.891 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:41:38.896 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:41:58.897 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:41:58.926 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:42:18.928 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:42:18.935 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:42:38.937 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:42:38.947 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:42:58.948 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:42:58.952 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:43:18.954 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:43:18.964 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:43:38.965 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:43:38.985 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:43:58.985 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:43:58.994 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:44:18.996 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:44:19.000 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:44:39.001 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:44:39.005 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:44:59.007 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:44:59.015 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:45:19.017 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:45:19.021 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:45:39.023 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:45:39.030 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:45:59.032 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:45:59.038 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:46:19.039 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:46:19.044 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:46:39.045 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:46:39.053 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:46:59.054 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:46:59.058 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:47:19.059 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:47:19.068 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:47:39.069 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:47:39.084 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:47:59.085 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:47:59.305 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:48:19.306 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:48:19.310 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:48:39.311 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:48:39.321 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:48:59.323 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:48:59.334 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:49:19.335 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:49:19.340 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:49:39.341 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:49:39.348 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:49:59.348 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:49:59.355 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-09,17:50:02.322] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-09 17:50:19.357 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:50:19.370 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:50:39.371 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:50:39.381 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:50:59.382 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:50:59.390 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:51:19.391 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:51:19.398 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:51:39.399 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:51:39.405 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:51:59.406 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:51:59.415 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:52:19.417 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:52:19.438 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:52:39.440 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:52:39.449 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:52:59.450 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:52:59.456 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:53:19.457 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:53:19.471 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:53:39.472 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:53:39.481 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:53:59.482 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:53:59.489 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:54:19.491 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:54:19.495 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:54:39.497 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:54:39.510 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:54:59.512 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:54:59.516 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:55:19.517 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:55:19.526 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:55:39.527 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:55:39.532 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:55:59.533 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:55:59.542 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:56:19.543 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:56:19.551 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:56:39.552 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:56:39.556 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:56:59.558 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:56:59.562 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:57:19.564 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:57:19.570 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:57:39.570 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:57:39.575 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:57:59.576 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:57:59.584 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:58:19.587 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:58:19.594 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:58:39.596 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:58:39.605 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:58:59.607 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:58:59.612 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:59:19.613 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:59:19.620 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:59:39.621 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:59:39.637 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:59:59.639 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 17:59:59.647 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:00:19.648 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:00:19.654 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:00:39.655 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:00:39.659 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:00:59.661 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:00:59.666 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:01:19.667 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:01:19.679 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:01:39.681 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:01:39.685 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:01:59.687 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:01:59.692 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:02:19.694 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:02:19.700 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:02:39.701 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:02:39.705 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:02:59.706 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:02:59.726 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:03:19.727 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:03:19.734 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:03:39.736 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:03:39.740 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:03:59.741 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:03:59.749 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:04:19.750 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:04:19.759 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:04:39.761 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:04:39.765 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:04:59.766 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:04:59.775 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-09,18:05:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-09 18:05:19.776 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:05:19.785 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:05:39.786 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:05:39.791 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:05:59.794 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:05:59.799 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:06:19.801 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:06:19.845 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:06:39.847 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:06:39.852 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:06:59.853 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:06:59.858 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:07:19.860 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:07:19.866 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:07:39.867 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:07:39.873 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:07:59.875 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:07:59.881 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:08:19.882 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:08:19.894 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:08:39.895 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:08:39.923 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:08:59.924 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:08:59.929 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:09:19.931 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:09:19.943 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:09:39.945 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:09:39.955 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:09:59.956 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:09:59.965 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:10:19.966 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:10:19.970 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:10:39.971 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:10:39.980 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:10:59.981 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:10:59.985 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:11:19.985 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:11:19.990 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:11:39.992 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:11:40.001 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:12:00.002 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:12:00.009 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:12:20.012 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:12:20.020 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:12:40.021 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:12:40.030 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:13:00.031 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:13:00.043 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:13:20.044 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:13:20.051 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:13:40.052 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:13:40.057 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:14:00.057 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:14:00.090 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:14:20.091 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:14:20.105 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:14:40.106 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:14:40.115 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:15:00.116 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:15:00.185 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:15:20.186 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:15:20.194 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:15:40.195 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:15:40.200 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:16:00.202 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:16:00.210 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:16:20.211 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:16:20.219 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:16:40.220 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:16:40.225 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:17:00.226 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:17:00.233 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:17:20.235 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:17:20.240 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:17:40.241 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:17:40.249 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:18:00.250 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:18:00.260 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:18:20.262 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:18:20.270 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:18:40.271 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:18:40.275 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:19:00.276 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:19:00.325 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:19:20.326 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:19:20.340 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:19:40.340 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:19:40.345 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:20:00.346 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:20:00.358 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-09,18:20:02.016] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-09 18:20:20.359 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:20:20.364 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:20:40.366 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:20:40.376 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:21:00.377 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:21:00.382 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:21:20.383 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:21:20.389 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:21:40.391 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:21:40.395 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:22:00.395 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:22:00.455 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:22:20.456 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:22:20.465 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:22:40.467 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:22:40.480 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:23:00.481 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:23:00.514 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:23:20.515 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:23:20.519 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:23:40.520 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:23:40.525 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:24:00.526 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:24:00.529 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:24:20.531 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:24:20.546 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:24:40.547 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:24:40.554 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:25:00.556 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:25:00.570 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:25:20.571 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:25:20.578 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:25:40.580 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:25:40.584 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:26:00.587 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:26:00.597 [W] [client/service.go:297] [f19edb8611124e88] 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' 2026-04-09 18:26:20.599 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:26:20.605 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:26:40.606 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:26:40.614 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:27:00.615 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:27:00.625 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:27:20.627 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:27:20.633 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:27:40.635 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:27:40.640 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:28:00.641 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:28:00.655 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:28:20.657 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:28:20.671 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:28:40.672 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:28:40.695 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:29:00.696 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:29:00.702 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:29:20.703 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:29:20.710 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:29:40.711 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:29:40.719 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:30:00.720 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:30:00.725 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:30:20.726 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:30:20.734 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:30:40.735 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:30:40.741 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:31:00.743 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:31:00.750 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:31:20.751 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:31:20.768 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:31:40.769 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:31:40.774 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:32:00.776 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:32:00.780 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:32:20.781 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:32:20.787 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:32:40.788 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:32:40.813 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:33:00.814 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:33:00.818 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:33:20.820 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:33:20.824 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:33:40.825 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:33:40.830 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:34:00.831 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:34:00.899 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:34:20.900 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:34:20.904 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:34:40.906 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:34:40.913 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:35:00.914 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:35:00.918 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-09,18:35:02.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-09 18:35:20.919 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:35:20.923 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:35:40.924 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:35:40.929 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:36:00.930 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:36:00.933 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:36:20.934 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:36:20.939 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:36:40.940 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:36:40.945 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:37:00.946 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:37:00.949 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:37:20.951 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:37:20.985 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:37:40.986 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:37:40.996 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:38:00.997 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:38:01.015 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:38:21.015 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:38:21.022 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:38:41.023 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:38:41.034 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:39:01.035 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:39:01.038 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:39:21.038 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:39:21.044 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:39:41.045 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:39:41.099 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:40:01.100 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:40:01.105 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:40:21.106 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:40:21.112 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:40:41.113 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:40:41.124 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:41:01.125 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:41:01.130 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:41:21.131 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:41:21.140 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:41:41.141 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:41:41.146 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:42:01.147 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:42:01.154 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:42:21.155 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:42:21.160 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:42:41.162 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:42:41.169 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:43:01.170 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:43:01.173 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:43:21.174 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:43:21.179 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:43:41.180 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:43:41.194 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:44:01.195 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:44:01.199 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:44:21.200 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:44:21.206 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:44:41.208 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:44:41.214 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:45:01.215 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:45:01.218 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:45:21.219 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:45:21.224 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:45:41.225 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:45:41.229 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:46:01.230 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:46:01.242 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:46:21.243 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:46:21.250 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:46:41.250 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:46:41.297 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:47:01.298 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:47:01.303 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:47:21.304 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:47:21.309 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:47:41.311 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:47:41.318 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:48:01.320 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:48:01.325 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:48:21.326 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:48:21.335 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:48:41.337 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:48:41.366 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:49:01.367 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:49:01.374 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:49:21.375 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:49:21.379 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:49:41.380 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:49:41.427 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:50:01.428 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:50:01.443 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-09,18:50:02.569] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-09 18:50:21.444 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:50:21.465 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:50:41.466 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:50:41.471 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:51:01.473 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:51:01.499 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:51:21.500 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:51:21.504 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:51:41.505 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:51:41.509 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:52:01.511 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:52:01.514 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:52:21.515 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:52:21.544 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:52:41.546 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:52:41.553 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:53:01.554 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:53:01.580 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:53:21.580 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:53:21.584 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:53:41.586 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:53:41.594 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:54:01.595 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:54:01.609 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:54:21.610 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:54:21.619 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:54:41.621 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:54:41.629 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:55:01.630 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:55:01.633 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:55:21.634 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:55:21.639 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:55:41.641 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:55:41.649 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:56:01.651 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:56:01.659 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:56:21.660 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:56:21.665 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:56:41.667 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:56:41.675 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:57:01.676 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:57:01.689 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:57:21.690 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:57:21.694 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:57:41.696 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:57:41.700 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:58:01.701 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:58:01.705 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:58:21.707 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:58:21.714 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:58:41.715 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:58:41.720 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:59:01.721 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:59:01.729 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:59:21.730 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:59:21.734 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 18:59:41.736 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 18:59:41.741 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 19:00:01.742 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 19:00:01.746 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 19:00:21.748 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 19:00:21.753 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 19:00:41.754 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 19:00:41.760 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 19:01:01.761 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 19:01:01.766 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 19:01:21.767 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 19:01:21.771 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 19:01:41.773 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 19:01:41.779 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 19:02:01.781 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 19:02:01.784 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 19:02:21.786 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 19:02:21.815 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 19:02:41.816 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 19:02:41.821 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 19:03:01.822 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 19:03:04.708 [W] [client/service.go:297] [f19edb8611124e88] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 19:03:24.709 [I] [client/service.go:294] [f19edb8611124e88] try to connect to server... 2026-04-09 19:03:25.269 [I] [client/service.go:286] [f19edb8611124e88] login to server success, get run id [f19edb8611124e88] 2026-04-09 19:03:25.271 [I] [proxy/proxy_manager.go:173] [f19edb8611124e88] proxy added: [DNL01B4203] 2026-04-09 19:03:25.663 [I] [client/control.go:168] [f19edb8611124e88] [DNL01B4203] start proxy success [2026-04-09,19:05:02.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,19:05:04.214] [DEBUG] 6 processes running of frp type [2026-04-09,19:20:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,19:20:09.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-04-09,19:35:02.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,19:35:04.195] [DEBUG] 6 processes running of frp type [2026-04-09,19:50:02.932] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,19:50:04.620] [DEBUG] 6 processes running of frp type [2026-04-09,20:05:02.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,20:05:04.689] [DEBUG] 6 processes running of frp type [2026-04-09,20:20:02.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,20:20:03.786] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,20:30:42.156] [INFO] Initializing BusSpeedStateManager V2 [2026-04-09,20:30:42.164] [INFO] LocationSqlManager initialising [2026-04-09,20:30:42.165] [INFO] Location DB initialising [2026-04-09,20:30:42.175] [INFO] LocationSqlManager initialisation complete [2026-04-09,20:30:42.176] [DEBUG] UploadManager Init [2026-04-09,20:30:42.176] [DEBUG] UploadManager Init Complete [2026-04-09,20:30:42.178] [INFO] Initializing GPS... [2026-04-09,20:30:42.180] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,20:32:30.081] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,20:32:31.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( [2026-04-09,20:32:56.642] [DEBUG] Log Upload Complete! [2026-04-09,20:35:31.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,20:35:53.715] [DEBUG] Remote Access Enabled [2026-04-09,20:35:58.216] [INFO] Server Address: 138.201.17.179 [2026-04-09,20:35:58.217] [INFO] Server Port: 7000 [2026-04-09,20:35:58.226] [DEBUG] Starting Remote Access! 2026-04-09 20:35:58.407 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-09 20:35:58.407 [I] [client/service.go:294] try to connect to server... 2026-04-09 20:36:00.441 [I] [client/service.go:286] [23b1bf55a0915822] login to server success, get run id [23b1bf55a0915822] 2026-04-09 20:36:00.443 [I] [proxy/proxy_manager.go:173] [23b1bf55a0915822] proxy added: [DNL01B4203] 2026-04-09 20:36:00.845 [I] [client/control.go:168] [23b1bf55a0915822] [DNL01B4203] start proxy success [2026-04-09,20:50:02.200] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,20:50:04.227] [DEBUG] 6 processes running of frp type [2026-04-09,21:05:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,21:05:04.722] [DEBUG] 6 processes running of frp type [2026-04-09,21:20:02.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,21: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' [2026-04-09,21:35:02.836] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,21:35:04.610] [DEBUG] 6 processes running of frp type [2026-04-09,21:50:02.185] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,21:50:03.959] [DEBUG] 6 processes running of frp type [2026-04-09,22:05:02.452] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,22:05:04.245] [DEBUG] 6 processes running of frp type [2026-04-09,22:20:02.552] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,22:20:09.423] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,22:35:02.392] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,22:35:04.113] [DEBUG] 6 processes running of frp type [2026-04-09,22:50:02.927] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,22:50:04.932] [DEBUG] 6 processes running of frp type [2026-04-09,23:05:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,23:05:04.176] [DEBUG] 6 processes running of frp type [2026-04-09,23:20:02.632] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,23:20:04.417] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,23:35:02.501] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,23:35:04.219] [DEBUG] 6 processes running of frp type [2026-04-09,23:50:02.939] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-09,23:50:04.788] [DEBUG] 6 processes running of frp type [2026-04-10,00:05:02.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,00:05:03.941] [DEBUG] 6 processes running of frp type [2026-04-10,00:20:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,00:20:04.154] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,00:35:01.987] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,00:35:04.092] [DEBUG] 6 processes running of frp type [2026-04-10,00:50:02.799] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,00:50:04.684] [DEBUG] 6 processes running of frp type [2026-04-10,01:05:03.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,01:05:04.869] [DEBUG] 6 processes running of frp type [2026-04-10,01:20:02.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,01:20:03.907] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,01:35:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,01:35:04.515] [DEBUG] 6 processes running of frp type [2026-04-10,01:50:03.179] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,01:50:04.841] [DEBUG] 6 processes running of frp type [2026-04-10,02:05:01.993] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,02:05:04.111] [DEBUG] 6 processes running of frp type [2026-04-10,02:20:02.396] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,02: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-04-10,02:35:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,02:35:03.972] [DEBUG] 6 processes running of frp type [2026-04-10,02:50:02.664] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,02:50:04.296] [DEBUG] 6 processes running of frp type [2026-04-10,03:05:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,03:05:04.415] [DEBUG] 6 processes running of frp type [2026-04-10,03:20:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,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-04-10,03:35:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,03:35:04.339] [DEBUG] 6 processes running of frp type [2026-04-10,03:50:03.119] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,03:50:04.775] [DEBUG] 6 processes running of frp type [2026-04-10,04:05:01.936] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,04:05:04.038] [DEBUG] 6 processes running of frp type [2026-04-10,04:20:02.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,04: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-04-10,04:35:02.160] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,04:35:04.043] [DEBUG] 6 processes running of frp type [2026-04-10,04:50:02.652] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,04:50:04.372] [DEBUG] 6 processes running of frp type [2026-04-10,05:05:02.692] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,05:05:04.525] [DEBUG] 6 processes running of frp type [2026-04-10,05:20:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,05: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-04-10,05:35:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,05:35:04.202] [DEBUG] 6 processes running of frp type [2026-04-10,05:50:02.704] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,05:50:04.375] [DEBUG] 6 processes running of frp type [2026-04-10,06:05:02.994] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,06:05:04.809] [DEBUG] 6 processes running of frp type [2026-04-10,06:20:02.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,06: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-04-10,06:30:40.631] [INFO] Initializing BusSpeedStateManager V2 [2026-04-10,06:30:40.641] [INFO] LocationSqlManager initialising [2026-04-10,06:30:40.642] [INFO] Location DB initialising [2026-04-10,06:30:40.658] [INFO] LocationSqlManager initialisation complete [2026-04-10,06:30:40.659] [DEBUG] UploadManager Init [2026-04-10,06:30:40.660] [DEBUG] UploadManager Init Complete [2026-04-10,06:30:40.665] [INFO] Initializing GPS... [2026-04-10,06:30:40.667] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,06:32:29.554] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,06:32:31.193] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-10,06:32:44.899] [DEBUG] Log Upload Complete! [2026-04-10,06:35:29.549] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,06:35:31.220] [DEBUG] Remote Access Enabled [2026-04-10,06:35:32.626] [INFO] Server Address: 138.201.17.179 [2026-04-10,06:35:32.628] [INFO] Server Port: 7000 [2026-04-10,06:35:32.637] [DEBUG] Starting Remote Access! 2026-04-10 06:35:32.798 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-10 06:35:32.799 [I] [client/service.go:294] try to connect to server... 2026-04-10 06:35:33.339 [I] [client/service.go:286] [05432444f9dd652e] login to server success, get run id [05432444f9dd652e] 2026-04-10 06:35:33.340 [I] [proxy/proxy_manager.go:173] [05432444f9dd652e] proxy added: [DNL01B4203] 2026-04-10 06:35:33.566 [I] [client/control.go:168] [05432444f9dd652e] [DNL01B4203] start proxy success [2026-04-10,06:50:01.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,06:50:03.472] [DEBUG] 6 processes running of frp type [2026-04-10,06:48:20.861] [INFO] Initializing BusSpeedStateManager V2 [2026-04-10,06:48:20.867] [INFO] LocationSqlManager initialising [2026-04-10,06:48:20.867] [INFO] Location DB initialising [2026-04-10,06:48:20.877] [INFO] LocationSqlManager initialisation complete [2026-04-10,06:48:20.878] [DEBUG] UploadManager Init [2026-04-10,06:48:20.879] [DEBUG] UploadManager Init Complete [2026-04-10,06:48:20.882] [INFO] Initializing GPS... [2026-04-10,06:48:20.884] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:53:09.504] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-10,07:20:02.346] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,07:20:04.012] [DEBUG] Remote Access Enabled [2026-04-10,07:20:05.271] [INFO] Server Address: 138.201.17.179 [2026-04-10,07:20:05.272] [INFO] Server Port: 7000 [2026-04-10,07:20:05.284] [DEBUG] Starting Remote Access! 2026-04-10 07:20:05.491 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-10 07:20:05.492 [I] [client/service.go:294] try to connect to server... 2026-04-10 07:20:06.032 [I] [client/service.go:286] [843dde4d02d7bd13] login to server success, get run id [843dde4d02d7bd13] 2026-04-10 07:20:06.033 [I] [proxy/proxy_manager.go:173] [843dde4d02d7bd13] proxy added: [DNL01B4203] 2026-04-10 07:20:06.204 [I] [client/control.go:168] [843dde4d02d7bd13] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,07:35:02.427] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,07:35:04.060] [DEBUG] 6 processes running of frp type [2026-04-10,07:50:02.808] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,07:50:04.417] [DEBUG] 6 processes running of frp type [2026-04-10,08:02:02.719] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,08:02:04.378] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-10,08:02:24.183] [DEBUG] Log Upload Complete! [2026-04-10,08:05:02.985] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,08:05:04.579] [DEBUG] 6 processes running of frp type [2026-04-10,08:20:03.142] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,08: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-10,08:10:57.088] [INFO] Initializing BusSpeedStateManager V2 [2026-04-10,08:10:57.093] [INFO] LocationSqlManager initialising [2026-04-10,08:10:57.093] [INFO] Location DB initialising [2026-04-10,08:10:57.103] [INFO] LocationSqlManager initialisation complete [2026-04-10,08:10:57.103] [DEBUG] UploadManager Init [2026-04-10,08:10:57.104] [DEBUG] UploadManager Init Complete [2026-04-10,08:10:57.106] [INFO] Initializing GPS... [2026-04-10,08:10:57.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-04-10,08:15:45.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-04-10,15:12:59.162] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,15:13:00.958] [DEBUG] Remote Access Enabled [2026-04-10,15:13:02.244] [INFO] Server Address: 138.201.17.179 [2026-04-10,15:13:02.245] [INFO] Server Port: 7000 [2026-04-10,15:13:02.254] [DEBUG] Starting Remote Access! 2026-04-10 15:13:02.421 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-10 15:13:02.422 [I] [client/service.go:294] try to connect to server... 2026-04-10 15:13:02.971 [I] [client/service.go:286] [98b820fbc80f64c5] login to server success, get run id [98b820fbc80f64c5] 2026-04-10 15:13:02.972 [I] [proxy/proxy_manager.go:173] [98b820fbc80f64c5] proxy added: [DNL01B4203] 2026-04-10 15:13:03.159 [I] [client/control.go:168] [98b820fbc80f64c5] [DNL01B4203] start proxy success [2026-04-10,15:20:02.854] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,15:20:09.476] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,15:35:02.739] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,15:35:04.384] [DEBUG] 6 processes running of frp type [2026-04-10,15:50:03.085] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,15:50:04.957] [DEBUG] 6 processes running of frp type [2026-04-10,16:05:02.290] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,16:05:04.070] [DEBUG] 6 processes running of frp type [2026-04-10,16:20:02.320] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,16:20:04.000] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,16:35:03.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,16:35:04.838] [DEBUG] 6 processes running of frp type [2026-04-10,16:50:02.410] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,16:50:04.170] [DEBUG] 6 processes running of frp type 2026-04-10 17:00:20.347 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:00:20.348 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:00:22.436 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:00:22.437 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:00:26.784 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:00:26.786 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:00:36.208 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:00:36.209 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:00:56.211 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:00:56.212 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:01:16.214 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:01:16.215 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:01:36.216 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:01:36.218 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:01:56.218 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:01:56.220 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:02:16.221 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:02:16.222 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:02:36.223 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:02:36.224 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:02:56.225 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:02:56.227 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:03:16.228 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:03:16.229 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:03:36.230 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:03:36.232 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:03:56.233 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:03:56.234 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:04:16.236 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:04:16.237 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:04:36.239 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:04:36.240 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:04:56.241 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:04:56.242 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:05:16.244 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:05:16.248 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:05:36.250 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:05:36.254 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:05:56.256 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:05:57.554 [I] [client/service.go:286] [98b820fbc80f64c5] login to server success, get run id [98b820fbc80f64c5] 2026-04-10 17:05:57.556 [I] [proxy/proxy_manager.go:173] [98b820fbc80f64c5] proxy added: [DNL01B4203] 2026-04-10 17:05:58.630 [I] [client/control.go:168] [98b820fbc80f64c5] [DNL01B4203] start proxy success 2026-04-10 17:07:06.716 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:07:06.718 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:07:08.759 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:07:08.761 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:07:12.966 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:07:12.967 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:07:21.497 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:07:21.498 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:07:39.199 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:07:39.201 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:07:59.202 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:07:59.203 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:08:19.205 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:08:19.206 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:08:39.207 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:08:39.208 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:08:59.209 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:08:59.210 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:09:19.211 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:09:19.212 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:09:39.214 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:09:39.215 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:09:59.216 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:09:59.217 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:10:19.219 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:10:19.220 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:10:39.221 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:10:39.223 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:10:59.224 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:10:59.225 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:11:19.226 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:11:19.228 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:11:39.229 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:11:39.230 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:11:59.231 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:11:59.235 [W] [client/service.go:297] [98b820fbc80f64c5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-10 17:12:19.238 [I] [client/service.go:294] [98b820fbc80f64c5] try to connect to server... 2026-04-10 17:12:19.744 [I] [client/service.go:286] [98b820fbc80f64c5] login to server success, get run id [98b820fbc80f64c5] 2026-04-10 17:12:19.747 [I] [proxy/proxy_manager.go:173] [98b820fbc80f64c5] proxy added: [DNL01B4203] 2026-04-10 17:12:20.108 [I] [client/control.go:168] [98b820fbc80f64c5] [DNL01B4203] start proxy success [2026-04-10,17:20:03.029] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,17: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-04-10,17:35:02.910] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,17:35:04.580] [DEBUG] 6 processes running of frp type [2026-04-10,17:50:02.277] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,17:50:03.997] [DEBUG] 6 processes running of frp type [2026-04-10,18:05:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,18:05:04.058] [DEBUG] 6 processes running of frp type [2026-04-10,18:20:02.359] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,18: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-04-10,18:35:03.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,18:35:04.844] [DEBUG] 6 processes running of frp type [2026-04-10,18:50:02.488] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,18:50:04.237] [DEBUG] 6 processes running of frp type [2026-04-10,19:05:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,19:05:04.500] [DEBUG] 6 processes running of frp type [2026-04-10,19:20:02.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,19: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-04-10,19:35:02.553] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,19:35:04.217] [DEBUG] 6 processes running of frp type [2026-04-10,19:50:03.009] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,19:50:05.008] [DEBUG] 6 processes running of frp type [2026-04-10,20:05:02.203] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,20:05:09.071] [DEBUG] 6 processes running of frp type [2026-04-10,20:20:02.342] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,20: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-04-10,20:30:40.977] [INFO] Initializing BusSpeedStateManager V2 [2026-04-10,20:30:40.984] [INFO] LocationSqlManager initialising [2026-04-10,20:30:40.985] [INFO] Location DB initialising [2026-04-10,20:30:40.996] [INFO] LocationSqlManager initialisation complete [2026-04-10,20:30:40.997] [DEBUG] UploadManager Init [2026-04-10,20:30:40.998] [DEBUG] UploadManager Init Complete [2026-04-10,20:30:41.001] [INFO] Initializing GPS... [2026-04-10,20:30:41.003] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,20:32:29.733] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,20:32:31.446] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-10,20:32:44.602] [DEBUG] Log Upload Complete! [2026-04-10,20:35:29.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,20:35:31.552] [DEBUG] Remote Access Enabled [2026-04-10,20:35:32.892] [INFO] Server Address: 138.201.17.179 [2026-04-10,20:35:32.893] [INFO] Server Port: 7000 [2026-04-10,20:35:32.898] [DEBUG] Starting Remote Access! 2026-04-10 20:35:33.073 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-10 20:35:33.074 [I] [client/service.go:294] try to connect to server... 2026-04-10 20:35:33.780 [I] [client/service.go:286] [ab8e4da3218ec26f] login to server success, get run id [ab8e4da3218ec26f] 2026-04-10 20:35:33.782 [I] [proxy/proxy_manager.go:173] [ab8e4da3218ec26f] proxy added: [DNL01B4203] 2026-04-10 20:35:34.139 [I] [client/control.go:168] [ab8e4da3218ec26f] [DNL01B4203] start proxy success [2026-04-10,20:50:02.940] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,20:50:04.732] [DEBUG] 6 processes running of frp type [2026-04-10,21:05:02.240] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,21:05:09.141] [DEBUG] 6 processes running of frp type 2026-04-10 21:13:28.730 [I] [client/service.go:294] [ab8e4da3218ec26f] try to connect to server... 2026-04-10 21:13:48.559 [W] [client/service.go:297] [ab8e4da3218ec26f] connect to server error: i/o deadline reached 2026-04-10 21:13:48.560 [I] [client/service.go:294] [ab8e4da3218ec26f] try to connect to server... 2026-04-10 21:14:01.840 [W] [client/service.go:297] [ab8e4da3218ec26f] connect to server error: i/o deadline reached 2026-04-10 21:14:01.840 [I] [client/service.go:294] [ab8e4da3218ec26f] try to connect to server... 2026-04-10 21:14:11.884 [I] [client/service.go:286] [ab8e4da3218ec26f] login to server success, get run id [ab8e4da3218ec26f] 2026-04-10 21:14:11.886 [I] [proxy/proxy_manager.go:173] [ab8e4da3218ec26f] proxy added: [DNL01B4203] 2026-04-10 21:14:14.496 [I] [client/control.go:168] [ab8e4da3218ec26f] [DNL01B4203] start proxy success 2026-04-10 21:15:18.874 [I] [client/service.go:294] [ab8e4da3218ec26f] try to connect to server... 2026-04-10 21:15:25.050 [I] [client/service.go:286] [ab8e4da3218ec26f] login to server success, get run id [ab8e4da3218ec26f] 2026-04-10 21:15:25.051 [I] [proxy/proxy_manager.go:173] [ab8e4da3218ec26f] proxy added: [DNL01B4203] 2026-04-10 21:15:35.960 [I] [client/control.go:168] [ab8e4da3218ec26f] [DNL01B4203] start proxy success 2026-04-10 21:16:32.325 [I] [client/service.go:294] [ab8e4da3218ec26f] try to connect to server... 2026-04-10 21:16:51.148 [W] [client/service.go:297] [ab8e4da3218ec26f] connect to server error: i/o deadline reached 2026-04-10 21:16:51.149 [I] [client/service.go:294] [ab8e4da3218ec26f] try to connect to server... 2026-04-10 21:17:00.145 [I] [client/service.go:286] [ab8e4da3218ec26f] login to server success, get run id [ab8e4da3218ec26f] 2026-04-10 21:17:00.146 [I] [proxy/proxy_manager.go:173] [ab8e4da3218ec26f] proxy added: [DNL01B4203] 2026-04-10 21:17:05.159 [I] [client/control.go:168] [ab8e4da3218ec26f] [DNL01B4203] start proxy success [2026-04-10,21:20:03.561] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,21:20:14.538] [DEBUG] 6 processes running of frp type 2026-04-10 21:21:09.097 [I] [client/service.go:294] [ab8e4da3218ec26f] try to connect to server... 2026-04-10 21:21:16.053 [I] [client/service.go:286] [ab8e4da3218ec26f] login to server success, get run id [ab8e4da3218ec26f] 2026-04-10 21:21:16.054 [I] [proxy/proxy_manager.go:173] [ab8e4da3218ec26f] proxy added: [DNL01B4203] 2026-04-10 21:21:17.653 [I] [client/control.go:168] [ab8e4da3218ec26f] [DNL01B4203] start proxy success 2026-04-10 21:24:58.624 [I] [client/service.go:294] [ab8e4da3218ec26f] try to connect to server... 2026-04-10 21:25:09.870 [I] [client/service.go:286] [ab8e4da3218ec26f] login to server success, get run id [ab8e4da3218ec26f] 2026-04-10 21:25:09.872 [I] [proxy/proxy_manager.go:173] [ab8e4da3218ec26f] proxy added: [DNL01B4203] 2026-04-10 21:25:20.642 [I] [client/control.go:168] [ab8e4da3218ec26f] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.270] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,21:35:04.283] [DEBUG] 6 processes running of frp type [2026-04-10,21:50:03.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,21:50:04.759] [DEBUG] 6 processes running of frp type [2026-04-10,22:05:02.259] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,22:05:09.260] [DEBUG] 6 processes running of frp type [2026-04-10,22:20:02.478] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,22: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' [2026-04-10,22:35:02.187] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,22:35:04.265] [DEBUG] 6 processes running of frp type [2026-04-10,22:50:03.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,22:50:05.883] [DEBUG] 6 processes running of frp type [2026-04-10,23:05:02.355] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,23:05:04.042] [DEBUG] 6 processes running of frp type [2026-04-10,23:20:02.303] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,23:20:04.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-10,23:35:02.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,23:35:04.047] [DEBUG] 6 processes running of frp type [2026-04-10,23:50:02.845] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-10,23:50:04.633] [DEBUG] 6 processes running of frp type [2026-04-11,00:05:03.028] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,00:05:04.791] [DEBUG] 6 processes running of frp type [2026-04-11,00:20:02.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,00:20:03.690] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,00:35:02.869] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,00:35:04.660] [DEBUG] 6 processes running of frp type [2026-04-11,00:50:02.259] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,00:50:03.903] [DEBUG] 6 processes running of frp type 2026-04-11 00:53:08.179 [I] [client/service.go:294] [ab8e4da3218ec26f] try to connect to server... 2026-04-11 00:53:18.181 [W] [client/service.go:297] [ab8e4da3218ec26f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 00:53:18.182 [I] [client/service.go:294] [ab8e4da3218ec26f] try to connect to server... 2026-04-11 00:53:28.184 [W] [client/service.go:297] [ab8e4da3218ec26f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 00:53:28.185 [I] [client/service.go:294] [ab8e4da3218ec26f] try to connect to server... 2026-04-11 00:53:38.186 [W] [client/service.go:297] [ab8e4da3218ec26f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 00:53:38.187 [I] [client/service.go:294] [ab8e4da3218ec26f] try to connect to server... 2026-04-11 00:53:38.964 [I] [client/service.go:286] [ab8e4da3218ec26f] login to server success, get run id [ab8e4da3218ec26f] 2026-04-11 00:53:38.966 [I] [proxy/proxy_manager.go:173] [ab8e4da3218ec26f] proxy added: [DNL01B4203] 2026-04-11 00:53:39.279 [I] [client/control.go:168] [ab8e4da3218ec26f] [DNL01B4203] start proxy success [2026-04-11,01:05:02.380] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,01:05:04.215] [DEBUG] 6 processes running of frp type [2026-04-11,01:20:02.840] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,01:20:05.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-11,01:35:02.523] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,01:35:04.154] [DEBUG] 6 processes running of frp type [2026-04-11,01:50:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,01:50:04.464] [DEBUG] 6 processes running of frp type [2026-04-11,02:05:02.939] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,02:05:05.017] [DEBUG] 6 processes running of frp type [2026-04-11,02:20:02.400] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,02: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' [2026-04-11,02:35:02.178] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,02:35:03.799] [DEBUG] 6 processes running of frp type [2026-04-11,02:50:02.477] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,02:50:04.128] [DEBUG] 6 processes running of frp type [2026-04-11,03:05:02.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,03:05:04.755] [DEBUG] 6 processes running of frp type [2026-04-11,03:20:01.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,03:20:03.924] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,03:35:02.669] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,03:35:05.319] [DEBUG] 6 processes running of frp type [2026-04-11,03:50:02.831] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,03:50:04.576] [DEBUG] 6 processes running of frp type [2026-04-11,04:05:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,04:05:04.418] [DEBUG] 6 processes running of frp type [2026-04-11,04:20:02.722] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,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-04-11,04:35:02.408] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,04:35:04.087] [DEBUG] 6 processes running of frp type [2026-04-11,04:50:02.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,04:50:05.471] [DEBUG] 6 processes running of frp type [2026-04-11,05:05:02.891] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,05:05:04.666] [DEBUG] 6 processes running of frp type [2026-04-11,05:20:01.980] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,05:20:03.608] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,05:35:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,05:35:04.473] [DEBUG] 6 processes running of frp type [2026-04-11,05:50:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,05:50:03.933] [DEBUG] 6 processes running of frp type [2026-04-11,06:05:02.364] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,06:05:04.223] [DEBUG] 6 processes running of frp type [2026-04-11,06:20:02.452] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,06: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-11,06:30:41.915] [INFO] Initializing BusSpeedStateManager V2 [2026-04-11,06:30:41.920] [INFO] LocationSqlManager initialising [2026-04-11,06:30:41.920] [INFO] Location DB initialising [2026-04-11,06:30:41.930] [INFO] LocationSqlManager initialisation complete [2026-04-11,06:30:41.930] [DEBUG] UploadManager Init [2026-04-11,06:30:41.931] [DEBUG] UploadManager Init Complete [2026-04-11,06:30:41.933] [INFO] Initializing GPS... [2026-04-11,06:30:41.935] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,06:32:29.582] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,06:32:31.622] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-11,06:32:49.378] [DEBUG] Log Upload Complete! [2026-04-11,06:35:29.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,06:35:31.542] [DEBUG] Remote Access Enabled [2026-04-11,06:35:33.087] [INFO] Server Address: 138.201.17.179 [2026-04-11,06:35:33.088] [INFO] Server Port: 7000 [2026-04-11,06:35:33.097] [DEBUG] Starting Remote Access! 2026-04-11 06:35:33.293 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-11 06:35:33.294 [I] [client/service.go:294] try to connect to server... 2026-04-11 06:35:34.079 [I] [client/service.go:286] [06c860566e10b0aa] login to server success, get run id [06c860566e10b0aa] 2026-04-11 06:35:34.080 [I] [proxy/proxy_manager.go:173] [06c860566e10b0aa] proxy added: [DNL01B4203] 2026-04-11 06:35:34.250 [I] [client/control.go:168] [06c860566e10b0aa] [DNL01B4203] start proxy success [2026-04-11,06:50:02.778] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,06:50:05.199] [DEBUG] 6 processes running of frp type [2026-04-11,07:05:02.675] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,07:05:04.758] [DEBUG] 6 processes running of frp type [2026-04-11,07:20:02.144] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,07: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,07:35:02.870] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,07:35:05.314] [DEBUG] 6 processes running of frp type [2026-04-11,07:39:02.893] [INFO] Initializing BusSpeedStateManager V2 [2026-04-11,07:39:02.898] [INFO] LocationSqlManager initialising [2026-04-11,07:39:02.898] [INFO] Location DB initialising [2026-04-11,07:39:02.907] [INFO] LocationSqlManager initialisation complete [2026-04-11,07:39:02.908] [DEBUG] UploadManager Init [2026-04-11,07:39:02.908] [DEBUG] UploadManager Init Complete [2026-04-11,07:39:02.911] [INFO] Initializing GPS... [2026-04-11,07:39:02.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' [2026-04-11,07:43:51.895] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-11,19:05:03.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,19:05:04.991] [DEBUG] Remote Access Enabled [2026-04-11,19:05:06.297] [INFO] Server Address: 138.201.17.179 [2026-04-11,19:05:06.298] [INFO] Server Port: 7000 [2026-04-11,19:05:06.303] [DEBUG] Starting Remote Access! 2026-04-11 19:05:06.431 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-11 19:05:06.431 [I] [client/service.go:294] try to connect to server... 2026-04-11 19:05:06.974 [I] [client/service.go:286] [54e41176bd9480e2] login to server success, get run id [54e41176bd9480e2] 2026-04-11 19:05:06.975 [I] [proxy/proxy_manager.go:173] [54e41176bd9480e2] proxy added: [DNL01B4203] 2026-04-11 19:05:07.166 [I] [client/control.go:168] [54e41176bd9480e2] [DNL01B4203] start proxy success [2026-04-11,19:20:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,19: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-04-11,19:35:02.307] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,19:35:04.056] [DEBUG] 6 processes running of frp type [2026-04-11,19:50:02.878] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,19:50:04.630] [DEBUG] 6 processes running of frp type [2026-04-11,20:05:03.053] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,20:05:04.673] [DEBUG] 6 processes running of frp type [2026-04-11,20:20:01.983] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,20:20:04.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-11,20:30:40.820] [INFO] Initializing BusSpeedStateManager V2 [2026-04-11,20:30:40.825] [INFO] LocationSqlManager initialising [2026-04-11,20:30:40.826] [INFO] Location DB initialising [2026-04-11,20:30:40.835] [INFO] LocationSqlManager initialisation complete [2026-04-11,20:30:40.835] [DEBUG] UploadManager Init [2026-04-11,20:30:40.836] [DEBUG] UploadManager Init Complete [2026-04-11,20:30:40.839] [INFO] Initializing GPS... [2026-04-11,20:30:40.841] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,20:32:29.977] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,20:32:31.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-11,20:32:46.729] [DEBUG] Log Upload Complete! [2026-04-11,20:35:30.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,20:35:32.568] [DEBUG] Remote Access Enabled [2026-04-11,20:35:34.951] [INFO] Server Address: 138.201.17.179 [2026-04-11,20:35:34.953] [INFO] Server Port: 7000 [2026-04-11,20:35:34.961] [DEBUG] Starting Remote Access! 2026-04-11 20:35:35.125 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-11 20:35:35.126 [I] [client/service.go:294] try to connect to server... 2026-04-11 20:35:35.882 [I] [client/service.go:286] [401c7215a961d6cc] login to server success, get run id [401c7215a961d6cc] 2026-04-11 20:35:35.882 [I] [proxy/proxy_manager.go:173] [401c7215a961d6cc] proxy added: [DNL01B4203] 2026-04-11 20:35:36.093 [I] [client/control.go:168] [401c7215a961d6cc] [DNL01B4203] start proxy success [2026-04-11,20:50:02.712] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,20:50:04.399] [DEBUG] 6 processes running of frp type [2026-04-11,21:05:02.845] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,21:05:09.839] [DEBUG] 6 processes running of frp type [2026-04-11,21:20:02.051] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,21:20:03.723] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,21:35:02.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,21:35:04.873] [DEBUG] 6 processes running of frp type [2026-04-11,21:50:02.415] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,21:50:04.323] [DEBUG] 6 processes running of frp type [2026-04-11,22:05:02.666] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,22:05:04.448] [DEBUG] 6 processes running of frp type [2026-04-11,22:20:03.001] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,22:20:04.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-11,22:35:02.661] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,22:35:04.478] [DEBUG] 6 processes running of frp type [2026-04-11,22:50:02.338] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,22:50:04.108] [DEBUG] 6 processes running of frp type [2026-04-11,23:05:02.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,23:05:04.278] [DEBUG] 6 processes running of frp type [2026-04-11,23:20:02.667] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,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-11,23:35:02.502] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,23:35:04.195] [DEBUG] 6 processes running of frp type [2026-04-11,23:50:03.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-11,23:50:04.777] [DEBUG] 6 processes running of frp type [2026-04-12,00:05:02.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,00:05:03.984] [DEBUG] 6 processes running of frp type [2026-04-12,00:20:02.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,00:20:03.832] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,00:35:02.230] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,00:35:03.852] [DEBUG] 6 processes running of frp type [2026-04-12,00:50:02.719] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,00:50:04.552] [DEBUG] 6 processes running of frp type [2026-04-12,01:05:03.062] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,01:05:04.816] [DEBUG] 6 processes running of frp type [2026-04-12,01:20:02.125] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,01:20:03.754] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,01:35:03.094] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,01:35:04.908] [DEBUG] 6 processes running of frp type [2026-04-12,01:50:02.546] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,01:50:04.361] [DEBUG] 6 processes running of frp type [2026-04-12,02:05:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,02:05:04.478] [DEBUG] 6 processes running of frp type [2026-04-12,02:20:02.969] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,02: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-04-12,02:35:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,02:35:04.550] [DEBUG] 6 processes running of frp type [2026-04-12,02:50:02.397] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,02:50:04.137] [DEBUG] 6 processes running of frp type [2026-04-12,03:05:02.364] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,03:05:04.049] [DEBUG] 6 processes running of frp type [2026-04-12,03:20:02.474] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,03:20:04.222] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,03:35:02.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,03:35:03.958] [DEBUG] 6 processes running of frp type [2026-04-12,03:50:02.528] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,03:50:04.432] [DEBUG] 6 processes running of frp type [2026-04-12,04:05:02.937] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,04:05:04.707] [DEBUG] 6 processes running of frp type [2026-04-12,04:20:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,04: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-04-12,04:35:02.765] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,04:35:04.442] [DEBUG] 6 processes running of frp type [2026-04-12,04:50:03.215] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,04:50:05.487] [DEBUG] 6 processes running of frp type [2026-04-12,05:05:02.878] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,05:05:04.637] [DEBUG] 6 processes running of frp type [2026-04-12,05:20:03.262] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,05: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' [2026-04-12,05:35:02.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,05:35:04.560] [DEBUG] 6 processes running of frp type [2026-04-12,05:50:02.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,05:50:03.858] [DEBUG] 6 processes running of frp type [2026-04-12,06:05:02.010] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,06:05:03.981] [DEBUG] 6 processes running of frp type [2026-04-12,06:20:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,06:20:03.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-04-12,06:30:42.344] [INFO] Initializing BusSpeedStateManager V2 [2026-04-12,06:30:42.351] [INFO] LocationSqlManager initialising [2026-04-12,06:30:42.352] [INFO] Location DB initialising [2026-04-12,06:30:42.363] [INFO] LocationSqlManager initialisation complete [2026-04-12,06:30:42.365] [DEBUG] UploadManager Init [2026-04-12,06:30:42.365] [DEBUG] UploadManager Init Complete [2026-04-12,06:30:42.370] [INFO] Initializing GPS... [2026-04-12,06:30:42.372] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,06:32:30.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,06:32:31.824] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-12,06:32:47.297] [DEBUG] Log Upload Complete! [2026-04-12,06:35:30.319] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,06:35:31.921] [DEBUG] Remote Access Enabled [2026-04-12,06:35:33.159] [INFO] Server Address: 138.201.17.179 [2026-04-12,06:35:33.160] [INFO] Server Port: 7000 [2026-04-12,06:35:33.165] [DEBUG] Starting Remote Access! 2026-04-12 06:35:33.295 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-12 06:35:33.295 [I] [client/service.go:294] try to connect to server... 2026-04-12 06:35:33.829 [I] [client/service.go:286] [ce0d6261bbda3668] login to server success, get run id [ce0d6261bbda3668] 2026-04-12 06:35:33.831 [I] [proxy/proxy_manager.go:173] [ce0d6261bbda3668] proxy added: [DNL01B4203] 2026-04-12 06:35:34.082 [I] [client/control.go:168] [ce0d6261bbda3668] [DNL01B4203] start proxy success [2026-04-12,06:50:02.072] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,06:50:03.822] [DEBUG] 6 processes running of frp type [2026-04-12,07:05:02.234] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,07:05:03.933] [DEBUG] 6 processes running of frp type [2026-04-12,07:20:02.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,07:20:03.812] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,07:35:03.038] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,07:35:04.747] [DEBUG] 6 processes running of frp type [2026-04-12,07:50:02.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,07:50:04.272] [DEBUG] 6 processes running of frp type [2026-04-12,08:02:02.481] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,08:02:04.226] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:29.786] [DEBUG] Log Upload Complete! [2026-04-12,08:05:02.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,08:05:04.337] [DEBUG] 6 processes running of frp type [2026-04-12,08:20:02.715] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,08: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-12,08:35:02.294] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,08:35:03.997] [DEBUG] 6 processes running of frp type [2026-04-12,08:50:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,08:50:04.460] [DEBUG] 6 processes running of frp type [2026-04-12,09:05:02.754] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,09:05:04.445] [DEBUG] 6 processes running of frp type [2026-04-12,09:20:02.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,09: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-04-12,09:35:02.467] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,09:35:04.166] [DEBUG] 6 processes running of frp type [2026-04-12,09:50:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,09:50:04.713] [DEBUG] 6 processes running of frp type [2026-04-12,10:05:02.992] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,10:05:04.695] [DEBUG] 6 processes running of frp type [2026-04-12,10:20:02.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,10:20:03.761] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,10:35:02.719] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,10:35:04.604] [DEBUG] 6 processes running of frp type [2026-04-12,10:50:02.394] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,10:50:04.058] [DEBUG] 6 processes running of frp type [2026-04-12,11:05:02.553] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,11:05:04.219] [DEBUG] 6 processes running of frp type [2026-04-12,11:20:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,11: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' [2026-04-12,11:35:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,11:35:04.192] [DEBUG] 6 processes running of frp type [2026-04-12,11:50:02.884] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,11:50:04.759] [DEBUG] 6 processes running of frp type [2026-04-12,12:05:02.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,12:05:03.952] [DEBUG] 6 processes running of frp type [2026-04-12,12:20:02.144] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,12:20:03.913] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,12:35:02.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,12:35:04.204] [DEBUG] 6 processes running of frp type [2026-04-12,12:50:03.065] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,12:50:04.750] [DEBUG] 6 processes running of frp type [2026-04-12,13:05:02.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,13:05:03.939] [DEBUG] 6 processes running of frp type [2026-04-12,13:20:02.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,13: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,13:35:03.026] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,13:35:04.729] [DEBUG] 6 processes running of frp type [2026-04-12,13:50:02.634] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,13:50:04.374] [DEBUG] 6 processes running of frp type [2026-04-12,14:05:02.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,14:05:04.679] [DEBUG] 6 processes running of frp type [2026-04-12,14:20:03.214] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,14: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' [2026-04-12,14:35:02.861] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,14:35:04.647] [DEBUG] 6 processes running of frp type [2026-04-12,14:50:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,14:50:04.209] [DEBUG] 6 processes running of frp type [2026-04-12,15:05:02.818] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,15:05:04.560] [DEBUG] 6 processes running of frp type [2026-04-12,15:20:02.849] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,15: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-12,15:35:02.805] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,15:35:04.611] [DEBUG] 6 processes running of frp type [2026-04-12,15:50:02.027] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,15:50:03.737] [DEBUG] 6 processes running of frp type [2026-04-12,16:05:02.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,16:05:04.053] [DEBUG] 6 processes running of frp type [2026-04-12,16:20:02.296] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,16: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-04-12,16:35:03.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,16:35:05.002] [DEBUG] 6 processes running of frp type [2026-04-12,16:50:02.844] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,16:50:04.463] [DEBUG] 6 processes running of frp type 2026-04-12 17:00:37.324 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:00:37.325 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:00:39.526 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:00:39.527 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:00:44.339 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:00:44.340 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:00:54.217 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:00:54.218 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:01:14.157 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:01:14.158 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:01:34.159 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:01:34.160 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:01:54.161 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:01:54.163 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:02:14.164 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:02:14.165 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:02:34.166 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:02:34.167 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:02:54.168 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:02:54.170 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:03:14.171 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:03:14.173 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:03:34.174 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:03:34.176 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:03:54.177 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:03:54.178 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:04:14.180 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:04:14.181 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:04:34.182 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:04:34.183 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:04:54.185 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:04:54.186 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:05:14.188 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:05:14.192 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:05:34.193 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:05:34.198 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:05:54.199 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:05:55.238 [I] [client/service.go:286] [ce0d6261bbda3668] login to server success, get run id [ce0d6261bbda3668] 2026-04-12 17:05:55.240 [I] [proxy/proxy_manager.go:173] [ce0d6261bbda3668] proxy added: [DNL01B4203] 2026-04-12 17:05:56.198 [I] [client/control.go:168] [ce0d6261bbda3668] [DNL01B4203] start proxy success 2026-04-12 17:06:34.361 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:06:34.363 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:06:36.392 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:06:36.394 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:06:40.635 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:06:40.636 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:06:49.137 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:06:49.138 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:07:07.369 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:07:07.370 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:07:27.372 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:07:27.373 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:07:47.375 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:07:47.376 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:08:07.378 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:08:07.379 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:08:27.380 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:08:27.382 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:08:47.382 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:08:47.384 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:09:07.385 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:09:07.387 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:09:27.388 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:09:27.389 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:09:47.391 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:09:47.392 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:10:07.392 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:10:07.395 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:10:27.396 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:10:27.397 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:10:47.399 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:10:47.400 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:11:07.402 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:11:07.405 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:11:27.406 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:11:27.414 [W] [client/service.go:297] [ce0d6261bbda3668] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-12 17:11:47.415 [I] [client/service.go:294] [ce0d6261bbda3668] try to connect to server... 2026-04-12 17:11:48.785 [I] [client/service.go:286] [ce0d6261bbda3668] login to server success, get run id [ce0d6261bbda3668] 2026-04-12 17:11:48.787 [I] [proxy/proxy_manager.go:173] [ce0d6261bbda3668] proxy added: [DNL01B4203] 2026-04-12 17:11:49.906 [I] [client/control.go:168] [ce0d6261bbda3668] [DNL01B4203] start proxy success [2026-04-12,17:20:02.328] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,17: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' [2026-04-12,17:35:03.171] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,17:35:05.305] [DEBUG] 6 processes running of frp type [2026-04-12,17:50:02.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,17:50:05.009] [DEBUG] 6 processes running of frp type [2026-04-12,18:05:02.443] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,18:05:04.262] [DEBUG] 6 processes running of frp type [2026-04-12,18:20:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,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-04-12,18:35:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,18:35:04.144] [DEBUG] 6 processes running of frp type [2026-04-12,18:50:02.760] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,18:50:04.473] [DEBUG] 6 processes running of frp type [2026-04-12,19:05:03.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,19:05:04.852] [DEBUG] 6 processes running of frp type [2026-04-12,19:20:02.120] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,19: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' [2026-04-12,19:35:02.890] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,19:35:04.575] [DEBUG] 6 processes running of frp type [2026-04-12,19:50:02.380] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,19:50:04.167] [DEBUG] 6 processes running of frp type [2026-04-12,20:05:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,20:05:04.270] [DEBUG] 6 processes running of frp type [2026-04-12,20:20:02.599] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,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-04-12,20:30:42.198] [INFO] Initializing BusSpeedStateManager V2 [2026-04-12,20:30:42.206] [INFO] LocationSqlManager initialising [2026-04-12,20:30:42.207] [INFO] Location DB initialising [2026-04-12,20:30:42.219] [INFO] LocationSqlManager initialisation complete [2026-04-12,20:30:42.220] [DEBUG] UploadManager Init [2026-04-12,20:30:42.220] [DEBUG] UploadManager Init Complete [2026-04-12,20:30:42.225] [INFO] Initializing GPS... [2026-04-12,20:30:42.228] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:29.785] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,20:32:31.467] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:33:04.330] [DEBUG] Log Upload Complete! [2026-04-12,20:35:29.770] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,20:35:31.756] [DEBUG] Remote Access Enabled [2026-04-12,20:35:33.149] [INFO] Server Address: 138.201.17.179 [2026-04-12,20:35:33.151] [INFO] Server Port: 7000 [2026-04-12,20:35:33.163] [DEBUG] Starting Remote Access! 2026-04-12 20:35:33.303 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-12 20:35:33.304 [I] [client/service.go:294] try to connect to server... 2026-04-12 20:35:33.856 [I] [client/service.go:286] [7b96c31e317b9ac3] login to server success, get run id [7b96c31e317b9ac3] 2026-04-12 20:35:33.857 [I] [proxy/proxy_manager.go:173] [7b96c31e317b9ac3] proxy added: [DNL01B4203] 2026-04-12 20:35:34.031 [I] [client/control.go:168] [7b96c31e317b9ac3] [DNL01B4203] start proxy success [2026-04-12,20:50:02.769] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,20:50:04.514] [DEBUG] 6 processes running of frp type [2026-04-12,21:05:02.830] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,21:05:04.776] [DEBUG] 6 processes running of frp type [2026-04-12,21:20:02.161] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,21:20:03.856] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,21:35:02.805] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,21:35:04.616] [DEBUG] 6 processes running of frp type [2026-04-12,21:50:02.496] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,21:50:04.142] [DEBUG] 6 processes running of frp type [2026-04-12,22:05:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,22:05:04.693] [DEBUG] 6 processes running of frp type [2026-04-12,22:20:03.191] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,22:20:05.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-12,22:35:02.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,22:35:04.566] [DEBUG] 6 processes running of frp type [2026-04-12,22:50:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,22:50:04.224] [DEBUG] 6 processes running of frp type [2026-04-12,23:05:02.644] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,23:05:04.550] [DEBUG] 6 processes running of frp type [2026-04-12,23:20:02.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,23: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-12,23:35:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,23:35:04.675] [DEBUG] 6 processes running of frp type [2026-04-12,23:50:02.386] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-12,23:50:04.281] [DEBUG] 6 processes running of frp type [2026-04-13,00:05:02.560] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,00:05:04.323] [DEBUG] 6 processes running of frp type [2026-04-13,00:20:02.599] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,00: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-04-13,00:35:02.427] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,00:35:04.055] [DEBUG] 6 processes running of frp type [2026-04-13,00:50:02.799] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,00:50:04.518] [DEBUG] 6 processes running of frp type [2026-04-13,01:05:02.909] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,01:05:04.793] [DEBUG] 6 processes running of frp type [2026-04-13,01:20:02.119] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,01:20:03.765] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,01:35:02.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,01:35:04.928] [DEBUG] 6 processes running of frp type [2026-04-13,01:50:02.642] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,01:50:04.362] [DEBUG] 6 processes running of frp type [2026-04-13,02:05:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,02:05:04.387] [DEBUG] 6 processes running of frp type [2026-04-13,02:20:02.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,02:20:04.787] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,02:35:02.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,02:35:04.471] [DEBUG] 6 processes running of frp type [2026-04-13,02:50:02.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,02:50:03.954] [DEBUG] 6 processes running of frp type [2026-04-13,03:05:02.307] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,03:05:04.854] [DEBUG] 6 processes running of frp type [2026-04-13,03:20:01.996] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,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-04-13,03:35:03.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,03:35:04.777] [DEBUG] 6 processes running of frp type [2026-04-13,03:50:02.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,03:50:04.446] [DEBUG] 6 processes running of frp type [2026-04-13,04:05:02.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,04:05:04.909] [DEBUG] 6 processes running of frp type [2026-04-13,04:20:02.062] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,04: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-04-13,04:35:03.086] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,04:35:04.711] [DEBUG] 6 processes running of frp type [2026-04-13,04:50:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,04:50:04.252] [DEBUG] 6 processes running of frp type [2026-04-13,05:05:02.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,05:05:04.414] [DEBUG] 6 processes running of frp type [2026-04-13,05:20:02.850] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,05:20:04.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-13,05:35:02.613] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,05:35:04.270] [DEBUG] 6 processes running of frp type [2026-04-13,05:50:03.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,05:50:05.346] [DEBUG] 6 processes running of frp type [2026-04-13,06:05:02.834] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,06:05:04.528] [DEBUG] 6 processes running of frp type [2026-04-13,06:20:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,06:20:05.559] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,06:30:42.114] [INFO] Initializing BusSpeedStateManager V2 [2026-04-13,06:30:42.119] [INFO] LocationSqlManager initialising [2026-04-13,06:30:42.120] [INFO] Location DB initialising [2026-04-13,06:30:42.129] [INFO] LocationSqlManager initialisation complete [2026-04-13,06:30:42.129] [DEBUG] UploadManager Init [2026-04-13,06:30:42.130] [DEBUG] UploadManager Init Complete [2026-04-13,06:30:42.132] [INFO] Initializing GPS... [2026-04-13,06:30:42.134] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,06:32:29.770] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,06:32:32.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-04-13,06:32:49.051] [DEBUG] Log Upload Complete! [2026-04-13,06:35:29.721] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,06:35:31.342] [DEBUG] Remote Access Enabled [2026-04-13,06:35:33.162] [INFO] Server Address: 138.201.17.179 [2026-04-13,06:35:33.163] [INFO] Server Port: 7000 [2026-04-13,06:35:33.172] [DEBUG] Starting Remote Access! 2026-04-13 06:35:33.383 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-13 06:35:33.384 [I] [client/service.go:294] try to connect to server... 2026-04-13 06:35:34.063 [I] [client/service.go:286] [d737b418d8da5065] login to server success, get run id [d737b418d8da5065] 2026-04-13 06:35:34.065 [I] [proxy/proxy_manager.go:173] [d737b418d8da5065] proxy added: [DNL01B4203] 2026-04-13 06:35:34.245 [I] [client/control.go:168] [d737b418d8da5065] [DNL01B4203] start proxy success [2026-04-13,06:50:02.884] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,06:50:04.605] [DEBUG] 6 processes running of frp type [2026-04-13,07:05:03.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,07:05:04.827] [DEBUG] 6 processes running of frp type [2026-04-13,07:20:01.918] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,07: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-04-13,07:35:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,07:35:05.089] [DEBUG] 6 processes running of frp type [2026-04-13,07:50:02.942] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,07:50:05.193] [DEBUG] 6 processes running of frp type [2026-04-13,08:02:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,08:02:04.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-04-13,08:02:23.218] [DEBUG] Log Upload Complete! [2026-04-13,08:05:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,08:05:04.386] [DEBUG] 6 processes running of frp type [2026-04-13,08:20:02.619] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,08: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' [2026-04-13,08:35:02.294] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,08:35:04.724] [DEBUG] 6 processes running of frp type [2026-04-13,08:50:02.601] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,08:50:05.253] [DEBUG] 6 processes running of frp type [2026-04-13,09:05:02.684] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,09:05:09.834] [DEBUG] 6 processes running of frp type [2026-04-13,09:20:02.019] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,09:20:04.154] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,09:35:02.870] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,09:35:10.076] [DEBUG] 6 processes running of frp type [2026-04-13,09:50:02.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,09:50:05.537] [DEBUG] 6 processes running of frp type [2026-04-13,10:05:03.030] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,10:05:05.387] [DEBUG] 6 processes running of frp type [2026-04-13,10:20:02.787] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,10: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-04-13,10:35:02.246] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,10:35:04.305] [DEBUG] 6 processes running of frp type [2026-04-13,10:50:03.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,10:50:05.130] [DEBUG] 6 processes running of frp type [2026-04-13,11:05:02.603] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,11:05:04.636] [DEBUG] 6 processes running of frp type [2026-04-13,11:20:01.872] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,11:20:09.601] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,11:35:02.969] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,11:35:05.041] [DEBUG] 6 processes running of frp type [2026-04-13,11:50:02.808] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,11:50:04.786] [DEBUG] 6 processes running of frp type [2026-04-13,12:05:02.273] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,12:05:04.305] [DEBUG] 6 processes running of frp type [2026-04-13,12:20:02.533] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,12: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-04-13,12:35:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,12:35:09.772] [DEBUG] 6 processes running of frp type [2026-04-13,12:16:25.236] [INFO] Initializing BusSpeedStateManager V2 [2026-04-13,12:16:25.244] [INFO] LocationSqlManager initialising [2026-04-13,12:16:25.245] [INFO] Location DB initialising [2026-04-13,12:16:25.257] [INFO] LocationSqlManager initialisation complete [2026-04-13,12:16:25.258] [DEBUG] UploadManager Init [2026-04-13,12:16:25.258] [DEBUG] UploadManager Init Complete [2026-04-13,12:16:25.262] [INFO] Initializing GPS... [2026-04-13,12:16:25.264] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:21:14.221] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-13,15:20:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,15:20:04.178] [DEBUG] Remote Access Enabled [2026-04-13,15:20:05.651] [INFO] Server Address: 138.201.17.179 [2026-04-13,15:20:05.653] [INFO] Server Port: 7000 [2026-04-13,15:20:05.662] [DEBUG] Starting Remote Access! 2026-04-13 15:20:05.857 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-13 15:20:05.858 [I] [client/service.go:294] try to connect to server... 2026-04-13 15:20:06.510 [I] [client/service.go:286] [ebeaa9ccde2c2f99] login to server success, get run id [ebeaa9ccde2c2f99] 2026-04-13 15:20:06.511 [I] [proxy/proxy_manager.go:173] [ebeaa9ccde2c2f99] proxy added: [DNL01B4203] 2026-04-13 15:20:06.729 [I] [client/control.go:168] [ebeaa9ccde2c2f99] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:03.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,15:35:05.137] [DEBUG] 6 processes running of frp type [2026-04-13,15:37:02.211] [INFO] Initializing BusSpeedStateManager V2 [2026-04-13,15:37:02.218] [INFO] LocationSqlManager initialising [2026-04-13,15:37:02.219] [INFO] Location DB initialising [2026-04-13,15:37:02.230] [INFO] LocationSqlManager initialisation complete [2026-04-13,15:37:02.232] [DEBUG] UploadManager Init [2026-04-13,15:37:02.233] [DEBUG] UploadManager Init Complete [2026-04-13,15:37:02.237] [INFO] Initializing GPS... [2026-04-13,15:37:02.240] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:41:50.879] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-13,19:20:03.538] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,19:20:49.145] [DEBUG] Remote Access Enabled [2026-04-13,19:20:54.732] [INFO] Server Address: 138.201.17.179 [2026-04-13,19:20:54.733] [INFO] Server Port: 7000 [2026-04-13,19:20:54.738] [DEBUG] Starting Remote Access! 2026-04-13 19:20:54.863 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-13 19:20:54.863 [I] [client/service.go:294] try to connect to server... 2026-04-13 19:20:57.487 [I] [client/service.go:286] [fa9f4771a5ec60f0] login to server success, get run id [fa9f4771a5ec60f0] 2026-04-13 19:20:57.489 [I] [proxy/proxy_manager.go:173] [fa9f4771a5ec60f0] proxy added: [DNL01B4203] 2026-04-13 19:20:57.923 [I] [client/control.go:168] [fa9f4771a5ec60f0] [DNL01B4203] start proxy success 2026-04-13 19:24:47.273 [I] [client/service.go:294] [fa9f4771a5ec60f0] try to connect to server... 2026-04-13 19:24:56.275 [I] [client/service.go:286] [fa9f4771a5ec60f0] login to server success, get run id [fa9f4771a5ec60f0] 2026-04-13 19:24:56.276 [I] [proxy/proxy_manager.go:173] [fa9f4771a5ec60f0] proxy added: [DNL01B4203] 2026-04-13 19:24:56.834 [I] [client/control.go:168] [fa9f4771a5ec60f0] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:29:34.578 [I] [client/service.go:294] [fa9f4771a5ec60f0] try to connect to server... 2026-04-13 19:29:35.464 [I] [client/service.go:286] [fa9f4771a5ec60f0] login to server success, get run id [fa9f4771a5ec60f0] 2026-04-13 19:29:35.465 [I] [proxy/proxy_manager.go:173] [fa9f4771a5ec60f0] proxy added: [DNL01B4203] 2026-04-13 19:29:35.849 [I] [client/control.go:168] [fa9f4771a5ec60f0] [DNL01B4203] start proxy success [2026-04-13,19:35:03.009] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,19:35:12.720] [DEBUG] 6 processes running of frp type [2026-04-13,19:50:03.591] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,19:50:05.796] [DEBUG] 6 processes running of frp type 2026-04-13 19:58:34.063 [I] [client/service.go:294] [fa9f4771a5ec60f0] try to connect to server... 2026-04-13 19:58:40.579 [I] [client/service.go:286] [fa9f4771a5ec60f0] login to server success, get run id [fa9f4771a5ec60f0] 2026-04-13 19:58:40.580 [I] [proxy/proxy_manager.go:173] [fa9f4771a5ec60f0] proxy added: [DNL01B4203] 2026-04-13 19:58:41.224 [I] [client/control.go:168] [fa9f4771a5ec60f0] [DNL01B4203] start proxy success [2026-04-13,20:05:02.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,20:05:10.051] [DEBUG] 6 processes running of frp type 2026-04-13 20:07:07.193 [I] [client/service.go:294] [fa9f4771a5ec60f0] try to connect to server... 2026-04-13 20:07:07.846 [I] [client/service.go:286] [fa9f4771a5ec60f0] login to server success, get run id [fa9f4771a5ec60f0] 2026-04-13 20:07:07.847 [I] [proxy/proxy_manager.go:173] [fa9f4771a5ec60f0] proxy added: [DNL01B4203] 2026-04-13 20:07:08.150 [I] [client/control.go:168] [fa9f4771a5ec60f0] [DNL01B4203] start proxy success [2026-04-13,20:20:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,20:20:10.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-04-13,20:30:41.097] [INFO] Initializing BusSpeedStateManager V2 [2026-04-13,20:30:41.104] [INFO] LocationSqlManager initialising [2026-04-13,20:30:41.105] [INFO] Location DB initialising [2026-04-13,20:30:41.117] [INFO] LocationSqlManager initialisation complete [2026-04-13,20:30:41.118] [DEBUG] UploadManager Init [2026-04-13,20:30:41.118] [DEBUG] UploadManager Init Complete [2026-04-13,20:30:41.123] [INFO] Initializing GPS... [2026-04-13,20:30:41.126] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,20:32:31.629] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-13,20:35:29.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,20:36:06.437] [DEBUG] Remote Access Enabled [2026-04-13,20:36:38.455] [INFO] Server Address: 138.201.17.179 [2026-04-13,20:36:38.456] [INFO] Server Port: 7000 [2026-04-13,20:36:38.461] [DEBUG] Starting Remote Access! 2026-04-13 20:36:38.586 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-13 20:36:38.587 [I] [client/service.go:294] try to connect to server... 2026-04-13 20:36:50.708 [W] [client/service.go:297] connect to server error: i/o deadline reached 2026-04-13 20:36:50.708 [I] [sub/root.go:160] frpc service for config file [./frpc_copy.toml] stopped login to the server failed: i/o deadline reached. With loginFailExit enabled, no additional retries will be attempted [2026-04-13,20:36:50.719] [DEBUG] Remote Access Running [2026-04-13,20:50:02.724] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,20:50:04.390] [DEBUG] Remote Access Enabled [2026-04-13,20:50:05.723] [INFO] Server Address: 138.201.17.179 [2026-04-13,20:50:05.724] [INFO] Server Port: 7000 [2026-04-13,20:50:05.733] [DEBUG] Starting Remote Access! 2026-04-13 20:50:05.792 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-13 20:50:05.794 [I] [client/service.go:294] try to connect to server... 2026-04-13 20:50:06.300 [I] [client/service.go:286] [408ef8977fe8cb83] login to server success, get run id [408ef8977fe8cb83] 2026-04-13 20:50:06.302 [I] [proxy/proxy_manager.go:173] [408ef8977fe8cb83] proxy added: [DNL01B4203] 2026-04-13 20:50:06.471 [I] [client/control.go:168] [408ef8977fe8cb83] [DNL01B4203] start proxy success [2026-04-13,21:05:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,21:05:04.480] [DEBUG] 6 processes running of frp type [2026-04-13,21:20:04.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-13 21:20:11.145 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:20:14.675 [I] [client/service.go:286] [408ef8977fe8cb83] login to server success, get run id [408ef8977fe8cb83] 2026-04-13 21:20:14.677 [I] [proxy/proxy_manager.go:173] [408ef8977fe8cb83] proxy added: [DNL01B4203] [2026-04-13,21:20:16.385] [DEBUG] 6 processes running of frp type 2026-04-13 21:20:18.503 [I] [client/control.go:168] [408ef8977fe8cb83] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,21:35:02.438] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,21:35:04.258] [DEBUG] 6 processes running of frp type 2026-04-13 21:40:39.714 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:40:59.737 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: i/o deadline reached 2026-04-13 21:40:59.738 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:41:01.639 [I] [client/service.go:286] [408ef8977fe8cb83] login to server success, get run id [408ef8977fe8cb83] 2026-04-13 21:41:01.639 [I] [proxy/proxy_manager.go:173] [408ef8977fe8cb83] proxy added: [DNL01B4203] 2026-04-13 21:41:01.868 [I] [client/control.go:168] [408ef8977fe8cb83] [DNL01B4203] start proxy success 2026-04-13 21:43:11.707 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:43:12.548 [I] [client/service.go:286] [408ef8977fe8cb83] login to server success, get run id [408ef8977fe8cb83] 2026-04-13 21:43:12.549 [I] [proxy/proxy_manager.go:173] [408ef8977fe8cb83] proxy added: [DNL01B4203] 2026-04-13 21:43:12.765 [I] [client/control.go:168] [408ef8977fe8cb83] [DNL01B4203] start proxy success [2026-04-13,21:50:03.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,21:50:04.952] [DEBUG] 6 processes running of frp type 2026-04-13 21:52:56.763 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:53:06.765 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 21:53:06.766 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:53:25.623 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: connection write timeout 2026-04-13 21:53:25.624 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:53:38.943 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: connection write timeout 2026-04-13 21:53:38.943 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:53:48.945 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 21:53:48.945 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:54:01.372 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: read tcp 192.168.1.135:39224->138.201.17.179:7000: read: connection reset by peer 2026-04-13 21:54:21.373 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:54:31.374 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 21:54:51.376 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:55:02.220 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: read tcp 192.168.1.135:33080->138.201.17.179:7000: read: connection reset by peer 2026-04-13 21:55:22.221 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:55:32.223 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 21:55:52.225 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 21:55:53.111 [I] [client/service.go:286] [408ef8977fe8cb83] login to server success, get run id [408ef8977fe8cb83] 2026-04-13 21:55:53.112 [I] [proxy/proxy_manager.go:173] [408ef8977fe8cb83] proxy added: [DNL01B4203] 2026-04-13 21:55:53.472 [I] [client/control.go:168] [408ef8977fe8cb83] [DNL01B4203] start proxy success [2026-04-13,22:05:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,22:05:04.239] [DEBUG] 6 processes running of frp type [2026-04-13,22:20:02.586] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,22: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-04-13,22:35:02.451] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,22:35:04.514] [DEBUG] 6 processes running of frp type [2026-04-13,22:50:02.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,22:50:03.773] [DEBUG] 6 processes running of frp type [2026-04-13,23:05:02.197] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,23:05:04.510] [DEBUG] 6 processes running of frp type [2026-04-13,23:20:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,23:20:08.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-13,23:35:02.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,23:35:04.401] [DEBUG] 6 processes running of frp type 2026-04-13 23:45:55.446 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 23:46:05.448 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 23:46:05.448 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-13 23:46:12.739 [I] [client/service.go:286] [408ef8977fe8cb83] login to server success, get run id [408ef8977fe8cb83] 2026-04-13 23:46:12.740 [I] [proxy/proxy_manager.go:173] [408ef8977fe8cb83] proxy added: [DNL01B4203] 2026-04-13 23:46:12.947 [I] [client/control.go:168] [408ef8977fe8cb83] [DNL01B4203] start proxy success [2026-04-13,23:50:02.313] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-13,23:50:03.994] [DEBUG] 6 processes running of frp type [2026-04-14,00:05:02.389] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,00:05:04.112] [DEBUG] 6 processes running of frp type 2026-04-14 00:20:14.156 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-14 00:20:24.158 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 00:20:24.159 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-14 00:20:34.161 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 00:20:34.161 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... [2026-04-14,00:20:35.591] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-14 00:20:44.162 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 00:20:44.163 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-04-14 00:20:54.165 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 00:20:54.166 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-14 00:21:02.689 [I] [client/service.go:286] [408ef8977fe8cb83] login to server success, get run id [408ef8977fe8cb83] 2026-04-14 00:21:02.690 [I] [proxy/proxy_manager.go:173] [408ef8977fe8cb83] proxy added: [DNL01B4203] 2026-04-14 00:21:35.658 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-14 00:21:45.660 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 00:21:45.661 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-14 00:21:46.336 [I] [client/service.go:286] [408ef8977fe8cb83] login to server success, get run id [408ef8977fe8cb83] 2026-04-14 00:21:46.340 [I] [proxy/proxy_manager.go:173] [408ef8977fe8cb83] proxy added: [DNL01B4203] 2026-04-14 00:21:46.652 [I] [client/control.go:168] [408ef8977fe8cb83] [DNL01B4203] start proxy success 2026-04-14 00:23:26.190 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-14 00:23:36.192 [W] [client/service.go:297] [408ef8977fe8cb83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 00:23:36.192 [I] [client/service.go:294] [408ef8977fe8cb83] try to connect to server... 2026-04-14 00:23:38.463 [I] [client/service.go:286] [408ef8977fe8cb83] login to server success, get run id [408ef8977fe8cb83] 2026-04-14 00:23:38.465 [I] [proxy/proxy_manager.go:173] [408ef8977fe8cb83] proxy added: [DNL01B4203] 2026-04-14 00:23:38.636 [I] [client/control.go:168] [408ef8977fe8cb83] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,00:35:02.609] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,00:35:04.424] [DEBUG] 6 processes running of frp type [2026-04-14,00:50:03.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,00:50:04.662] [DEBUG] 6 processes running of frp type [2026-04-14,01:05:02.136] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,01:05:03.839] [DEBUG] 6 processes running of frp type [2026-04-14,01:20:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,01:20:04.287] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,01:35:03.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,01:35:04.775] [DEBUG] 6 processes running of frp type [2026-04-14,01:50:02.483] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,01:50:04.088] [DEBUG] 6 processes running of frp type [2026-04-14,02:05:02.562] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,02:05:04.486] [DEBUG] 6 processes running of frp type [2026-04-14,02:20:02.858] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,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' [2026-04-14,02:35:02.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,02:35:04.389] [DEBUG] 6 processes running of frp type [2026-04-14,02:50:01.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,02:50:03.711] [DEBUG] 6 processes running of frp type [2026-04-14,03:05:03.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,03:05:04.980] [DEBUG] 6 processes running of frp type [2026-04-14,03:20:02.314] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,03:20:03.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,03:35:03.207] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,03:35:04.814] [DEBUG] 6 processes running of frp type [2026-04-14,03:50:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,03:50:04.384] [DEBUG] 6 processes running of frp type [2026-04-14,04:05:02.768] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,04:05:04.390] [DEBUG] 6 processes running of frp type [2026-04-14,04:20:02.721] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,04: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-04-14,04:35:02.583] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,04:35:04.501] [DEBUG] 6 processes running of frp type [2026-04-14,04:50:02.109] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,04:50:04.038] [DEBUG] 6 processes running of frp type [2026-04-14,05:05:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,05:05:04.361] [DEBUG] 6 processes running of frp type [2026-04-14,05:20:02.597] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,05: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-04-14,05:35:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,05:35:04.418] [DEBUG] 6 processes running of frp type [2026-04-14,05:50:03.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,05:50:04.888] [DEBUG] 6 processes running of frp type [2026-04-14,06:05:02.341] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,06:05:03.979] [DEBUG] 6 processes running of frp type [2026-04-14,06:20:02.260] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,06:20:03.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-14,06:30:42.730] [INFO] Initializing BusSpeedStateManager V2 [2026-04-14,06:30:42.734] [INFO] LocationSqlManager initialising [2026-04-14,06:30:42.735] [INFO] Location DB initialising [2026-04-14,06:30:42.744] [INFO] LocationSqlManager initialisation complete [2026-04-14,06:30:42.745] [DEBUG] UploadManager Init [2026-04-14,06:30:42.745] [DEBUG] UploadManager Init Complete [2026-04-14,06:30:42.748] [INFO] Initializing GPS... [2026-04-14,06:30:42.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-04-14,06:32:31.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,06:32:33.158] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-14,06:32:43.179] [DEBUG] Log Upload Complete! [2026-04-14,06:35:31.615] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,06:35:33.248] [DEBUG] Remote Access Enabled [2026-04-14,06:35:34.563] [INFO] Server Address: 138.201.17.179 [2026-04-14,06:35:34.564] [INFO] Server Port: 7000 [2026-04-14,06:35:34.569] [DEBUG] Starting Remote Access! 2026-04-14 06:35:34.696 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-14 06:35:34.697 [I] [client/service.go:294] try to connect to server... 2026-04-14 06:35:35.226 [I] [client/service.go:286] [962932b8d8706437] login to server success, get run id [962932b8d8706437] 2026-04-14 06:35:35.228 [I] [proxy/proxy_manager.go:173] [962932b8d8706437] proxy added: [DNL01B4203] 2026-04-14 06:35:35.420 [I] [client/control.go:168] [962932b8d8706437] [DNL01B4203] start proxy success [2026-04-14,06:50:02.491] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,06:50:04.186] [DEBUG] 6 processes running of frp type [2026-04-14,07:05:02.657] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,07:05:04.395] [DEBUG] 6 processes running of frp type [2026-04-14,07:20:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,07: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-04-14,07:35:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,07:35:04.464] [DEBUG] 6 processes running of frp type [2026-04-14,07:50:02.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,07:50:03.890] [DEBUG] 6 processes running of frp type [2026-04-14,08:02:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,08:02:04.335] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-14,08:02:37.019] [DEBUG] Log Upload Complete! [2026-04-14,08:05:02.324] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,08:05:04.230] [DEBUG] 6 processes running of frp type [2026-04-14,08:13:48.643] [INFO] Initializing BusSpeedStateManager V2 [2026-04-14,08:13:48.649] [INFO] LocationSqlManager initialising [2026-04-14,08:13:48.650] [INFO] Location DB initialising [2026-04-14,08:13:48.661] [INFO] LocationSqlManager initialisation complete [2026-04-14,08:13:48.662] [DEBUG] UploadManager Init [2026-04-14,08:13:48.663] [DEBUG] UploadManager Init Complete [2026-04-14,08:13:48.667] [INFO] Initializing GPS... [2026-04-14,08:13:48.670] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,08:15:37.114] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,08:18:37.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 111] Connection refused')) [2026-04-14,08:18:37.236] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,08:20:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-04-14,08:33:37.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 111] Connection refused')) [2026-04-14,08:35:02.831] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,08:48:37.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 111] Connection refused')) [2026-04-14,08:50:02.579] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,09:03:37.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 111] Connection refused')) [2026-04-14,09:05:03.097] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,09:18:37.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 111] Connection refused')) [2026-04-14,09:20:02.408] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-04-14,09:33:37.729] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,09:35:02.359] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,09:48:37.892] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-04-14,09:50:02.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,10:03:37.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 111] Connection refused')) [2026-04-14,10:05:02.460] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,10:18:38.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 111] Connection refused')) [2026-04-14,10:20:02.784] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-04-14,10:33:38.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-04-14,10:35:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,10:48:38.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 111] Connection refused')) [2026-04-14,10:50:02.372] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,11:03:38.435] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-04-14,11:05:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,11:18:38.563] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,11:20:02.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-04-14,11:33:38.692] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,11:35:02.943] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,11:48:38.837] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-04-14,11:50:02.752] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,12:03:38.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 111] Connection refused')) [2026-04-14,12:05:02.292] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,12:18:38.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 111] Connection refused')) [2026-04-14,12:20:02.741] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-04-14,12:33:39.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 111] Connection refused')) [2026-04-14,12:35:02.415] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,12:48:39.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 111] Connection refused')) [2026-04-14,12:50:03.098] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,13:03:39.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 111] Connection refused')) [2026-04-14,13:05:02.568] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,13:18:39.339] [ERROR] Cloud md5sum error [2026-04-14,13:20:03.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-04-14,13:35:02.340] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,13:50:02.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,14:05:02.614] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,14:20:03.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-04-14,14:35:02.822] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,14:50:02.686] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,15:05:02.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,15:20:02.475] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-04-14,15:35:02.454] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,15:50:02.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,16:05:02.721] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,16:20:02.085] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-04-14,16:35:02.664] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-14,16:56:50.946] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,16:56:52.969] [DEBUG] Remote Access Enabled [2026-04-14,16:56:54.366] [INFO] Server Address: 138.201.17.179 [2026-04-14,16:56:54.367] [INFO] Server Port: 7000 [2026-04-14,16:56:54.376] [DEBUG] Starting Remote Access! 2026-04-14 16:56:54.574 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-14 16:56:54.576 [I] [client/service.go:294] try to connect to server... 2026-04-14 16:56:55.133 [I] [client/service.go:286] [e6e4e1bb364d6d8c] login to server success, get run id [e6e4e1bb364d6d8c] 2026-04-14 16:56:55.133 [I] [proxy/proxy_manager.go:173] [e6e4e1bb364d6d8c] proxy added: [DNL01B4203] 2026-04-14 16:56:55.323 [I] [client/control.go:168] [e6e4e1bb364d6d8c] [DNL01B4203] start proxy success 2026-04-14 17:00:35.832 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:00:35.833 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:00:38.015 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:00:38.018 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:00:42.407 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:00:42.408 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:00:51.760 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:00:51.761 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:01:10.647 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:01:10.648 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:01:30.649 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:01:30.650 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:01:50.651 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:01:50.653 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:02:10.653 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:02:10.655 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:02:30.656 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:02:30.657 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:02:50.658 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:02:50.659 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:03:10.661 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:03:10.662 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:03:30.664 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:03:30.665 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:03:50.666 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:03:50.667 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:04:10.669 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:04:10.670 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:04:30.671 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:04:30.672 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:04:50.674 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:04:50.675 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:05:10.676 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:05:10.678 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-14 17:05:30.679 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:05:30.684 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-14 17:05:50.686 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:05:50.690 [W] [client/service.go:297] [e6e4e1bb364d6d8c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-14 17:06:10.691 [I] [client/service.go:294] [e6e4e1bb364d6d8c] try to connect to server... 2026-04-14 17:06:11.960 [I] [client/service.go:286] [e6e4e1bb364d6d8c] login to server success, get run id [e6e4e1bb364d6d8c] 2026-04-14 17:06:11.961 [I] [proxy/proxy_manager.go:173] [e6e4e1bb364d6d8c] proxy added: [DNL01B4203] 2026-04-14 17:06:12.149 [I] [client/control.go:168] [e6e4e1bb364d6d8c] [DNL01B4203] start proxy success [2026-04-14,17:20:03.171] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,17: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-04-14,17:35:02.987] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,17:35:05.062] [DEBUG] 6 processes running of frp type [2026-04-14,17:50:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,17:50:04.611] [DEBUG] 6 processes running of frp type [2026-04-14,18:05:03.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,18:05:04.828] [DEBUG] 6 processes running of frp type [2026-04-14,18:20:02.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,18:20:03.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-14,18:35:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,18:35:03.921] [DEBUG] 6 processes running of frp type [2026-04-14,18:50:02.690] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,18:50:04.456] [DEBUG] 6 processes running of frp type [2026-04-14,19:05:02.949] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,19:05:04.787] [DEBUG] 6 processes running of frp type [2026-04-14,19:20:01.967] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,19: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' [2026-04-14,19:35:02.919] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,19:35:04.748] [DEBUG] 6 processes running of frp type [2026-04-14,19:50:02.603] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,19:50:04.462] [DEBUG] 6 processes running of frp type [2026-04-14,20:05:02.922] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,20:05:05.135] [DEBUG] 6 processes running of frp type [2026-04-14,20:20:02.493] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,20:20:04.193] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,20:30:40.992] [INFO] Initializing BusSpeedStateManager V2 [2026-04-14,20:30:40.997] [INFO] LocationSqlManager initialising [2026-04-14,20:30:40.997] [INFO] Location DB initialising [2026-04-14,20:30:41.006] [INFO] LocationSqlManager initialisation complete [2026-04-14,20:30:41.007] [DEBUG] UploadManager Init [2026-04-14,20:30:41.007] [DEBUG] UploadManager Init Complete [2026-04-14,20:30:41.010] [INFO] Initializing GPS... [2026-04-14,20:30:41.012] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,20:32:29.648] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,20:32:31.428] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-14,20:33:00.585] [DEBUG] Log Upload Complete! [2026-04-14,20:35:29.758] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,20:35:31.899] [DEBUG] Remote Access Enabled [2026-04-14,20:35:33.992] [INFO] Server Address: 138.201.17.179 [2026-04-14,20:35:33.993] [INFO] Server Port: 7000 [2026-04-14,20:35:34.002] [DEBUG] Starting Remote Access! 2026-04-14 20:35:34.214 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-14 20:35:34.215 [I] [client/service.go:294] try to connect to server... 2026-04-14 20:35:35.890 [I] [client/service.go:286] [98ee167b54820a5b] login to server success, get run id [98ee167b54820a5b] 2026-04-14 20:35:35.891 [I] [proxy/proxy_manager.go:173] [98ee167b54820a5b] proxy added: [DNL01B4203] 2026-04-14 20:35:36.114 [I] [client/control.go:168] [98ee167b54820a5b] [DNL01B4203] start proxy success [2026-04-14,20:50:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,20:50:04.530] [DEBUG] 6 processes running of frp type [2026-04-14,21:05:03.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,21:05:09.967] [DEBUG] 6 processes running of frp type [2026-04-14,21:20:02.325] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,21: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-04-14,21:35:03.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,21:35:05.135] [DEBUG] 6 processes running of frp type [2026-04-14,21:50:03.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,21:50:04.737] [DEBUG] 6 processes running of frp type [2026-04-14,22:05:02.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,22:05:03.930] [DEBUG] 6 processes running of frp type [2026-04-14,22:20:02.375] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,22: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-04-14,22:35:03.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,22:35:04.925] [DEBUG] 6 processes running of frp type [2026-04-14,22:50:02.671] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,22:50:04.389] [DEBUG] 6 processes running of frp type [2026-04-14,23:05:02.924] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,23:05:04.653] [DEBUG] 6 processes running of frp type [2026-04-14,23:20:03.018] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,23: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-14,23:35:02.521] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,23:35:04.348] [DEBUG] 6 processes running of frp type [2026-04-14,23:50:03.194] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-14,23:50:05.047] [DEBUG] 6 processes running of frp type [2026-04-15,00:05:02.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,00:05:04.377] [DEBUG] 6 processes running of frp type [2026-04-15,00:20:02.658] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,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-04-15,00:35:02.429] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,00:35:04.097] [DEBUG] 6 processes running of frp type [2026-04-15,00:50:02.719] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,00:50:04.368] [DEBUG] 6 processes running of frp type [2026-04-15,01:05:02.836] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,01:05:04.723] [DEBUG] 6 processes running of frp type [2026-04-15,01:20:02.918] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,01: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-15,01:35:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,01:35:04.672] [DEBUG] 6 processes running of frp type [2026-04-15,01:50:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,01:50:04.137] [DEBUG] 6 processes running of frp type [2026-04-15,02:05:02.440] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,02:05:04.185] [DEBUG] 6 processes running of frp type [2026-04-15,02:20:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,02: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-04-15,02:35:02.145] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,02:35:04.215] [DEBUG] 6 processes running of frp type [2026-04-15,02:50:02.789] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,02:50:04.559] [DEBUG] 6 processes running of frp type [2026-04-15,03:05:02.968] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,03:05:04.807] [DEBUG] 6 processes running of frp type [2026-04-15,03:20:02.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,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-04-15,03:35:02.827] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,03:35:04.691] [DEBUG] 6 processes running of frp type [2026-04-15,03:50:02.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,03:50:04.478] [DEBUG] 6 processes running of frp type [2026-04-15,04:05:02.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,04:05:05.231] [DEBUG] 6 processes running of frp type [2026-04-15,04:20:02.532] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,04: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-15,04:35:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,04:35:04.109] [DEBUG] 6 processes running of frp type [2026-04-15,04:50:02.845] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,04:50:04.586] [DEBUG] 6 processes running of frp type 2026-04-15 04:54:58.651 [I] [client/service.go:294] [98ee167b54820a5b] try to connect to server... 2026-04-15 04:55:09.181 [W] [client/service.go:297] [98ee167b54820a5b] connect to server error: i/o deadline reached 2026-04-15 04:55:09.181 [I] [client/service.go:294] [98ee167b54820a5b] try to connect to server... 2026-04-15 04:55:19.183 [W] [client/service.go:297] [98ee167b54820a5b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:55:19.184 [I] [client/service.go:294] [98ee167b54820a5b] try to connect to server... 2026-04-15 04:55:29.185 [W] [client/service.go:297] [98ee167b54820a5b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:55:29.186 [I] [client/service.go:294] [98ee167b54820a5b] try to connect to server... 2026-04-15 04:55:39.187 [W] [client/service.go:297] [98ee167b54820a5b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:55:39.188 [I] [client/service.go:294] [98ee167b54820a5b] try to connect to server... 2026-04-15 04:55:49.190 [W] [client/service.go:297] [98ee167b54820a5b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:56:09.191 [I] [client/service.go:294] [98ee167b54820a5b] try to connect to server... 2026-04-15 04:56:09.840 [I] [client/service.go:286] [98ee167b54820a5b] login to server success, get run id [98ee167b54820a5b] 2026-04-15 04:56:09.841 [I] [proxy/proxy_manager.go:173] [98ee167b54820a5b] proxy added: [DNL01B4203] 2026-04-15 04:56:10.010 [I] [client/control.go:168] [98ee167b54820a5b] [DNL01B4203] start proxy success [2026-04-15,05:05:03.031] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,05:05:04.741] [DEBUG] 6 processes running of frp type [2026-04-15,05:20:03.095] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,05: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-15,05:35:02.822] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,05:35:04.533] [DEBUG] 6 processes running of frp type [2026-04-15,05:50:02.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,05:50:03.898] [DEBUG] 6 processes running of frp type [2026-04-15,06:05:02.328] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,06:05:04.209] [DEBUG] 6 processes running of frp type 2026-04-15 06:18:51.028 [I] [client/service.go:294] [98ee167b54820a5b] try to connect to server... 2026-04-15 06:19:01.029 [W] [client/service.go:297] [98ee167b54820a5b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:19:01.029 [I] [client/service.go:294] [98ee167b54820a5b] try to connect to server... 2026-04-15 06:19:11.031 [W] [client/service.go:297] [98ee167b54820a5b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:19:11.031 [I] [client/service.go:294] [98ee167b54820a5b] try to connect to server... 2026-04-15 06:19:21.033 [W] [client/service.go:297] [98ee167b54820a5b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:19:21.033 [I] [client/service.go:294] [98ee167b54820a5b] try to connect to server... 2026-04-15 06:19:31.035 [W] [client/service.go:297] [98ee167b54820a5b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 06:19:31.035 [I] [client/service.go:294] [98ee167b54820a5b] try to connect to server... 2026-04-15 06:19:31.547 [I] [client/service.go:286] [98ee167b54820a5b] login to server success, get run id [98ee167b54820a5b] 2026-04-15 06:19:31.549 [I] [proxy/proxy_manager.go:173] [98ee167b54820a5b] proxy added: [DNL01B4203] 2026-04-15 06:19:31.730 [I] [client/control.go:168] [98ee167b54820a5b] [DNL01B4203] start proxy success [2026-04-15,06:20:02.567] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,06: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-04-15,06:30:40.982] [INFO] Initializing BusSpeedStateManager V2 [2026-04-15,06:30:40.987] [INFO] LocationSqlManager initialising [2026-04-15,06:30:40.988] [INFO] Location DB initialising [2026-04-15,06:30:40.997] [INFO] LocationSqlManager initialisation complete [2026-04-15,06:30:40.998] [DEBUG] UploadManager Init [2026-04-15,06:30:40.998] [DEBUG] UploadManager Init Complete [2026-04-15,06:30:41.001] [INFO] Initializing GPS... [2026-04-15,06:30:41.002] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,06:32:29.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,06:32:32.146] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-15,06:32:52.375] [DEBUG] Log Upload Complete! [2026-04-15,06:35:29.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,06:35:36.834] [DEBUG] Remote Access Enabled [2026-04-15,06:35:42.989] [INFO] Server Address: 138.201.17.179 [2026-04-15,06:35:42.991] [INFO] Server Port: 7000 [2026-04-15,06:35:43.000] [DEBUG] Starting Remote Access! 2026-04-15 06:35:43.144 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-15 06:35:43.145 [I] [client/service.go:294] try to connect to server... 2026-04-15 06:35:44.930 [I] [client/service.go:286] [85fac8cd5a86966b] login to server success, get run id [85fac8cd5a86966b] 2026-04-15 06:35:44.931 [I] [proxy/proxy_manager.go:173] [85fac8cd5a86966b] proxy added: [DNL01B4203] 2026-04-15 06:35:45.447 [I] [client/control.go:168] [85fac8cd5a86966b] [DNL01B4203] start proxy success [2026-04-15,06:50:02.368] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,06:50:04.308] [DEBUG] 6 processes running of frp type [2026-04-15,07:05:02.699] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,07:05:04.465] [DEBUG] 6 processes running of frp type [2026-04-15,07:20:02.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,07: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-15,07:35:02.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,07:35:04.539] [DEBUG] 6 processes running of frp type [2026-04-15,07:50:02.306] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,07:50:03.992] [DEBUG] 6 processes running of frp type [2026-04-15,08:02:02.174] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,08:02:04.171] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:32.490] [DEBUG] Log Upload Complete! [2026-04-15,08:05:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,08:05:04.164] [DEBUG] 6 processes running of frp type [2026-04-15,08:20:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,08:20:04.081] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,08:35:02.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,08:35:04.149] [DEBUG] 6 processes running of frp type [2026-04-15,08:50:02.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,08:50:04.602] [DEBUG] 6 processes running of frp type [2026-04-15,09:05:02.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,09:05:04.529] [DEBUG] 6 processes running of frp type [2026-04-15,09:20:02.815] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,09: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-04-15,09:35:02.873] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,09:35:04.599] [DEBUG] 6 processes running of frp type [2026-04-15,09:50:02.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,09:50:04.239] [DEBUG] 6 processes running of frp type [2026-04-15,10:05:02.750] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,10:05:04.481] [DEBUG] 6 processes running of frp type [2026-04-15,10:20:02.842] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,10:20:04.578] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,10:35:02.339] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,10:35:04.034] [DEBUG] 6 processes running of frp type [2026-04-15,10:50:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,10:50:04.325] [DEBUG] 6 processes running of frp type [2026-04-15,11:05:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,11:05:04.488] [DEBUG] 6 processes running of frp type [2026-04-15,11:20:02.916] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,11: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-15,11:35:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,11:35:04.380] [DEBUG] 6 processes running of frp type [2026-04-15,11:50:03.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,11:50:04.821] [DEBUG] 6 processes running of frp type [2026-04-15,12:05:02.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,12:05:04.099] [DEBUG] 6 processes running of frp type [2026-04-15,12:20:02.472] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,12: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-04-15,12:35:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,12:35:03.948] [DEBUG] 6 processes running of frp type [2026-04-15,12:50:02.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,12:50:04.410] [DEBUG] 6 processes running of frp type [2026-04-15,13:05:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,13:05:04.372] [DEBUG] 6 processes running of frp type [2026-04-15,13:20:02.739] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,13: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-15,13:35:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,13:35:04.318] [DEBUG] 6 processes running of frp type [2026-04-15,13:50:03.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,13:50:05.092] [DEBUG] 6 processes running of frp type [2026-04-15,14:05:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,14:05:03.929] [DEBUG] 6 processes running of frp type [2026-04-15,14:20:02.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,14: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-15,14:35:03.031] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,14:35:04.742] [DEBUG] 6 processes running of frp type [2026-04-15,14:50:02.532] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,14:50:04.230] [DEBUG] 6 processes running of frp type [2026-04-15,15:05:02.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,15:05:04.306] [DEBUG] 6 processes running of frp type [2026-04-15,15:20:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,15: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-15,15:35:02.375] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,15:35:04.158] [DEBUG] 6 processes running of frp type [2026-04-15,15:50:02.965] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,15:50:04.742] [DEBUG] 6 processes running of frp type [2026-04-15,16:05:01.899] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,16:05:03.750] [DEBUG] 6 processes running of frp type [2026-04-15,16:20:01.905] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,16:20:03.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-15,16:35:02.918] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,16:35:04.725] [DEBUG] 6 processes running of frp type [2026-04-15,16:50:02.378] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,16:50:04.293] [DEBUG] 6 processes running of frp type 2026-04-15 17:00:41.358 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:00:41.360 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:00:43.478 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:00:43.479 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:00:47.727 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:00:47.728 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:00:56.691 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:00:56.692 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:01:15.802 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:01:15.803 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:01:35.804 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:01:35.806 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:01:55.807 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:01:55.809 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:02:15.811 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:02:15.812 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:02:35.813 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:02:35.814 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:02:55.815 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:02:55.817 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:03:15.818 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:03:15.819 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:03:35.821 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:03:35.822 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:03:55.823 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:03:55.825 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:04:15.826 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:04:15.827 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:04:35.828 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:04:35.829 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:04:55.830 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:04:55.831 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:05:15.833 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:05:15.838 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:05:35.839 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:05:35.843 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:05:55.845 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:05:57.861 [I] [client/service.go:286] [85fac8cd5a86966b] login to server success, get run id [85fac8cd5a86966b] 2026-04-15 17:05:57.863 [I] [proxy/proxy_manager.go:173] [85fac8cd5a86966b] proxy added: [DNL01B4203] 2026-04-15 17:05:58.954 [I] [client/control.go:168] [85fac8cd5a86966b] [DNL01B4203] start proxy success 2026-04-15 17:07:06.693 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:07:06.694 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:07:08.708 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:07:08.709 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:07:13.139 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:07:13.141 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:07:22.192 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:07:22.194 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:07:40.335 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:07:40.336 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:08:00.337 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:08:00.339 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:08:20.341 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:08:20.342 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:08:40.343 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:08:40.344 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:09:00.345 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:09:00.346 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:09:20.347 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:09:20.348 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:09:40.349 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:09:40.350 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:10:00.352 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:10:00.354 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:10:20.356 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:10:20.357 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:10:40.357 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:10:40.359 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:11:00.360 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:11:00.362 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:11:20.363 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:11:20.364 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:11:40.365 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:11:40.367 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:12:00.368 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:12:00.373 [W] [client/service.go:297] [85fac8cd5a86966b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:12:20.374 [I] [client/service.go:294] [85fac8cd5a86966b] try to connect to server... 2026-04-15 17:12:22.120 [I] [client/service.go:286] [85fac8cd5a86966b] login to server success, get run id [85fac8cd5a86966b] 2026-04-15 17:12:22.122 [I] [proxy/proxy_manager.go:173] [85fac8cd5a86966b] proxy added: [DNL01B4203] 2026-04-15 17:12:23.238 [I] [client/control.go:168] [85fac8cd5a86966b] [DNL01B4203] start proxy success [2026-04-15,17:20:02.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,17:20:04.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-04-15,17:35:02.978] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,17:35:04.860] [DEBUG] 6 processes running of frp type [2026-04-15,17:50:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,17:50:04.464] [DEBUG] 6 processes running of frp type [2026-04-15,18:05:02.864] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,18:05:04.585] [DEBUG] 6 processes running of frp type [2026-04-15,18:20:03.060] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,18: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-04-15,18:35:02.770] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,18:35:04.670] [DEBUG] 6 processes running of frp type [2026-04-15,18:50:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,18:50:04.133] [DEBUG] 6 processes running of frp type [2026-04-15,19:05:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,19:05:04.359] [DEBUG] 6 processes running of frp type [2026-04-15,19:20:02.739] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,19: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-15,19:35:02.386] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,19:35:04.277] [DEBUG] 6 processes running of frp type [2026-04-15,19:50:03.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,19:50:05.172] [DEBUG] 6 processes running of frp type [2026-04-15,20:05:02.718] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,20:05:31.063] [DEBUG] 6 processes running of frp type [2026-04-15,20:20:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,20:20:04.022] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,20:30:43.967] [INFO] Initializing BusSpeedStateManager V2 [2026-04-15,20:30:43.975] [INFO] LocationSqlManager initialising [2026-04-15,20:30:43.976] [INFO] Location DB initialising [2026-04-15,20:30:43.988] [INFO] LocationSqlManager initialisation complete [2026-04-15,20:30:43.989] [DEBUG] UploadManager Init [2026-04-15,20:30:43.990] [DEBUG] UploadManager Init Complete [2026-04-15,20:30:43.995] [INFO] Initializing GPS... [2026-04-15,20:30:43.998] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,20:32:32.623] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,20:32:39.339] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-15,20:32:55.613] [DEBUG] Log Upload Complete! [2026-04-15,20:35:32.653] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,20:35:34.407] [DEBUG] Remote Access Enabled [2026-04-15,20:35:35.733] [INFO] Server Address: 138.201.17.179 [2026-04-15,20:35:35.734] [INFO] Server Port: 7000 [2026-04-15,20:35:35.739] [DEBUG] Starting Remote Access! 2026-04-15 20:35:35.930 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-15 20:35:35.931 [I] [client/service.go:294] try to connect to server... 2026-04-15 20:35:36.474 [I] [client/service.go:286] [0bab772091daabb5] login to server success, get run id [0bab772091daabb5] 2026-04-15 20:35:36.474 [I] [proxy/proxy_manager.go:173] [0bab772091daabb5] proxy added: [DNL01B4203] 2026-04-15 20:35:36.651 [I] [client/control.go:168] [0bab772091daabb5] [DNL01B4203] start proxy success [2026-04-15,20:50:02.750] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,20:50:04.769] [DEBUG] 6 processes running of frp type 2026-04-15 21:02:55.981 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:03:05.983 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 21:03:05.984 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:03:15.986 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 21:03:15.987 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:03:32.843 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: read tcp 192.168.1.135:44850->138.201.17.179:7000: read: connection reset by peer 2026-04-15 21:03:32.844 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:03:49.556 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: connection write timeout 2026-04-15 21:03:49.557 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:03:59.559 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 21:04:19.560 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:04:30.396 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: connection write timeout 2026-04-15 21:04:50.398 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:05:00.400 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 21:05:20.401 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:05:30.404 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 21:05:50.405 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:06:00.407 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 21:06:20.409 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:06:30.411 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 21:06:50.412 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:07:00.414 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 21:07:20.416 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:07:30.417 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 21:07:50.419 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:08:00.421 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-04-15,21:08:17.166] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-15 21:08:20.423 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-15 21:08:20.970 [I] [client/service.go:286] [0bab772091daabb5] login to server success, get run id [0bab772091daabb5] 2026-04-15 21:08:20.972 [I] [proxy/proxy_manager.go:173] [0bab772091daabb5] proxy added: [DNL01B4203] 2026-04-15 21:08:21.161 [I] [client/control.go:168] [0bab772091daabb5] [DNL01B4203] start proxy success [2026-04-15,21:08:29.455] [DEBUG] 6 processes running of frp type [2026-04-15,21:20:02.935] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,21:20:04.848] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,21:35:02.634] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,21:35:04.399] [DEBUG] 6 processes running of frp type [2026-04-15,21:50:03.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,21:50:05.005] [DEBUG] 6 processes running of frp type [2026-04-15,22:05:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,22:05:04.412] [DEBUG] 6 processes running of frp type [2026-04-15,22:20:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,22: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-04-15,22:35:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,22:35:04.577] [DEBUG] 6 processes running of frp type [2026-04-15,22:50:02.460] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,22:50:04.154] [DEBUG] 6 processes running of frp type [2026-04-15,23:05:02.695] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,23:05:04.640] [DEBUG] 6 processes running of frp type [2026-04-15,23:20:01.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,23:20:03.621] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,23:35:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,23:35:04.775] [DEBUG] 6 processes running of frp type [2026-04-15,23:50:02.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-15,23:50:04.601] [DEBUG] 6 processes running of frp type [2026-04-16,00:05:03.181] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,00:05:04.981] [DEBUG] 6 processes running of frp type [2026-04-16,00:20:02.377] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,00: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-04-16,00:35:02.275] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,00:35:05.567] [DEBUG] 6 processes running of frp type [2026-04-16,00:50:02.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,00:50:04.187] [DEBUG] 6 processes running of frp type 2026-04-16 00:51:10.251 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-16 00:51:20.253 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 00:51:20.254 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-16 00:51:30.256 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 00:51:30.256 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-16 00:51:40.258 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 00:51:40.258 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-16 00:51:50.260 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 00:51:50.260 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-16 00:51:50.828 [I] [client/service.go:286] [0bab772091daabb5] login to server success, get run id [0bab772091daabb5] 2026-04-16 00:51:50.829 [I] [proxy/proxy_manager.go:173] [0bab772091daabb5] proxy added: [DNL01B4203] 2026-04-16 00:51:51.010 [I] [client/control.go:168] [0bab772091daabb5] [DNL01B4203] start proxy success 2026-04-16 00:52:30.448 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-16 00:52:40.449 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 00:52:40.450 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-16 00:53:00.091 [W] [client/service.go:297] [0bab772091daabb5] connect to server error: i/o deadline reached 2026-04-16 00:53:00.092 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-16 00:53:01.082 [I] [client/service.go:286] [0bab772091daabb5] login to server success, get run id [0bab772091daabb5] 2026-04-16 00:53:01.083 [I] [proxy/proxy_manager.go:173] [0bab772091daabb5] proxy added: [DNL01B4203] 2026-04-16 00:53:01.312 [I] [client/control.go:168] [0bab772091daabb5] [DNL01B4203] start proxy success 2026-04-16 00:55:41.316 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-16 00:55:44.075 [I] [client/service.go:286] [0bab772091daabb5] login to server success, get run id [0bab772091daabb5] 2026-04-16 00:55:44.077 [I] [proxy/proxy_manager.go:173] [0bab772091daabb5] proxy added: [DNL01B4203] 2026-04-16 00:55:44.479 [I] [client/control.go:168] [0bab772091daabb5] [DNL01B4203] start proxy success 2026-04-16 00:56:40.865 [I] [client/service.go:294] [0bab772091daabb5] try to connect to server... 2026-04-16 00:56:43.269 [I] [client/service.go:286] [0bab772091daabb5] login to server success, get run id [0bab772091daabb5] 2026-04-16 00:56:43.271 [I] [proxy/proxy_manager.go:173] [0bab772091daabb5] proxy added: [DNL01B4203] 2026-04-16 00:56:51.411 [I] [client/control.go:168] [0bab772091daabb5] [DNL01B4203] start proxy success [2026-04-16,01:05:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,01:05:04.393] [DEBUG] 6 processes running of frp type [2026-04-16,01:20:02.887] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,01: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-16,01:35:02.517] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,01:35:04.408] [DEBUG] 6 processes running of frp type [2026-04-16,01:50:04.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,01:50:06.579] [DEBUG] 6 processes running of frp type [2026-04-16,02:05:03.082] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,02:05:04.904] [DEBUG] 6 processes running of frp type [2026-04-16,02:20:02.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,02:20:03.870] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,02:35:02.907] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,02:35:04.899] [DEBUG] 6 processes running of frp type [2026-04-16,02:50:02.637] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,02:50:04.724] [DEBUG] 6 processes running of frp type [2026-04-16,03:05:01.993] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,03:05:03.886] [DEBUG] 6 processes running of frp type [2026-04-16,03:20:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,03: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-04-16,03:35:03.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,03:35:05.084] [DEBUG] 6 processes running of frp type [2026-04-16,03:50:02.741] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,03:50:04.513] [DEBUG] 6 processes running of frp type [2026-04-16,04:05:03.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,04:05:04.964] [DEBUG] 6 processes running of frp type [2026-04-16,04:20:02.264] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,04: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-04-16,04:35:01.922] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,04:35:03.740] [DEBUG] 6 processes running of frp type [2026-04-16,04:50:02.544] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,04:50:04.219] [DEBUG] 6 processes running of frp type [2026-04-16,05:05:02.815] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,05:05:04.836] [DEBUG] 6 processes running of frp type [2026-04-16,05:20:02.340] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,05: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-16,05:35:02.930] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,05:35:05.352] [DEBUG] 6 processes running of frp type [2026-04-16,05:50:03.067] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,05:50:04.923] [DEBUG] 6 processes running of frp type [2026-04-16,06:05:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,06:05:05.631] [DEBUG] 6 processes running of frp type [2026-04-16,06:20:02.969] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,06: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-04-16,06:30:42.370] [INFO] Initializing BusSpeedStateManager V2 [2026-04-16,06:30:42.377] [INFO] LocationSqlManager initialising [2026-04-16,06:30:42.378] [INFO] Location DB initialising [2026-04-16,06:30:42.389] [INFO] LocationSqlManager initialisation complete [2026-04-16,06:30:42.390] [DEBUG] UploadManager Init [2026-04-16,06:30:42.391] [DEBUG] UploadManager Init Complete [2026-04-16,06:30:42.395] [INFO] Initializing GPS... [2026-04-16,06:30:42.398] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,06:32:29.992] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,06:32:31.651] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-16,06:32:50.238] [DEBUG] Log Upload Complete! [2026-04-16,06:35:30.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,06:35:31.727] [DEBUG] Remote Access Enabled [2026-04-16,06:35:33.135] [INFO] Server Address: 138.201.17.179 [2026-04-16,06:35:33.136] [INFO] Server Port: 7000 [2026-04-16,06:35:33.145] [DEBUG] Starting Remote Access! 2026-04-16 06:35:33.309 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-16 06:35:33.310 [I] [client/service.go:294] try to connect to server... 2026-04-16 06:35:33.918 [I] [client/service.go:286] [2cf9d36c615ec2b0] login to server success, get run id [2cf9d36c615ec2b0] 2026-04-16 06:35:33.919 [I] [proxy/proxy_manager.go:173] [2cf9d36c615ec2b0] proxy added: [DNL01B4203] 2026-04-16 06:35:34.158 [I] [client/control.go:168] [2cf9d36c615ec2b0] [DNL01B4203] start proxy success [2026-04-16,06:50:03.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,06:50:04.927] [DEBUG] 6 processes running of frp type [2026-04-16,07:05:02.403] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,07:05:04.177] [DEBUG] 6 processes running of frp type [2026-04-16,07:20:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,07: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-04-16,07:35:02.360] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,07:35:04.093] [DEBUG] 6 processes running of frp type [2026-04-16,07:50:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,07:50:04.616] [DEBUG] 6 processes running of frp type [2026-04-16,07:36:56.682] [INFO] Initializing BusSpeedStateManager V2 [2026-04-16,07:36:56.689] [INFO] LocationSqlManager initialising [2026-04-16,07:36:56.690] [INFO] Location DB initialising [2026-04-16,07:36:56.701] [INFO] LocationSqlManager initialisation complete [2026-04-16,07:36:56.703] [DEBUG] UploadManager Init [2026-04-16,07:36:56.703] [DEBUG] UploadManager Init Complete [2026-04-16,07:36:56.708] [INFO] Initializing GPS... [2026-04-16,07:36:56.710] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,07:41:45.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')) [2026-04-16,18:50:02.742] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,18:50:04.443] [DEBUG] Remote Access Enabled [2026-04-16,18:50:05.856] [INFO] Server Address: 138.201.17.179 [2026-04-16,18:50:05.858] [INFO] Server Port: 7000 [2026-04-16,18:50:05.867] [DEBUG] Starting Remote Access! 2026-04-16 18:50:06.064 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-16 18:50:06.064 [I] [client/service.go:294] try to connect to server... 2026-04-16 18:50:06.564 [I] [client/service.go:286] [467c518222859bf4] login to server success, get run id [467c518222859bf4] 2026-04-16 18:50:06.565 [I] [proxy/proxy_manager.go:173] [467c518222859bf4] proxy added: [DNL01B4203] 2026-04-16 18:50:06.734 [I] [client/control.go:168] [467c518222859bf4] [DNL01B4203] start proxy success [2026-04-16,19:05:02.284] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,19:05:03.931] [DEBUG] 6 processes running of frp type [2026-04-16,19:20:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,19: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-04-16,19:35:03.064] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,19:35:04.697] [DEBUG] 6 processes running of frp type [2026-04-16,19:50:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,19:50:04.083] [DEBUG] 6 processes running of frp type [2026-04-16,20:05:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,20:05:04.074] [DEBUG] 6 processes running of frp type [2026-04-16,20:20:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,20: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-04-16,20:30:42.905] [INFO] Initializing BusSpeedStateManager V2 [2026-04-16,20:30:42.913] [INFO] LocationSqlManager initialising [2026-04-16,20:30:42.914] [INFO] Location DB initialising [2026-04-16,20:30:42.925] [INFO] LocationSqlManager initialisation complete [2026-04-16,20:30:42.926] [DEBUG] UploadManager Init [2026-04-16,20:30:42.926] [DEBUG] UploadManager Init Complete [2026-04-16,20:30:42.931] [INFO] Initializing GPS... [2026-04-16,20:30:42.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-04-16,20:32:31.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,20:32:33.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-16,20:32:54.398] [DEBUG] Log Upload Complete! [2026-04-16,20:35:31.712] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,20:35:33.426] [DEBUG] Remote Access Enabled [2026-04-16,20:35:34.734] [INFO] Server Address: 138.201.17.179 [2026-04-16,20:35:34.735] [INFO] Server Port: 7000 [2026-04-16,20:35:34.744] [DEBUG] Starting Remote Access! 2026-04-16 20:35:34.930 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-16 20:35:34.931 [I] [client/service.go:294] try to connect to server... 2026-04-16 20:35:35.456 [I] [client/service.go:286] [005e9b05935f1217] login to server success, get run id [005e9b05935f1217] 2026-04-16 20:35:35.457 [I] [proxy/proxy_manager.go:173] [005e9b05935f1217] proxy added: [DNL01B4203] 2026-04-16 20:35:35.636 [I] [client/control.go:168] [005e9b05935f1217] [DNL01B4203] start proxy success [2026-04-16,20:50:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,20:50:04.107] [DEBUG] 6 processes running of frp type [2026-04-16,21:05:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,21:05:04.293] [DEBUG] 6 processes running of frp type [2026-04-16,21:20:02.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,21: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-16,21:35:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,21:35:04.235] [DEBUG] 6 processes running of frp type [2026-04-16,21:50:03.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,21:50:04.758] [DEBUG] 6 processes running of frp type [2026-04-16,22:05:02.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,22:05:03.934] [DEBUG] 6 processes running of frp type [2026-04-16,22:20:02.258] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,22:20:03.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-16,22:35:02.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,22:35:04.605] [DEBUG] 6 processes running of frp type [2026-04-16,22:50:02.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,22:50:03.965] [DEBUG] 6 processes running of frp type [2026-04-16,23:05:02.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,23:05:03.832] [DEBUG] 6 processes running of frp type [2026-04-16,23:20:02.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,23: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' [2026-04-16,23:35:02.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,23:35:04.591] [DEBUG] 6 processes running of frp type [2026-04-16,23:50:02.226] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-16,23:50:03.847] [DEBUG] 6 processes running of frp type [2026-04-17,00:05:02.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,00:05:04.006] [DEBUG] 6 processes running of frp type [2026-04-17,00:20:02.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,00:20:03.831] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,00:35:02.341] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,00:35:04.054] [DEBUG] 6 processes running of frp type [2026-04-17,00:50:02.747] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,00:50:04.396] [DEBUG] 6 processes running of frp type [2026-04-17,01:05:02.935] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,01:05:04.606] [DEBUG] 6 processes running of frp type [2026-04-17,01:20:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,01: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-04-17,01:35:02.770] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,01:35:04.439] [DEBUG] 6 processes running of frp type [2026-04-17,01:50:02.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,01:50:03.893] [DEBUG] 6 processes running of frp type [2026-04-17,02:05:02.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,02:05:03.755] [DEBUG] 6 processes running of frp type [2026-04-17,02:20:02.095] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,02: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-04-17,02:35:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,02:35:04.198] [DEBUG] 6 processes running of frp type [2026-04-17,02:50:03.058] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,02:50:04.840] [DEBUG] 6 processes running of frp type [2026-04-17,03:05:02.259] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,03:05:03.938] [DEBUG] 6 processes running of frp type [2026-04-17,03:20:02.350] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,03:20:04.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-17,03:35:02.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,03:35:03.802] [DEBUG] 6 processes running of frp type [2026-04-17,03:50:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,03:50:04.229] [DEBUG] 6 processes running of frp type [2026-04-17,04:05:02.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,04:05:04.322] [DEBUG] 6 processes running of frp type [2026-04-17,04:20:02.693] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,04: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-17,04:35:02.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,04:35:04.385] [DEBUG] 6 processes running of frp type [2026-04-17,04:50:02.082] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,04:50:03.824] [DEBUG] 6 processes running of frp type [2026-04-17,05:05:02.033] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,05:05:03.769] [DEBUG] 6 processes running of frp type [2026-04-17,05:20:02.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,05: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' [2026-04-17,05:35:02.494] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,05:35:04.317] [DEBUG] 6 processes running of frp type [2026-04-17,05:50:02.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,05:50:03.901] [DEBUG] 6 processes running of frp type [2026-04-17,06:05:02.399] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,06:05:04.041] [DEBUG] 6 processes running of frp type [2026-04-17,06:20:02.477] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,06: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-04-17,06:30:41.152] [INFO] Initializing BusSpeedStateManager V2 [2026-04-17,06:30:41.157] [INFO] LocationSqlManager initialising [2026-04-17,06:30:41.158] [INFO] Location DB initialising [2026-04-17,06:30:41.169] [INFO] LocationSqlManager initialisation complete [2026-04-17,06:30:41.170] [DEBUG] UploadManager Init [2026-04-17,06:30:41.170] [DEBUG] UploadManager Init Complete [2026-04-17,06:30:41.175] [INFO] Initializing GPS... [2026-04-17,06:30:41.178] [INFO] Starting location capture [2026-04-17,06:31:43.133] [INFO] Initializing BusSpeedStateManager V2 [2026-04-17,06:31:43.137] [INFO] LocationSqlManager initialising [2026-04-17,06:31:43.138] [INFO] Location DB initialising [2026-04-17,06:31:43.147] [INFO] LocationSqlManager initialisation complete [2026-04-17,06:31:43.148] [DEBUG] UploadManager Init [2026-04-17,06:31:43.148] [DEBUG] UploadManager Init Complete [2026-04-17,06:31:43.151] [INFO] Initializing GPS... [2026-04-17,06:31:43.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' [2026-04-17,06:33:31.689] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,06:33:33.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-17,06:33:43.801] [DEBUG] Log Upload Complete! [2026-04-17,06:36:31.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,06:36:33.233] [DEBUG] Remote Access Enabled [2026-04-17,06:36:34.605] [INFO] Server Address: 138.201.17.179 [2026-04-17,06:36:34.606] [INFO] Server Port: 7000 [2026-04-17,06:36:34.616] [DEBUG] Starting Remote Access! 2026-04-17 06:36:34.813 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-17 06:36:34.814 [I] [client/service.go:294] try to connect to server... 2026-04-17 06:36:35.327 [I] [client/service.go:286] [0f3a495c2c538be0] login to server success, get run id [0f3a495c2c538be0] 2026-04-17 06:36:35.328 [I] [proxy/proxy_manager.go:173] [0f3a495c2c538be0] proxy added: [DNL01B4203] 2026-04-17 06:36:35.542 [I] [client/control.go:168] [0f3a495c2c538be0] [DNL01B4203] start proxy success [2026-04-17,06:50:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,06:50:04.277] [DEBUG] 6 processes running of frp type [2026-04-17,07:05:02.520] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,07:05:04.337] [DEBUG] 6 processes running of frp type [2026-04-17,07:20:02.772] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,07: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-04-17,07:35:02.559] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,07:35:04.299] [DEBUG] 6 processes running of frp type [2026-04-17,07:50:02.977] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,07:50:04.860] [DEBUG] 6 processes running of frp type [2026-04-17,08:02:02.057] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,08:02:03.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-04-17,08:02:20.002] [DEBUG] Log Upload Complete! [2026-04-17,08:05:02.082] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,08:05:03.771] [DEBUG] 6 processes running of frp type [2026-04-17,08:20:02.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,08:20:03.647] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,08:35:02.929] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,08:35:04.635] [DEBUG] 6 processes running of frp type [2026-04-17,08:50:02.394] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,08:50:04.345] [DEBUG] 6 processes running of frp type [2026-04-17,09:05:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,09:05:04.448] [DEBUG] 6 processes running of frp type [2026-04-17,09:20:02.991] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,09: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-04-17,09:35:02.601] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,09:35:04.355] [DEBUG] 6 processes running of frp type [2026-04-17,09:50:03.110] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,09:50:04.751] [DEBUG] 6 processes running of frp type [2026-04-17,10:05:02.094] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,10:05:04.130] [DEBUG] 6 processes running of frp type [2026-04-17,10:20:02.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,10: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-17,10:35:02.967] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,10:35:04.642] [DEBUG] 6 processes running of frp type [2026-04-17,10:50:02.317] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,10:50:03.909] [DEBUG] 6 processes running of frp type [2026-04-17,11:05:02.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,11:05:04.007] [DEBUG] 6 processes running of frp type [2026-04-17,11:20:02.301] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,11:20:04.236] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,11:35:02.037] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,11:35:03.726] [DEBUG] 6 processes running of frp type [2026-04-17,11:50:02.440] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,11:50:04.141] [DEBUG] 6 processes running of frp type [2026-04-17,12:05:02.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,12:05:04.393] [DEBUG] 6 processes running of frp type [2026-04-17,12:20:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,12: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-04-17,12:35:02.412] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,12:35:04.102] [DEBUG] 6 processes running of frp type [2026-04-17,12:50:02.661] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,12:50:04.388] [DEBUG] 6 processes running of frp type [2026-04-17,13:05:02.937] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,13:05:04.664] [DEBUG] 6 processes running of frp type [2026-04-17,13:20:01.973] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,13: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-04-17,13:35:02.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,13:35:04.742] [DEBUG] 6 processes running of frp type [2026-04-17,13:50:02.532] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,13:50:04.752] [DEBUG] 6 processes running of frp type [2026-04-17,14:05:01.867] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,14:05:03.558] [DEBUG] 6 processes running of frp type [2026-04-17,14:20:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,14: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-04-17,14:35:02.663] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,14:35:04.280] [DEBUG] 6 processes running of frp type [2026-04-17,14:50:03.060] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,14:50:04.816] [DEBUG] 6 processes running of frp type [2026-04-17,15:05:02.035] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,15:05:03.756] [DEBUG] 6 processes running of frp type [2026-04-17,15:20:02.114] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,15: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-04-17,15:35:03.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,15:35:04.764] [DEBUG] 6 processes running of frp type [2026-04-17,15:50:02.454] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,15:50:04.210] [DEBUG] 6 processes running of frp type [2026-04-17,16:05:02.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,16:05:04.445] [DEBUG] 6 processes running of frp type [2026-04-17,16:20:02.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,16: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-04-17,16:35:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,16:35:03.880] [DEBUG] 6 processes running of frp type [2026-04-17,16:50:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,16:50:04.434] [DEBUG] 6 processes running of frp type 2026-04-17 17:00:14.865 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:00:24.867 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 17:00:24.867 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:00:24.868 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:00:28.926 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:00:28.927 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:00:37.383 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:00:37.385 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:00:55.576 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:00:55.578 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:01:15.579 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:01:15.580 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:01:35.581 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:01:35.582 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:01:55.583 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:01:55.584 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:02:15.585 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:02:15.587 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:02:35.589 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:02:35.590 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:02:55.591 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:02:55.593 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:03:15.594 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:03:15.595 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:03:35.596 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:03:35.598 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:03:55.599 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:03:55.600 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:04:15.601 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:04:15.603 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:04:35.604 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:04:35.605 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:04:55.606 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:04:55.607 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:05:15.608 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:05:15.614 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:05:35.616 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:05:35.620 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:05:55.622 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:05:56.462 [I] [client/service.go:286] [0f3a495c2c538be0] login to server success, get run id [0f3a495c2c538be0] 2026-04-17 17:05:56.465 [I] [proxy/proxy_manager.go:173] [0f3a495c2c538be0] proxy added: [DNL01B4203] 2026-04-17 17:05:56.814 [I] [client/control.go:168] [0f3a495c2c538be0] [DNL01B4203] start proxy success 2026-04-17 17:06:35.794 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:06:35.795 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:06:37.853 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:06:37.854 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:06:42.248 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:06:42.249 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:06:51.527 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:06:51.528 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:07:11.376 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:07:11.377 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:07:31.378 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:07:31.380 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:07:51.380 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:07:51.382 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:08:11.383 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:08:11.384 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:08:31.386 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:08:31.388 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:08:51.388 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:08:51.389 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:09:11.390 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:09:11.391 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:09:31.393 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:09:31.395 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:09:51.396 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:09:51.397 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:10:11.398 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:10:11.400 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:10:31.400 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:10:31.402 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:10:51.404 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:10:51.405 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:11:11.406 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:11:11.407 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:11:31.408 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:11:31.412 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:11:51.413 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 17:11:52.236 [I] [client/service.go:286] [0f3a495c2c538be0] login to server success, get run id [0f3a495c2c538be0] 2026-04-17 17:11:52.237 [I] [proxy/proxy_manager.go:173] [0f3a495c2c538be0] proxy added: [DNL01B4203] 2026-04-17 17:11:53.688 [I] [client/control.go:168] [0f3a495c2c538be0] [DNL01B4203] start proxy success [2026-04-17,17:20:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,17:20:04.226] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,17:35:02.876] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,17:35:04.664] [DEBUG] 6 processes running of frp type [2026-04-17,17:50:02.296] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,17:50:04.571] [DEBUG] 6 processes running of frp type [2026-04-17,18:05:03.033] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,18:05:04.801] [DEBUG] 6 processes running of frp type [2026-04-17,18:20:02.186] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,18:20:03.913] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,18:35:02.945] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,18:35:04.797] [DEBUG] 6 processes running of frp type [2026-04-17,18:50:02.517] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,18:50:04.223] [DEBUG] 6 processes running of frp type [2026-04-17,19:05:02.539] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,19:05:04.168] [DEBUG] 6 processes running of frp type [2026-04-17,19:20:02.488] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,19: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-17,19:35:02.345] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,19:35:04.044] [DEBUG] 6 processes running of frp type [2026-04-17,19:50:02.693] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,19:50:04.432] [DEBUG] 6 processes running of frp type [2026-04-17,20:05:03.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,20:05:04.751] [DEBUG] 6 processes running of frp type [2026-04-17,20:20:02.048] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,20:20:03.983] [DEBUG] 6 processes running of frp type 2026-04-17 20:24:32.366 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 20:24:44.562 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: connection write timeout 2026-04-17 20:24:44.563 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 20:25:01.241 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: connection write timeout 2026-04-17 20:25:01.242 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 20:25:12.602 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: connection write timeout 2026-04-17 20:25:12.603 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 20:25:22.605 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 20:25:22.605 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 20:25:33.572 [W] [client/service.go:297] [0f3a495c2c538be0] connect to server error: connection write timeout 2026-04-17 20:25:53.573 [I] [client/service.go:294] [0f3a495c2c538be0] try to connect to server... 2026-04-17 20:25:54.103 [I] [client/service.go:286] [0f3a495c2c538be0] login to server success, get run id [0f3a495c2c538be0] 2026-04-17 20:25:54.104 [I] [proxy/proxy_manager.go:173] [0f3a495c2c538be0] proxy added: [DNL01B4203] 2026-04-17 20:25:54.321 [I] [client/control.go:168] [0f3a495c2c538be0] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:41.828] [INFO] Initializing BusSpeedStateManager V2 [2026-04-17,20:30:41.836] [INFO] LocationSqlManager initialising [2026-04-17,20:30:41.837] [INFO] Location DB initialising [2026-04-17,20:30:41.848] [INFO] LocationSqlManager initialisation complete [2026-04-17,20:30:41.849] [DEBUG] UploadManager Init [2026-04-17,20:30:41.850] [DEBUG] UploadManager Init Complete [2026-04-17,20:30:41.854] [INFO] Initializing GPS... [2026-04-17,20:30:41.857] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,20:32:29.862] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,20:32:31.476] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-17,20:32:46.031] [DEBUG] Log Upload Complete! [2026-04-17,20:35:30.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,20:35:31.917] [DEBUG] Remote Access Enabled [2026-04-17,20:35:33.309] [INFO] Server Address: 138.201.17.179 [2026-04-17,20:35:33.310] [INFO] Server Port: 7000 [2026-04-17,20:35:33.319] [DEBUG] Starting Remote Access! 2026-04-17 20:35:33.498 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-17 20:35:33.498 [I] [client/service.go:294] try to connect to server... 2026-04-17 20:35:34.027 [I] [client/service.go:286] [e178ed2ed0e7be5c] login to server success, get run id [e178ed2ed0e7be5c] 2026-04-17 20:35:34.028 [I] [proxy/proxy_manager.go:173] [e178ed2ed0e7be5c] proxy added: [DNL01B4203] 2026-04-17 20:35:34.343 [I] [client/control.go:168] [e178ed2ed0e7be5c] [DNL01B4203] start proxy success [2026-04-17,20:50:01.974] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,20:50:03.734] [DEBUG] 6 processes running of frp type [2026-04-17,21:05:02.120] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,21:05:03.826] [DEBUG] 6 processes running of frp type [2026-04-17,21:20:02.049] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,21:20:03.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-17,21:35:02.900] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,21:35:04.767] [DEBUG] 6 processes running of frp type 2026-04-17 21:46:15.993 [I] [client/service.go:294] [e178ed2ed0e7be5c] try to connect to server... 2026-04-17 21:46:26.390 [I] [client/service.go:286] [e178ed2ed0e7be5c] login to server success, get run id [e178ed2ed0e7be5c] 2026-04-17 21:46:26.392 [I] [proxy/proxy_manager.go:173] [e178ed2ed0e7be5c] proxy added: [DNL01B4203] 2026-04-17 21:46:36.817 [I] [client/control.go:168] [e178ed2ed0e7be5c] [DNL01B4203] start proxy success 2026-04-17 21:46:59.670 [I] [client/service.go:294] [e178ed2ed0e7be5c] try to connect to server... 2026-04-17 21:47:09.672 [W] [client/service.go:297] [e178ed2ed0e7be5c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 21:47:09.673 [I] [client/service.go:294] [e178ed2ed0e7be5c] try to connect to server... 2026-04-17 21:47:20.395 [W] [client/service.go:297] [e178ed2ed0e7be5c] connect to server error: connection write timeout 2026-04-17 21:47:20.395 [I] [client/service.go:294] [e178ed2ed0e7be5c] try to connect to server... 2026-04-17 21:47:30.397 [W] [client/service.go:297] [e178ed2ed0e7be5c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 21:47:30.398 [I] [client/service.go:294] [e178ed2ed0e7be5c] try to connect to server... 2026-04-17 21:47:40.400 [W] [client/service.go:297] [e178ed2ed0e7be5c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 21:47:40.401 [I] [client/service.go:294] [e178ed2ed0e7be5c] try to connect to server... 2026-04-17 21:47:49.404 [I] [client/service.go:286] [e178ed2ed0e7be5c] login to server success, get run id [e178ed2ed0e7be5c] 2026-04-17 21:47:49.406 [I] [proxy/proxy_manager.go:173] [e178ed2ed0e7be5c] proxy added: [DNL01B4203] 2026-04-17 21:47:49.582 [I] [client/control.go:168] [e178ed2ed0e7be5c] [DNL01B4203] start proxy success [2026-04-17,21:50:02.407] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,21:50:04.033] [DEBUG] 6 processes running of frp type 2026-04-17 21:59:57.522 [I] [client/service.go:294] [e178ed2ed0e7be5c] try to connect to server... 2026-04-17 22:00:05.158 [I] [client/service.go:286] [e178ed2ed0e7be5c] login to server success, get run id [e178ed2ed0e7be5c] 2026-04-17 22:00:05.160 [I] [proxy/proxy_manager.go:173] [e178ed2ed0e7be5c] proxy added: [DNL01B4203] 2026-04-17 22:00:07.465 [I] [client/control.go:168] [e178ed2ed0e7be5c] [DNL01B4203] start proxy success 2026-04-17 22:00:40.425 [I] [client/service.go:294] [e178ed2ed0e7be5c] try to connect to server... 2026-04-17 22:00:48.634 [I] [client/service.go:286] [e178ed2ed0e7be5c] login to server success, get run id [e178ed2ed0e7be5c] 2026-04-17 22:00:48.636 [I] [proxy/proxy_manager.go:173] [e178ed2ed0e7be5c] proxy added: [DNL01B4203] 2026-04-17 22:00:53.465 [I] [client/control.go:168] [e178ed2ed0e7be5c] [DNL01B4203] start proxy success [2026-04-17,22:05:02.171] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,22:05:03.903] [DEBUG] 6 processes running of frp type [2026-04-17,22:20:02.155] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,22:20:03.935] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,22:35:02.970] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,22:35:05.101] [DEBUG] 6 processes running of frp type [2026-04-17,22:50:02.675] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,22:50:04.473] [DEBUG] 6 processes running of frp type 2026-04-17 22:50:19.366 [I] [client/service.go:294] [e178ed2ed0e7be5c] try to connect to server... 2026-04-17 22:50:27.833 [I] [client/service.go:286] [e178ed2ed0e7be5c] login to server success, get run id [e178ed2ed0e7be5c] 2026-04-17 22:50:27.835 [I] [proxy/proxy_manager.go:173] [e178ed2ed0e7be5c] proxy added: [DNL01B4203] 2026-04-17 22:50:28.361 [I] [client/control.go:168] [e178ed2ed0e7be5c] [DNL01B4203] start proxy success [2026-04-17,23:05:02.915] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,23:05:04.681] [DEBUG] 6 processes running of frp type [2026-04-17,23:20:02.972] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,23: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-17,23:35:02.766] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,23:35:05.273] [DEBUG] 6 processes running of frp type [2026-04-17,23:50:02.969] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-17,23:50:04.753] [DEBUG] 6 processes running of frp type [2026-04-18,00:05:02.229] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,00:05:04.332] [DEBUG] 6 processes running of frp type [2026-04-18,00:20:02.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,00:20:04.312] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,00:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,00:35:04.396] [DEBUG] 6 processes running of frp type 2026-04-18 00:37:07.396 [I] [client/service.go:294] [e178ed2ed0e7be5c] try to connect to server... 2026-04-18 00:37:10.731 [I] [client/service.go:286] [e178ed2ed0e7be5c] login to server success, get run id [e178ed2ed0e7be5c] 2026-04-18 00:37:10.732 [I] [proxy/proxy_manager.go:173] [e178ed2ed0e7be5c] proxy added: [DNL01B4203] 2026-04-18 00:37:11.097 [I] [client/control.go:168] [e178ed2ed0e7be5c] [DNL01B4203] start proxy success [2026-04-18,00:50:02.185] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,00:50:03.862] [DEBUG] 6 processes running of frp type [2026-04-18,01:05:02.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,01:05:03.961] [DEBUG] 6 processes running of frp type [2026-04-18,01:20:02.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,01: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' [2026-04-18,01:35:02.922] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,01:35:04.905] [DEBUG] 6 processes running of frp type [2026-04-18,01:50:02.547] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,01:50:04.337] [DEBUG] 6 processes running of frp type [2026-04-18,02:05:02.789] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,02:05:04.557] [DEBUG] 6 processes running of frp type [2026-04-18,02:20:02.829] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,02: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-04-18,02:35:02.807] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,02:35:04.460] [DEBUG] 6 processes running of frp type [2026-04-18,02:50:02.151] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,02:50:03.954] [DEBUG] 6 processes running of frp type [2026-04-18,03:05:02.405] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,03:05:04.188] [DEBUG] 6 processes running of frp type [2026-04-18,03:20:02.483] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,03:20:04.175] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,03:35:02.242] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,03:35:04.195] [DEBUG] 6 processes running of frp type [2026-04-18,03:50:02.931] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,03:50:04.651] [DEBUG] 6 processes running of frp type [2026-04-18,04:05:03.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,04:05:05.090] [DEBUG] 6 processes running of frp type [2026-04-18,04:20:02.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,04: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-04-18,04:35:02.374] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,04:35:04.099] [DEBUG] 6 processes running of frp type [2026-04-18,04:50:02.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,04:50:04.645] [DEBUG] 6 processes running of frp type [2026-04-18,05:05:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,05:05:04.823] [DEBUG] 6 processes running of frp type [2026-04-18,05:20:02.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,05: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-04-18,05:35:03.098] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,05:35:07.120] [DEBUG] 6 processes running of frp type [2026-04-18,05:50:02.770] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,05:50:04.939] [DEBUG] 6 processes running of frp type [2026-04-18,06:05:02.313] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,06:05:04.041] [DEBUG] 6 processes running of frp type [2026-04-18,06:20:02.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,06:20:04.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-18,06:30:46.938] [INFO] Initializing BusSpeedStateManager V2 [2026-04-18,06:30:46.947] [INFO] LocationSqlManager initialising [2026-04-18,06:30:46.947] [INFO] Location DB initialising [2026-04-18,06:30:46.959] [INFO] LocationSqlManager initialisation complete [2026-04-18,06:30:46.960] [DEBUG] UploadManager Init [2026-04-18,06:30:46.961] [DEBUG] UploadManager Init Complete [2026-04-18,06:30:46.965] [INFO] Initializing GPS... [2026-04-18,06:30:46.968] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,06:32:34.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,06:32:36.118] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-18,06:32:48.692] [DEBUG] Log Upload Complete! [2026-04-18,06:35:34.681] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,06:35:36.430] [DEBUG] Remote Access Enabled [2026-04-18,06:35:37.807] [INFO] Server Address: 138.201.17.179 [2026-04-18,06:35:37.809] [INFO] Server Port: 7000 [2026-04-18,06:35:37.817] [DEBUG] Starting Remote Access! 2026-04-18 06:35:38.007 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-18 06:35:38.008 [I] [client/service.go:294] try to connect to server... 2026-04-18 06:35:38.611 [I] [client/service.go:286] [8e62f1b9a6f0bbf7] login to server success, get run id [8e62f1b9a6f0bbf7] 2026-04-18 06:35:38.612 [I] [proxy/proxy_manager.go:173] [8e62f1b9a6f0bbf7] proxy added: [DNL01B4203] 2026-04-18 06:35:38.825 [I] [client/control.go:168] [8e62f1b9a6f0bbf7] [DNL01B4203] start proxy success [2026-04-18,06:50:02.722] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,06:50:04.334] [DEBUG] 6 processes running of frp type [2026-04-18,07:05:02.853] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,07:05:04.641] [DEBUG] 6 processes running of frp type [2026-04-18,07:20:03.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,07:20:04.907] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,07:35:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,07:35:04.805] [DEBUG] 6 processes running of frp type [2026-04-18,07:50:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,07:50:04.232] [DEBUG] 6 processes running of frp type [2026-04-18,08:02:02.466] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,08:02:04.138] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-18,08:02:23.229] [DEBUG] Log Upload Complete! [2026-04-18,08:05:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,08:05:04.297] [DEBUG] 6 processes running of frp type [2026-04-18,08:20:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,08: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-04-18,08:35:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,08:35:04.478] [DEBUG] 6 processes running of frp type [2026-04-18,08:50:02.319] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,08:50:03.991] [DEBUG] 6 processes running of frp type [2026-04-18,09:05:02.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,09:05:03.996] [DEBUG] 6 processes running of frp type [2026-04-18,09:20:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,09:20:04.279] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,09:35:03.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,09:35:05.061] [DEBUG] 6 processes running of frp type [2026-04-18,09:50:02.799] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,09:50:04.647] [DEBUG] 6 processes running of frp type [2026-04-18,10:05:02.152] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,10:05:04.287] [DEBUG] 6 processes running of frp type [2026-04-18,10:20:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,10: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-18,10:35:02.648] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,10:35:04.691] [DEBUG] 6 processes running of frp type [2026-04-18,10:50:02.486] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,10:50:04.424] [DEBUG] 6 processes running of frp type [2026-04-18,11:05:02.999] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,11:05:04.712] [DEBUG] 6 processes running of frp type [2026-04-18,11:20:02.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,11:20:03.907] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,11:35:03.095] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,11:35:05.025] [DEBUG] 6 processes running of frp type [2026-04-18,11:50:02.691] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,11:50:04.414] [DEBUG] 6 processes running of frp type [2026-04-18,12:05:02.890] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,12:05:04.591] [DEBUG] 6 processes running of frp type [2026-04-18,12:20:02.925] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,12:20:04.760] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,12:35:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,12:35:04.578] [DEBUG] 6 processes running of frp type [2026-04-18,12:50:02.296] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,12:50:04.024] [DEBUG] 6 processes running of frp type [2026-04-18,13:05:02.502] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,13:05:04.385] [DEBUG] 6 processes running of frp type [2026-04-18,13:20:02.786] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,13: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-18,13:35:02.491] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,13:35:04.182] [DEBUG] 6 processes running of frp type [2026-04-18,13:50:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,13:50:04.598] [DEBUG] 6 processes running of frp type [2026-04-18,14:05:03.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,14:05:04.948] [DEBUG] 6 processes running of frp type [2026-04-18,14:20:02.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,14: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-04-18,14:35:03.200] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,14:35:04.969] [DEBUG] 6 processes running of frp type [2026-04-18,14:50:02.748] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,14:50:04.484] [DEBUG] 6 processes running of frp type [2026-04-18,15:05:03.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,15:05:04.923] [DEBUG] 6 processes running of frp type [2026-04-18,15:20:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,15:20:03.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-18,15:35:02.899] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,15:35:04.583] [DEBUG] 6 processes running of frp type [2026-04-18,15:50:02.313] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,15:50:03.978] [DEBUG] 6 processes running of frp type [2026-04-18,16:05:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,16:05:08.005] [DEBUG] 6 processes running of frp type [2026-04-18,16:20:02.290] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,16: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-04-18,16:35:02.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,16:35:03.946] [DEBUG] 6 processes running of frp type [2026-04-18,16:50:02.722] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,16:50:04.355] [DEBUG] 6 processes running of frp type 2026-04-18 17:00:16.603 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:00:26.606 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 17:00:26.607 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:00:26.608 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:00:31.210 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:00:31.211 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:00:41.031 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:00:41.032 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:01:00.805 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:01:00.806 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:01:20.806 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:01:20.808 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:01:40.809 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:01:40.811 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:02:00.811 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:02:00.813 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:02:20.814 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:02:20.815 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:02:40.816 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:02:40.817 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:03:00.818 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:03:00.819 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:03:20.820 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:03:20.821 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:03:40.823 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:03:40.829 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:04:00.830 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:04:00.836 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:04:20.837 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:04:20.841 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:04:40.842 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:04:40.847 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:05:00.848 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:05:00.850 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,17:05:02.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 17:05:20.851 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:05:20.856 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:05:40.857 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:05:40.862 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:06:00.862 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:06:00.866 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:06:20.867 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:06:20.872 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:06:40.872 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:06:40.877 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:07:00.877 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:07:00.880 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:07:20.882 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:07:20.899 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:07:40.901 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:07:40.905 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:08:00.906 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:08:00.909 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:08:20.910 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:08:20.914 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:08:40.916 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:08:40.920 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:09:00.920 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:09:00.923 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:09:20.924 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:09:20.928 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:09:40.929 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:09:40.935 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:10:00.937 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:10:00.942 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:10:20.944 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:10:20.951 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:10:40.952 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:10:40.957 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:11:00.958 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:11:00.964 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:11:20.965 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:11:20.969 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:11:40.970 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:11:40.975 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:12:00.976 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:12:00.981 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:12:20.983 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:12:20.987 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:12:40.989 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:12:40.996 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:13:00.997 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:13:01.008 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:13:21.010 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:13:21.024 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:13:41.025 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:13:41.031 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:14:01.032 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:14:01.036 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:14:21.037 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:14:21.043 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:14:41.044 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:14:41.049 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:15:01.050 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:15:01.053 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:15:21.055 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:15:21.059 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:15:41.059 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:15:41.064 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:16:01.065 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:16:01.069 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:16:21.069 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:16:21.074 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:16:41.075 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:16:41.079 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:17:01.080 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:17:01.084 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:17:21.084 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:17:21.092 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:17:41.094 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:17:41.099 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:18:01.100 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:18:01.103 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:18:21.105 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:18:21.110 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:18:41.111 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:18:41.128 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:19:01.129 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:19:01.133 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:19:21.134 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:19:21.138 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:19:41.140 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:19:41.147 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:20:01.148 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:20:01.151 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,17:20:02.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 17:20:21.152 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:20:21.157 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:20:41.158 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:20:41.163 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:21:01.165 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:21:01.169 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:21:21.170 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:21:21.174 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:21:41.175 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:21:41.180 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:22:01.181 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:22:01.184 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:22:21.186 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:22:21.191 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:22:41.193 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:22:41.201 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:23:01.201 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:23:01.204 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:23:21.205 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:23:21.216 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:23:41.218 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:23:41.225 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:24:01.227 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:24:01.230 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:24:21.231 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:24:21.238 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:24:41.239 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:24:41.244 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:25:01.245 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:25:01.252 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:25:21.252 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:25:21.257 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:25:41.259 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:25:41.266 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:26:01.269 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:26:01.272 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] 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' 2026-04-18 17:26:21.273 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:26:21.278 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:26:41.280 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:26:41.286 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:27:01.288 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:27:01.291 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:27:21.292 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:27:21.296 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:27:41.297 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:27:41.305 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:28:01.308 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:28:01.314 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:28:21.315 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:28:21.320 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:28:41.321 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:28:41.367 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:29:01.369 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:29:01.372 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:29:21.373 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:29:21.379 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:29:41.382 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:29:41.388 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:30:01.389 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:30:01.392 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:30:21.393 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:30:21.397 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:30:41.398 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:30:41.402 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:31:01.402 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:31:01.405 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:31:21.406 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:31:21.411 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:31:41.412 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:31:41.419 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:32:01.421 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:32:01.423 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:32:21.424 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:32:21.429 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:32:41.429 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:32:41.434 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:33:01.435 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:33:01.438 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:33:21.439 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:33:21.444 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:33:41.446 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:33:41.452 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:34:01.454 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:34:01.457 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:34:21.458 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:34:21.462 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:34:41.464 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:34:41.470 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:35:01.472 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:35:01.478 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,17:35:02.754] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 17:35:21.480 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:35:21.485 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:35:41.487 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:35:41.491 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:36:01.494 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:36:01.497 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:36:21.498 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:36:21.515 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:36:41.516 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:36:41.521 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:37:01.522 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:37:01.525 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:37:21.526 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:37:21.532 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:37:41.534 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:37:41.540 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:38:01.541 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:38:01.544 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:38:21.546 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:38:21.550 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:38:41.552 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:38:41.558 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:39:01.559 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:39:01.562 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:39:21.563 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:39:21.569 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:39:41.570 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:39:41.577 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:40:01.578 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:40:01.582 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:40:21.583 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:40:21.587 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:40:41.589 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:40:41.597 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:41:01.599 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:41:01.616 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:41:21.616 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:41:21.621 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:41:41.622 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:41:41.627 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:42:01.628 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:42:01.632 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:42:21.633 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:42:21.638 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:42:41.639 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:42:41.644 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:43:01.645 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:43:01.647 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:43:21.648 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:43:21.670 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:43:41.672 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:43:41.678 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:44:01.679 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:44:01.683 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:44:21.684 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:44:21.689 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:44:41.689 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:44:41.694 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:45:01.695 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:45:01.699 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:45:21.700 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:45:21.704 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:45:41.705 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:45:41.710 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:46:01.712 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:46:01.716 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:46:21.716 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:46:21.721 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:46:41.723 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:46:41.727 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:47:01.728 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:47:01.765 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:47:21.766 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:47:21.771 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:47:41.773 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:47:41.777 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:48:01.779 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:48:01.782 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:48:21.783 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:48:21.789 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:48:41.790 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:48:41.794 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:49:01.795 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:49:01.798 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:49:21.799 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:49:21.804 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:49:41.806 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:49:41.811 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:50:01.813 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:50:01.817 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,17:50:02.576] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 17:50:21.818 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:50:21.822 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:50:41.824 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:50:41.829 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:51:01.830 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:51:01.834 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:51:21.834 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:51:21.839 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:51:41.842 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:51:41.848 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:52:01.850 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:52:01.854 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:52:21.855 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:52:21.859 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:52:41.861 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:52:41.865 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:53:01.866 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:53:01.870 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:53:21.870 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:53:21.889 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:53:41.892 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:53:41.896 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:54:01.898 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:54:01.902 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:54:21.903 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:54:21.907 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:54:41.908 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:54:41.913 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:55:01.914 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:55:01.917 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:55:21.918 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:55:21.923 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:55:41.925 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:55:41.932 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:56:01.933 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:56:01.937 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:56:21.938 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:56:21.945 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:56:41.946 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:56:41.950 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:57:01.951 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:57:01.955 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:57:21.956 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:57:21.960 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:57:41.961 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:57:41.969 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:58:01.970 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:58:01.973 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:58:21.974 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:58:21.979 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:58:41.980 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:58:41.985 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:59:01.987 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:59:01.990 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:59:21.991 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:59:21.995 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:59:41.997 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 17:59:42.002 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:00:02.004 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:00:02.008 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:00:22.009 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:00:22.014 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:00:42.016 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:00:42.021 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:01:02.022 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:01:02.025 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:01:22.027 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:01:22.031 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:01:42.032 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:01:42.038 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:02:02.039 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:02:02.043 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:02:22.043 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:02:22.048 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:02:42.048 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:02:42.057 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:03:02.058 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:03:02.061 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:03:22.062 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:03:22.067 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:03:42.068 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:03:42.076 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:04:02.077 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:04:02.081 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:04:22.082 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:04:22.087 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:04:42.088 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:04:42.096 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:05:02.097 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:05:02.101 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,18:05:02.982] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 18:05:22.102 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:05:22.110 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:05:42.113 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:05:42.119 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:06:02.121 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:06:02.124 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:06:22.125 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:06:22.129 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:06:42.130 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:06:42.134 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:07:02.135 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:07:02.138 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:07:22.139 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:07:22.144 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:07:42.145 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:07:42.151 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:08:02.153 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:08:02.156 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:08:22.157 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:08:22.162 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:08:42.162 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:08:42.168 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:09:02.168 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:09:02.172 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:09:22.172 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:09:22.177 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:09:42.180 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:09:42.186 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:10:02.187 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:10:02.193 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:10:22.193 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:10:22.198 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:10:42.199 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:10:42.203 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:11:02.204 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:11:02.207 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:11:22.208 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:11:22.212 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:11:42.214 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:11:42.222 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:12:02.223 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:12:02.226 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:12:22.227 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:12:22.231 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:12:42.233 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:12:42.237 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:13:02.237 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:13:02.243 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:13:22.244 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:13:22.249 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:13:42.251 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:13:42.256 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:14:02.259 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:14:02.263 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:14:22.264 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:14:22.268 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:14:42.270 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:14:42.274 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:15:02.275 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:15:02.278 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:15:22.280 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:15:22.284 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:15:42.285 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:15:42.295 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:16:02.297 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:16:02.300 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:16:22.301 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:16:22.306 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:16:42.308 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:16:42.312 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:17:02.313 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:17:02.316 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:17:22.317 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:17:22.322 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:17:42.322 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:17:42.329 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:18:02.331 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:18:02.334 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:18:22.335 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:18:22.340 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:18:42.341 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:18:42.346 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:19:02.347 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:19:02.350 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:19:22.351 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:19:22.356 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:19:42.358 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:19:42.366 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,18:20:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-18 18:20:02.368 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:20:02.382 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 18:20:22.384 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:20:22.388 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:20:42.389 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:20:42.394 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:21:02.395 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:21:02.399 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:21:22.400 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:21:22.405 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:21:42.408 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:21:42.412 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:22:02.414 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:22:02.418 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:22:22.419 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:22:22.423 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:22:42.425 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:22:42.430 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:23:02.431 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:23:02.437 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:23:22.439 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:23:22.444 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:23:42.445 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:23:42.451 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:24:02.453 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:24:02.458 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:24:22.459 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:24:22.464 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:24:42.465 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:24:42.469 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:25:02.470 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:25:02.475 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:25:22.476 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:25:22.480 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:25:42.482 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:25:42.487 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:26:02.489 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:26:02.493 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] 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' 2026-04-18 18:26:22.495 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:26:22.499 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:26:42.500 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:26:42.505 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:27:02.505 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:27:02.508 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:27:22.510 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:27:22.515 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:27:42.517 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:27:42.523 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:28:02.524 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:28:02.528 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:28:22.530 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:28:22.534 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:28:42.535 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:28:42.540 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:29:02.542 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:29:02.545 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:29:22.547 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:29:22.552 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:29:42.554 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:29:42.559 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:30:02.560 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:30:02.564 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:30:22.566 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:30:22.570 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:30:42.572 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:30:42.577 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:31:02.578 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:31:02.581 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:31:22.582 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:31:22.588 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:31:42.589 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:31:42.595 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:32:02.597 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:32:02.600 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:32:22.601 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:32:22.606 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:32:42.607 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:32:42.611 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:33:02.613 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:33:02.618 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:33:22.619 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:33:22.625 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:33:42.626 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:33:42.631 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:34:02.632 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:34:02.637 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:34:22.638 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:34:22.644 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:34:42.646 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:34:42.650 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,18:35:02.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 18:35:02.652 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:35:02.654 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:35:22.655 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:35:22.660 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:35:42.661 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:35:42.675 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:36:02.678 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:36:02.685 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:36:22.687 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:36:22.693 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:36:42.695 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:36:42.699 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:37:02.701 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:37:02.706 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:37:22.707 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:37:22.712 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:37:42.714 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:37:42.720 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:38:02.722 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:38:02.725 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:38:22.726 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:38:22.731 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:38:42.731 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:38:42.738 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:39:02.739 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:39:02.742 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:39:22.743 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:39:22.748 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:39:42.750 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:39:42.755 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:40:02.757 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:40:02.760 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:40:22.762 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:40:22.767 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:40:42.768 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:40:42.772 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:41:02.774 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:41:02.777 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:41:22.778 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:41:22.782 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:41:42.785 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:41:42.794 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:42:02.795 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:42:02.798 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:42:22.799 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:42:22.803 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:42:42.804 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:42:42.808 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:43:02.810 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:43:02.815 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:43:22.817 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:43:22.821 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:43:42.822 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:43:42.830 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:44:02.831 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:44:02.837 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:44:22.839 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:44:22.844 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:44:42.845 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:44:42.849 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:45:02.850 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:45:02.855 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:45:22.855 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:45:22.861 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:45:42.862 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:45:42.868 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:46:02.870 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:46:02.875 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:46:22.876 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:46:22.881 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:46:42.882 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:46:42.887 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:47:02.889 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:47:02.894 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:47:22.896 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:47:22.900 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:47:42.903 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:47:42.909 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:48:02.910 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:48:02.914 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:48:22.915 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:48:22.920 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:48:42.921 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:48:42.925 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:49:02.926 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:49:02.932 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:49:22.933 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:49:22.937 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:49:42.938 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:49:42.944 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,18:50:02.886] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 18:50:02.945 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:50:02.948 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:50:22.948 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:50:22.955 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:50:42.957 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:50:42.961 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:51:02.962 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:51:02.965 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:51:22.966 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:51:22.971 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:51:42.972 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:51:42.978 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:52:02.980 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:52:02.984 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:52:22.985 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:52:22.990 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:52:42.992 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:52:42.996 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:53:02.997 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:53:03.002 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:53:23.003 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:53:23.008 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:53:43.009 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:53:43.015 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:54:03.015 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:54:03.023 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:54:23.024 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:54:23.029 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:54:43.030 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:54:43.035 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:55:03.037 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:55:03.041 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:55:23.042 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:55:23.046 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:55:43.047 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:55:43.055 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:56:03.056 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:56:03.061 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:56:23.062 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:56:23.066 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:56:43.067 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:56:43.073 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:57:03.074 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:57:03.079 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:57:23.080 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:57:23.084 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:57:43.086 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:57:43.090 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:58:03.092 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:58:03.097 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:58:23.099 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:58:23.103 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:58:43.105 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:58:43.109 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:59:03.110 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:59:03.115 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:59:23.116 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:59:23.121 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 18:59:43.122 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 18:59:43.130 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:00:03.131 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:00:03.136 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:00:23.137 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:00:23.141 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:00:43.142 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:00:43.147 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:01:03.148 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:01:03.154 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:01:23.155 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:01:23.160 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:01:43.161 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:01:43.167 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:02:03.168 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:02:03.172 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:02:23.172 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:02:23.177 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:02:43.178 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:02:43.183 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:03:03.184 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:03:03.188 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:03:23.190 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:03:23.195 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:03:43.196 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:03:43.202 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:04:03.204 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:04:03.208 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:04:23.209 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:04:23.215 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:04:43.216 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:04:43.221 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,19:05:02.267] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-18 19:05:03.222 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:05:03.225 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 19:05:23.226 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:05:23.231 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:05:43.232 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:05:43.240 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:06:03.242 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:06:03.248 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:06:23.249 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:06:23.254 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:06:43.255 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:06:43.260 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:07:03.261 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:07:03.266 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:07:23.267 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:07:23.271 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:07:43.274 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:07:43.278 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:08:03.280 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:08:03.285 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:08:23.286 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:08:23.293 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:08:43.295 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:08:43.300 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:09:03.301 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:09:03.307 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:09:23.308 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:09:23.312 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:09:43.316 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:09:43.321 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:10:03.324 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:10:03.331 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:10:23.332 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:10:23.336 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:10:43.337 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:10:43.341 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:11:03.342 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:11:03.347 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:11:23.348 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:11:23.352 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:11:43.354 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:11:43.359 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:12:03.361 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:12:03.365 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:12:23.367 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:12:23.371 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:12:43.372 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:12:43.377 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:13:03.377 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:13:03.381 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:13:23.383 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:13:23.387 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:13:43.388 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:13:43.395 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:14:03.397 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:14:03.401 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:14:23.402 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:14:23.407 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:14:43.408 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:14:43.412 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:15:03.413 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:15:03.420 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:15:23.421 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:15:23.425 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:15:43.428 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:15:43.434 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:16:03.435 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:16:03.440 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:16:23.441 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:16:23.446 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:16:43.447 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:16:43.451 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:17:03.452 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:17:03.458 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:17:23.459 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:17:23.463 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:17:43.466 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:17:43.475 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:18:03.476 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:18:03.481 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:18:23.482 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:18:23.487 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:18:43.489 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:18:43.493 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:19:03.495 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:19:03.500 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:19:23.501 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:19:23.505 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:19:43.508 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:19:43.513 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,19:20:02.809] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 19:20:03.515 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:20:03.518 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:20:23.519 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:20:23.523 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:20:43.525 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:20:43.530 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:21:03.532 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:21:03.536 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:21:23.538 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:21:23.543 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:21:43.544 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:21:43.551 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:22:03.553 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:22:03.557 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:22:23.559 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:22:23.589 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:22:43.590 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:22:43.595 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:23:03.597 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:23:03.601 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:23:23.603 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:23:23.608 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:23:43.610 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:23:43.615 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:24:03.616 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:24:03.621 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:24:23.622 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:24:23.627 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:24:43.628 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:24:43.632 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:25:03.633 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:25:03.638 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:25:23.639 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:25:23.644 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:25:43.647 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:25:43.653 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] 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' 2026-04-18 19:26:03.655 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:26:03.658 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:26:23.660 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:26:23.664 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:26:43.665 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:26:43.669 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:27:03.669 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:27:03.675 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:27:23.677 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:27:23.681 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:27:43.683 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:27:43.690 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:28:03.692 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:28:03.696 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:28:23.698 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:28:23.704 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:28:43.704 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:28:43.709 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:29:03.710 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:29:03.714 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:29:23.715 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:29:23.720 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:29:43.721 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:29:43.727 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:30:03.730 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:30:03.735 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:30:23.737 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:30:23.742 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:30:43.743 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:30:43.748 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:31:03.749 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:31:03.754 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:31:23.755 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:31:23.760 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:31:43.761 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:31:43.767 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:32:03.768 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:32:03.773 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:32:23.774 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:32:23.779 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:32:43.781 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:32:43.785 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:33:03.787 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:33:03.791 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:33:23.793 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:33:23.797 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:33:43.800 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:33:43.807 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:34:03.809 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:34:03.814 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:34:23.815 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:34:23.819 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:34:43.821 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:34:43.825 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,19:35:02.625] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 19:35:03.826 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:35:03.830 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:35:23.830 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:35:23.835 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:35:43.837 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:35:43.842 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:36:03.844 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:36:03.848 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:36:23.849 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:36:23.854 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:36:43.855 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:36:43.863 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:37:03.863 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:37:03.867 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:37:23.869 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:37:23.873 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:37:43.875 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:37:43.882 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:38:03.884 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:38:03.888 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:38:23.888 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:38:23.893 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:38:43.894 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:38:43.898 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:39:03.899 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:39:03.904 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:39:23.904 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:39:23.909 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:39:43.911 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:39:43.919 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:40:03.919 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:40:03.924 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:40:23.925 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:40:23.930 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:40:43.931 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:40:43.935 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:41:03.937 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:41:03.941 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:41:23.942 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:41:23.947 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:41:43.950 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:41:43.954 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:42:03.955 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:42:03.961 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:42:23.962 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:42:23.967 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:42:43.968 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:42:43.973 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:43:03.974 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:43:03.978 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:43:23.979 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:43:23.983 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:43:43.984 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:43:43.996 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:44:03.998 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:44:04.002 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:44:24.003 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:44:24.007 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:44:44.008 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:44:44.012 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:45:04.014 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:45:04.018 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:45:24.019 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:45:24.023 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:45:44.024 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:45:44.030 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:46:04.032 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:46:04.036 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:46:24.038 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:46:24.042 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:46:44.043 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:46:44.047 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:47:04.049 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:47:04.054 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:47:24.055 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:47:24.059 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:47:44.061 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:47:44.068 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:48:04.069 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:48:04.076 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:48:24.077 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:48:24.082 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:48:44.084 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:48:44.089 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:49:04.090 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:49:04.094 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:49:24.096 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:49:24.100 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:49:44.101 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:49:44.109 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,19:50:02.354] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 19:50:04.110 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:50:04.114 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:50:24.115 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:50:24.121 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:50:44.122 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:50:44.128 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:51:04.129 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:51:04.134 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:51:24.135 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:51:24.140 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:51:44.141 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:51:44.147 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:52:04.149 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:52:04.154 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:52:24.156 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:52:24.160 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:52:44.161 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:52:44.166 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:53:04.167 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:53:04.172 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:53:24.173 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:53:24.177 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:53:44.178 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:53:44.189 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:54:04.190 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:54:04.196 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:54:24.197 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:54:24.202 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:54:44.203 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:54:44.207 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:55:04.208 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:55:04.213 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:55:24.214 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:55:24.218 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:55:44.219 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:55:44.226 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:56:04.228 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:56:04.232 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:56:24.233 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:56:24.240 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:56:44.241 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:56:44.246 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:57:04.247 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:57:04.252 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:57:24.253 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:57:24.258 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:57:44.260 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:57:44.265 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:58:04.266 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:58:04.271 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:58:24.273 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:58:24.278 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:58:44.279 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:58:44.284 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:59:04.286 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:59:04.294 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:59:24.294 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:59:24.299 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 19:59:44.300 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 19:59:44.308 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:00:04.310 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:00:04.314 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:00:24.315 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:00:24.320 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:00:44.321 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:00:44.326 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:01:04.327 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:01:04.331 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:01:24.332 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:01:24.337 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:01:44.340 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:01:44.347 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:02:04.349 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:02:04.353 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:02:24.354 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:02:24.360 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:02:44.361 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:02:44.365 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:03:04.366 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:03:04.371 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:03:24.372 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:03:24.377 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:03:44.379 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:03:44.384 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:04:04.386 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:04:04.391 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:04:24.392 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:04:24.396 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:04:44.398 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:04:44.403 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,20:05:03.031] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-18 20:05:04.403 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:05:04.407 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 20:05:24.408 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:05:24.412 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:05:44.415 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:05:44.419 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:06:04.422 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:06:04.427 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:06:24.429 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:06:24.434 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:06:44.435 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:06:44.441 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:07:04.442 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:07:04.446 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:07:24.447 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:07:24.452 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:07:44.453 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:07:44.460 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:08:04.461 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:08:04.466 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:08:24.467 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:08:24.472 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:08:44.474 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:08:44.479 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:09:04.480 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:09:04.486 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:09:24.488 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:09:24.492 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:09:44.493 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:09:44.499 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:10:04.502 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:10:04.506 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:10:24.508 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:10:24.512 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:10:44.513 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:10:44.518 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:11:04.519 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:11:04.523 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:11:24.525 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:11:24.530 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:11:44.533 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:11:44.540 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:12:04.542 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:12:04.546 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:12:24.548 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:12:24.553 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:12:44.555 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:12:44.559 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:13:04.561 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:13:04.565 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:13:24.567 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:13:24.571 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:13:44.574 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:13:44.580 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:14:04.582 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:14:04.587 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:14:24.588 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:14:24.593 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:14:44.594 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:14:44.599 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:15:04.601 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:15:04.605 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:15:24.606 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:15:24.611 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:15:44.613 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:15:44.618 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:16:04.619 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:16:04.624 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:16:24.625 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:16:24.629 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:16:44.631 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:16:44.635 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:17:04.637 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:17:04.642 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:17:24.643 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:17:24.648 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:17:44.650 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:17:44.654 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:18:04.655 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:18:04.660 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:18:24.662 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:18:24.669 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:18:44.670 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:18:44.675 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:19:04.676 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:19:04.681 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:19:24.682 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:19:24.687 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:19:44.690 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:19:44.696 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,20:20:02.396] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-04-18 20:20:04.698 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:20:04.702 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:20:24.703 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:20:24.707 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:20:44.708 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:20:44.713 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:21:04.713 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:21:04.722 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:21:24.723 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:21:24.727 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:21:44.730 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:21:44.735 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:22:04.737 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:22:04.741 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:22:24.743 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:22:24.747 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:22:44.749 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:22:44.753 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:23:04.755 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:23:04.760 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:23:24.761 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:23:24.766 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:23:44.767 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:23:44.775 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:24:04.777 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:24:04.781 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:24:24.783 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:24:24.788 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:24:44.790 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:24:44.794 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:25:04.796 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:25:04.801 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:25:24.802 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:25:24.806 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:25:44.809 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:25:44.815 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] 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' 2026-04-18 20:26:04.815 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:26:04.819 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:26:24.819 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:26:24.824 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:26:44.826 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:26:44.830 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:27:04.832 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:27:04.836 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:27:24.837 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:27:24.841 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:27:44.842 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:27:44.849 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:28:04.852 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:28:04.857 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:28:24.858 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:28:24.863 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:28:44.864 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:28:44.869 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:29:04.870 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:29:04.877 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:29:24.878 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:29:24.884 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:29:44.886 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:29:44.890 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 20:30:04.892 [I] [client/service.go:294] [8e62f1b9a6f0bbf7] try to connect to server... 2026-04-18 20:30:04.896 [W] [client/service.go:297] [8e62f1b9a6f0bbf7] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-04-18,20:30:42.662] [INFO] Initializing BusSpeedStateManager V2 [2026-04-18,20:30:42.673] [INFO] LocationSqlManager initialising [2026-04-18,20:30:42.675] [INFO] Location DB initialising [2026-04-18,20:30:42.691] [INFO] LocationSqlManager initialisation complete [2026-04-18,20:30:42.692] [DEBUG] UploadManager Init [2026-04-18,20:30:42.694] [DEBUG] UploadManager Init Complete [2026-04-18,20:30:42.699] [INFO] Initializing GPS... [2026-04-18,20:30:42.702] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,20:32:31.448] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,20:32:33.198] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:32:52.782] [DEBUG] Log Upload Complete! [2026-04-18,20:35:31.582] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,20:35:33.286] [DEBUG] Remote Access Enabled [2026-04-18,20:35:34.637] [INFO] Server Address: 138.201.17.179 [2026-04-18,20:35:34.638] [INFO] Server Port: 7000 [2026-04-18,20:35:34.643] [DEBUG] Starting Remote Access! 2026-04-18 20:35:34.807 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-18 20:35:34.808 [I] [client/service.go:294] try to connect to server... 2026-04-18 20:35:35.342 [I] [client/service.go:286] [c99a8590accbe16e] login to server success, get run id [c99a8590accbe16e] 2026-04-18 20:35:35.343 [I] [proxy/proxy_manager.go:173] [c99a8590accbe16e] proxy added: [DNL01B4203] 2026-04-18 20:35:35.520 [I] [client/control.go:168] [c99a8590accbe16e] [DNL01B4203] start proxy success [2026-04-18,20:50:02.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,20:50:04.479] [DEBUG] 6 processes running of frp type [2026-04-18,21:05:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,21:05:04.723] [DEBUG] 6 processes running of frp type [2026-04-18,21:20:02.027] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,21:20:03.830] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,21:35:03.061] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,21:35:04.900] [DEBUG] 6 processes running of frp type [2026-04-18,21:50:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,21:50:04.390] [DEBUG] 6 processes running of frp type [2026-04-18,22:05:02.877] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,22:05:07.586] [DEBUG] 6 processes running of frp type [2026-04-18,22:20:03.165] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,22: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' [2026-04-18,22:35:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,22:35:04.446] [DEBUG] 6 processes running of frp type [2026-04-18,22:50:03.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,22:50:04.972] [DEBUG] 6 processes running of frp type [2026-04-18,23:05:02.491] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,23:05:04.207] [DEBUG] 6 processes running of frp type [2026-04-18,23:20:02.549] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,23: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' [2026-04-18,23:35:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,23:35:04.188] [DEBUG] 6 processes running of frp type [2026-04-18,23:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-18,23:50:04.723] [DEBUG] 6 processes running of frp type [2026-04-19,00:05:02.219] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,00:05:03.915] [DEBUG] 6 processes running of frp type [2026-04-19,00:20:02.786] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,00:20:07.723] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,00:35:03.021] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,00:35:04.677] [DEBUG] 6 processes running of frp type [2026-04-19,00:50:02.579] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,00:50:04.235] [DEBUG] 6 processes running of frp type [2026-04-19,01:05:02.627] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,01:05:05.054] [DEBUG] 6 processes running of frp type [2026-04-19,01:20:02.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,01: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-04-19,01:35:03.099] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,01:35:04.754] [DEBUG] 6 processes running of frp type [2026-04-19,01:50:02.452] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,01:50:04.300] [DEBUG] 6 processes running of frp type [2026-04-19,02:05:02.851] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,02:05:04.809] [DEBUG] 6 processes running of frp type [2026-04-19,02:20:02.178] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,02: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-19,02:35:02.050] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,02:35:03.861] [DEBUG] 6 processes running of frp type [2026-04-19,02:50:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,02:50:04.387] [DEBUG] 6 processes running of frp type [2026-04-19,03:05:02.758] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,03:05:04.487] [DEBUG] 6 processes running of frp type [2026-04-19,03:20:02.839] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,03: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-19,03:35:02.529] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,03:35:04.204] [DEBUG] 6 processes running of frp type [2026-04-19,03:50:03.151] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,03:50:04.949] [DEBUG] 6 processes running of frp type [2026-04-19,04:05:02.432] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,04:05:04.159] [DEBUG] 6 processes running of frp type [2026-04-19,04:20:02.650] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,04: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-04-19,04:35:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,04:35:04.194] [DEBUG] 6 processes running of frp type [2026-04-19,04:50:02.800] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,04:50:04.482] [DEBUG] 6 processes running of frp type [2026-04-19,05:05:02.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,05:05:04.695] [DEBUG] 6 processes running of frp type [2026-04-19,05:20:03.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,05: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-04-19,05:35:03.002] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,05:35:04.756] [DEBUG] 6 processes running of frp type [2026-04-19,05:50:02.478] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,05:50:04.110] [DEBUG] 6 processes running of frp type [2026-04-19,06:05:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,06:05:04.511] [DEBUG] 6 processes running of frp type [2026-04-19,06:20:02.704] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,06:20:04.371] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,06:30:42.103] [INFO] Initializing BusSpeedStateManager V2 [2026-04-19,06:30:42.108] [INFO] LocationSqlManager initialising [2026-04-19,06:30:42.109] [INFO] Location DB initialising [2026-04-19,06:30:42.118] [INFO] LocationSqlManager initialisation complete [2026-04-19,06:30:42.119] [DEBUG] UploadManager Init [2026-04-19,06:30:42.119] [DEBUG] UploadManager Init Complete [2026-04-19,06:30:42.122] [INFO] Initializing GPS... [2026-04-19,06:30:42.123] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,06:32:29.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,06:32:31.660] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-19,06:33:13.340] [DEBUG] Log Upload Complete! [2026-04-19,06:35:29.750] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,06:35:31.555] [DEBUG] Remote Access Enabled [2026-04-19,06:35:33.010] [INFO] Server Address: 138.201.17.179 [2026-04-19,06:35:33.012] [INFO] Server Port: 7000 [2026-04-19,06:35:33.021] [DEBUG] Starting Remote Access! 2026-04-19 06:35:33.217 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-19 06:35:33.218 [I] [client/service.go:294] try to connect to server... 2026-04-19 06:35:33.828 [I] [client/service.go:286] [1717780a76a8c48f] login to server success, get run id [1717780a76a8c48f] 2026-04-19 06:35:33.829 [I] [proxy/proxy_manager.go:173] [1717780a76a8c48f] proxy added: [DNL01B4203] 2026-04-19 06:35:34.033 [I] [client/control.go:168] [1717780a76a8c48f] [DNL01B4203] start proxy success [2026-04-19,06:50:02.844] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,06:50:05.583] [DEBUG] 6 processes running of frp type [2026-04-19,07:05:10.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,07:05:12.206] [DEBUG] 6 processes running of frp type 2026-04-19 07:18:59.901 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:19:07.352 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: read tcp 192.168.1.135:40298->138.201.17.179:7000: read: connection reset by peer 2026-04-19 07:19:07.352 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:19:23.838 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: i/o deadline reached 2026-04-19 07:19:23.839 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:19:33.840 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 07:19:33.841 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:19:43.843 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 07:19:43.844 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:19:53.846 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 07:20:13.848 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:20:23.850 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 07:20:43.852 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:20:53.854 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 07:21:13.856 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:21:23.858 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 07:21:43.859 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:21:44.479 [I] [client/service.go:286] [1717780a76a8c48f] login to server success, get run id [1717780a76a8c48f] 2026-04-19 07:21:44.480 [I] [proxy/proxy_manager.go:173] [1717780a76a8c48f] proxy added: [DNL01B4203] 2026-04-19 07:21:44.654 [I] [client/control.go:168] [1717780a76a8c48f] [DNL01B4203] start proxy success [2026-04-19,07:22:11.895] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,07:22:14.192] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-19 07:32:35.668 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:32:49.190 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: connection write timeout 2026-04-19 07:32:49.191 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:32:51.989 [I] [client/service.go:286] [1717780a76a8c48f] login to server success, get run id [1717780a76a8c48f] 2026-04-19 07:32:51.991 [I] [proxy/proxy_manager.go:173] [1717780a76a8c48f] proxy added: [DNL01B4203] 2026-04-19 07:32:55.235 [I] [client/control.go:168] [1717780a76a8c48f] [DNL01B4203] start proxy success 2026-04-19 07:33:31.623 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:33:35.818 [I] [client/service.go:286] [1717780a76a8c48f] login to server success, get run id [1717780a76a8c48f] 2026-04-19 07:33:35.819 [I] [proxy/proxy_manager.go:173] [1717780a76a8c48f] proxy added: [DNL01B4203] 2026-04-19 07:33:36.218 [I] [client/control.go:168] [1717780a76a8c48f] [DNL01B4203] start proxy success [2026-04-19,07:35:04.021] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,07:35:07.370] [DEBUG] 6 processes running of frp type 2026-04-19 07:41:34.692 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:41:36.665 [I] [client/service.go:286] [1717780a76a8c48f] login to server success, get run id [1717780a76a8c48f] 2026-04-19 07:41:36.666 [I] [proxy/proxy_manager.go:173] [1717780a76a8c48f] proxy added: [DNL01B4203] 2026-04-19 07:41:37.255 [I] [client/control.go:168] [1717780a76a8c48f] [DNL01B4203] start proxy success 2026-04-19 07:43:48.439 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:43:51.643 [I] [client/service.go:286] [1717780a76a8c48f] login to server success, get run id [1717780a76a8c48f] 2026-04-19 07:43:51.645 [I] [proxy/proxy_manager.go:173] [1717780a76a8c48f] proxy added: [DNL01B4203] 2026-04-19 07:43:56.442 [I] [client/control.go:168] [1717780a76a8c48f] [DNL01B4203] start proxy success [2026-04-19,07:50:06.473] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,07:50:21.920] [DEBUG] 6 processes running of frp type 2026-04-19 07:55:31.787 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:55:33.715 [I] [client/service.go:286] [1717780a76a8c48f] login to server success, get run id [1717780a76a8c48f] 2026-04-19 07:55:33.717 [I] [proxy/proxy_manager.go:173] [1717780a76a8c48f] proxy added: [DNL01B4203] 2026-04-19 07:55:34.032 [I] [client/control.go:168] [1717780a76a8c48f] [DNL01B4203] start proxy success 2026-04-19 07:56:13.074 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 07:56:15.001 [I] [client/service.go:286] [1717780a76a8c48f] login to server success, get run id [1717780a76a8c48f] 2026-04-19 07:56:15.003 [I] [proxy/proxy_manager.go:173] [1717780a76a8c48f] proxy added: [DNL01B4203] 2026-04-19 07:56:16.600 [I] [client/control.go:168] [1717780a76a8c48f] [DNL01B4203] start proxy success [2026-04-19,08:02:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,08:02:03.938] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-19,08:02:30.019] [DEBUG] Log Upload Complete! [2026-04-19,08:05:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,08:05:04.175] [DEBUG] 6 processes running of frp type [2026-04-19,08:20:02.496] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,08: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-19,08:35:02.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,08:35:03.869] [DEBUG] 6 processes running of frp type [2026-04-19,08:50:02.621] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,08:50:04.197] [DEBUG] 6 processes running of frp type [2026-04-19,09:05:02.700] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,09:05:04.437] [DEBUG] 6 processes running of frp type [2026-04-19,09:20:02.845] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,09: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-04-19,09:35:02.682] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,09:35:04.343] [DEBUG] 6 processes running of frp type [2026-04-19,09:50:03.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,09:50:05.305] [DEBUG] 6 processes running of frp type [2026-04-19,10:05:02.739] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,10:05:04.453] [DEBUG] 6 processes running of frp type [2026-04-19,10:20:02.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,10: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-19,10:35:02.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,10:35:04.269] [DEBUG] 6 processes running of frp type [2026-04-19,10:50:03.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,10:50:04.988] [DEBUG] 6 processes running of frp type [2026-04-19,11:05:02.430] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,11:05:04.165] [DEBUG] 6 processes running of frp type [2026-04-19,11:20:02.401] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,11: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' [2026-04-19,11:35:02.360] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,11:35:04.148] [DEBUG] 6 processes running of frp type [2026-04-19,11:50:02.904] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,11:50:04.761] [DEBUG] 6 processes running of frp type [2026-04-19,12:05:02.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,12:05:04.030] [DEBUG] 6 processes running of frp type [2026-04-19,12:20:02.414] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,12: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-04-19,12:35:02.268] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,12:35:03.961] [DEBUG] 6 processes running of frp type [2026-04-19,12:50:02.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,12:50:04.379] [DEBUG] 6 processes running of frp type [2026-04-19,13:05:02.899] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,13:05:04.690] [DEBUG] 6 processes running of frp type [2026-04-19,13:20:02.070] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,13:20:03.798] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,13:35:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,13:35:04.630] [DEBUG] 6 processes running of frp type [2026-04-19,13:50:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,13:50:04.271] [DEBUG] 6 processes running of frp type [2026-04-19,14:05:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,14:05:04.507] [DEBUG] 6 processes running of frp type [2026-04-19,14:20:03.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,14:20:04.983] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,14:35:02.855] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,14:35:04.527] [DEBUG] 6 processes running of frp type [2026-04-19,14:50:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,14:50:04.018] [DEBUG] 6 processes running of frp type [2026-04-19,15:05:02.487] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,15:05:04.315] [DEBUG] 6 processes running of frp type [2026-04-19,15:20:02.671] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,15: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-04-19,15:35:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,15:35:04.255] [DEBUG] 6 processes running of frp type [2026-04-19,15:50:03.147] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,15:50:04.976] [DEBUG] 6 processes running of frp type [2026-04-19,16:05:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,16:05:04.398] [DEBUG] 6 processes running of frp type [2026-04-19,16:20:02.641] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,16: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-19,16:35:02.515] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,16:35:04.249] [DEBUG] 6 processes running of frp type [2026-04-19,16:50:03.023] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,16:50:04.813] [DEBUG] 6 processes running of frp type 2026-04-19 17:00:27.747 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:00:27.748 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:00:29.857 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:00:29.859 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:00:34.385 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:00:34.387 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:00:43.550 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:00:43.551 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:01:03.393 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:01:03.395 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:01:23.396 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:01:23.397 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:01:43.398 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:01:43.400 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:02:03.401 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:02:03.402 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:02:23.403 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:02:23.405 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:02:43.405 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:02:43.407 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:03:03.408 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:03:03.410 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:03:23.411 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:03:23.412 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:03:43.414 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:03:43.415 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:04:03.416 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:04:03.417 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:04:23.418 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:04:23.419 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:04:43.420 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:04:43.421 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:05:03.423 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:05:03.424 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:05:23.424 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:05:23.428 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:05:43.429 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:05:43.982 [I] [client/service.go:286] [1717780a76a8c48f] login to server success, get run id [1717780a76a8c48f] 2026-04-19 17:05:43.984 [I] [proxy/proxy_manager.go:173] [1717780a76a8c48f] proxy added: [DNL01B4203] 2026-04-19 17:05:44.322 [I] [client/control.go:168] [1717780a76a8c48f] [DNL01B4203] start proxy success 2026-04-19 17:06:23.596 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:06:24.659 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-19 17:06:24.660 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:06:34.661 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 17:06:34.662 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:06:34.663 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:06:43.928 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:06:43.929 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:07:03.296 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:07:03.297 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:07:23.298 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:07:23.300 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:07:43.300 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:07:43.302 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:08:03.303 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:08:03.304 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:08:23.305 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:08:23.307 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:08:43.308 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:08:43.308 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:09:03.309 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:09:03.310 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:09:23.312 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:09:23.313 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:09:43.314 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:09:43.315 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:10:03.316 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:10:03.318 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:10:23.319 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:10:23.320 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:10:43.321 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:10:43.322 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:11:03.324 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:11:03.326 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:11:23.327 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:11:23.330 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:11:43.331 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:11:43.336 [W] [client/service.go:297] [1717780a76a8c48f] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-19 17:12:03.337 [I] [client/service.go:294] [1717780a76a8c48f] try to connect to server... 2026-04-19 17:12:03.903 [I] [client/service.go:286] [1717780a76a8c48f] login to server success, get run id [1717780a76a8c48f] 2026-04-19 17:12:03.904 [I] [proxy/proxy_manager.go:173] [1717780a76a8c48f] proxy added: [DNL01B4203] 2026-04-19 17:12:04.423 [I] [client/control.go:168] [1717780a76a8c48f] [DNL01B4203] start proxy success [2026-04-19,17:20:02.512] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,17: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' [2026-04-19,17:35:02.420] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,17:35:04.145] [DEBUG] 6 processes running of frp type [2026-04-19,17:50:02.840] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,17:50:04.611] [DEBUG] 6 processes running of frp type [2026-04-19,18:05:02.926] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,18:05:04.661] [DEBUG] 6 processes running of frp type [2026-04-19,18:20:01.906] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,18:20:03.629] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,18:35:02.890] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,18:35:04.588] [DEBUG] 6 processes running of frp type [2026-04-19,18:50:02.306] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,18:50:04.028] [DEBUG] 6 processes running of frp type [2026-04-19,19:05:02.377] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,19:05:09.447] [DEBUG] 6 processes running of frp type [2026-04-19,19:20:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,19: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-04-19,19:35:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,19:35:04.438] [DEBUG] 6 processes running of frp type [2026-04-19,19:50:02.126] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,19:50:03.843] [DEBUG] 6 processes running of frp type [2026-04-19,20:05:02.290] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,20:05:04.229] [DEBUG] 6 processes running of frp type [2026-04-19,20:20:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,20: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-04-19,20:30:42.195] [INFO] Initializing BusSpeedStateManager V2 [2026-04-19,20:30:42.200] [INFO] LocationSqlManager initialising [2026-04-19,20:30:42.200] [INFO] Location DB initialising [2026-04-19,20:30:42.210] [INFO] LocationSqlManager initialisation complete [2026-04-19,20:30:42.210] [DEBUG] UploadManager Init [2026-04-19,20:30:42.211] [DEBUG] UploadManager Init Complete [2026-04-19,20:30:42.213] [INFO] Initializing GPS... [2026-04-19,20:30:42.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' [2026-04-19,20:32:29.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,20:32:31.219] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-19,20:32:43.914] [DEBUG] Log Upload Complete! [2026-04-19,20:35:29.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,20:35:31.265] [DEBUG] Remote Access Enabled [2026-04-19,20:35:32.678] [INFO] Server Address: 138.201.17.179 [2026-04-19,20:35:32.680] [INFO] Server Port: 7000 [2026-04-19,20:35:32.689] [DEBUG] Starting Remote Access! 2026-04-19 20:35:32.855 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-19 20:35:32.856 [I] [client/service.go:294] try to connect to server... 2026-04-19 20:35:33.423 [I] [client/service.go:286] [eab5a60940e61c89] login to server success, get run id [eab5a60940e61c89] 2026-04-19 20:35:33.424 [I] [proxy/proxy_manager.go:173] [eab5a60940e61c89] proxy added: [DNL01B4203] 2026-04-19 20:35:33.613 [I] [client/control.go:168] [eab5a60940e61c89] [DNL01B4203] start proxy success [2026-04-19,20:50:02.498] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,20:50:04.238] [DEBUG] 6 processes running of frp type 2026-04-19 21:01:21.752 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:01:31.755 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:01:31.756 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:01:42.494 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:01:42.494 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:01:53.059 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:01:53.060 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:02:04.498 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:02:04.499 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:02:14.501 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:02:34.502 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:02:44.504 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:03:04.505 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:03:14.507 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:03:34.508 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:03:35.140 [I] [client/service.go:286] [eab5a60940e61c89] login to server success, get run id [eab5a60940e61c89] 2026-04-19 21:03:35.141 [I] [proxy/proxy_manager.go:173] [eab5a60940e61c89] proxy added: [DNL01B4203] 2026-04-19 21:03:35.347 [I] [client/control.go:168] [eab5a60940e61c89] [DNL01B4203] start proxy success 2026-04-19 21:05:49.905 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:05:59.907 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:05:59.907 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:06:11.669 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:06:11.670 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:06:21.671 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:06:21.672 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:06:31.673 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:06:31.674 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:06:41.675 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:07:01.677 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:07:11.680 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:07:31.681 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:07:41.683 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:08:01.684 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:08:11.687 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:08:31.687 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:08:50.931 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: i/o deadline reached 2026-04-19 21:09:10.932 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... [2026-04-19,21:09:29.469] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-19 21:09:32.596 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: i/o deadline reached 2026-04-19 21:09:32.597 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:09:47.583 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: i/o deadline reached 2026-04-19 21:10:07.585 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:10:21.937 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:10:41.938 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:10:58.255 [I] [client/service.go:286] [eab5a60940e61c89] login to server success, get run id [eab5a60940e61c89] 2026-04-19 21:10:58.256 [I] [proxy/proxy_manager.go:173] [eab5a60940e61c89] proxy added: [DNL01B4203] 2026-04-19 21:11:29.553 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:11:43.709 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:11:43.710 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:11:53.711 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:11:53.711 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:12:05.509 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:12:05.509 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:12:16.653 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:12:16.654 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:12:26.656 [W] [client/service.go:297] [eab5a60940e61c89] 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() 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-a7-65 (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-a7-65 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1137)'))) 2026-04-19 21:12:46.657 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:13:06.313 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: i/o deadline reached 2026-04-19 21:13:26.315 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:13:37.137 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:13:57.138 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:14:07.140 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:14:27.141 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:14:32.791 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: read tcp 192.168.1.135:51536->138.201.17.179:7000: read: connection reset by peer 2026-04-19 21:14:52.791 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:15:10.121 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: i/o deadline reached 2026-04-19 21:15:30.123 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:15:41.777 [I] [client/service.go:286] [eab5a60940e61c89] login to server success, get run id [eab5a60940e61c89] 2026-04-19 21:15:41.779 [I] [proxy/proxy_manager.go:173] [eab5a60940e61c89] proxy added: [DNL01B4203] 2026-04-19 21:16:10.659 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:16:20.662 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:16:20.663 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:16:31.781 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:16:31.781 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:16:41.783 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:16:41.784 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:16:54.819 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:16:54.820 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:17:04.151 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: session shutdown 2026-04-19 21:17:24.152 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:17:42.501 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:18:02.503 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:18:09.121 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: read tcp 192.168.1.135:60218->138.201.17.179:7000: read: connection reset by peer 2026-04-19 21:18:29.123 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:18:36.043 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: session shutdown 2026-04-19 21:18:56.045 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:19:06.047 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:19:26.049 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:19:36.051 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:19:56.053 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:20:13.303 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: i/o deadline reached 2026-04-19 21:20:33.305 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:20:39.834 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: read tcp 192.168.1.135:37988->138.201.17.179:7000: read: connection reset by peer 2026-04-19 21:20:59.836 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:21:09.838 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:21:29.840 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:21:51.788 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: i/o deadline reached 2026-04-19 21:21:51.788 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:22:01.790 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-04-19,21:22:11.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-19 21:22:21.791 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:22:31.793 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:22:51.795 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:23:08.321 [I] [client/service.go:286] [eab5a60940e61c89] login to server success, get run id [eab5a60940e61c89] 2026-04-19 21:23:08.322 [I] [proxy/proxy_manager.go:173] [eab5a60940e61c89] proxy added: [DNL01B4203] 2026-04-19 21:23:39.222 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:23:54.916 [I] [client/service.go:286] [eab5a60940e61c89] login to server success, get run id [eab5a60940e61c89] 2026-04-19 21:23:54.917 [I] [proxy/proxy_manager.go:173] [eab5a60940e61c89] proxy added: [DNL01B4203] Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2026-04-19 21:24:26.580 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:24:36.581 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:24:36.582 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:24:46.826 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:24:46.827 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:25:00.970 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:25:00.970 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:25:14.928 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: connection write timeout 2026-04-19 21:25:14.928 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:25:27.200 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: read tcp 192.168.1.135:39078->138.201.17.179:7000: read: connection reset by peer 2026-04-19 21:25:47.202 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:25:55.811 [I] [client/service.go:286] [eab5a60940e61c89] login to server success, get run id [eab5a60940e61c89] 2026-04-19 21:25:55.813 [I] [proxy/proxy_manager.go:173] [eab5a60940e61c89] proxy added: [DNL01B4203] Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-19 21:26:07.695 [I] [client/control.go:168] [eab5a60940e61c89] [DNL01B4203] start proxy success 2026-04-19 21:26:30.218 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:26:46.110 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: i/o deadline reached 2026-04-19 21:26:46.111 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:26:56.112 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:26:56.113 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:27:14.432 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: i/o deadline reached 2026-04-19 21:27:14.433 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:27:24.435 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:27:24.435 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:27:39.881 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: i/o deadline reached 2026-04-19 21:27:59.883 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:28:09.885 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:28:29.886 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:28:35.668 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: session shutdown 2026-04-19 21:28:55.669 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:29:10.887 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: i/o deadline reached 2026-04-19 21:29:30.888 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:29:40.891 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:30:00.892 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:30:10.894 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 21:30:30.895 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 21:30:39.447 [I] [client/service.go:286] [eab5a60940e61c89] login to server success, get run id [eab5a60940e61c89] 2026-04-19 21:30:39.448 [I] [proxy/proxy_manager.go:173] [eab5a60940e61c89] proxy added: [DNL01B4203] 2026-04-19 21:30:39.659 [I] [client/control.go:168] [eab5a60940e61c89] [DNL01B4203] start proxy success [2026-04-19,21:35:03.067] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,21:35:04.839] [DEBUG] 6 processes running of frp type [2026-04-19,21:50:02.542] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-19,21:50:04.246] [DEBUG] 6 processes running of frp type 2026-04-19 22:04:34.415 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:04:44.417 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 22:04:44.417 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:04:51.665 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:04:51.666 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:04:54.865 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:05:04.685 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:05:14.687 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 22:05:14.688 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:05:14.693 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:05:34.694 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:05:34.705 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:05:54.706 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:05:54.710 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:06:14.712 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:06:14.718 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:06:34.719 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:06:34.724 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:06:54.725 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:07:04.727 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 22:07:24.729 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:07:34.732 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 22:07:54.735 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:07:54.740 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:08:14.741 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:08:14.746 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:08:34.747 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:08:34.751 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:08:54.752 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:08:54.756 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:09:14.758 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:09:14.762 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:09:34.763 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:09:34.785 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:09:54.786 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:09:54.791 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:10:14.792 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:10:14.796 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:10:34.798 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:10:34.802 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:10:54.803 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:10:54.808 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:11:14.810 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:11:14.814 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:11:34.815 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:11:34.821 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:11:54.823 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:11:54.827 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:12:14.828 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:12:14.833 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:12:34.834 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:12:34.839 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:12:54.840 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:12:54.847 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:13:14.848 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:13:14.852 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:13:34.853 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:13:34.857 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:13:54.858 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:13:54.863 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:14:14.864 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:14:14.870 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:14:34.871 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:14:34.877 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:14:54.877 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:14:54.883 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:15:14.884 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:15:14.893 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:15:34.894 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:15:34.901 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:15:54.902 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:15:54.910 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:16:14.912 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:16:14.916 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:16:34.918 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:16:34.922 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:16:54.924 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:16:54.928 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:17:14.930 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:17:14.939 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:17:34.941 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:17:34.946 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:17:54.948 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:17:54.952 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:18:14.954 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:18:14.960 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:18:34.961 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:18:34.966 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:18:54.968 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:18:54.973 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:19:14.974 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:19:14.979 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:19:34.980 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:19:34.986 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:19:54.988 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:19:54.992 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:20:14.994 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:20:15.000 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:20:35.000 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:20:35.004 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:20:55.006 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:20:55.018 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:21:15.019 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:21:15.023 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:21:35.025 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:21:35.031 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:21:55.032 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:21:55.065 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:22:15.066 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:22:15.072 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:22:35.073 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:22:35.100 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:22:55.102 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:22:55.118 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:23:15.119 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:23:15.125 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:23:35.127 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:23:35.132 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:23:55.134 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:23:55.139 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:24:15.140 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:24:15.199 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:24:35.200 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:24:35.208 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:24:55.209 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:24:55.213 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:25:15.215 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:25:15.220 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:25:35.221 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:25:35.227 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:25:55.229 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:25:55.288 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-19 22:26:15.289 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:26:15.298 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:26:35.300 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:26:35.306 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:26:55.307 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:26:55.314 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:27:15.315 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:27:15.320 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:27:35.321 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:27:35.326 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:27:55.328 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:27:55.332 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:28:15.334 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:28:15.375 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:28:35.376 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:28:35.466 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:28:55.467 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:28:55.481 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:29:15.483 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:29:15.490 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:29:35.491 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:29:35.510 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:29:55.512 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:29:55.561 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:30:15.563 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:30:15.583 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:30:35.584 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:30:35.592 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:30:55.594 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:30:55.598 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:31:15.600 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:31:15.606 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:31:35.607 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:31:35.612 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:31:55.614 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:31:55.621 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:32:15.622 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:32:15.627 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:32:35.628 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:32:35.639 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:32:55.641 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:32:55.646 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:33:15.647 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:33:15.653 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:33:35.654 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:33:35.662 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:33:55.664 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:33:55.668 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:34:15.670 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:34:15.682 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:34:35.684 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:34:35.688 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:34:55.689 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:34:55.694 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:35:15.696 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:35:15.700 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:35:35.702 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:35:35.722 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:35:55.723 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:35:55.730 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:36:15.732 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:36:15.738 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:36:35.739 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:36:35.745 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:36:55.747 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:36:55.754 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:37:15.755 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:37:15.760 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:37:35.761 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:37:35.767 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:37:55.769 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:37:55.773 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:38:15.774 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:38:15.780 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:38:35.781 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:38:35.789 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:38:55.790 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:38:55.795 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:39:15.796 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:39:15.805 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:39:35.806 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:39:35.868 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:39:55.869 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:39:55.874 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:40:15.875 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:40:15.933 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:40:35.934 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:40:35.939 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:40:55.940 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:40:55.945 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:41:15.947 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:41:15.954 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:41:35.955 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:41:35.960 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:41:55.961 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:41:55.966 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:42:15.967 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:42:15.981 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:42:35.983 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:42:36.049 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:42:56.050 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:42:56.059 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:43:16.060 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:43:16.138 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:43:36.139 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:43:36.145 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:43:56.146 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:43:56.151 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:44:16.152 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:44:16.161 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:44:36.163 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:44:36.167 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:44:56.169 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:44:56.176 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:45:16.177 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:45:16.182 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:45:36.184 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:45:36.198 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:45:56.199 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:45:56.212 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:46:16.213 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:46:16.219 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:46:36.220 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:46:36.226 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:46:56.227 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:46:56.231 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:47:16.233 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:47:16.239 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:47:36.240 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:47:36.245 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:47:56.247 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:47:56.251 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:48:16.252 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:48:16.271 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:48:36.273 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:48:36.281 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:48:56.282 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:48:56.286 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:49:16.287 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:49:16.330 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:49:36.331 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:49:36.336 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:49:56.337 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:49:56.342 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:50:16.343 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:50:16.349 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:50:36.350 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:50:36.356 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:50:56.358 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:50:56.369 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:51:16.371 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:51:16.375 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:51:36.376 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:51:36.382 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:51:56.383 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:51:56.388 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:52:16.390 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:52:16.395 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:52:36.396 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:52:36.404 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:52:56.405 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:52:56.438 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:53:16.440 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:53:16.445 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:53:36.446 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:53:36.456 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:53:56.458 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:53:56.466 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:54:16.467 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:54:16.473 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:54:36.474 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:54:36.496 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:54:56.498 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:54:56.502 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:55:16.504 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:55:16.510 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:55:36.511 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:55:36.547 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:55:56.548 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:55:56.559 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:56:16.560 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:56:16.565 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:56:36.566 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:56:36.571 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:56:56.572 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:56:56.588 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:57:16.589 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:57:16.593 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:57:36.595 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:57:36.601 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:57:56.603 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:57:56.610 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:58:16.612 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:58:16.616 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:58:36.618 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:58:36.625 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:58:56.626 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:58:56.630 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:59:16.632 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:59:16.637 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:59:36.640 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:59:36.645 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 22:59:56.647 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 22:59:56.652 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:00:16.654 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:00:16.661 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:00:36.661 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:00:36.672 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:00:56.674 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:00:56.681 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:01:16.682 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:01:16.686 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:01:36.687 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:01:36.692 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:01:56.694 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:01:56.699 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:02:16.700 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:02:16.704 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:02:36.706 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:02:36.718 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:02:56.719 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:02:56.723 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:03:16.724 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:03:16.729 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:03:36.729 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:03:36.738 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:03:56.740 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:03:56.745 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:04:16.746 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:04:16.751 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:04:36.752 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:04:36.756 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:04:56.758 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:04:56.763 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:05:16.765 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:05:16.770 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:05:36.771 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:05:36.777 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:05:56.778 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:05:56.782 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:06:16.784 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:06:16.790 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:06:36.792 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:06:36.797 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:06:56.798 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:06:56.803 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:07:16.804 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:07:16.809 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:07:36.811 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:07:36.815 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:07:56.816 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:07:56.820 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:08:16.822 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:08:16.827 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:08:36.828 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:08:36.833 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:08:56.835 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:08:56.840 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:09:16.841 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:09:16.846 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:09:36.848 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:09:36.854 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:09:56.855 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:09:56.859 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:10:16.860 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:10:16.866 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:10:36.867 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:10:36.871 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:10:56.872 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:10:56.877 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:11:16.878 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:11:16.883 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:11:36.884 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:11:36.893 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:11:56.895 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:11:56.900 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:12:16.902 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:12:16.935 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:12:36.936 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:12:36.941 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:12:56.942 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:12:56.949 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:13:16.950 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:13:16.956 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:13:36.957 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:13:36.964 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:13:56.965 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:13:56.970 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:14:16.971 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:14:16.976 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:14:36.977 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:14:36.982 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:14:56.983 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:14:56.989 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:15:16.990 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:15:16.996 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:15:36.997 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:15:37.002 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:15:57.004 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:15:57.008 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:16:17.009 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:16:17.014 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:16:37.016 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:16:37.020 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:16:57.021 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:16:57.026 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:17:17.027 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:17:17.031 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:17:37.032 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:17:37.036 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:17:57.038 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:17:57.042 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:18:17.044 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:18:17.049 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:18:37.051 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:18:37.055 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:18:57.056 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:18:57.061 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:19:17.062 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:19:17.067 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:19:37.068 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:19:37.074 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:19:57.075 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:19:57.079 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:20:17.081 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:20:17.084 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:20:37.085 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:20:37.091 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:20:57.093 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:20:57.097 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:21:17.098 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:21:17.102 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:21:37.104 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:21:37.109 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:21:57.110 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:21:57.115 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:22:17.116 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:22:17.120 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:22:37.121 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:22:37.126 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:22:57.127 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:22:57.134 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:23:17.135 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:23:17.139 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:23:37.141 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:23:37.147 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:23:57.149 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:23:57.153 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:24:17.155 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:24:17.159 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:24:37.160 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:24:37.164 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:24:57.165 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:24:57.170 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:25:17.171 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:25:17.176 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:25:37.177 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:25:37.183 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:25:57.183 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:25:57.189 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-19 23:26:17.190 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:26:17.194 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:26:37.196 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:26:37.202 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:26:57.203 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:26:57.207 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:27:17.209 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:27:17.215 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:27:37.216 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:27:37.221 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:27:57.222 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:27:57.226 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:28:17.228 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:28:17.232 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:28:37.233 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:28:37.237 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:28:57.239 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:28:57.244 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:29:17.245 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:29:17.251 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:29:37.252 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:29:37.257 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:29:57.258 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:29:57.263 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:30:17.264 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:30:17.269 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:30:37.271 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:30:37.276 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:30:57.278 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:30:57.283 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:31:17.283 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:31:17.289 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:31:37.290 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:31:37.295 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:31:57.297 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:31:57.301 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:32:17.302 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:32:17.306 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:32:37.308 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:32:37.312 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:32:57.313 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:32:57.317 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:33:17.318 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:33:17.327 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:33:37.328 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:33:37.333 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:33:57.334 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:33:57.339 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:34:17.340 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:34:17.344 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:34:37.345 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:34:37.350 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:34:57.351 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:34:57.356 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:35:17.357 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:35:17.362 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:35:37.363 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:35:37.404 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:35:57.406 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:35:57.412 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:36:17.413 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:36:17.417 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:36:37.419 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:36:37.423 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:36:57.425 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:36:57.429 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:37:17.430 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:37:17.434 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:37:37.436 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:37:37.441 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:37:57.444 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:37:57.448 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:38:17.450 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:38:17.454 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:38:37.456 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:38:37.461 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:38:57.463 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:38:57.467 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:39:17.468 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:39:17.473 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:39:37.475 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:39:37.480 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:39:57.482 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:39:57.486 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:40:17.488 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:40:17.492 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:40:37.493 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:40:37.497 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:40:57.499 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:40:57.503 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:41:17.503 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:41:17.509 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:41:37.510 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:41:37.516 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:41:57.518 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:41:57.523 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:42:17.524 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:42:17.528 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:42:37.530 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:42:37.536 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:42:57.537 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:42:57.544 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:43:17.546 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:43:17.552 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:43:37.553 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:43:37.561 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:43:57.563 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:43:57.568 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:44:17.569 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:44:17.576 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:44:37.578 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:44:37.583 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:44:57.585 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:44:57.596 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:45:17.597 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:45:17.602 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:45:37.603 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:45:37.609 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:45:57.610 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:45:57.614 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:46:17.615 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:46:17.619 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:46:37.621 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:46:37.625 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:46:57.627 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:46:57.631 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:47:17.632 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:47:17.636 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:47:37.637 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:47:37.643 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:47:57.645 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:47:57.650 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:48:17.651 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:48:17.655 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:48:37.656 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:48:37.661 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:48:57.663 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:48:57.669 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:49:17.670 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:49:17.675 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:49:37.677 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:49:37.687 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:49:57.689 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:49:57.695 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:50:17.697 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:50:17.702 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:50:37.704 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:50:37.716 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:50:57.718 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:50:57.722 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:51:17.724 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:51:17.729 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:51:37.731 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:51:37.738 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:51:57.740 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:51:57.745 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:52:17.747 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:52:17.755 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:52:37.756 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:52:37.762 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:52:57.763 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:52:57.767 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:53:17.769 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:53:17.775 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:53:37.777 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:53:37.784 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:53:57.786 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:53:57.802 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:54:17.803 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:54:17.807 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:54:37.809 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:54:37.813 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:54:57.814 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:54:57.819 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:55:17.820 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:55:17.825 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:55:37.827 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:55:37.833 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:55:57.835 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:55:57.841 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:56:17.843 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:56:17.846 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:56:37.848 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:56:37.852 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:56:57.854 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:56:57.879 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:57:17.880 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:57:17.892 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:57:37.894 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:57:37.898 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:57:57.900 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:57:57.905 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:58:17.906 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:58:17.910 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:58:37.912 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:58:37.917 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:58:57.918 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:58:57.923 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:59:17.925 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:59:17.930 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:59:37.931 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:59:37.937 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 23:59:57.938 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-19 23:59:57.948 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:00:17.950 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:00:17.953 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:00:37.955 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:00:37.960 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:00:57.962 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:00:57.968 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:01:17.969 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:01:17.973 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:01:37.974 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:01:37.980 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:01:57.982 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:01:57.986 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:02:17.987 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:02:17.991 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:02:37.993 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:02:37.999 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:02:58.000 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:02:58.005 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:03:18.006 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:03:18.012 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:03:38.013 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:03:38.021 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:03:58.023 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:03:58.028 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:04:18.029 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:04:18.034 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:04:38.035 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:04:38.039 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:04:58.041 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:04:58.048 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:05:18.049 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:05:18.054 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:05:38.055 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:05:38.060 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:05:58.061 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:05:58.065 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:06:18.066 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:06:18.070 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:06:38.071 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:06:38.075 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:06:58.076 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:06:58.080 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:07:18.081 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:07:18.098 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:07:38.099 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:07:38.106 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:07:58.108 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:07:58.122 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:08:18.124 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:08:18.141 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:08:38.143 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:08:38.151 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:08:58.152 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:08:58.157 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:09:18.158 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:09:18.192 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:09:38.194 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:09:38.198 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:09:58.200 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:09:58.232 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:10:18.233 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:10:18.239 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:10:38.241 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:10:38.245 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:10:58.247 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:10:58.253 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:11:18.255 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:11:18.263 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:11:38.265 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:11:38.270 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:11:58.272 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:11:58.278 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:12:18.280 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:12:18.284 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:12:38.285 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:12:38.293 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:12:58.294 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:12:58.299 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:13:18.300 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:13:18.304 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:13:38.305 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:13:38.310 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:13:58.311 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:13:58.316 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:14:18.317 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:14:18.325 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:14:38.327 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:14:38.331 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:14:58.332 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:14:58.338 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:15:18.339 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:15:18.343 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:15:38.344 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:15:38.351 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:15:58.353 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:15:58.358 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:16:18.360 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:16:18.365 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:16:38.367 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:16:38.372 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:16:58.374 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:16:58.378 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:17:18.378 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:17:18.382 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:17:38.384 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:17:38.389 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:17:58.391 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:17:58.396 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:18:18.398 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:18:18.403 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:18:38.404 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:18:38.409 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:18:58.409 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:18:58.415 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:19:18.416 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:19:18.421 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:19:38.423 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:19:38.428 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:19:58.430 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:19:58.434 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:20:18.435 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:20:18.439 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:20:38.440 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:20:38.445 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:20:58.447 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:20:58.451 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:21:18.453 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:21:18.458 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:21:38.459 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:21:38.465 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:21:58.466 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:21:58.470 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:22:18.472 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:22:18.485 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:22:38.486 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:22:38.492 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:22:58.493 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:22:58.500 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:23:18.501 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:23:18.506 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:23:38.506 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:23:38.511 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:23:58.512 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:23:58.518 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:24:18.520 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:24:18.524 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:24:38.525 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:24:38.532 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:24:58.534 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:24:58.543 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:25:18.544 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:25:18.549 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:25:38.550 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:25:38.556 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:25:58.557 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:25:58.562 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-20 00:26:18.562 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:26:18.567 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:26:38.568 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:26:38.573 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:26:58.575 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:26:58.580 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:27:18.581 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:27:18.585 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:27:38.587 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:27:38.592 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:27:58.594 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:27:58.598 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:28:18.600 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:28:18.605 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:28:38.606 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:28:38.610 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:28:58.611 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:28:58.615 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:29:18.616 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:29:18.620 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:29:38.621 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:29:38.628 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:29:58.630 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:29:58.634 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:30:18.636 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:30:18.641 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:30:38.641 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:30:38.646 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:30:58.647 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:30:58.652 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:31:18.653 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:31:18.658 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:31:38.659 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:31:38.665 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:31:58.667 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:31:58.675 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:32:18.676 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:32:18.681 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:32:38.683 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:32:38.687 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:32:58.688 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:32:58.693 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:33:18.694 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:33:18.699 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:33:38.700 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:33:38.708 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:33:58.710 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:33:58.715 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:34:18.717 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:34:18.721 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:34:38.722 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:34:38.727 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:34:58.728 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:34:58.733 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:35:18.735 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:35:18.742 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:35:38.743 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:35:38.752 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:35:58.753 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:35:58.758 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:36:18.759 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:36:18.763 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:36:38.764 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:36:38.774 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:36:58.776 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:36:58.784 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:37:18.785 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:37:18.791 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:37:38.792 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:37:38.796 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:37:58.798 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:37:58.803 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:38:18.804 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:38:18.809 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:38:38.809 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:38:38.814 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:38:58.815 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:38:58.819 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:39:18.821 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:39:18.829 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:39:38.829 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:39:38.844 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:39:58.846 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:39:58.851 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:40:18.853 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:40:18.856 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:40:38.857 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:40:38.861 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:40:58.862 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:40:58.867 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:41:18.869 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:41:18.873 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:41:38.874 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:41:38.879 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:41:58.881 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:41:58.886 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:42:18.887 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:42:18.892 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:42:38.893 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:42:38.897 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:42:58.899 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:42:58.904 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:43:18.904 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:43:18.909 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:43:38.911 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:43:38.916 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:43:58.917 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:43:58.922 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:44:18.923 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:44:18.930 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:44:38.931 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:44:38.936 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:44:58.938 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:44:58.943 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:45:18.945 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:45:18.949 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:45:38.951 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:45:38.956 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:45:58.957 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:45:58.962 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:46:18.963 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:46:18.967 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:46:38.969 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:46:38.975 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:46:58.976 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:46:58.982 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:47:18.983 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:47:18.990 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:47:38.991 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:47:38.996 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:47:58.998 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:47:59.002 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:48:19.003 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:48:19.008 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:48:39.010 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:48:39.014 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:48:59.015 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:48:59.019 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:49:19.020 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:49:19.025 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:49:39.026 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:49:39.032 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:49:59.034 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:49:59.039 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:50:19.040 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:50:19.045 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:50:39.046 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:50:39.050 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:50:59.051 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:50:59.056 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:51:19.058 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:51:19.063 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:51:39.065 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:51:39.069 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:51:59.071 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:51:59.075 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:52:19.076 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:52:19.080 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:52:39.082 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:52:39.087 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:52:59.088 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:52:59.093 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:53:19.094 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:53:19.098 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:53:39.100 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:53:39.106 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:53:59.107 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:53:59.111 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:54:19.113 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:54:19.118 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:54:39.119 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:54:39.124 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:54:59.126 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:54:59.131 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:55:19.132 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:55:19.136 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:55:39.138 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:55:39.142 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:55:59.143 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:55:59.149 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:56:19.151 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:56:19.156 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:56:39.157 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:56:39.162 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:56:59.163 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:56:59.168 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:57:19.169 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:57:19.174 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:57:39.175 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:57:39.180 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:57:59.181 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:57:59.186 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:58:19.188 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:58:19.193 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:58:39.194 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:58:39.199 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:58:59.201 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:58:59.205 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:59:19.206 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:59:19.211 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:59:39.212 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:59:39.219 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 00:59:59.220 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 00:59:59.224 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:00:19.225 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:00:19.228 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:00:39.230 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:00:39.234 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:00:59.236 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:00:59.240 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:01:19.242 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:01:19.246 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:01:39.247 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:01:39.253 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:01:59.255 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:01:59.260 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:02:19.262 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:02:19.266 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:02:39.267 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:02:39.271 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:02:59.272 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:02:59.277 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:03:19.279 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:03:19.284 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:03:39.285 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:03:39.292 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:03:59.293 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:03:59.298 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:04:19.298 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:04:19.303 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:04:39.304 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:04:39.312 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:04:59.314 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:04:59.329 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:05:19.331 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:05:19.342 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:05:39.343 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:05:39.347 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:05:59.349 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:05:59.353 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:06:19.354 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:06:19.359 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:06:39.360 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:06:39.366 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:06:59.367 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:06:59.372 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:07:19.374 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:07:19.378 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:07:39.379 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:07:39.384 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:07:59.386 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:07:59.390 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:08:19.392 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:08:19.396 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:08:39.397 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:08:39.411 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:08:59.412 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:08:59.416 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:09:19.417 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:09:19.420 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:09:39.422 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:09:39.428 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:09:59.429 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:09:59.433 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:10:19.434 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:10:19.438 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:10:39.439 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:10:39.444 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:10:59.445 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:10:59.449 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:11:19.451 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:11:19.457 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:11:39.459 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:11:39.466 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:11:59.468 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:11:59.472 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:12:19.474 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:12:19.478 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:12:39.480 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:12:39.485 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:12:59.487 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:12:59.492 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:13:19.494 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:13:19.498 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:13:39.500 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:13:39.506 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:13:59.506 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:13:59.511 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:14:19.512 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:14:19.517 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:14:39.519 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:14:39.523 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:14:59.524 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:14:59.529 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:15:19.531 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:15:19.539 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:15:39.540 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:15:39.545 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:15:59.546 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:15:59.550 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:16:19.552 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:16:19.556 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:16:39.558 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:16:39.564 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:16:59.565 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:16:59.570 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:17:19.571 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:17:19.576 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:17:39.576 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:17:39.583 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:17:59.584 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:17:59.588 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:18:19.589 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:18:19.594 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:18:39.596 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:18:39.600 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:18:59.602 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:18:59.607 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:19:19.607 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:19:19.612 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:19:39.613 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:19:39.619 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:19:59.620 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:19:59.626 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:20:19.627 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:20:19.630 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:20:39.631 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:20:39.636 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:20:59.637 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:20:59.642 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:21:19.644 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:21:19.649 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:21:39.649 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:21:39.655 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:21:59.657 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:21:59.661 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:22:19.663 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:22:19.667 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:22:39.668 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:22:39.673 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:22:59.675 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:22:59.679 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:23:19.680 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:23:19.685 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:23:39.686 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:23:39.692 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:23:59.694 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:23:59.699 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:24:19.700 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:24:19.705 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:24:39.707 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:24:39.712 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:24:59.713 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:24:59.719 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:25:19.720 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:25:19.725 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:25:39.727 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:25:39.732 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:25:59.734 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:25:59.739 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-20 01:26:19.740 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:26:19.744 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:26:39.745 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:26:39.750 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:26:59.752 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:26:59.757 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:27:19.758 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:27:19.763 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:27:39.764 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:27:39.770 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:27:59.771 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:27:59.775 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:28:19.777 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:28:19.781 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:28:39.783 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:28:39.788 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:28:59.789 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:28:59.793 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:29:19.795 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:29:19.800 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:29:39.802 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:29:39.808 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:29:59.809 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:29:59.814 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:30:19.816 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:30:19.821 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:30:39.822 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:30:39.827 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:30:59.828 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:30:59.832 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:31:19.833 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:31:19.838 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:31:39.839 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:31:39.845 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:31:59.845 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:31:59.851 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:32:19.853 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:32:19.857 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:32:39.859 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:32:39.864 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:32:59.866 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:32:59.870 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:33:19.871 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:33:19.876 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:33:39.878 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:33:39.883 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:33:59.884 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:33:59.889 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:34:19.890 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:34:19.895 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:34:39.896 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:34:39.901 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:34:59.902 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:34:59.908 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:35:19.909 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:35:19.915 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:35:39.917 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:35:39.922 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:35:59.924 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:35:59.928 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:36:19.930 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:36:19.934 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:36:39.936 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:36:39.940 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:36:59.941 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:36:59.945 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:37:19.946 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:37:19.950 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:37:39.952 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:37:39.958 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:37:59.959 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:37:59.963 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:38:19.965 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:38:19.969 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:38:39.970 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:38:39.974 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:38:59.976 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:38:59.981 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:39:19.982 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:39:19.987 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:39:39.988 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:39:39.993 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:39:59.994 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:39:59.998 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:40:19.999 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:40:20.002 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:40:40.004 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:40:40.008 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:41:00.010 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:41:00.014 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:41:20.016 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:41:20.020 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:41:40.021 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:41:40.027 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:42:00.029 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:42:00.034 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:42:20.035 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:42:20.041 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:42:40.042 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:42:40.047 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:43:00.048 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:43:00.053 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:43:20.054 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:43:20.059 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:43:40.060 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:43:40.066 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:44:00.068 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:44:00.072 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:44:20.074 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:44:20.079 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:44:40.080 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:44:40.085 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:45:00.088 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:45:00.092 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:45:20.094 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:45:20.099 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:45:40.101 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:45:40.106 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:46:00.107 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:46:00.112 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:46:20.113 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:46:20.119 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:46:40.120 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:46:40.124 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:47:00.125 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:47:00.131 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:47:20.132 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:47:20.138 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:47:40.139 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:47:40.143 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:48:00.144 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:48:00.152 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:48:20.153 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:48:20.157 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:48:40.159 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:48:40.163 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:49:00.164 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:49:00.169 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:49:20.170 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:49:20.174 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:49:40.177 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:49:40.182 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:50:00.184 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:50:00.189 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:50:20.190 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:50:20.193 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:50:40.194 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:50:40.198 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:51:00.200 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:51:00.205 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:51:20.206 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:51:20.210 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:51:40.212 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:51:40.217 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:52:00.219 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:52:00.224 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:52:20.225 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:52:20.230 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:52:40.230 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:52:40.235 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:53:00.236 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:53:00.240 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:53:20.242 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:53:20.246 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:53:40.248 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:53:40.253 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:54:00.255 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:54:00.260 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:54:20.262 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:54:20.266 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:54:40.268 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:54:40.274 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:55:00.276 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:55:00.280 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:55:20.281 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:55:20.288 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:55:40.289 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:55:40.296 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:56:00.297 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:56:00.302 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:56:20.303 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:56:20.308 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:56:40.308 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:56:40.313 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:57:00.314 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:57:00.318 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:57:20.320 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:57:20.325 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:57:40.326 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:57:40.331 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:58:00.332 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:58:00.338 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:58:20.339 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:58:20.343 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:58:40.345 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:58:40.350 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:59:00.351 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:59:00.355 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:59:20.356 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:59:20.361 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 01:59:40.362 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 01:59:40.368 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:00:00.369 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:00:00.373 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:00:20.374 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:00:20.377 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:00:40.378 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:00:40.382 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:01:00.383 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:01:00.385 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:01:20.386 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:01:20.390 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:01:40.391 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:01:40.396 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:02:00.398 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:02:00.402 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:02:20.403 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:02:20.409 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:02:40.411 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:02:40.416 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:03:00.418 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:03:00.422 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:03:20.424 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:03:20.430 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:03:40.432 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:03:40.439 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:04:00.440 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:04:00.445 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:04:20.447 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:04:20.451 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:04:40.453 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:04:40.457 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:05:00.459 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:05:00.463 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:05:20.465 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:05:20.469 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:05:40.470 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:05:40.476 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:06:00.478 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:06:00.483 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:06:20.484 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:06:20.490 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:06:40.491 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:06:40.496 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:07:00.498 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:07:00.502 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:07:20.504 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:07:20.509 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:07:40.510 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:07:40.516 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:08:00.517 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:08:00.521 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:08:20.522 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:08:20.527 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:08:40.528 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:08:40.532 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:09:00.534 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:09:00.539 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:09:20.540 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:09:20.545 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:09:40.546 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:09:40.553 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:10:00.554 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:10:00.557 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:10:20.557 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:10:20.562 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:10:40.564 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:10:40.569 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:11:00.569 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:11:00.571 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:11:20.573 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:11:20.577 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:11:40.579 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:11:40.584 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:12:00.587 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:12:00.592 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:12:20.593 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:12:20.597 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:12:40.598 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:12:40.602 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:13:00.604 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:13:00.607 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:13:20.608 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:13:20.613 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:13:40.614 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:13:40.620 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:14:00.621 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:14:00.624 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:14:20.624 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:14:20.630 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:14:40.631 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:14:40.636 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:15:00.637 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:15:00.641 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:15:20.642 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:15:20.647 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:15:40.648 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:15:40.654 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:16:00.655 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:16:00.660 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:16:20.662 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:16:20.666 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:16:40.667 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:16:40.671 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:17:00.672 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:17:00.679 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:17:20.680 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:17:20.686 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:17:40.687 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:17:40.691 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:18:00.693 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:18:00.697 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:18:20.698 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:18:20.702 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:18:40.704 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:18:40.708 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:19:00.709 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:19:00.714 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:19:20.716 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:19:20.721 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:19:40.722 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:19:40.728 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:20:00.729 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:20:00.733 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:20:20.735 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:20:20.738 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:20:40.739 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:20:40.743 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:21:00.745 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:21:00.748 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:21:20.749 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:21:20.753 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:21:40.755 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:21:40.761 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:22:00.762 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:22:00.765 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:22:20.766 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:22:20.771 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:22:40.772 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:22:40.777 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:23:00.778 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:23:00.781 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:23:20.781 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:23:20.786 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:23:40.787 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:23:40.793 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:24:00.795 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:24:00.798 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:24:20.799 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:24:20.803 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:24:40.805 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:24:40.809 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:25:00.810 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:25:00.814 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:25:20.815 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:25:20.819 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:25:40.820 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:25:40.826 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:26:00.827 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:26:00.829 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-20 02:26:20.830 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:26:20.835 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:26:40.835 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:26:40.841 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:27:00.842 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:27:00.846 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:27:20.847 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:27:20.852 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:27:40.854 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:27:40.859 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:28:00.860 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:28:00.866 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:28:20.868 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:28:20.873 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:28:40.873 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:28:40.878 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:29:00.879 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:29:00.884 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:29:20.885 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:29:20.889 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:29:40.890 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:29:40.897 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:30:00.898 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:30:00.903 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:30:20.904 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:30:20.910 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:30:40.912 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:30:40.918 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:31:00.919 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:31:00.922 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:31:20.924 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:31:20.928 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:31:40.929 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:31:40.934 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:32:00.935 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:32:00.938 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:32:20.940 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:32:20.945 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:32:40.946 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:32:40.951 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:33:00.951 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:33:00.954 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:33:20.955 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:33:20.960 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:33:40.961 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:33:40.967 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:34:00.968 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:34:00.972 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:34:20.973 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:34:20.978 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:34:40.980 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:34:40.985 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:35:00.986 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:35:00.989 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:35:20.990 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:35:20.994 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:35:40.995 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:35:41.002 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:36:01.003 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:36:01.006 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:36:21.008 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:36:21.013 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:36:41.014 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:36:41.019 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:37:01.020 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:37:01.022 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:37:21.022 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:37:21.027 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:37:41.029 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:37:41.036 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:38:01.037 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:38:01.041 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:38:21.042 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:38:21.046 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:38:41.048 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:38:41.053 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:39:01.054 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:39:01.058 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:39:21.059 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:39:21.063 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:39:41.065 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:39:41.071 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:40:01.073 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:40:01.078 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:40:21.079 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:40:21.082 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:40:41.084 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:40:41.089 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:41:01.090 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:41:01.094 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:41:21.095 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:41:21.100 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:41:41.101 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:41:41.107 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:42:01.109 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:42:01.112 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:42:21.114 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:42:21.118 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:42:41.119 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:42:41.125 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:43:01.126 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:43:01.129 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:43:21.130 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:43:21.135 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:43:41.135 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:43:41.140 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:44:01.141 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:44:01.145 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:44:21.146 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:44:21.153 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:44:41.154 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:44:41.158 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:45:01.159 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:45:01.163 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:45:21.163 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:45:21.168 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:45:41.169 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:45:41.176 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:46:01.177 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:46:01.182 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:46:21.183 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:46:21.188 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:46:41.189 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:46:41.198 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:47:01.199 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:47:01.203 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:47:21.204 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:47:21.209 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:47:41.210 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:47:41.218 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:48:01.219 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:48:01.222 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:48:21.223 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:48:21.228 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:48:41.230 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:48:41.235 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:49:01.237 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:49:01.240 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:49:21.242 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:49:21.249 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:49:41.250 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:49:41.255 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:50:01.257 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:50:01.260 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:50:21.261 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:50:21.265 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:50:41.267 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:50:41.272 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:51:01.273 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:51:01.277 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:51:21.278 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:51:21.285 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:51:41.285 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:51:41.290 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:52:01.292 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:52:01.295 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:52:21.297 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:52:21.301 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:52:41.302 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:52:41.307 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:53:01.308 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:53:01.311 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:53:21.312 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:53:21.316 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:53:41.317 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:53:41.322 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:54:01.323 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:54:01.326 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:54:21.327 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:54:21.332 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:54:41.333 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:54:41.339 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:55:01.340 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:55:01.344 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:55:21.345 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:55:21.350 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:55:41.351 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:55:41.357 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:56:01.358 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:56:01.362 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:56:21.363 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:56:21.368 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:56:41.369 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:56:41.374 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:57:01.374 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:57:01.377 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:57:21.378 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:57:21.383 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:57:41.384 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:57:41.391 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:58:01.392 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:58:01.395 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:58:21.396 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:58:21.401 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:58:41.402 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:58:41.407 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:59:01.408 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:59:01.411 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:59:21.412 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:59:21.417 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 02:59:41.418 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 02:59:41.423 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:00:01.424 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:00:01.426 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:00:21.427 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:00:21.431 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:00:41.433 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:00:41.437 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:01:01.438 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:01:01.441 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:01:21.442 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:01:21.447 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:01:41.448 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:01:41.455 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:02:01.456 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:02:01.459 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:02:21.460 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:02:21.465 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:02:41.466 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:02:41.471 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:03:01.471 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:03:01.475 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:03:21.476 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:03:21.480 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:03:41.481 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:03:41.487 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:04:01.488 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:04:01.491 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:04:21.493 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:04:21.497 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:04:41.498 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:04:41.503 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:05:01.504 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:05:01.508 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:05:21.509 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:05:21.513 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:05:41.514 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:05:41.518 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:06:01.520 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:06:01.523 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:06:21.524 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:06:21.529 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:06:41.531 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:06:41.536 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:07:01.538 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:07:01.541 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:07:21.542 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:07:21.547 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:07:41.549 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:07:41.554 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:08:01.555 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:08:01.558 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:08:21.559 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:08:21.564 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:08:41.566 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:08:41.571 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:09:01.572 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:09:01.575 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:09:21.576 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:09:21.581 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:09:41.582 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:09:41.587 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:10:01.588 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:10:01.591 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:10:21.591 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:10:21.597 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:10:41.598 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:10:41.602 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:11:01.603 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:11:01.605 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:11:21.606 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:11:21.611 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:11:41.612 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:11:41.618 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:12:01.619 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:12:01.622 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:12:21.623 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:12:21.628 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:12:41.629 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:12:41.634 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:13:01.634 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:13:01.637 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:13:21.639 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:13:21.643 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:13:41.645 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:13:41.650 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:14:01.651 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:14:01.654 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:14:21.656 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:14:21.661 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:14:41.662 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:14:41.667 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:15:01.669 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:15:01.672 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:15:21.674 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:15:21.678 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:15:41.679 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:15:41.685 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:16:01.686 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:16:01.690 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:16:21.691 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:16:21.696 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:16:41.697 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:16:41.702 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:17:01.703 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:17:01.706 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:17:21.707 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:17:21.712 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:17:41.714 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:17:41.719 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:18:01.720 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:18:01.723 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:18:21.725 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:18:21.730 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:18:41.732 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:18:41.737 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:19:01.738 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:19:01.740 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:19:21.741 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:19:21.746 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:19:41.747 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:19:41.753 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:20:01.754 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:20:01.757 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:20:21.759 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:20:21.763 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:20:41.765 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:20:41.769 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:21:01.770 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:21:01.774 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:21:21.774 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:21:21.778 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:21:41.779 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:21:41.784 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:22:01.785 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:22:01.791 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:22:21.792 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:22:21.796 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:22:41.797 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:22:41.802 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:23:01.803 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:23:01.806 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:23:21.807 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:23:21.812 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:23:41.812 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:23:41.819 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:24:01.820 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:24:01.823 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:24:21.824 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:24:21.829 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:24:41.830 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:24:41.835 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:25:01.837 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:25:01.840 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:25:21.841 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:25:21.845 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:25:41.846 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:25:41.851 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:26:01.852 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:26:01.856 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-20 03:26:21.857 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:26:21.861 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:26:41.862 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:26:41.868 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:27:01.869 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:27:01.872 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:27:21.873 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:27:21.878 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:27:41.880 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:27:41.885 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:28:01.887 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:28:01.890 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:28:21.891 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:28:21.896 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:28:41.897 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:28:41.902 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:29:01.903 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:29:01.906 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:29:21.908 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:29:21.914 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:29:41.915 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:29:41.920 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:30:01.921 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:30:01.924 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:30:21.925 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:30:21.929 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:30:41.931 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:30:41.937 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:31:01.938 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:31:01.941 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:31:21.942 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:31:21.947 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:31:41.949 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:31:41.954 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:32:01.955 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:32:01.958 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:32:21.960 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:32:21.964 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:32:41.965 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:32:41.969 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:33:01.971 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:33:01.974 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:33:21.976 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:33:21.980 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:33:41.981 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:33:41.987 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:34:01.988 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:34:01.991 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:34:21.992 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:34:21.997 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:34:41.999 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:34:42.003 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:35:02.005 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:35:02.008 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:35:22.009 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:35:22.014 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:35:42.015 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:35:42.021 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:36:02.022 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:36:02.025 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:36:22.027 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:36:22.032 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:36:42.033 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:36:42.038 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:37:02.039 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:37:02.042 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:37:22.043 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:37:22.047 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:37:42.048 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:37:42.053 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:38:02.055 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:38:02.058 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:38:22.060 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:38:22.064 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:38:42.066 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:38:42.071 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:39:02.073 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:39:02.076 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:39:22.077 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:39:22.082 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:39:42.083 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:39:42.089 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:40:02.090 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:40:02.095 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:40:22.097 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:40:22.101 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:40:42.102 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:40:42.106 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:41:02.108 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:41:02.111 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:41:22.112 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:41:22.117 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:41:42.118 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:41:42.124 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:42:02.125 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:42:02.130 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:42:22.131 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:42:22.136 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:42:42.137 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:42:42.142 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:43:02.143 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:43:02.147 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:43:22.149 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:43:22.154 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:43:42.155 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:43:42.160 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:44:02.162 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:44:02.165 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:44:22.166 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:44:22.171 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:44:42.171 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:44:42.176 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:45:02.176 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:45:02.180 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:45:22.181 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:45:22.185 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:45:42.188 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:45:42.193 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:46:02.194 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:46:02.198 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:46:22.199 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:46:22.204 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:46:42.205 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:46:42.209 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:47:02.210 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:47:02.214 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:47:22.215 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:47:22.220 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:47:42.222 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:47:42.227 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:48:02.229 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:48:02.232 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:48:22.233 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:48:22.276 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:48:42.277 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:48:42.281 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:49:02.283 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:49:02.286 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:49:22.286 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:49:22.291 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:49:42.292 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:49:42.299 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:50:02.301 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:50:02.304 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:50:22.306 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:50:22.310 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:50:42.311 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:50:42.317 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:51:02.318 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:51:02.322 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:51:22.323 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:51:22.327 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:51:42.330 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:51:42.335 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:52:02.335 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:52:02.341 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:52:22.343 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:52:22.348 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:52:42.350 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:52:42.354 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:53:02.355 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:53:02.361 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:53:22.362 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:53:22.368 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:53:42.369 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:53:42.374 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:54:02.375 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:54:02.380 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:54:22.381 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:54:22.385 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:54:42.386 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:54:42.392 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:55:02.393 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:55:02.396 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:55:22.397 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:55:22.402 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:55:42.403 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:55:42.409 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:56:02.410 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:56:02.414 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:56:22.415 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:56:22.421 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:56:42.422 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:56:42.427 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:57:02.428 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:57:02.431 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:57:22.432 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:57:22.436 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:57:42.439 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:57:42.446 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:58:02.448 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:58:02.451 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:58:22.452 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:58:22.458 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:58:42.459 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:58:42.467 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:59:02.468 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:59:02.471 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:59:22.472 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:59:22.478 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 03:59:42.479 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 03:59:42.487 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:00:02.488 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:00:02.491 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:00:22.492 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:00:22.497 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:00:42.498 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:00:42.503 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:01:02.505 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:01:02.508 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:01:22.509 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:01:22.514 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:01:42.515 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:01:42.521 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:02:02.522 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:02:02.526 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:02:22.527 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:02:22.534 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:02:42.536 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:02:42.541 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:03:02.542 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:03:02.547 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:03:22.547 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:03:22.552 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:03:42.553 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:03:42.559 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:04:02.561 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:04:02.565 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:04:22.567 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:04:22.575 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:04:42.576 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:04:42.581 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:05:02.582 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:05:02.585 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:05:22.587 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:05:22.591 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:05:42.592 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:05:42.598 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:06:02.600 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:06:02.605 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:06:22.606 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:06:22.610 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:06:42.611 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:06:42.615 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:07:02.616 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:07:02.622 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:07:22.623 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:07:22.629 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:07:42.630 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:07:42.636 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:08:02.638 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:08:02.641 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:08:22.642 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:08:22.648 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:08:42.649 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:08:42.654 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:09:02.655 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:09:02.658 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:09:22.659 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:09:22.663 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:09:42.664 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:09:42.673 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:10:02.674 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:10:02.677 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:10:22.679 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:10:22.684 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:10:42.685 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:10:42.690 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:11:02.692 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:11:02.695 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:11:22.696 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:11:22.701 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:11:42.702 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:11:42.710 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:12:02.711 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:12:02.714 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:12:22.716 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:12:22.720 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:12:42.722 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:12:42.727 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:13:02.729 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:13:02.734 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:13:22.735 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:13:22.739 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:13:42.739 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:13:42.744 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:14:02.746 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:14:02.750 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:14:22.751 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:14:22.756 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:14:42.757 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:14:42.761 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:15:02.763 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:15:02.767 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:15:22.769 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:15:22.773 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:15:42.774 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:15:42.780 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:16:02.782 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:16:02.786 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:16:22.788 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:16:22.792 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:16:42.793 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:16:42.798 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:17:02.799 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:17:02.803 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:17:22.804 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:17:22.810 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:17:42.811 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:17:42.816 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:18:02.817 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:18:02.822 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:18:22.824 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:18:22.829 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:18:42.831 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:18:42.835 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:19:02.835 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:19:02.838 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:19:22.840 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:19:22.844 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:19:42.845 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:19:42.851 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:20:02.853 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:20:02.857 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:20:22.858 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:20:22.862 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:20:42.863 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:20:42.868 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:21:02.869 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:21:02.873 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:21:22.874 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:21:22.878 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:21:42.880 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:21:42.886 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:22:02.888 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:22:02.892 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:22:22.893 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:22:22.897 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:22:42.899 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:22:42.903 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:23:02.905 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:23:02.910 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:23:22.912 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:23:22.916 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:23:42.918 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:23:42.923 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:24:02.924 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:24:02.929 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:24:22.930 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:24:22.935 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:24:42.936 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:24:42.941 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:25:02.943 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:25:02.948 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:25:22.949 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:25:22.955 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:25:42.956 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:25:42.961 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-20 04:26:02.963 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:26:02.966 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:26:22.966 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:26:22.971 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:26:42.973 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:26:42.982 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:27:02.983 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:27:02.987 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:27:22.989 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:27:22.993 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:27:42.994 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:27:42.999 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:28:03.001 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:28:03.005 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:28:23.007 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:28:23.011 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:28:43.012 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:28:43.017 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:29:03.018 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:29:03.022 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:29:23.023 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:29:23.029 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:29:43.030 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:29:43.035 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:30:03.037 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:30:03.042 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:30:23.043 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:30:23.048 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:30:43.050 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:30:43.054 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:31:03.055 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:31:03.061 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:31:23.062 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:31:23.067 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:31:43.069 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:31:43.074 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:32:03.077 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:32:03.082 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:32:23.084 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:32:23.089 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:32:43.090 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:32:43.094 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:33:03.095 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:33:03.099 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:33:23.099 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:33:23.104 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:33:43.106 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:33:43.112 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:34:03.114 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:34:03.119 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:34:23.120 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:34:23.125 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:34:43.126 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:34:43.130 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:35:03.131 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:35:03.134 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:35:23.135 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:35:23.139 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:35:43.141 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:35:43.147 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:36:03.148 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:36:03.155 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:36:23.156 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:36:23.161 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:36:43.163 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:36:43.167 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:37:03.169 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:37:03.174 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:37:23.176 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:37:23.180 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:37:43.181 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:37:43.187 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:38:03.189 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:38:03.194 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:38:23.196 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:38:23.201 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:38:43.202 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:38:43.208 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:39:03.208 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:39:03.213 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:39:23.215 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:39:23.220 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:39:43.221 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:39:43.227 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:40:03.228 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:40:03.232 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:40:23.234 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:40:23.239 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:40:43.241 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:40:43.246 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:41:03.247 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:41:03.252 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:41:23.252 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:41:23.257 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:41:43.259 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:41:43.266 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:42:03.268 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:42:03.273 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:42:23.274 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:42:23.279 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:42:43.279 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:42:43.284 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:43:03.285 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:43:03.290 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:43:23.292 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:43:23.296 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:43:43.298 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:43:43.304 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:44:03.306 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:44:03.311 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:44:23.312 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:44:23.317 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:44:43.318 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:44:43.322 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:45:03.324 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:45:03.329 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:45:23.330 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:45:23.335 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:45:43.338 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:45:43.342 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:46:03.343 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:46:03.348 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:46:23.350 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:46:23.355 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:46:43.356 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:46:43.361 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:47:03.362 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:47:03.367 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:47:23.367 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:47:23.372 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:47:43.373 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:47:43.381 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:48:03.382 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:48:03.387 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:48:23.389 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:48:23.394 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:48:43.395 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:48:43.401 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:49:03.402 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:49:03.406 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:49:23.408 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:49:23.413 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:49:43.415 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:49:43.422 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:50:03.424 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:50:03.428 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:50:23.429 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:50:23.433 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:50:43.435 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:50:43.440 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:51:03.441 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:51:03.448 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:51:23.448 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:51:23.453 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:51:43.455 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:51:43.460 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:52:03.461 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:52:03.465 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:52:23.467 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:52:23.472 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:52:43.473 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:52:43.477 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:53:03.478 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:53:03.485 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:53:23.487 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:53:23.491 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:53:43.493 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:53:43.498 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:54:03.500 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:54:03.505 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:54:23.506 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:54:23.511 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:54:43.512 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:54:43.517 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:55:03.518 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:55:03.522 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:55:23.523 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:55:23.529 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:55:43.530 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:55:43.536 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:56:03.537 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:56:03.547 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:56:23.548 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:56:23.559 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:56:43.561 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:56:43.565 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:57:03.566 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:57:03.571 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:57:23.572 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:57:23.577 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:57:43.578 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:57:43.585 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:58:03.586 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:58:03.591 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:58:23.592 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:58:23.596 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:58:43.597 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:58:43.603 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:59:03.604 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:59:03.610 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:59:23.611 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:59:23.636 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 04:59:43.637 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 04:59:43.641 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:00:03.643 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:00:03.647 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:00:23.648 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:00:23.655 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:00:43.657 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:00:43.661 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:01:03.662 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:01:03.667 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:01:23.668 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:01:23.675 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:01:43.676 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:01:43.681 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:02:03.682 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:02:03.687 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:02:23.688 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:02:23.693 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:02:43.694 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:02:43.701 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:03:03.702 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:03:03.707 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:03:23.709 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:03:23.713 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:03:43.714 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:03:43.729 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:04:03.731 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:04:03.736 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:04:23.738 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:04:23.743 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:04:43.744 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:04:43.749 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:05:03.750 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:05:03.754 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:05:23.755 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:05:23.761 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:05:43.761 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:05:43.768 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:06:03.769 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:06:03.774 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:06:23.775 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:06:23.780 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:06:43.781 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:06:43.786 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:07:03.787 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:07:03.794 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:07:23.795 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:07:23.799 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:07:43.800 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:07:43.806 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:08:03.808 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:08:03.818 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:08:23.819 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:08:23.824 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:08:43.825 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:08:43.830 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:09:03.831 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:09:03.838 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:09:23.839 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:09:23.845 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:09:43.846 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:09:43.852 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:10:03.854 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:10:03.865 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:10:23.866 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:10:23.871 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:10:43.872 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:10:43.877 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:11:03.878 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:11:03.887 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:11:23.888 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:11:23.896 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:11:43.898 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:11:43.911 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:12:03.912 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:12:03.918 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:12:23.919 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:12:23.924 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:12:43.925 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:12:43.930 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:13:03.931 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:13:03.937 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:13:23.938 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:13:23.945 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:13:43.946 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:13:43.952 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:14:03.953 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:14:03.958 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:14:23.959 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:14:23.964 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:14:43.965 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:14:43.977 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:15:03.978 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:15:03.983 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:15:23.985 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:15:23.991 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:15:43.992 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:15:44.000 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:16:04.002 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:16:04.010 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:16:24.011 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:16:24.017 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:16:44.018 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:16:44.023 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:17:04.024 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:17:04.030 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:17:24.031 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:17:24.040 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:17:44.041 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:17:44.047 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:18:04.048 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:18:04.061 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:18:24.063 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:18:24.069 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:18:44.070 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:18:44.078 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:19:04.079 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:19:04.086 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:19:24.087 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:19:24.091 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:19:44.092 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:19:44.098 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:20:04.099 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:20:04.105 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:20:24.107 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:20:24.114 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:20:44.115 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:20:44.120 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:21:04.122 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:21:04.129 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:21:24.130 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:21:24.137 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:21:44.137 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:21:44.145 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:22:04.147 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:22:04.153 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:22:24.154 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:22:24.159 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:22:44.160 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:22:44.169 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:23:04.171 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:23:04.175 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:23:24.177 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:23:24.186 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:23:44.187 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:23:44.191 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:24:04.193 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:24:04.198 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:24:24.199 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:24:24.204 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:24:44.206 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:24:44.214 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:25:04.215 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:25:04.220 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:25:24.222 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:25:24.226 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:25:44.228 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:25:44.233 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-20 05:26:04.235 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:26:04.238 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:26:24.239 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:26:24.243 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:26:44.244 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:26:44.248 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:27:04.250 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:27:04.254 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:27:24.255 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:27:24.260 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:27:44.261 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:27:44.269 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:28:04.271 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:28:04.275 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:28:24.277 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:28:24.281 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:28:44.283 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:28:44.288 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:29:04.288 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:29:04.294 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:29:24.295 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:29:24.303 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:29:44.303 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:29:44.308 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:30:04.310 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:30:04.320 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:30:24.322 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:30:24.327 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:30:44.328 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:30:44.334 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:31:04.336 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:31:04.348 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:31:24.350 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:31:24.354 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:31:44.354 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:31:44.364 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:32:04.366 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:32:04.371 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:32:24.373 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:32:24.377 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:32:44.378 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:32:44.384 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:33:04.385 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:33:04.395 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:33:24.396 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:33:24.401 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:33:44.402 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:33:44.408 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:34:04.409 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:34:04.414 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:34:24.416 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:34:24.422 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:34:44.423 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:34:44.433 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:35:04.434 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:35:04.442 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:35:24.442 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:35:24.453 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:35:44.454 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:35:44.459 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:36:04.460 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:36:04.465 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:36:24.466 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:36:24.518 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:36:44.519 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:36:44.575 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:37:04.575 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:37:04.581 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:37:24.583 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:37:24.588 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:37:44.589 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:37:44.594 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:38:04.596 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:38:04.601 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:38:24.603 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:38:24.607 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:38:44.608 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:38:44.612 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:39:04.613 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:39:04.618 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:39:24.618 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:39:24.623 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:39:44.625 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:39:44.633 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:40:04.634 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:40:04.641 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:40:24.642 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:40:24.647 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:40:44.648 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:40:44.653 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:41:04.655 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:41:04.660 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:41:24.662 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:41:24.670 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:41:44.672 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:41:44.688 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:42:04.689 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:42:04.694 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:42:24.694 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:42:24.700 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:42:44.701 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:42:44.706 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:43:04.708 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:43:04.742 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:43:24.743 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:43:24.748 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:43:44.749 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:43:44.753 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:44:04.755 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:44:04.763 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:44:24.764 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:44:24.769 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:44:44.770 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:44:44.793 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:45:04.794 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:45:04.814 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:45:24.815 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:45:24.840 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:45:44.841 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:45:44.849 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:46:04.851 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:46:04.867 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:46:24.868 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:46:24.874 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:46:44.876 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:46:44.883 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:47:04.885 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:47:04.890 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:47:24.891 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:47:24.899 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:47:44.900 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:47:44.904 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:48:04.905 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:48:04.911 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:48:24.912 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:48:24.918 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:48:44.920 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:48:44.927 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:49:04.928 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:49:04.942 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:49:24.944 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:49:24.949 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:49:44.951 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:49:44.957 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:50:04.958 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:50:04.972 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:50:24.973 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:50:24.979 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:50:44.981 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:50:44.985 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:51:04.986 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:51:04.991 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:51:24.993 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:51:24.997 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:51:44.999 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:51:45.007 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:52:05.007 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:52:05.012 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:52:25.013 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:52:25.018 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:52:45.020 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:52:45.024 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:53:05.026 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:53:05.034 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:53:25.035 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:53:25.039 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:53:45.041 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:53:45.046 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:54:05.048 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:54:05.053 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:54:25.054 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:54:25.058 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:54:45.059 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:54:45.064 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:55:05.065 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:55:05.070 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:55:25.072 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:55:25.076 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:55:45.078 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:55:45.083 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:56:05.084 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:56:05.090 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:56:25.091 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:56:25.096 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:56:45.098 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:56:45.103 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:57:05.105 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:57:05.110 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:57:25.111 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:57:25.120 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:57:45.121 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:57:45.128 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:58:05.129 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:58:05.137 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:58:25.138 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:58:25.145 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:58:45.146 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:58:45.153 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:59:05.154 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:59:05.158 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:59:25.159 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:59:25.163 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 05:59:45.165 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 05:59:45.172 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:00:05.174 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:00:05.179 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:00:25.180 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:00:25.185 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:00:45.186 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:00:45.191 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:01:05.193 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:01:05.199 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:01:25.200 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:01:25.205 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:01:45.206 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:01:45.218 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:02:05.219 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:02:05.224 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:02:25.226 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:02:25.230 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:02:45.232 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:02:45.237 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:03:05.238 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:03:05.244 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:03:25.246 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:03:25.250 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:03:45.251 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:03:45.259 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:04:05.260 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:04:05.265 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:04:25.266 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:04:25.271 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:04:45.273 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:04:45.304 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:05:05.306 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:05:05.309 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:05:25.311 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:05:25.377 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:05:45.378 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:05:45.388 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:06:05.389 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:06:05.397 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:06:25.399 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:06:25.404 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:06:45.405 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:06:45.417 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:07:05.418 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:07:05.423 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:07:25.424 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:07:25.429 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:07:45.431 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:07:45.437 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:08:05.438 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:08:05.443 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:08:25.445 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:08:25.450 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:08:45.451 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:08:45.466 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:09:05.468 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:09:05.473 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:09:25.475 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:09:25.484 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:09:45.485 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:09:45.491 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:10:05.492 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:10:05.497 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:10:25.498 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:10:25.503 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:10:45.504 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:10:45.511 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:11:05.512 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:11:05.522 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:11:25.523 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:11:25.539 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:11:45.540 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:11:45.545 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:12:05.547 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:12:05.551 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:12:25.553 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:12:25.561 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:12:45.562 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:12:45.568 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:13:05.570 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:13:05.576 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:13:25.577 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:13:25.582 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:13:45.583 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:13:45.589 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:14:05.591 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:14:05.595 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:14:25.596 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:14:25.601 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:14:45.602 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:14:45.607 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:15:05.609 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:15:05.615 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:15:25.617 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:15:25.621 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:15:45.622 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:15:45.629 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:16:05.630 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:16:05.635 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:16:25.636 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:16:25.641 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:16:45.643 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:16:45.648 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:17:05.649 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:17:05.655 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:17:25.656 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:17:25.668 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:17:45.669 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:17:45.673 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:18:05.675 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:18:05.682 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:18:25.683 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:18:25.688 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:18:45.689 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:18:45.694 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:19:05.695 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:19:05.703 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:19:25.704 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:19:25.711 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:19:45.712 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:19:45.716 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:20:05.717 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:20:05.724 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:20:25.725 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:20:25.730 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:20:45.731 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:20:45.737 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:21:05.739 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:21:05.749 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:21:25.751 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:21:25.756 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:21:45.757 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:21:45.762 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:22:05.763 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:22:05.774 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:22:25.775 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:22:25.786 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:22:45.788 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:22:45.813 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:23:05.814 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:23:05.819 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:23:25.820 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:23:25.825 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:23:45.826 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:23:45.832 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:24:05.834 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:24:05.841 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:24:25.843 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:24:25.847 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:24:45.849 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:24:45.855 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:25:05.857 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:25:05.863 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:25:25.864 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:25:25.876 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:25:45.877 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:25:45.891 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-20 06:26:05.892 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:26:05.896 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:26:25.897 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:26:25.902 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:26:45.904 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:26:45.910 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:27:05.911 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:27:05.917 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:27:25.918 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:27:25.923 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:27:45.923 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:27:45.928 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:28:05.929 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:28:05.934 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:28:25.935 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:28:25.940 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:28:45.941 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:28:45.947 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:29:05.948 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:29:05.954 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:29:25.956 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:29:25.965 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:29:45.966 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:29:45.972 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-20 06:30:05.974 [I] [client/service.go:294] [eab5a60940e61c89] try to connect to server... 2026-04-20 06:30:05.978 [W] [client/service.go:297] [eab5a60940e61c89] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2026-04-20,06:30:41.733] [INFO] Initializing BusSpeedStateManager V2 [2026-04-20,06:30:41.738] [INFO] LocationSqlManager initialising [2026-04-20,06:30:41.738] [INFO] Location DB initialising [2026-04-20,06:30:41.748] [INFO] LocationSqlManager initialisation complete [2026-04-20,06:30:41.748] [DEBUG] UploadManager Init [2026-04-20,06:30:41.749] [DEBUG] UploadManager Init Complete [2026-04-20,06:30:41.751] [INFO] Initializing GPS... [2026-04-20,06:30:41.753] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,06:35:30.383] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,06:50:30.465] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,07:05:30.552] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,07:20:30.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,07:35:30.680] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,07:50:30.809] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,08:05:30.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')) [2026-04-20,08:20:30.949] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,08:35: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')) [2026-04-20,08:50:31.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')) [2026-04-20,09:05:31.306] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,09:20:31.368] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,09:35:31.421] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,09:50:31.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')) [2026-04-20,10:05:31.587] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,10:20:31.698] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,10:35:31.735] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,10:50:31.773] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,11:05:31.903] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-20,11:20:31.941] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,11:35:31.955] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,17:20:02.831] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,17:20:04.553] [DEBUG] Remote Access Enabled [2026-04-20,17:20:06.058] [INFO] Server Address: 138.201.17.179 [2026-04-20,17:20:06.059] [INFO] Server Port: 7000 [2026-04-20,17:20:06.068] [DEBUG] Starting Remote Access! 2026-04-20 17:20:06.277 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-20 17:20:06.278 [I] [client/service.go:294] try to connect to server... 2026-04-20 17:20:06.866 [I] [client/service.go:286] [fcc6194cb9b3efeb] login to server success, get run id [fcc6194cb9b3efeb] 2026-04-20 17:20:06.867 [I] [proxy/proxy_manager.go:173] [fcc6194cb9b3efeb] proxy added: [DNL01B4203] 2026-04-20 17:20:07.054 [I] [client/control.go:168] [fcc6194cb9b3efeb] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,17:35:02.389] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,17:35:04.236] [DEBUG] 6 processes running of frp type [2026-04-20,17:50:03.112] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,17:50:05.042] [DEBUG] 6 processes running of frp type [2026-04-20,18:05:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,18:05:04.374] [DEBUG] 6 processes running of frp type [2026-04-20,18:20:02.669] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,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' [2026-04-20,18:35:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,18:35:04.039] [DEBUG] 6 processes running of frp type [2026-04-20,18:50:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,18:50:04.440] [DEBUG] 6 processes running of frp type [2026-04-20,19:05:02.782] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,19:05:04.865] [DEBUG] 6 processes running of frp type [2026-04-20,19:20:02.159] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,19:20:03.988] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-20 19:28:35.196 [I] [client/service.go:294] [fcc6194cb9b3efeb] try to connect to server... 2026-04-20 19:28:46.549 [W] [client/service.go:297] [fcc6194cb9b3efeb] connect to server error: connection write timeout 2026-04-20 19:28:46.550 [I] [client/service.go:294] [fcc6194cb9b3efeb] try to connect to server... 2026-04-20 19:28:57.830 [W] [client/service.go:297] [fcc6194cb9b3efeb] connect to server error: connection write timeout 2026-04-20 19:28:57.831 [I] [client/service.go:294] [fcc6194cb9b3efeb] try to connect to server... 2026-04-20 19:29:08.310 [W] [client/service.go:297] [fcc6194cb9b3efeb] connect to server error: connection write timeout 2026-04-20 19:29:08.311 [I] [client/service.go:294] [fcc6194cb9b3efeb] try to connect to server... 2026-04-20 19:29:18.312 [W] [client/service.go:297] [fcc6194cb9b3efeb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 19:29:18.313 [I] [client/service.go:294] [fcc6194cb9b3efeb] try to connect to server... 2026-04-20 19:29:28.315 [W] [client/service.go:297] [fcc6194cb9b3efeb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 19:29:48.315 [I] [client/service.go:294] [fcc6194cb9b3efeb] try to connect to server... 2026-04-20 19:29:49.079 [I] [client/service.go:286] [fcc6194cb9b3efeb] login to server success, get run id [fcc6194cb9b3efeb] 2026-04-20 19:29:49.080 [I] [proxy/proxy_manager.go:173] [fcc6194cb9b3efeb] proxy added: [DNL01B4203] 2026-04-20 19:29:49.308 [I] [client/control.go:168] [fcc6194cb9b3efeb] [DNL01B4203] start proxy success [2026-04-20,19:35:03.037] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,19:35:04.968] [DEBUG] 6 processes running of frp type [2026-04-20,19:50:02.658] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,19:50:04.458] [DEBUG] 6 processes running of frp type [2026-04-20,20:05:02.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,20:05:04.844] [DEBUG] 6 processes running of frp type [2026-04-20,20:20:02.099] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,20:20:03.871] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,20:30:40.862] [INFO] Initializing BusSpeedStateManager V2 [2026-04-20,20:30:40.867] [INFO] LocationSqlManager initialising [2026-04-20,20:30:40.868] [INFO] Location DB initialising [2026-04-20,20:30:40.877] [INFO] LocationSqlManager initialisation complete [2026-04-20,20:30:40.878] [DEBUG] UploadManager Init [2026-04-20,20:30:40.878] [DEBUG] UploadManager Init Complete [2026-04-20,20:30:40.881] [INFO] Initializing GPS... [2026-04-20,20:30:40.883] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,20:32:29.609] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,20:32:31.382] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-20,20:32:52.277] [DEBUG] Log Upload Complete! [2026-04-20,20:35:29.682] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,20:35:31.416] [DEBUG] Remote Access Enabled [2026-04-20,20:35:32.724] [INFO] Server Address: 138.201.17.179 [2026-04-20,20:35:32.725] [INFO] Server Port: 7000 [2026-04-20,20:35:32.730] [DEBUG] Starting Remote Access! 2026-04-20 20:35:32.929 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-20 20:35:32.930 [I] [client/service.go:294] try to connect to server... 2026-04-20 20:35:33.607 [I] [client/service.go:286] [21d88c102a4711fd] login to server success, get run id [21d88c102a4711fd] 2026-04-20 20:35:33.608 [I] [proxy/proxy_manager.go:173] [21d88c102a4711fd] proxy added: [DNL01B4203] 2026-04-20 20:35:33.794 [I] [client/control.go:168] [21d88c102a4711fd] [DNL01B4203] start proxy success [2026-04-20,20:50:02.853] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,20:50:04.719] [DEBUG] 6 processes running of frp type [2026-04-20,21:05:03.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,21:05:19.955] [DEBUG] 6 processes running of frp type [2026-04-20,21:20:05.658] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,21:20:17.449] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-20 21:33:52.448 [I] [client/service.go:294] [21d88c102a4711fd] try to connect to server... 2026-04-20 21:33:57.664 [I] [client/service.go:286] [21d88c102a4711fd] login to server success, get run id [21d88c102a4711fd] 2026-04-20 21:33:57.666 [I] [proxy/proxy_manager.go:173] [21d88c102a4711fd] proxy added: [DNL01B4203] 2026-04-20 21:33:59.960 [I] [client/control.go:168] [21d88c102a4711fd] [DNL01B4203] start proxy success [2026-04-20,21:35:03.876] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,21:35:20.663] [DEBUG] 6 processes running of frp type [2026-04-20,21:50:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,21:50:10.120] [DEBUG] 6 processes running of frp type 2026-04-20 21:52:08.732 [I] [client/service.go:294] [21d88c102a4711fd] try to connect to server... 2026-04-20 21:52:17.812 [I] [client/service.go:286] [21d88c102a4711fd] login to server success, get run id [21d88c102a4711fd] 2026-04-20 21:52:17.814 [I] [proxy/proxy_manager.go:173] [21d88c102a4711fd] proxy added: [DNL01B4203] 2026-04-20 21:52:23.606 [I] [client/control.go:168] [21d88c102a4711fd] [DNL01B4203] start proxy success 2026-04-20 21:53:51.824 [I] [client/service.go:294] [21d88c102a4711fd] try to connect to server... 2026-04-20 21:53:59.075 [I] [client/service.go:286] [21d88c102a4711fd] login to server success, get run id [21d88c102a4711fd] 2026-04-20 21:53:59.077 [I] [proxy/proxy_manager.go:173] [21d88c102a4711fd] proxy added: [DNL01B4203] 2026-04-20 21:54:02.120 [I] [client/control.go:168] [21d88c102a4711fd] [DNL01B4203] start proxy success [2026-04-20,22:05:03.575] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,22:05:18.900] [DEBUG] 6 processes running of frp type [2026-04-20,22:20:02.285] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,22:20:25.179] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-20,22:35:03.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,22:35:10.257] [DEBUG] 6 processes running of frp type [2026-04-20,22:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,22:50:05.828] [DEBUG] 6 processes running of frp type [2026-04-20,23:05:02.324] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,23:05:04.041] [DEBUG] 6 processes running of frp type [2026-04-20,23:20:02.419] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,23: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-20,23:35:02.309] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,23:35:03.947] [DEBUG] 6 processes running of frp type [2026-04-20,23:50:02.514] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-20,23:50:04.253] [DEBUG] 6 processes running of frp type [2026-04-21,00:05:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,00:05:04.684] [DEBUG] 6 processes running of frp type [2026-04-21,00:20:01.875] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,00:20:03.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-21,00:35:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,00:35:04.524] [DEBUG] 6 processes running of frp type [2026-04-21,00:50:02.205] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,00:50:03.912] [DEBUG] 6 processes running of frp type [2026-04-21,01:05:02.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,01:05:04.021] [DEBUG] 6 processes running of frp type [2026-04-21,01:20:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,01:20:04.068] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,01:35:03.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,01:35:04.697] [DEBUG] 6 processes running of frp type [2026-04-21,01:50:02.284] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,01:50:04.057] [DEBUG] 6 processes running of frp type [2026-04-21,02:05:02.518] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,02:05:04.485] [DEBUG] 6 processes running of frp type [2026-04-21,02:20:02.834] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,02: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' [2026-04-21,02:35:02.745] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,02:35:04.533] [DEBUG] 6 processes running of frp type [2026-04-21,02:50:02.365] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,02:50:03.982] [DEBUG] 6 processes running of frp type [2026-04-21,03:05:02.245] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,03:05:04.028] [DEBUG] 6 processes running of frp type [2026-04-21,03:20:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,03: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-21,03:35:02.247] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,03:35:03.948] [DEBUG] 6 processes running of frp type [2026-04-21,03:50:02.384] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,03:50:04.128] [DEBUG] 6 processes running of frp type [2026-04-21,04:05:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,04:05:04.350] [DEBUG] 6 processes running of frp type [2026-04-21,04:20:02.549] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,04: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-04-21,04:35:02.370] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,04:35:04.034] [DEBUG] 6 processes running of frp type [2026-04-21,04:50:02.546] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,04:50:04.246] [DEBUG] 6 processes running of frp type [2026-04-21,05:05:02.713] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,05:05:04.432] [DEBUG] 6 processes running of frp type [2026-04-21,05:20:02.798] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,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-04-21,05:35:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,05:35:04.377] [DEBUG] 6 processes running of frp type [2026-04-21,05:50:02.074] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,05:50:03.887] [DEBUG] 6 processes running of frp type [2026-04-21,06:05:02.273] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,06:05:04.036] [DEBUG] 6 processes running of frp type [2026-04-21,06:20:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,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-04-21,06:30:41.964] [INFO] Initializing BusSpeedStateManager V2 [2026-04-21,06:30:41.971] [INFO] LocationSqlManager initialising [2026-04-21,06:30:41.972] [INFO] Location DB initialising [2026-04-21,06:30:41.983] [INFO] LocationSqlManager initialisation complete [2026-04-21,06:30:41.984] [DEBUG] UploadManager Init [2026-04-21,06:30:41.985] [DEBUG] UploadManager Init Complete [2026-04-21,06:30:41.989] [INFO] Initializing GPS... [2026-04-21,06:30: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-21,06:32:29.952] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,06:32:31.572] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-21,06:33:41.321] [DEBUG] Log Upload Complete! [2026-04-21,06:35:29.990] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,06:35:31.683] [DEBUG] Remote Access Enabled [2026-04-21,06:35:33.042] [INFO] Server Address: 138.201.17.179 [2026-04-21,06:35:33.044] [INFO] Server Port: 7000 [2026-04-21,06:35:33.053] [DEBUG] Starting Remote Access! 2026-04-21 06:35:33.262 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-21 06:35:33.263 [I] [client/service.go:294] try to connect to server... 2026-04-21 06:35:33.842 [I] [client/service.go:286] [c74823b9b3e2a836] login to server success, get run id [c74823b9b3e2a836] 2026-04-21 06:35:33.843 [I] [proxy/proxy_manager.go:173] [c74823b9b3e2a836] proxy added: [DNL01B4203] 2026-04-21 06:35:34.016 [I] [client/control.go:168] [c74823b9b3e2a836] [DNL01B4203] start proxy success [2026-04-21,06:50:03.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,06:50:04.797] [DEBUG] 6 processes running of frp type [2026-04-21,07:05:01.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,07:05:03.960] [DEBUG] 6 processes running of frp type [2026-04-21,07:20:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,07: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-04-21,07:35:02.955] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,07:35:04.729] [DEBUG] 6 processes running of frp type [2026-04-21,07:50:02.480] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,07:50:04.199] [DEBUG] 6 processes running of frp type [2026-04-21,08:02:02.472] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,08:02:04.185] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-04-21,08:05:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,08:05:04.369] [DEBUG] 6 processes running of frp type [2026-04-21,08:20:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,08: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-04-21,08:35:02.413] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,08:35:04.173] [DEBUG] 6 processes running of frp type [2026-04-21,08:50:02.909] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,08:50:04.672] [DEBUG] 6 processes running of frp type [2026-04-21,09:05:03.071] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,09:05:04.910] [DEBUG] 6 processes running of frp type [2026-04-21,09:20:02.281] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,09:20:03.990] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,09:35:02.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,09:35:03.903] [DEBUG] 6 processes running of frp type [2026-04-21,09:50:02.420] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,09:50:04.348] [DEBUG] 6 processes running of frp type [2026-04-21,10:05:02.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,10:05:04.359] [DEBUG] 6 processes running of frp type [2026-04-21,10:20:02.681] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,10: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-21,10:35:02.415] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,10:35:04.195] [DEBUG] 6 processes running of frp type [2026-04-21,10:50:02.949] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,10:50:04.673] [DEBUG] 6 processes running of frp type [2026-04-21,11:05:03.091] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,11:05:04.840] [DEBUG] 6 processes running of frp type [2026-04-21,11:20:02.333] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,11: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-04-21,11:35:02.924] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,11:35:04.736] [DEBUG] 6 processes running of frp type [2026-04-21,11:50:02.456] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,11:50:04.330] [DEBUG] 6 processes running of frp type [2026-04-21,12:05:02.714] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,12:05:04.447] [DEBUG] 6 processes running of frp type [2026-04-21,12:20:02.596] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,12:20:04.430] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,12:35:02.496] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,12:35:04.251] [DEBUG] 6 processes running of frp type [2026-04-21,12:50:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,12:50:04.477] [DEBUG] 6 processes running of frp type [2026-04-21,13:05:02.962] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,13:05:04.716] [DEBUG] 6 processes running of frp type [2026-04-21,13:20:02.183] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,13: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-04-21,13:35:02.986] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,13:35:04.704] [DEBUG] 6 processes running of frp type [2026-04-21,13:50:02.607] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,13:50:04.315] [DEBUG] 6 processes running of frp type [2026-04-21,14:05:02.906] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,14:05:04.626] [DEBUG] 6 processes running of frp type [2026-04-21,14:20:01.901] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,14:20:03.587] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,14:35:02.709] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,14:35:04.572] [DEBUG] 6 processes running of frp type [2026-04-21,14:50:02.344] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,14:50:04.174] [DEBUG] 6 processes running of frp type [2026-04-21,15:05:02.689] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,15:05:04.374] [DEBUG] 6 processes running of frp type [2026-04-21,15:20:02.686] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,15: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-21,15:35:02.589] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,15:35:04.246] [DEBUG] 6 processes running of frp type [2026-04-21,15:50:03.151] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,15:50:04.936] [DEBUG] 6 processes running of frp type [2026-04-21,16:05:02.477] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,16:05:04.188] [DEBUG] 6 processes running of frp type [2026-04-21,16:20:02.410] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,16: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-21,16:35:02.182] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,16:35:04.255] [DEBUG] 6 processes running of frp type [2026-04-21,16:50:02.984] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,16:50:04.729] [DEBUG] 6 processes running of frp type 2026-04-21 17:00:33.323 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:00:33.325 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:00:35.433 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:00:35.434 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:00:39.727 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:00:39.728 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:00:48.761 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:00:48.762 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:01:07.466 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:01:07.467 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:01:27.468 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:01:27.470 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:01:47.471 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:01:47.472 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:02:07.473 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:02:07.474 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:02:27.475 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:02:27.477 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:02:47.478 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:02:47.479 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:03:07.480 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:03:07.482 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:03:27.482 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:03:27.484 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:03:47.485 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:03:47.486 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:04:07.487 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:04:07.489 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:04:27.490 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:04:27.491 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:04:47.492 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:04:47.494 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:05:07.495 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:05:07.496 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:05:27.497 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:05:27.501 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:05:47.502 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:05:48.405 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-21 17:06:08.406 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:06:08.408 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:06:28.409 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:06:28.410 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:06:48.412 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:06:48.413 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:07:08.413 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:07:08.415 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:07:28.416 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:07:28.417 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:07:48.419 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:07:48.420 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:08:08.422 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:08:08.423 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:08:28.424 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:08:28.425 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:08:48.426 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:08:48.428 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:09:08.430 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:09:08.431 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:09:28.433 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:09:28.434 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:09:48.436 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:09:48.437 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:10:08.438 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:10:08.439 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:10:28.441 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:10:28.442 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:10:48.442 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:10:48.444 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:11:08.445 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:11:08.453 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:11:28.455 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:11:30.327 [I] [client/service.go:286] [c74823b9b3e2a836] login to server success, get run id [c74823b9b3e2a836] 2026-04-21 17:11:30.329 [I] [proxy/proxy_manager.go:173] [c74823b9b3e2a836] proxy added: [DNL01B4203] 2026-04-21 17:11:31.623 [I] [client/control.go:168] [c74823b9b3e2a836] [DNL01B4203] start proxy success 2026-04-21 17:12:38.936 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:12:38.937 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:12:41.060 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:12:41.061 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:12:45.385 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:12:45.387 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:12:54.223 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:12:54.225 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:13:12.564 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:13:12.565 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:13:32.566 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:13:32.567 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:13:52.568 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:13:52.569 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:14:12.570 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:14:12.571 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:14:32.573 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:14:32.574 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:14:52.575 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:14:52.576 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:15:12.577 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:15:12.579 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:15:32.579 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:15:32.581 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:15:52.581 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:15:52.583 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:16:12.584 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:16:12.586 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:16:32.587 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:16:32.589 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:16:52.590 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:16:52.591 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:17:12.592 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:17:12.593 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:17:32.594 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:17:32.600 [W] [client/service.go:297] [c74823b9b3e2a836] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-21 17:17:52.601 [I] [client/service.go:294] [c74823b9b3e2a836] try to connect to server... 2026-04-21 17:17:54.188 [I] [client/service.go:286] [c74823b9b3e2a836] login to server success, get run id [c74823b9b3e2a836] 2026-04-21 17:17:54.190 [I] [proxy/proxy_manager.go:173] [c74823b9b3e2a836] proxy added: [DNL01B4203] 2026-04-21 17:17:55.225 [I] [client/control.go:168] [c74823b9b3e2a836] [DNL01B4203] start proxy success [2026-04-21,17:20:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,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-04-21,17:35:02.340] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,17:35:04.085] [DEBUG] 6 processes running of frp type [2026-04-21,17:50:02.506] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,17:50:04.729] [DEBUG] 6 processes running of frp type [2026-04-21,18:05:02.192] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,18:05:03.873] [DEBUG] 6 processes running of frp type [2026-04-21,18:20:02.126] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,18: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-21,18:35:02.980] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,18:35:04.735] [DEBUG] 6 processes running of frp type [2026-04-21,18:50:02.625] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,18:50:04.333] [DEBUG] 6 processes running of frp type [2026-04-21,19:05:02.756] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,19:05:09.269] [DEBUG] 6 processes running of frp type [2026-04-21,19:20:02.615] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,19:20:06.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-21,19:35:02.422] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,19:35:04.104] [DEBUG] 6 processes running of frp type [2026-04-21,19:50:02.955] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,19:50:04.785] [DEBUG] 6 processes running of frp type [2026-04-21,20:05:01.987] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,20:05:03.723] [DEBUG] 6 processes running of frp type [2026-04-21,20:20:02.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,20: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-04-21,20:30:41.985] [INFO] Initializing BusSpeedStateManager V2 [2026-04-21,20:30:41.990] [INFO] LocationSqlManager initialising [2026-04-21,20:30:41.991] [INFO] Location DB initialising [2026-04-21,20:30:42.000] [INFO] LocationSqlManager initialisation complete [2026-04-21,20:30:42.001] [DEBUG] UploadManager Init [2026-04-21,20:30:42.001] [DEBUG] UploadManager Init Complete [2026-04-21,20:30:42.004] [INFO] Initializing GPS... [2026-04-21,20:30:42.006] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-21,20:32:30.079] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,20:32: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( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-04-21,20:35:30.227] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,20:35:32.472] [DEBUG] Remote Access Enabled [2026-04-21,20:35:34.159] [INFO] Server Address: 138.201.17.179 [2026-04-21,20:35:34.161] [INFO] Server Port: 7000 [2026-04-21,20:35:34.170] [DEBUG] Starting Remote Access! 2026-04-21 20:35:34.360 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-21 20:35:34.361 [I] [client/service.go:294] try to connect to server... 2026-04-21 20:35:35.356 [I] [client/service.go:286] [f4434ebcda5d9558] login to server success, get run id [f4434ebcda5d9558] 2026-04-21 20:35:35.357 [I] [proxy/proxy_manager.go:173] [f4434ebcda5d9558] proxy added: [DNL01B4203] 2026-04-21 20:35:36.560 [I] [client/control.go:168] [f4434ebcda5d9558] [DNL01B4203] start proxy success [2026-04-21,20:50:02.260] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,20:50:03.994] [DEBUG] 6 processes running of frp type [2026-04-21,21:05:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,21:05:04.779] [DEBUG] 6 processes running of frp type [2026-04-21,21:20:01.932] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,21: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' [2026-04-21,21:35:02.958] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,21:35:04.844] [DEBUG] 6 processes running of frp type [2026-04-21,21:50:02.571] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,21:50:04.320] [DEBUG] 6 processes running of frp type [2026-04-21,22:05:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,22:05:04.495] [DEBUG] 6 processes running of frp type [2026-04-21,22:20:02.853] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,22: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' [2026-04-21,22:35:02.689] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,22:35:04.322] [DEBUG] 6 processes running of frp type [2026-04-21,22:50:02.934] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,22:50:04.592] [DEBUG] 6 processes running of frp type [2026-04-21,23:05:03.122] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,23:05:05.289] [DEBUG] 6 processes running of frp type [2026-04-21,23:20:03.184] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,23: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' [2026-04-21,23:35:02.304] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,23:35:03.998] [DEBUG] 6 processes running of frp type [2026-04-21,23:50:02.669] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-21,23:50:04.504] [DEBUG] 6 processes running of frp type [2026-04-22,00:05:02.983] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,00:05:04.622] [DEBUG] 6 processes running of frp type [2026-04-22,00:20:03.145] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,00: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-04-22,00:35:02.927] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,00:35:04.577] [DEBUG] 6 processes running of frp type [2026-04-22,00:50:02.401] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,00:50:04.133] [DEBUG] 6 processes running of frp type [2026-04-22,01:05:02.614] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,01:05:04.335] [DEBUG] 6 processes running of frp type [2026-04-22,01:20:02.600] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,01: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-04-22,01:35:02.543] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,01:35:04.233] [DEBUG] 6 processes running of frp type [2026-04-22,01:50:02.889] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,01:50:04.681] [DEBUG] 6 processes running of frp type [2026-04-22,02:05:02.924] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,02:05:04.600] [DEBUG] 6 processes running of frp type [2026-04-22,02:20:03.165] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,02: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-22,02:35:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,02:35:04.356] [DEBUG] 6 processes running of frp type [2026-04-22,02:50:02.903] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,02:50:04.645] [DEBUG] 6 processes running of frp type [2026-04-22,03:05:03.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,03:05:04.764] [DEBUG] 6 processes running of frp type [2026-04-22,03:20:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,03:20:04.921] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,03:35:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,03:35:04.595] [DEBUG] 6 processes running of frp type [2026-04-22,03:50:02.330] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,03:50:04.078] [DEBUG] 6 processes running of frp type [2026-04-22,04:05:02.570] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,04:05:04.264] [DEBUG] 6 processes running of frp type [2026-04-22,04:20:02.602] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,04:20:05.473] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,04:35:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,04:35:04.362] [DEBUG] 6 processes running of frp type [2026-04-22,04:50:02.195] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,04:50:04.373] [DEBUG] 6 processes running of frp type [2026-04-22,05:05:02.931] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,05:05:04.785] [DEBUG] 6 processes running of frp type [2026-04-22,05:20:02.064] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,05:20:04.289] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,05:35:03.145] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,05:35:05.585] [DEBUG] 6 processes running of frp type [2026-04-22,05:50:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,05:50:04.177] [DEBUG] 6 processes running of frp type [2026-04-22,06:05:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,06:05:04.652] [DEBUG] 6 processes running of frp type 2026-04-22 06:19:42.270 [I] [client/service.go:294] [f4434ebcda5d9558] try to connect to server... 2026-04-22 06:19:43.180 [I] [client/service.go:286] [f4434ebcda5d9558] login to server success, get run id [f4434ebcda5d9558] 2026-04-22 06:19:43.182 [I] [proxy/proxy_manager.go:173] [f4434ebcda5d9558] proxy added: [DNL01B4203] 2026-04-22 06:19:43.561 [I] [client/control.go:168] [f4434ebcda5d9558] [DNL01B4203] start proxy success [2026-04-22,06:20:02.900] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,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-04-22,06:30:40.836] [INFO] Initializing BusSpeedStateManager V2 [2026-04-22,06:30:40.842] [INFO] LocationSqlManager initialising [2026-04-22,06:30:40.843] [INFO] Location DB initialising [2026-04-22,06:30:40.854] [INFO] LocationSqlManager initialisation complete [2026-04-22,06:30:40.855] [DEBUG] UploadManager Init [2026-04-22,06:30:40.856] [DEBUG] UploadManager Init Complete [2026-04-22,06:30:40.860] [INFO] Initializing GPS... [2026-04-22,06:30:40.863] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,06:32:29.419] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,06:32:31.410] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-22,06:32:52.962] [DEBUG] Log Upload Complete! [2026-04-22,06:35:29.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,06:35:31.744] [DEBUG] Remote Access Enabled [2026-04-22,06:35:33.282] [INFO] Server Address: 138.201.17.179 [2026-04-22,06:35:33.283] [INFO] Server Port: 7000 [2026-04-22,06:35:33.287] [DEBUG] Starting Remote Access! 2026-04-22 06:35:33.419 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-22 06:35:33.420 [I] [client/service.go:294] try to connect to server... 2026-04-22 06:35:34.141 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 06:35:34.142 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 06:35:34.320 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success 2026-04-22 06:40:45.481 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 06:40:49.554 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 06:40:49.556 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 06:40:49.803 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success [2026-04-22,06:50:03.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,06:50:05.064] [DEBUG] 6 processes running of frp type [2026-04-22,07:05:02.606] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,07:05:04.385] [DEBUG] 6 processes running of frp type [2026-04-22,07:20:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,07: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-04-22,07:35:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,07:35:05.109] [DEBUG] 6 processes running of frp type [2026-04-22,07:50:02.852] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,07:50:04.880] [DEBUG] 6 processes running of frp type [2026-04-22,08:02:02.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,08:02:04.194] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-22,08:02:21.684] [DEBUG] Log Upload Complete! [2026-04-22,08:05:02.360] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,08:05:04.403] [DEBUG] 6 processes running of frp type [2026-04-22,08:20:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,08:20:04.888] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,08:35:02.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,08:35:04.382] [DEBUG] 6 processes running of frp type [2026-04-22,08:50:02.060] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,08:50:04.262] [DEBUG] 6 processes running of frp type [2026-04-22,09:05:02.729] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,09:05:04.871] [DEBUG] 6 processes running of frp type [2026-04-22,09:20:02.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,09:20:04.553] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,09:35:03.064] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,09:35:05.110] [DEBUG] 6 processes running of frp type [2026-04-22,09:50:02.831] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,09:50:05.404] [DEBUG] 6 processes running of frp type [2026-04-22,10:05:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,10:05:05.125] [DEBUG] 6 processes running of frp type [2026-04-22,10:20:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,10: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-22,10:35:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,10:35:04.755] [DEBUG] 6 processes running of frp type [2026-04-22,10:50:02.682] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,10:50:04.690] [DEBUG] 6 processes running of frp type [2026-04-22,11:05:03.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,11:05:10.183] [DEBUG] 6 processes running of frp type [2026-04-22,11:20:02.583] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,11: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-04-22,11:35:02.263] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,11:35:04.417] [DEBUG] 6 processes running of frp type [2026-04-22,11:50:03.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,11:50:05.222] [DEBUG] 6 processes running of frp type [2026-04-22,12:05:02.611] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,12:05:04.515] [DEBUG] 6 processes running of frp type [2026-04-22,12:20:02.972] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,12: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-04-22,12:35:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,12:35:05.139] [DEBUG] 6 processes running of frp type [2026-04-22,12:50:03.179] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,12:50:05.505] [DEBUG] 6 processes running of frp type [2026-04-22,13:05:02.856] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,13:05:05.100] [DEBUG] 6 processes running of frp type [2026-04-22,13:20:02.338] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,13:20:04.666] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,13:35:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,13:35:05.146] [DEBUG] 6 processes running of frp type [2026-04-22,13:50:03.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,13:50:07.378] [DEBUG] 6 processes running of frp type 2026-04-22 13:52:25.544 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 13:52:35.547 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 13:52:35.548 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 13:52:36.238 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 13:52:36.239 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 13:52:36.432 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success [2026-04-22,14:05:02.900] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,14:05:05.289] [DEBUG] 6 processes running of frp type 2026-04-22 14:10:07.339 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 14:10:16.214 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: session shutdown 2026-04-22 14:10:16.215 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 14:10:22.380 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 14:10:22.381 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 14:10:25.552 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success 2026-04-22 14:18:53.109 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 14:18:56.976 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 14:18:56.978 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 14:18:57.325 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success [2026-04-22,14:20:02.706] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,14:20:28.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-22 14:29:45.676 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 14:29:46.626 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 14:29:46.628 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 14:29:50.487 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success [2026-04-22,14:35:03.070] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,14:35:10.002] [DEBUG] 6 processes running of frp type 2026-04-22 14:39:15.587 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 14:39:16.552 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 14:39:16.553 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 14:39:16.767 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success 2026-04-22 14:45:00.381 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 14:45:02.441 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 14:45:02.442 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 14:45:06.154 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success [2026-04-22,14:50:06.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,14:50:08.891] [DEBUG] 6 processes running of frp type 2026-04-22 14:53:57.545 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 14:54:03.135 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 14:54:03.136 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 14:54:03.938 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success [2026-04-22,15:05:03.483] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,15:05:06.338] [DEBUG] 6 processes running of frp type 2026-04-22 15:06:00.311 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 15:06:00.966 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 15:06:00.967 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 15:06:01.219 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success 2026-04-22 15:09:12.938 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 15:09:17.082 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 15:09:17.083 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 15:09:17.948 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success [2026-04-22,15:20:02.676] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,15: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-22,15:35:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,15:35:04.567] [DEBUG] 6 processes running of frp type [2026-04-22,15:50:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,15:50:04.523] [DEBUG] 6 processes running of frp type [2026-04-22,16:05:02.887] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,16:05:04.979] [DEBUG] 6 processes running of frp type [2026-04-22,16:20:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,16: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-04-22,16:35:03.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,16:35:05.282] [DEBUG] 6 processes running of frp type [2026-04-22,16:50:03.242] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,16:50:05.043] [DEBUG] 6 processes running of frp type 2026-04-22 17:00:26.494 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:00:26.498 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:00:28.601 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:00:28.603 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:00:33.173 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:00:33.174 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:00:42.389 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:00:42.391 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:01:02.151 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:01:02.152 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:01:22.152 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:01:22.153 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:01:42.155 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:01:42.156 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:02:02.157 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:02:02.158 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:02:22.159 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:02:22.160 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:02:42.162 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:02:42.163 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:03:02.165 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:03:02.166 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:03:22.166 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:03:22.168 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:03:42.169 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:03:42.171 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:04:02.171 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:04:02.172 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:04:22.173 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:04:22.174 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:04:42.175 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:04:42.176 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:05:02.177 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:05:02.179 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:05:22.179 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:05:22.188 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:05:42.190 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:05:43.233 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 17:05:43.235 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 17:05:44.040 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success 2026-04-22 17:06:52.525 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:06:52.527 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:06:54.653 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:06:54.655 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:06:59.030 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:06:59.032 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:07:08.494 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:07:08.495 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:07:28.496 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:07:28.497 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:07:48.498 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:07:48.499 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:08:08.501 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:08:08.502 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:08:28.504 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:08:28.506 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:08:48.506 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:08:48.508 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:09:08.509 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:09:08.510 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:09:28.511 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:09:28.512 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:09:48.513 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:09:48.514 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:10:08.515 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:10:08.516 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:10:28.517 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:10:28.518 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:10:48.519 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:10:48.520 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:11:08.521 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:11:08.522 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:11:28.524 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:11:28.525 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:11:48.526 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:11:48.530 [W] [client/service.go:297] [51d232cd56556f45] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-22 17:12:08.531 [I] [client/service.go:294] [51d232cd56556f45] try to connect to server... 2026-04-22 17:12:09.282 [I] [client/service.go:286] [51d232cd56556f45] login to server success, get run id [51d232cd56556f45] 2026-04-22 17:12:09.284 [I] [proxy/proxy_manager.go:173] [51d232cd56556f45] proxy added: [DNL01B4203] 2026-04-22 17:12:09.761 [I] [client/control.go:168] [51d232cd56556f45] [DNL01B4203] start proxy success [2026-04-22,17:20:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,17:20:05.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-22,17:35:02.533] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,17:35:04.574] [DEBUG] 6 processes running of frp type [2026-04-22,17:50:02.286] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,17:50:04.853] [DEBUG] 6 processes running of frp type [2026-04-22,18:05:02.217] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,18:05:04.559] [DEBUG] 6 processes running of frp type [2026-04-22,18:20:03.082] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,18:20:05.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-22,18:35:02.746] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,18:35:04.896] [DEBUG] 6 processes running of frp type [2026-04-22,18:50:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,18:50:04.840] [DEBUG] 6 processes running of frp type [2026-04-22,19:05:02.155] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,19:05:04.592] [DEBUG] 6 processes running of frp type [2026-04-22,19:20:02.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,19:20:05.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-22,19:35:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,19:35:04.567] [DEBUG] 6 processes running of frp type [2026-04-22,19:50:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,19:50:04.846] [DEBUG] 6 processes running of frp type [2026-04-22,20:05:02.297] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,20:05:04.583] [DEBUG] 6 processes running of frp type [2026-04-22,20:20:03.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,20: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' [2026-04-22,20:30:41.117] [INFO] Initializing BusSpeedStateManager V2 [2026-04-22,20:30:41.122] [INFO] LocationSqlManager initialising [2026-04-22,20:30:41.122] [INFO] Location DB initialising [2026-04-22,20:30:41.132] [INFO] LocationSqlManager initialisation complete [2026-04-22,20:30:41.133] [DEBUG] UploadManager Init [2026-04-22,20:30:41.134] [DEBUG] UploadManager Init Complete [2026-04-22,20:30:41.138] [INFO] Initializing GPS... [2026-04-22,20:30:41.141] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,20:32:29.788] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,20:32:31.918] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-22,20:32:57.450] [DEBUG] Log Upload Complete! [2026-04-22,20:35:29.941] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,20:35:31.873] [DEBUG] Remote Access Enabled [2026-04-22,20:35:33.426] [INFO] Server Address: 138.201.17.179 [2026-04-22,20:35:33.427] [INFO] Server Port: 7000 [2026-04-22,20:35:33.439] [DEBUG] Starting Remote Access! 2026-04-22 20:35:33.607 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-22 20:35:33.608 [I] [client/service.go:294] try to connect to server... 2026-04-22 20:35:34.136 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-22 20:35:34.137 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-22 20:35:34.312 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success [2026-04-22,20:50:02.858] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,20:50:04.833] [DEBUG] 6 processes running of frp type [2026-04-22,21:05:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,21:05:22.056] [DEBUG] 6 processes running of frp type 2026-04-22 21:10:44.146 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:11:00.833 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: connection write timeout 2026-04-22 21:11:00.833 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:11:14.860 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: connection write timeout 2026-04-22 21:11:14.861 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:11:34.730 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: i/o deadline reached 2026-04-22 21:11:34.731 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:11:41.951 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-22 21:11:41.953 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-22 21:11:45.865 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success [2026-04-22,21:20:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,21:20:13.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-22 21:26:04.878 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:26:27.458 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: i/o deadline reached 2026-04-22 21:26:27.458 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:26:40.469 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-22 21:26:40.470 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-22 21:26:42.954 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success [2026-04-22,21:35:02.264] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,21:35:10.307] [DEBUG] 6 processes running of frp type 2026-04-22 21:43:00.685 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:43:09.902 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-22 21:43:09.903 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-22 21:43:13.100 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success 2026-04-22 21:45:49.833 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:45:59.834 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:45:59.835 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:46:09.172 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: session shutdown 2026-04-22 21:46:09.173 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:46:23.580 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: connection write timeout 2026-04-22 21:46:23.580 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:46:36.183 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-22 21:46:36.184 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-22 21:47:01.984 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success 2026-04-22 21:47:02.783 [W] [client/control.go:166] [c2754d395b2e6294] [DNL01B4203] start error: status not wait start, ignore start message [2026-04-22,21:50:03.150] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,21:50:15.395] [DEBUG] 6 processes running of frp type 2026-04-22 21:52:36.877 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:52:46.879 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:52:46.880 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:53:01.026 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: connection write timeout 2026-04-22 21:53:01.027 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:53:08.157 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: session shutdown 2026-04-22 21:53:08.158 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:53:22.759 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: connection write timeout 2026-04-22 21:53:22.760 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:53:32.761 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:53:52.762 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:54:06.722 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-22 21:54:06.723 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-22 21:54:14.301 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success 2026-04-22 21:54:36.945 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:54:47.182 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-22 21:54:47.183 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-22 21:54:52.789 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success 2026-04-22 21:55:18.154 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:55:28.155 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:55:28.156 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:55:38.157 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:55:38.158 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:55:49.435 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: session shutdown 2026-04-22 21:55:49.436 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:55:59.437 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:55:59.438 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:56:09.440 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:56:29.441 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 21:56:32.079 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-22 21:56:32.080 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-22 21:56:34.304 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success 2026-04-22 22:01:47.587 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 22:01:53.206 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-22 22:01:53.208 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-22 22:01:53.390 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success [2026-04-22,22:05:02.856] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,22:05:05.062] [DEBUG] 6 processes running of frp type 2026-04-22 22:07:04.001 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 22:07:05.012 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-22 22:07:05.015 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-22 22:07:05.241 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success [2026-04-22,22:20:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,22:20:09.640] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,22:35:03.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,22:35:10.067] [DEBUG] 6 processes running of frp type 2026-04-22 22:46:05.577 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 22:46:15.578 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 22:46:15.579 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 22:46:25.581 [W] [client/service.go:297] [c2754d395b2e6294] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 22:46:25.582 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 22:46:33.808 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-22 22:46:33.809 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-22 22:46:34.448 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success 2026-04-22 22:48:43.781 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-22 22:48:51.934 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-22 22:48:51.936 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-22 22:48:52.395 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success [2026-04-22,22:50:02.746] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,22:50:04.685] [DEBUG] 6 processes running of frp type [2026-04-22,23:05:03.072] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,23:05:05.446] [DEBUG] 6 processes running of frp type [2026-04-22,23:20:02.852] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,23:20:05.171] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-22,23:35:02.657] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,23:35:05.030] [DEBUG] 6 processes running of frp type [2026-04-22,23:50:02.634] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-22,23:50:05.660] [DEBUG] 6 processes running of frp type [2026-04-23,00:05:03.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,00:05:05.165] [DEBUG] 6 processes running of frp type [2026-04-23,00:20:02.477] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,00: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-23,00:35:03.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,00:35:05.485] [DEBUG] 6 processes running of frp type [2026-04-23,00:50:02.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,00:50:03.942] [DEBUG] 6 processes running of frp type 2026-04-23 00:53:31.296 [I] [client/service.go:294] [c2754d395b2e6294] try to connect to server... 2026-04-23 00:53:32.440 [I] [client/service.go:286] [c2754d395b2e6294] login to server success, get run id [c2754d395b2e6294] 2026-04-23 00:53:32.441 [I] [proxy/proxy_manager.go:173] [c2754d395b2e6294] proxy added: [DNL01B4203] 2026-04-23 00:53:32.735 [I] [client/control.go:168] [c2754d395b2e6294] [DNL01B4203] start proxy success [2026-04-23,01:05:02.406] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,01:05:04.165] [DEBUG] 6 processes running of frp type [2026-04-23,01:20:02.676] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,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-04-23,01:35:02.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,01:35:04.318] [DEBUG] 6 processes running of frp type [2026-04-23,01:50:02.784] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,01:50:05.131] [DEBUG] 6 processes running of frp type [2026-04-23,02:05:02.497] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,02:05:04.701] [DEBUG] 6 processes running of frp type [2026-04-23,02:20:02.044] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,02:20:03.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-04-23,02:35:02.921] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,02:35:04.751] [DEBUG] 6 processes running of frp type [2026-04-23,02:50:02.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,02:50:04.292] [DEBUG] 6 processes running of frp type [2026-04-23,03:05:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,03:05:04.491] [DEBUG] 6 processes running of frp type [2026-04-23,03:20:02.919] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,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' [2026-04-23,03:35:02.728] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,03:35:04.528] [DEBUG] 6 processes running of frp type [2026-04-23,03:50:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,03:50:03.951] [DEBUG] 6 processes running of frp type [2026-04-23,04:05:02.382] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,04:05:04.100] [DEBUG] 6 processes running of frp type [2026-04-23,04:20:02.323] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,04: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-04-23,04:35:02.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,04:35:05.459] [DEBUG] 6 processes running of frp type [2026-04-23,04:50:03.203] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,04:50:04.970] [DEBUG] 6 processes running of frp type [2026-04-23,05:05:02.319] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,05:05:04.184] [DEBUG] 6 processes running of frp type [2026-04-23,05:20:02.325] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,05: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-23,05:35:02.442] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,05:35:04.159] [DEBUG] 6 processes running of frp type [2026-04-23,05:50:02.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,05:50:04.694] [DEBUG] 6 processes running of frp type [2026-04-23,06:05:03.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,06:05:04.734] [DEBUG] 6 processes running of frp type [2026-04-23,06:20:02.084] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,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' [2026-04-23,06:30:40.928] [INFO] Initializing BusSpeedStateManager V2 [2026-04-23,06:30:40.934] [INFO] LocationSqlManager initialising [2026-04-23,06:30:40.935] [INFO] Location DB initialising [2026-04-23,06:30:40.944] [INFO] LocationSqlManager initialisation complete [2026-04-23,06:30:40.945] [DEBUG] UploadManager Init [2026-04-23,06:30:40.945] [DEBUG] UploadManager Init Complete [2026-04-23,06:30:40.948] [INFO] Initializing GPS... [2026-04-23,06:30:40.950] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,06:32:29.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,06:32:31.398] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-23,06:32:51.861] [DEBUG] Log Upload Complete! [2026-04-23,06:35:29.858] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,06:35:31.553] [DEBUG] Remote Access Enabled [2026-04-23,06:35:32.916] [INFO] Server Address: 138.201.17.179 [2026-04-23,06:35:32.917] [INFO] Server Port: 7000 [2026-04-23,06:35:32.922] [DEBUG] Starting Remote Access! 2026-04-23 06:35:33.133 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-23 06:35:33.134 [I] [client/service.go:294] try to connect to server... 2026-04-23 06:35:33.775 [I] [client/service.go:286] [1770f26bcd338de1] login to server success, get run id [1770f26bcd338de1] 2026-04-23 06:35:33.776 [I] [proxy/proxy_manager.go:173] [1770f26bcd338de1] proxy added: [DNL01B4203] 2026-04-23 06:35:33.954 [I] [client/control.go:168] [1770f26bcd338de1] [DNL01B4203] start proxy success [2026-04-23,06:50:02.784] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,06:50:04.567] [DEBUG] 6 processes running of frp type [2026-04-23,07:05:02.818] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,07:05:04.511] [DEBUG] 6 processes running of frp type [2026-04-23,07:20:02.918] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,07: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-04-23,07:35:02.748] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,07:35:04.367] [DEBUG] 6 processes running of frp type [2026-04-23,07:50:01.951] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,07:50:03.695] [DEBUG] 6 processes running of frp type [2026-04-23,08:02:03.050] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,08:02:04.725] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-23,08:02:26.042] [DEBUG] Log Upload Complete! [2026-04-23,08:05:03.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,08:05:04.966] [DEBUG] 6 processes running of frp type [2026-04-23,08:20:02.403] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,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-04-23,08:35:03.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,08:35:04.883] [DEBUG] 6 processes running of frp type [2026-04-23,08:50:02.388] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,08:50:04.228] [DEBUG] 6 processes running of frp type [2026-04-23,09:05:02.605] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,09:05:04.270] [DEBUG] 6 processes running of frp type [2026-04-23,09:20:02.636] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,09:20:04.444] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,09:35:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,09:35:04.221] [DEBUG] 6 processes running of frp type [2026-04-23,09:50:03.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,09:50:04.835] [DEBUG] 6 processes running of frp type [2026-04-23,10:05:02.198] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,10:05:03.825] [DEBUG] 6 processes running of frp type [2026-04-23,10:20:02.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,10:20:03.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-04-23,10:35:02.748] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,10:35:04.498] [DEBUG] 6 processes running of frp type [2026-04-23,10:50:03.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,10:50:04.905] [DEBUG] 6 processes running of frp type [2026-04-23,11:05:02.368] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,11:05:04.217] [DEBUG] 6 processes running of frp type [2026-04-23,11:20:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,11: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-23,11:35:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,11:35:04.222] [DEBUG] 6 processes running of frp type [2026-04-23,11:50:02.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,11:50:04.652] [DEBUG] 6 processes running of frp type [2026-04-23,12:05:03.160] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,12:05:05.107] [DEBUG] 6 processes running of frp type [2026-04-23,12:20:02.360] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,12: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-23,12:35:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,12:35:03.975] [DEBUG] 6 processes running of frp type [2026-04-23,12:50:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,12:50:04.540] [DEBUG] 6 processes running of frp type [2026-04-23,13:05:03.050] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,13:05:04.849] [DEBUG] 6 processes running of frp type [2026-04-23,13:20:02.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,13: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-04-23,13:35:03.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,13:35:04.959] [DEBUG] 6 processes running of frp type [2026-04-23,13:50:02.652] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,13:50:04.382] [DEBUG] 6 processes running of frp type [2026-04-23,14:05:02.834] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,14:05:04.708] [DEBUG] 6 processes running of frp type [2026-04-23,14:20:01.989] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,14:20:03.935] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,14:35:02.372] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,14:35:04.132] [DEBUG] 6 processes running of frp type [2026-04-23,14:50:02.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,14:50:04.668] [DEBUG] 6 processes running of frp type [2026-04-23,15:05:03.148] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,15:05:04.819] [DEBUG] 6 processes running of frp type [2026-04-23,15:20:02.110] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,15:20:03.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-23,15:35:03.032] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,15:35:04.814] [DEBUG] 6 processes running of frp type [2026-04-23,15:50:02.663] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,15:50:04.333] [DEBUG] 6 processes running of frp type [2026-04-23,16:05:02.676] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,16:05:04.299] [DEBUG] 6 processes running of frp type [2026-04-23,16:20:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,16: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-04-23,16:35:02.379] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,16:35:04.190] [DEBUG] 6 processes running of frp type [2026-04-23,16:50:02.875] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,16:50:04.659] [DEBUG] 6 processes running of frp type 2026-04-23 17:00:33.409 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:00:33.410 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:00:35.495 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:00:35.496 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:00:40.021 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:00:40.023 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:00:49.109 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:00:49.110 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:01:08.067 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:01:08.068 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:01:28.069 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:01:28.071 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:01:48.072 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:01:48.073 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:02:08.075 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:02:08.077 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:02:28.078 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:02:28.079 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:02:48.080 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:02:48.081 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:03:08.083 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:03:08.084 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:03:28.086 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:03:28.087 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:03:48.089 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:03:48.090 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:04:08.091 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:04:08.093 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:04:28.095 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:04:28.097 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:04:48.097 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:04:48.099 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:05:08.100 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:05:08.101 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:05:28.102 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:05:28.106 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:05:48.108 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:05:48.956 [I] [client/service.go:286] [1770f26bcd338de1] login to server success, get run id [1770f26bcd338de1] 2026-04-23 17:05:48.958 [I] [proxy/proxy_manager.go:173] [1770f26bcd338de1] proxy added: [DNL01B4203] 2026-04-23 17:05:49.764 [I] [client/control.go:168] [1770f26bcd338de1] [DNL01B4203] start proxy success 2026-04-23 17:06:28.297 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:06:29.568 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-23 17:06:29.568 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:06:39.570 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 17:06:39.571 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:06:39.572 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:06:49.313 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:06:49.315 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:07:09.316 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:07:09.317 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:07:29.318 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:07:29.319 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:07:49.320 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:07:49.322 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:08:09.323 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:08:09.325 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:08:29.326 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:08:29.327 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:08:49.328 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:08:49.330 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:09:09.331 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:09:09.332 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:09:29.333 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:09:29.334 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:09:49.336 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:09:49.337 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:10:09.338 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:10:09.340 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:10:29.341 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:10:29.342 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:10:49.343 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:10:49.345 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:11:09.346 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:11:09.348 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:11:29.349 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:11:29.354 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:11:49.355 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:11:49.359 [W] [client/service.go:297] [1770f26bcd338de1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-23 17:12:09.360 [I] [client/service.go:294] [1770f26bcd338de1] try to connect to server... 2026-04-23 17:12:09.886 [I] [client/service.go:286] [1770f26bcd338de1] login to server success, get run id [1770f26bcd338de1] 2026-04-23 17:12:09.888 [I] [proxy/proxy_manager.go:173] [1770f26bcd338de1] proxy added: [DNL01B4203] 2026-04-23 17:12:10.809 [I] [client/control.go:168] [1770f26bcd338de1] [DNL01B4203] start proxy success [2026-04-23,17:20:02.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,17: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' [2026-04-23,17:35:04.074] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,17:35:54.151] [DEBUG] 6 processes running of frp type [2026-04-23,17:50:02.847] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,17:50:04.828] [DEBUG] 6 processes running of frp type [2026-04-23,18:05:02.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,18:05:03.919] [DEBUG] 6 processes running of frp type [2026-04-23,18:20:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,18:20:03.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-23,18:35:02.934] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,18:35:04.602] [DEBUG] 6 processes running of frp type [2026-04-23,18:50:02.341] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,18:50:03.985] [DEBUG] 6 processes running of frp type [2026-04-23,19:05:02.405] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,19:05:04.147] [DEBUG] 6 processes running of frp type [2026-04-23,19:20:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,19: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' [2026-04-23,19:35:02.286] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,19:35:09.114] [DEBUG] 6 processes running of frp type [2026-04-23,19:50:02.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,19:50:04.524] [DEBUG] 6 processes running of frp type [2026-04-23,20:05:03.128] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,20:05:04.873] [DEBUG] 6 processes running of frp type [2026-04-23,20:20:02.184] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,20:20:04.071] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,20:30:43.127] [INFO] Initializing BusSpeedStateManager V2 [2026-04-23,20:30:43.133] [INFO] LocationSqlManager initialising [2026-04-23,20:30:43.134] [INFO] Location DB initialising [2026-04-23,20:30:43.143] [INFO] LocationSqlManager initialisation complete [2026-04-23,20:30:43.144] [DEBUG] UploadManager Init [2026-04-23,20:30:43.145] [DEBUG] UploadManager Init Complete [2026-04-23,20:30:43.148] [INFO] Initializing GPS... [2026-04-23,20:30:43.150] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:31.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,20:32:38.335] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-23,20:32:50.101] [DEBUG] Log Upload Complete! [2026-04-23,20:35:31.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,20:35:33.550] [DEBUG] Remote Access Enabled [2026-04-23,20:35:34.838] [INFO] Server Address: 138.201.17.179 [2026-04-23,20:35:34.839] [INFO] Server Port: 7000 [2026-04-23,20:35:34.848] [DEBUG] Starting Remote Access! 2026-04-23 20:35:35.036 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-23 20:35:35.037 [I] [client/service.go:294] try to connect to server... 2026-04-23 20:35:35.545 [I] [client/service.go:286] [3d04668fa1ea8b77] login to server success, get run id [3d04668fa1ea8b77] 2026-04-23 20:35:35.546 [I] [proxy/proxy_manager.go:173] [3d04668fa1ea8b77] proxy added: [DNL01B4203] 2026-04-23 20:35:35.714 [I] [client/control.go:168] [3d04668fa1ea8b77] [DNL01B4203] start proxy success [2026-04-23,20:50:02.820] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,20:50:04.449] [DEBUG] 6 processes running of frp type [2026-04-23,21:05:02.841] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,21:05:04.500] [DEBUG] 6 processes running of frp type [2026-04-23,21:20:02.880] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,21: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-23,21:35:02.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,21:35:04.386] [DEBUG] 6 processes running of frp type [2026-04-23,21:50:01.933] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,21:50:03.662] [DEBUG] 6 processes running of frp type [2026-04-23,22:05:03.075] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,22:05:04.769] [DEBUG] 6 processes running of frp type [2026-04-23,22:20:01.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,22:20:03.757] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,22:35:03.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,22:35:04.783] [DEBUG] 6 processes running of frp type [2026-04-23,22:50:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,22:50:04.315] [DEBUG] 6 processes running of frp type [2026-04-23,23:05:02.635] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,23:05:04.317] [DEBUG] 6 processes running of frp type [2026-04-23,23:20:02.656] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,23: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' [2026-04-23,23:35:02.652] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,23:35:04.503] [DEBUG] 6 processes running of frp type [2026-04-23,23:50:02.227] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-23,23:50:03.987] [DEBUG] 6 processes running of frp type [2026-04-24,00:05:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,00:05:04.395] [DEBUG] 6 processes running of frp type [2026-04-24,00:20:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,00: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' [2026-04-24,00:35:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,00:35:04.024] [DEBUG] 6 processes running of frp type [2026-04-24,00:50:02.797] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,00:50:04.497] [DEBUG] 6 processes running of frp type [2026-04-24,01:05:02.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,01:05:04.560] [DEBUG] 6 processes running of frp type [2026-04-24,01:20:02.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,01: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-04-24,01:35:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,01:35:05.087] [DEBUG] 6 processes running of frp type [2026-04-24,01:50:03.861] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,01:50:05.648] [DEBUG] 6 processes running of frp type [2026-04-24,02:05:02.995] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,02:05:04.941] [DEBUG] 6 processes running of frp type [2026-04-24,02:20:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,02: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-04-24,02:35:02.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,02:35:04.063] [DEBUG] 6 processes running of frp type [2026-04-24,02:50:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,02:50:04.712] [DEBUG] 6 processes running of frp type [2026-04-24,03:05:02.026] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,03:05:03.728] [DEBUG] 6 processes running of frp type [2026-04-24,03:20:02.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,03:20:04.061] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,03:35:02.824] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,03:35:04.506] [DEBUG] 6 processes running of frp type [2026-04-24,03:50:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,03:50:04.010] [DEBUG] 6 processes running of frp type [2026-04-24,04:05:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,04:05:04.448] [DEBUG] 6 processes running of frp type [2026-04-24,04:20:02.783] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,04: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-24,04:35:02.516] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,04:35:04.297] [DEBUG] 6 processes running of frp type [2026-04-24,04:50:03.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,04:50:04.963] [DEBUG] 6 processes running of frp type [2026-04-24,05:05:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,05:05:04.573] [DEBUG] 6 processes running of frp type [2026-04-24,05:20:03.105] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,05:20:05.277] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,05:35:05.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,05:35:07.628] [DEBUG] 6 processes running of frp type [2026-04-24,05:50:02.372] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,05:50:04.090] [DEBUG] 6 processes running of frp type [2026-04-24,06:05:02.622] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,06:05:04.457] [DEBUG] 6 processes running of frp type [2026-04-24,06:20:02.949] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,06: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-04-24,06:30:42.294] [INFO] Initializing BusSpeedStateManager V2 [2026-04-24,06:30:42.300] [INFO] LocationSqlManager initialising [2026-04-24,06:30:42.301] [INFO] Location DB initialising [2026-04-24,06:30:42.311] [INFO] LocationSqlManager initialisation complete [2026-04-24,06:30:42.312] [DEBUG] UploadManager Init [2026-04-24,06:30:42.313] [DEBUG] UploadManager Init Complete [2026-04-24,06:30:42.316] [INFO] Initializing GPS... [2026-04-24,06:30:42.318] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,06:32:30.099] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,06:32:31.816] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-24,06:32:55.828] [DEBUG] Log Upload Complete! [2026-04-24,06:35:30.145] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,06:35:31.804] [DEBUG] Remote Access Enabled [2026-04-24,06:35:33.158] [INFO] Server Address: 138.201.17.179 [2026-04-24,06:35:33.159] [INFO] Server Port: 7000 [2026-04-24,06:35:33.164] [DEBUG] Starting Remote Access! 2026-04-24 06:35:33.354 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-24 06:35:33.355 [I] [client/service.go:294] try to connect to server... 2026-04-24 06:35:33.903 [I] [client/service.go:286] [585e810f0ecec226] login to server success, get run id [585e810f0ecec226] 2026-04-24 06:35:33.904 [I] [proxy/proxy_manager.go:173] [585e810f0ecec226] proxy added: [DNL01B4203] 2026-04-24 06:35:34.082 [I] [client/control.go:168] [585e810f0ecec226] [DNL01B4203] start proxy success [2026-04-24,06:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,06:50:04.851] [DEBUG] 6 processes running of frp type [2026-04-24,07:05:02.345] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,07:05:04.129] [DEBUG] 6 processes running of frp type [2026-04-24,07:20:02.457] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,07: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' [2026-04-24,07:35:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,07:35:03.973] [DEBUG] 6 processes running of frp type [2026-04-24,07:50:02.752] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,07:50:04.410] [DEBUG] 6 processes running of frp type [2026-04-24,08:02:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,08:02:04.345] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-24,08:02:29.366] [DEBUG] Log Upload Complete! [2026-04-24,08:05:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,08:05:04.474] [DEBUG] 6 processes running of frp type [2026-04-24,08:20:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,08: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-24,08:35:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,08:35:04.117] [DEBUG] 6 processes running of frp type [2026-04-24,08:50:02.791] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,08:50:04.467] [DEBUG] 6 processes running of frp type [2026-04-24,09:05:02.872] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,09:05:04.509] [DEBUG] 6 processes running of frp type [2026-04-24,09:20:02.925] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,09: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-04-24,09:35:02.409] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,09:36:26.592] [DEBUG] 6 processes running of frp type [2026-04-24,09:50:03.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,09:50:04.627] [DEBUG] 6 processes running of frp type [2026-04-24,10:05:03.029] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,10:05:04.629] [DEBUG] 6 processes running of frp type [2026-04-24,10:20:02.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,10:20:03.629] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,10:35:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,10:35:04.229] [DEBUG] 6 processes running of frp type [2026-04-24,10:50:02.985] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,10:50:04.621] [DEBUG] 6 processes running of frp type [2026-04-24,11:05:02.947] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,11:05:04.660] [DEBUG] 6 processes running of frp type [2026-04-24,11:20:02.031] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,11:20:03.747] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,11:35:03.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,11:35:04.613] [DEBUG] 6 processes running of frp type [2026-04-24,11:50:02.391] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,11:50:03.996] [DEBUG] 6 processes running of frp type [2026-04-24,12:05:02.424] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,12:05:04.183] [DEBUG] 6 processes running of frp type [2026-04-24,12:20:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,12: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-04-24,12:35:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,12:35:04.018] [DEBUG] 6 processes running of frp type [2026-04-24,12:50:06.930] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,12:50:08.686] [DEBUG] 6 processes running of frp type [2026-04-24,13:05:03.089] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,13:05:04.711] [DEBUG] 6 processes running of frp type [2026-04-24,13:20:02.116] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,13: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-04-24,13:35:02.961] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,13:35:04.582] [DEBUG] 6 processes running of frp type [2026-04-24,13:50:02.355] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,13:50:03.975] [DEBUG] 6 processes running of frp type [2026-04-24,14:05:02.498] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,14:05:04.143] [DEBUG] 6 processes running of frp type [2026-04-24,14:20:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,14: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-04-24,14:35:02.313] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,14:35:04.180] [DEBUG] 6 processes running of frp type [2026-04-24,14:50:02.840] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,14:50:04.709] [DEBUG] 6 processes running of frp type [2026-04-24,15:05:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,15:05:04.042] [DEBUG] 6 processes running of frp type [2026-04-24,15:20:02.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,15: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-24,15:35:02.196] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,15:35:04.030] [DEBUG] 6 processes running of frp type [2026-04-24,15:50:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,15:50:04.588] [DEBUG] 6 processes running of frp type [2026-04-24,16:05:03.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,16:05:04.826] [DEBUG] 6 processes running of frp type [2026-04-24,16:20:02.142] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,16: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-04-24,16:35:02.990] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,16:35:04.741] [DEBUG] 6 processes running of frp type [2026-04-24,16:50:02.590] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,16:50:04.342] [DEBUG] 6 processes running of frp type 2026-04-24 17:00:18.333 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:00:18.334 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:00:20.412 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:00:20.413 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:00:24.583 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:00:24.585 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:00:33.747 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:00:33.749 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:00:53.660 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:00:53.661 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:01:13.663 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:01:13.664 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:01:33.665 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:01:33.667 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:01:53.667 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:01:53.669 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:02:13.670 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:02:13.672 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:02:33.673 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:02:33.674 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:02:53.676 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:02:53.677 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:03:13.678 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:03:13.679 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:03:33.680 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:03:33.681 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:03:53.682 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:03:53.683 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:04:13.684 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:04:13.685 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:04:33.686 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:04:33.688 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:04:53.690 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:04:53.691 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:05:13.692 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:05:13.697 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:05:33.698 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:05:33.703 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:05:53.704 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:05:54.254 [I] [client/service.go:286] [585e810f0ecec226] login to server success, get run id [585e810f0ecec226] 2026-04-24 17:05:54.255 [I] [proxy/proxy_manager.go:173] [585e810f0ecec226] proxy added: [DNL01B4203] 2026-04-24 17:05:55.104 [I] [client/control.go:168] [585e810f0ecec226] [DNL01B4203] start proxy success 2026-04-24 17:07:04.067 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:07:04.069 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:07:06.101 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:07:06.102 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:07:10.208 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:07:10.209 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:07:18.987 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:07:18.988 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:07:38.013 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:07:38.014 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:07:58.016 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:07:58.017 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:08:18.019 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:08:18.020 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:08:38.022 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:08:38.023 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:08:58.024 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:08:58.025 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:09:18.026 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:09:18.027 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:09:38.028 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:09:38.030 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:09:58.030 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:09:58.032 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:10:18.033 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:10:18.034 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:10:38.035 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:10:38.037 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:10:58.038 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:10:58.040 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:11:18.041 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:11:18.042 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:11:38.043 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:11:38.045 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:11:58.046 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:11:58.051 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:12:18.051 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 17:12:19.916 [I] [client/service.go:286] [585e810f0ecec226] login to server success, get run id [585e810f0ecec226] 2026-04-24 17:12:19.918 [I] [proxy/proxy_manager.go:173] [585e810f0ecec226] proxy added: [DNL01B4203] 2026-04-24 17:12:20.157 [I] [client/control.go:168] [585e810f0ecec226] [DNL01B4203] start proxy success [2026-04-24,17:20:02.184] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,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-04-24,17:35:03.012] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,17:35:05.345] [DEBUG] 6 processes running of frp type [2026-04-24,17:50:03.303] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,17:50:05.906] [DEBUG] 6 processes running of frp type [2026-04-24,18:05:02.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,18:05:04.404] [DEBUG] 6 processes running of frp type [2026-04-24,18:20:02.981] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,18:20:06.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 18:34:11.602 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 18:34:21.604 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:34:21.605 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 18:34:31.607 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:34:31.608 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 18:34:41.609 [W] [client/service.go:297] [585e810f0ecec226] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 18:34:41.610 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 18:34:50.593 [I] [client/service.go:286] [585e810f0ecec226] login to server success, get run id [585e810f0ecec226] 2026-04-24 18:34:50.594 [I] [proxy/proxy_manager.go:173] [585e810f0ecec226] proxy added: [DNL01B4203] 2026-04-24 18:34:50.802 [I] [client/control.go:168] [585e810f0ecec226] [DNL01B4203] start proxy success [2026-04-24,18:35:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,18:35:05.618] [DEBUG] 6 processes running of frp type 2026-04-24 18:43:02.968 [I] [client/service.go:294] [585e810f0ecec226] try to connect to server... 2026-04-24 18:43:11.084 [I] [client/service.go:286] [585e810f0ecec226] login to server success, get run id [585e810f0ecec226] 2026-04-24 18:43:11.086 [I] [proxy/proxy_manager.go:173] [585e810f0ecec226] proxy added: [DNL01B4203] 2026-04-24 18:43:11.441 [I] [client/control.go:168] [585e810f0ecec226] [DNL01B4203] start proxy success [2026-04-24,18:50:02.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,18:50:04.424] [DEBUG] 6 processes running of frp type [2026-04-24,19:05:02.992] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,19:05:04.755] [DEBUG] 6 processes running of frp type [2026-04-24,19:20:02.037] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,19: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' [2026-04-24,19:35:03.379] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,19:35:06.239] [DEBUG] 6 processes running of frp type [2026-04-24,19:50:02.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,19:50:05.828] [DEBUG] 6 processes running of frp type [2026-04-24,20:05:02.463] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,20:05:06.417] [DEBUG] 6 processes running of frp type [2026-04-24,20:20:04.398] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,20:20:12.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-24,20:30:41.150] [INFO] Initializing BusSpeedStateManager V2 [2026-04-24,20:30:41.159] [INFO] LocationSqlManager initialising [2026-04-24,20:30:41.160] [INFO] Location DB initialising [2026-04-24,20:30:41.172] [INFO] LocationSqlManager initialisation complete [2026-04-24,20:30:41.173] [DEBUG] UploadManager Init [2026-04-24,20:30:41.174] [DEBUG] UploadManager Init Complete [2026-04-24,20:30:41.178] [INFO] Initializing GPS... [2026-04-24,20:30:41.181] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:31.547] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,20:32:42.429] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-24,20:35:30.070] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,20:35:30.077] [DEBUG] Log Upload Complete! [2026-04-24,20:35:32.076] [DEBUG] Remote Access Enabled [2026-04-24,20:35:33.680] [INFO] Server Address: 138.201.17.179 [2026-04-24,20:35:33.681] [INFO] Server Port: 7000 [2026-04-24,20:35:33.690] [DEBUG] Starting Remote Access! 2026-04-24 20:35:33.876 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-24 20:35:33.877 [I] [client/service.go:294] try to connect to server... 2026-04-24 20:35:34.777 [I] [client/service.go:286] [e0e4bb2a2e0cdd1f] login to server success, get run id [e0e4bb2a2e0cdd1f] 2026-04-24 20:35:34.778 [I] [proxy/proxy_manager.go:173] [e0e4bb2a2e0cdd1f] proxy added: [DNL01B4203] 2026-04-24 20:35:34.983 [I] [client/control.go:168] [e0e4bb2a2e0cdd1f] [DNL01B4203] start proxy success [2026-04-24,20:50:02.950] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,20:50:06.068] [DEBUG] 6 processes running of frp type [2026-04-24,21:05:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,21:05:23.980] [DEBUG] 6 processes running of frp type [2026-04-24,21:20:02.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,21:20:04.629] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-24 21:33:59.050 [I] [client/service.go:294] [e0e4bb2a2e0cdd1f] try to connect to server... 2026-04-24 21:34:09.051 [W] [client/service.go:297] [e0e4bb2a2e0cdd1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 21:34:09.052 [I] [client/service.go:294] [e0e4bb2a2e0cdd1f] try to connect to server... 2026-04-24 21:34:13.790 [I] [client/service.go:286] [e0e4bb2a2e0cdd1f] login to server success, get run id [e0e4bb2a2e0cdd1f] 2026-04-24 21:34:13.792 [I] [proxy/proxy_manager.go:173] [e0e4bb2a2e0cdd1f] proxy added: [DNL01B4203] 2026-04-24 21:34:21.170 [I] [client/control.go:168] [e0e4bb2a2e0cdd1f] [DNL01B4203] start proxy success [2026-04-24,21:35:03.937] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,21:35:18.291] [DEBUG] 6 processes running of frp type 2026-04-24 21:39:36.191 [I] [client/service.go:294] [e0e4bb2a2e0cdd1f] try to connect to server... 2026-04-24 21:39:37.176 [I] [client/service.go:286] [e0e4bb2a2e0cdd1f] login to server success, get run id [e0e4bb2a2e0cdd1f] 2026-04-24 21:39:37.178 [I] [proxy/proxy_manager.go:173] [e0e4bb2a2e0cdd1f] proxy added: [DNL01B4203] 2026-04-24 21:39:37.673 [I] [client/control.go:168] [e0e4bb2a2e0cdd1f] [DNL01B4203] start proxy success [2026-04-24,21:50:01.967] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,21:50:03.770] [DEBUG] 6 processes running of frp type 2026-04-24 21:55:09.514 [I] [client/service.go:294] [e0e4bb2a2e0cdd1f] try to connect to server... 2026-04-24 21:55:10.497 [I] [client/service.go:286] [e0e4bb2a2e0cdd1f] login to server success, get run id [e0e4bb2a2e0cdd1f] 2026-04-24 21:55:10.499 [I] [proxy/proxy_manager.go:173] [e0e4bb2a2e0cdd1f] proxy added: [DNL01B4203] 2026-04-24 21:55:10.977 [I] [client/control.go:168] [e0e4bb2a2e0cdd1f] [DNL01B4203] start proxy success [2026-04-24,22:05:02.895] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,22:05:09.538] [DEBUG] 6 processes running of frp type [2026-04-24,22:20:02.891] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,22: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-24,22:35:02.634] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,22:35:04.746] [DEBUG] 6 processes running of frp type [2026-04-24,22:50:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,22:50:04.333] [DEBUG] 6 processes running of frp type [2026-04-24,23:05:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,23:05:04.637] [DEBUG] 6 processes running of frp type [2026-04-24,23:20:01.912] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,23:20:03.695] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,23:35:02.922] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,23:35:04.738] [DEBUG] 6 processes running of frp type [2026-04-24,23:50:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-24,23:50:04.405] [DEBUG] 6 processes running of frp type [2026-04-25,00:05:02.918] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,00:05:04.742] [DEBUG] 6 processes running of frp type [2026-04-25,00:20:01.915] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,00:20:03.747] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,00:35:02.709] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,00:35:04.586] [DEBUG] 6 processes running of frp type [2026-04-25,00:50:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,00:50:04.326] [DEBUG] 6 processes running of frp type [2026-04-25,01:05:02.785] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,01:05:04.976] [DEBUG] 6 processes running of frp type [2026-04-25,01:20:03.335] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,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-04-25,01:35:03.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,01:35:05.450] [DEBUG] 6 processes running of frp type [2026-04-25,01:50:03.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,01:50:04.928] [DEBUG] 6 processes running of frp type [2026-04-25,02:05:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,02:05:04.154] [DEBUG] 6 processes running of frp type [2026-04-25,02:20:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,02:20:04.193] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,02:35:02.411] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,02:35:05.256] [DEBUG] 6 processes running of frp type [2026-04-25,02:50:02.899] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,02:50:04.707] [DEBUG] 6 processes running of frp type [2026-04-25,03:05:02.314] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,03:05:04.131] [DEBUG] 6 processes running of frp type [2026-04-25,03:20:02.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,03:20:04.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-25,03:35:03.149] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,03:35:04.953] [DEBUG] 6 processes running of frp type [2026-04-25,03:50:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,03:50:04.591] [DEBUG] 6 processes running of frp type [2026-04-25,04:05:03.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,04:05:05.389] [DEBUG] 6 processes running of frp type [2026-04-25,04:20:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,04: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-04-25,04:35:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,04:35:04.412] [DEBUG] 6 processes running of frp type [2026-04-25,04:50:01.969] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,04:50:03.630] [DEBUG] 6 processes running of frp type [2026-04-25,05:05:02.894] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,05:05:04.568] [DEBUG] 6 processes running of frp type [2026-04-25,05:20:03.141] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,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-04-25,05:35:02.769] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,05:35:04.541] [DEBUG] 6 processes running of frp type [2026-04-25,05:50:02.229] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,05:50:03.959] [DEBUG] 6 processes running of frp type [2026-04-25,06:05:02.341] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,06:05:04.058] [DEBUG] 6 processes running of frp type [2026-04-25,06:20:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,06: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-04-25,06:30:40.822] [INFO] Initializing BusSpeedStateManager V2 [2026-04-25,06:30:40.827] [INFO] LocationSqlManager initialising [2026-04-25,06:30:40.828] [INFO] Location DB initialising [2026-04-25,06:30:40.837] [INFO] LocationSqlManager initialisation complete [2026-04-25,06:30:40.838] [DEBUG] UploadManager Init [2026-04-25,06:30:40.838] [DEBUG] UploadManager Init Complete [2026-04-25,06:30:40.841] [INFO] Initializing GPS... [2026-04-25,06:30:40.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-04-25,06:32:29.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,06:32:30.774] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-25,06:32:50.038] [DEBUG] Log Upload Complete! [2026-04-25,06:35:29.397] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,06:35:30.999] [DEBUG] Remote Access Enabled [2026-04-25,06:35:32.265] [INFO] Server Address: 138.201.17.179 [2026-04-25,06:35:32.266] [INFO] Server Port: 7000 [2026-04-25,06:35:32.271] [DEBUG] Starting Remote Access! 2026-04-25 06:35:32.399 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-25 06:35:32.400 [I] [client/service.go:294] try to connect to server... 2026-04-25 06:35:32.918 [I] [client/service.go:286] [ac6a6d270043abf9] login to server success, get run id [ac6a6d270043abf9] 2026-04-25 06:35:32.920 [I] [proxy/proxy_manager.go:173] [ac6a6d270043abf9] proxy added: [DNL01B4203] 2026-04-25 06:35:33.094 [I] [client/control.go:168] [ac6a6d270043abf9] [DNL01B4203] start proxy success [2026-04-25,06:50:02.150] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,06:50:03.799] [DEBUG] 6 processes running of frp type [2026-04-25,07:05:02.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,07:05:03.855] [DEBUG] 6 processes running of frp type [2026-04-25,07:20:02.267] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,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' [2026-04-25,07:35:03.125] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,07:35:05.055] [DEBUG] 6 processes running of frp type [2026-04-25,07:50:02.994] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,07:50:05.274] [DEBUG] 6 processes running of frp type [2026-04-25,08:02:02.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,08:02:04.650] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-25,08:02:34.505] [DEBUG] Log Upload Complete! [2026-04-25,08:05:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,08:05:04.530] [DEBUG] 6 processes running of frp type [2026-04-25,08:20:04.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,08:20:33.861] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,08:35:02.923] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,08:35:06.120] [DEBUG] 6 processes running of frp type [2026-04-25,08:50:06.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,08:50:26.883] [DEBUG] 6 processes running of frp type [2026-04-25,09:05:02.335] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,09:05:04.346] [DEBUG] 6 processes running of frp type [2026-04-25,09:20:03.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,09: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-04-25,09:35:02.619] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,09:35:04.607] [DEBUG] 6 processes running of frp type [2026-04-25,09:50:02.493] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,09:50:05.326] [DEBUG] 6 processes running of frp type [2026-04-25,10:05:02.842] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,10:05:05.063] [DEBUG] 6 processes running of frp type [2026-04-25,10:20:03.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,10:20:06.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-25,10:35:02.441] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,10:35:05.704] [DEBUG] 6 processes running of frp type [2026-04-25,10:50:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,10:50:04.257] [DEBUG] 6 processes running of frp type [2026-04-25,11:05:02.779] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,11:05:04.700] [DEBUG] 6 processes running of frp type [2026-04-25,11:20:03.082] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,11: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-04-25,11:35:03.066] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,11:35:04.891] [DEBUG] 6 processes running of frp type [2026-04-25,11:50:02.667] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,11:51:04.506] [DEBUG] 6 processes running of frp type [2026-04-25,12:05:02.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,12:05:04.807] [DEBUG] 6 processes running of frp type [2026-04-25,12:20:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,12:20:07.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-25,12:35:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,12:35:04.590] [DEBUG] 6 processes running of frp type [2026-04-25,12:50:02.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,12:50:08.226] [DEBUG] 6 processes running of frp type [2026-04-25,13:05:02.748] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,13:05:05.668] [DEBUG] 6 processes running of frp type [2026-04-25,13:20:03.622] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,13:20:08.734] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,13:35:03.142] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,13:35:06.249] [DEBUG] 6 processes running of frp type [2026-04-25,13:50:03.805] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,13:50:06.696] [DEBUG] 6 processes running of frp type [2026-04-25,14:05:02.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,14:05:05.245] [DEBUG] 6 processes running of frp type [2026-04-25,14:20:02.582] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,14: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-04-25,14:35:02.419] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,14:35:04.214] [DEBUG] 6 processes running of frp type [2026-04-25,14:50:03.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,14:50:04.914] [DEBUG] 6 processes running of frp type [2026-04-25,15:05:02.293] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,15:05:06.736] [DEBUG] 6 processes running of frp type [2026-04-25,15:20:02.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,15: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-04-25,15:35:02.929] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,15:35:04.596] [DEBUG] 6 processes running of frp type [2026-04-25,15:50:02.461] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,15:50:04.401] [DEBUG] 6 processes running of frp type [2026-04-25,16:05:02.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,16:05:04.830] [DEBUG] 6 processes running of frp type [2026-04-25,16:20:02.623] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,16:20:07.115] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,16:35:03.647] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,16:35:10.712] [DEBUG] 6 processes running of frp type 2026-04-25 16:47:59.535 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 16:48:00.368 [I] [client/service.go:286] [ac6a6d270043abf9] login to server success, get run id [ac6a6d270043abf9] 2026-04-25 16:48:00.369 [I] [proxy/proxy_manager.go:173] [ac6a6d270043abf9] proxy added: [DNL01B4203] 2026-04-25 16:48:00.629 [I] [client/control.go:168] [ac6a6d270043abf9] [DNL01B4203] start proxy success [2026-04-25,16:50:03.713] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,16:50:10.034] [DEBUG] 6 processes running of frp type 2026-04-25 16:52:19.067 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 16:52:19.832 [I] [client/service.go:286] [ac6a6d270043abf9] login to server success, get run id [ac6a6d270043abf9] 2026-04-25 16:52:19.833 [I] [proxy/proxy_manager.go:173] [ac6a6d270043abf9] proxy added: [DNL01B4203] 2026-04-25 16:52:21.294 [I] [client/control.go:168] [ac6a6d270043abf9] [DNL01B4203] start proxy success 2026-04-25 17:00:10.981 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:00:13.148 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-25 17:00:13.149 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:00:16.188 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-25 17:00:16.188 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:00:26.190 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 17:00:26.190 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:00:26.191 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:00:44.798 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:00:44.799 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:01:04.800 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:01:04.801 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:01:24.803 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:01:24.805 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:01:44.806 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:01:44.807 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:02:04.808 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:02:04.810 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:02:24.811 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:02:24.813 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:02:44.813 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:02:44.814 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:03:04.816 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:03:04.817 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:03:24.818 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:03:24.820 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:03:44.821 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:03:44.822 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:04:04.824 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:04:04.826 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:04:24.827 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:04:24.829 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:04:44.830 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:04:44.832 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:05:04.833 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:05:04.834 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:05:24.835 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:05:24.840 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:05:44.841 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:05:56.303 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: i/o deadline reached 2026-04-25 17:06:16.304 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:06:19.334 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-25 17:06:39.336 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:06:39.338 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:06:59.339 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:06:59.340 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:07:19.341 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:07:19.343 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:07:39.344 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:07:39.345 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:07:59.347 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:07:59.348 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:08:19.349 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:08:19.350 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:08:39.351 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:08:39.352 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:08:59.354 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:08:59.355 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:09:19.356 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:09:19.357 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:09:39.358 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:09:39.360 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:09:59.361 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:09:59.362 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:10:19.363 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:10:19.365 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:10:39.365 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:10:39.366 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:10:59.368 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:10:59.369 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:11:19.371 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:11:19.376 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:11:39.378 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:11:39.382 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:11:59.383 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 17:12:00.454 [I] [client/service.go:286] [ac6a6d270043abf9] login to server success, get run id [ac6a6d270043abf9] 2026-04-25 17:12:00.455 [I] [proxy/proxy_manager.go:173] [ac6a6d270043abf9] proxy added: [DNL01B4203] 2026-04-25 17:12:01.385 [I] [client/control.go:168] [ac6a6d270043abf9] [DNL01B4203] start proxy success [2026-04-25,17:20:02.844] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,17:20:09.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-25,17:35:03.574] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,17:35:07.344] [DEBUG] 6 processes running of frp type [2026-04-25,17:50:02.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,17:50:04.986] [DEBUG] 6 processes running of frp type [2026-04-25,18:05:02.397] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,18:05:05.009] [DEBUG] 6 processes running of frp type [2026-04-25,18:20:02.491] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,18: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-04-25,18:35:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,18:35:04.643] [DEBUG] 6 processes running of frp type [2026-04-25,18:50:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,18:50:04.987] [DEBUG] 6 processes running of frp type [2026-04-25,19:05:02.404] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,19:05:04.758] [DEBUG] 6 processes running of frp type [2026-04-25,19:20:02.060] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,19: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' [2026-04-25,19:35:02.819] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,19:35:05.384] [DEBUG] 6 processes running of frp type [2026-04-25,19:50:03.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,19:50:05.519] [DEBUG] 6 processes running of frp type 2026-04-25 20:04:51.852 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 20:05:01.854 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 20:05:01.855 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... [2026-04-25,20:05:04.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-25 20:05:10.997 [I] [client/service.go:286] [ac6a6d270043abf9] login to server success, get run id [ac6a6d270043abf9] 2026-04-25 20:05:10.999 [I] [proxy/proxy_manager.go:173] [ac6a6d270043abf9] proxy added: [DNL01B4203] 2026-04-25 20:05:42.065 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 20:05:56.300 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: i/o deadline reached 2026-04-25 20:05:56.301 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 20:06:10.144 [I] [client/service.go:286] [ac6a6d270043abf9] login to server success, get run id [ac6a6d270043abf9] 2026-04-25 20:06:10.146 [I] [proxy/proxy_manager.go:173] [ac6a6d270043abf9] proxy added: [DNL01B4203] 2026-04-25 20:06:13.954 [I] [client/control.go:168] [ac6a6d270043abf9] [DNL01B4203] 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-a7-65 (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-a7-65 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1137)'))) 2026-04-25 20:08:30.733 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 20:08:40.735 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 20:08:40.736 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 20:08:54.946 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: i/o deadline reached 2026-04-25 20:08:54.946 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 20:09:11.875 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: i/o deadline reached 2026-04-25 20:09:11.876 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 20:09:25.400 [I] [client/service.go:286] [ac6a6d270043abf9] login to server success, get run id [ac6a6d270043abf9] 2026-04-25 20:09:25.402 [I] [proxy/proxy_manager.go:173] [ac6a6d270043abf9] proxy added: [DNL01B4203] 2026-04-25 20:09:38.830 [I] [client/control.go:168] [ac6a6d270043abf9] [DNL01B4203] start proxy success 2026-04-25 20:09:56.748 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 20:10:07.029 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: read tcp 192.168.1.135:47286->138.201.17.179:7000: read: connection reset by peer 2026-04-25 20:10:07.029 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 20:10:21.090 [W] [client/service.go:297] [ac6a6d270043abf9] connect to server error: i/o deadline reached 2026-04-25 20:10:21.091 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 20:10:24.739 [I] [client/service.go:286] [ac6a6d270043abf9] login to server success, get run id [ac6a6d270043abf9] 2026-04-25 20:10:24.740 [I] [proxy/proxy_manager.go:173] [ac6a6d270043abf9] proxy added: [DNL01B4203] 2026-04-25 20:10:34.376 [I] [client/control.go:168] [ac6a6d270043abf9] [DNL01B4203] start proxy success [2026-04-25,20:20:05.752] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,20:20:25.374] [DEBUG] 6 processes running of frp type 2026-04-25 20:21:50.317 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 20:21:57.862 [I] [client/service.go:286] [ac6a6d270043abf9] login to server success, get run id [ac6a6d270043abf9] 2026-04-25 20:21:57.864 [I] [proxy/proxy_manager.go:173] [ac6a6d270043abf9] proxy added: [DNL01B4203] 2026-04-25 20:22:03.772 [I] [client/control.go:168] [ac6a6d270043abf9] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:27:15.029 [I] [client/service.go:294] [ac6a6d270043abf9] try to connect to server... 2026-04-25 20:27:21.538 [I] [client/service.go:286] [ac6a6d270043abf9] login to server success, get run id [ac6a6d270043abf9] 2026-04-25 20:27:21.540 [I] [proxy/proxy_manager.go:173] [ac6a6d270043abf9] proxy added: [DNL01B4203] 2026-04-25 20:27:28.543 [I] [client/control.go:168] [ac6a6d270043abf9] [DNL01B4203] start proxy success [2026-04-25,20:30:41.386] [INFO] Initializing BusSpeedStateManager V2 [2026-04-25,20:30:41.393] [INFO] LocationSqlManager initialising [2026-04-25,20:30:41.394] [INFO] Location DB initialising [2026-04-25,20:30:41.406] [INFO] LocationSqlManager initialisation complete [2026-04-25,20:30:41.407] [DEBUG] UploadManager Init [2026-04-25,20:30:41.408] [DEBUG] UploadManager Init Complete [2026-04-25,20:30:41.412] [INFO] Initializing GPS... [2026-04-25,20:30:41.415] [INFO] Starting location capture [2026-04-25,20:31:47.091] [INFO] Initializing BusSpeedStateManager V2 [2026-04-25,20:31:47.098] [INFO] LocationSqlManager initialising [2026-04-25,20:31:47.099] [INFO] Location DB initialising [2026-04-25,20:31:47.112] [INFO] LocationSqlManager initialisation complete [2026-04-25,20:31:47.113] [DEBUG] UploadManager Init [2026-04-25,20:31:47.114] [DEBUG] UploadManager Init Complete [2026-04-25,20:31:47.118] [INFO] Initializing GPS... [2026-04-25,20:31:47.121] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:33:35.864] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,20:33:38.176] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( 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-25,20:37:40.766] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,20:37:54.967] [DEBUG] Remote Access Enabled [2026-04-25,20:37:59.375] [INFO] Server Address: 138.201.17.179 [2026-04-25,20:37:59.376] [INFO] Server Port: 7000 [2026-04-25,20:37:59.385] [DEBUG] Starting Remote Access! 2026-04-25 20:37:59.586 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-25 20:37:59.587 [I] [client/service.go:294] try to connect to server... 2026-04-25 20:38:01.935 [I] [client/service.go:286] [064fd49a0be39512] login to server success, get run id [064fd49a0be39512] 2026-04-25 20:38:01.936 [I] [proxy/proxy_manager.go:173] [064fd49a0be39512] proxy added: [DNL01B4203] 2026-04-25 20:38:02.202 [I] [client/control.go:168] [064fd49a0be39512] [DNL01B4203] start proxy success [2026-04-25,20:38:50.933] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by ConnectTimeoutError(, 'Connection to safepassenger.co.in timed out. (connect timeout=120)')) [2026-04-25,20:50:02.882] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,20:50:09.750] [DEBUG] 6 processes running of frp type 2026-04-25 21:02:46.346 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:02:46.997 [I] [client/service.go:286] [064fd49a0be39512] login to server success, get run id [064fd49a0be39512] 2026-04-25 21:02:46.999 [I] [proxy/proxy_manager.go:173] [064fd49a0be39512] proxy added: [DNL01B4203] 2026-04-25 21:02:47.269 [I] [client/control.go:168] [064fd49a0be39512] [DNL01B4203] start proxy success 2026-04-25 21:04:26.985 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:04:36.987 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:04:36.988 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:04:46.990 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:04:46.990 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:04:56.992 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:04:56.993 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:05:06.995 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:05:06.996 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... [2026-04-25,21:05:10.385] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-25 21:05:10.877 [I] [client/service.go:286] [064fd49a0be39512] login to server success, get run id [064fd49a0be39512] 2026-04-25 21:05:10.878 [I] [proxy/proxy_manager.go:173] [064fd49a0be39512] proxy added: [DNL01B4203] 2026-04-25 21:05:11.089 [I] [client/control.go:168] [064fd49a0be39512] [DNL01B4203] start proxy success [2026-04-25,21:05:17.315] [DEBUG] 6 processes running of frp type 2026-04-25 21:06:20.484 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:06:30.486 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:06:30.487 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:06:42.368 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:06:42.368 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:06:52.370 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:06:52.371 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:07:02.372 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:07:02.373 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:07:12.375 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:07:32.376 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:07:42.377 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:08:02.378 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:08:18.106 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:08:38.107 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:08:53.968 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:09:13.968 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:09:27.119 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:09:47.121 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:09:57.123 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:10:17.125 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:10:18.622 [I] [client/service.go:286] [064fd49a0be39512] login to server success, get run id [064fd49a0be39512] 2026-04-25 21:10:18.624 [I] [proxy/proxy_manager.go:173] [064fd49a0be39512] proxy added: [DNL01B4203] 2026-04-25 21:10:18.961 [I] [client/control.go:168] [064fd49a0be39512] [DNL01B4203] start proxy success 2026-04-25 21:11:27.864 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:11:41.306 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:11:41.307 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:11:58.813 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:11:58.813 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:12:08.815 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:12:08.815 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:12:16.527 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: session shutdown 2026-04-25 21:12:35.270 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:12:45.273 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:13:05.274 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:13:15.276 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:13:35.278 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:13:47.105 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:14:07.106 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:14:20.727 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: session shutdown 2026-04-25 21:14:40.729 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:14:50.730 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:15:10.731 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:15:25.933 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:15:45.934 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:15:55.936 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:16:15.937 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:16:25.940 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:16:45.940 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:16:55.943 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:17:15.944 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:17:25.946 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:17:45.947 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:18:05.723 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: i/o deadline reached 2026-04-25 21:18:25.725 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:18:35.726 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:18:55.727 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:19:05.730 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:19:25.731 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:19:39.016 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:19:59.017 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:20:09.020 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:20:29.021 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:20:45.272 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:21:05.274 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:21:15.276 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:21:35.276 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:21:45.279 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:22:05.281 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:22:19.832 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:22:39.834 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:22:47.909 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: session shutdown 2026-04-25 21:23:07.910 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:23:19.192 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout [2026-04-25,21:23:31.365] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,21:23:33.277] [DEBUG] 6 processes running of frp type 2026-04-25 21:23:39.194 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:23:39.777 [I] [client/service.go:286] [064fd49a0be39512] login to server success, get run id [064fd49a0be39512] 2026-04-25 21:23:39.779 [I] [proxy/proxy_manager.go:173] [064fd49a0be39512] proxy added: [DNL01B4203] 2026-04-25 21:23:39.999 [I] [client/control.go:168] [064fd49a0be39512] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,21:35:02.947] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,21:35:09.780] [DEBUG] 6 processes running of frp type 2026-04-25 21:41:29.193 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:41:39.196 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:41:39.196 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:41:49.198 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:41:49.198 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:42:02.760 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:42:02.760 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:42:12.763 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:42:12.763 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:42:22.766 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:42:42.767 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:42:44.887 [I] [client/service.go:286] [064fd49a0be39512] login to server success, get run id [064fd49a0be39512] 2026-04-25 21:42:44.889 [I] [proxy/proxy_manager.go:173] [064fd49a0be39512] proxy added: [DNL01B4203] 2026-04-25 21:42:45.367 [I] [client/control.go:168] [064fd49a0be39512] [DNL01B4203] start proxy success 2026-04-25 21:44:55.054 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:45:05.057 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:45:05.057 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:45:15.059 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:45:15.060 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:45:25.062 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:45:25.063 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:45:38.056 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 21:45:38.057 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:45:48.058 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:46:08.059 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 21:46:08.793 [I] [client/service.go:286] [064fd49a0be39512] login to server success, get run id [064fd49a0be39512] 2026-04-25 21:46:08.795 [I] [proxy/proxy_manager.go:173] [064fd49a0be39512] proxy added: [DNL01B4203] 2026-04-25 21:46:09.005 [I] [client/control.go:168] [064fd49a0be39512] [DNL01B4203] start proxy success [2026-04-25,21:50:02.321] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,21:50:04.089] [DEBUG] 6 processes running of frp type [2026-04-25,22:05:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,22:05:04.306] [DEBUG] 6 processes running of frp type 2026-04-25 22:14:12.819 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 22:14:27.594 [I] [client/service.go:286] [064fd49a0be39512] login to server success, get run id [064fd49a0be39512] 2026-04-25 22:14:27.596 [I] [proxy/proxy_manager.go:173] [064fd49a0be39512] proxy added: [DNL01B4203] 2026-04-25 22:14:28.087 [I] [client/control.go:168] [064fd49a0be39512] [DNL01B4203] start proxy success [2026-04-25,22:20:03.377] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,22:20:47.507] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,22:35:02.514] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,22:35:11.602] [DEBUG] 6 processes running of frp type [2026-04-25,22:50:03.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,22:50:11.690] [DEBUG] 6 processes running of frp type [2026-04-25,23:05:03.135] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,23:05:06.904] [DEBUG] 6 processes running of frp type 2026-04-25 23:06:52.678 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 23:07:02.681 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 23:07:02.681 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 23:07:12.683 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 23:07:12.684 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 23:07:22.685 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 23:07:22.686 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 23:07:32.688 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 23:07:32.689 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 23:07:42.690 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 23:08:02.691 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 23:08:18.546 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 23:08:38.547 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 23:08:55.708 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 23:09:15.709 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 23:09:22.309 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: session shutdown 2026-04-25 23:09:42.310 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 23:09:56.723 [W] [client/service.go:297] [064fd49a0be39512] connect to server error: connection write timeout 2026-04-25 23:10:16.725 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 23:10:30.323 [I] [client/service.go:286] [064fd49a0be39512] login to server success, get run id [064fd49a0be39512] 2026-04-25 23:10:30.324 [I] [proxy/proxy_manager.go:173] [064fd49a0be39512] proxy added: [DNL01B4203] 2026-04-25 23:10:30.889 [I] [client/control.go:168] [064fd49a0be39512] [DNL01B4203] start proxy success [2026-04-25,23:20:02.124] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,23:20:03.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-25,23:35:03.296] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,23:35:11.744] [DEBUG] 6 processes running of frp type 2026-04-25 23:38:00.040 [I] [client/service.go:294] [064fd49a0be39512] try to connect to server... 2026-04-25 23:38:04.836 [I] [client/service.go:286] [064fd49a0be39512] login to server success, get run id [064fd49a0be39512] 2026-04-25 23:38:04.838 [I] [proxy/proxy_manager.go:173] [064fd49a0be39512] proxy added: [DNL01B4203] 2026-04-25 23:38:06.806 [I] [client/control.go:168] [064fd49a0be39512] [DNL01B4203] start proxy success [2026-04-25,23:50:02.932] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-25,23:50:07.807] [DEBUG] 6 processes running of frp type [2026-04-26,00:05:02.066] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,00:05:04.016] [DEBUG] 6 processes running of frp type [2026-04-26,00:20:02.351] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,00: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-04-26,00:35:03.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,00:35:05.126] [DEBUG] 6 processes running of frp type [2026-04-26,00:50:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,00:50:04.721] [DEBUG] 6 processes running of frp type [2026-04-26,01:05:03.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,01:05:04.859] [DEBUG] 6 processes running of frp type [2026-04-26,01:20:02.250] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,01:20:03.902] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,01:35:02.947] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,01:35:04.597] [DEBUG] 6 processes running of frp type [2026-04-26,01:50:02.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,01:50:03.956] [DEBUG] 6 processes running of frp type [2026-04-26,02:05:02.300] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,02:05:03.916] [DEBUG] 6 processes running of frp type [2026-04-26,02:20:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,02: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-04-26,02:35:03.010] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,02:35:04.658] [DEBUG] 6 processes running of frp type [2026-04-26,02:50:02.445] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,02:50:04.026] [DEBUG] 6 processes running of frp type [2026-04-26,03:05:02.454] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,03:05:04.118] [DEBUG] 6 processes running of frp type [2026-04-26,03:20:02.359] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,03: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' [2026-04-26,03:35:02.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,03:35:03.926] [DEBUG] 6 processes running of frp type [2026-04-26,03:50:02.661] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,03:50:04.283] [DEBUG] 6 processes running of frp type [2026-04-26,04:05:02.781] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,04:05:04.386] [DEBUG] 6 processes running of frp type [2026-04-26,04:20:02.505] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,04: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-04-26,04:35:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,04:35:04.006] [DEBUG] 6 processes running of frp type [2026-04-26,04:50:02.607] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,04:50:04.264] [DEBUG] 6 processes running of frp type [2026-04-26,05:05:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,05:05:04.452] [DEBUG] 6 processes running of frp type [2026-04-26,05:20:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,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-04-26,05:35:02.692] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,05:35:04.323] [DEBUG] 6 processes running of frp type [2026-04-26,05:50:03.196] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,05:50:04.912] [DEBUG] 6 processes running of frp type [2026-04-26,06:05:02.054] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,06:05:03.789] [DEBUG] 6 processes running of frp type [2026-04-26,06:20:02.071] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,06:20:03.798] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,06:30:41.740] [INFO] Initializing BusSpeedStateManager V2 [2026-04-26,06:30:41.745] [INFO] LocationSqlManager initialising [2026-04-26,06:30:41.745] [INFO] Location DB initialising [2026-04-26,06:30:41.755] [INFO] LocationSqlManager initialisation complete [2026-04-26,06:30:41.755] [DEBUG] UploadManager Init [2026-04-26,06:30:41.756] [DEBUG] UploadManager Init Complete [2026-04-26,06:30:41.759] [INFO] Initializing GPS... [2026-04-26,06:30:41.761] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,06:32:29.784] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,06:32:31.473] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-26,06:32:47.607] [DEBUG] Log Upload Complete! [2026-04-26,06:35:29.746] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,06:35:31.424] [DEBUG] Remote Access Enabled [2026-04-26,06:35:32.679] [INFO] Server Address: 138.201.17.179 [2026-04-26,06:35:32.680] [INFO] Server Port: 7000 [2026-04-26,06:35:32.685] [DEBUG] Starting Remote Access! 2026-04-26 06:35:32.815 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-26 06:35:32.816 [I] [client/service.go:294] try to connect to server... 2026-04-26 06:35:33.376 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 06:35:33.378 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 06:35:33.566 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success [2026-04-26,06:50:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,06:50:04.198] [DEBUG] 6 processes running of frp type [2026-04-26,07:05:02.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,07:05:04.386] [DEBUG] 6 processes running of frp type [2026-04-26,07:20:02.860] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,07:20:05.460] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-26 07:29:32.637 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 07:29:33.996 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 07:29:33.998 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 07:29:34.311 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success [2026-04-26,07:35:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,07:35:04.775] [DEBUG] 6 processes running of frp type [2026-04-26,07:50:02.506] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,07:50:04.447] [DEBUG] 6 processes running of frp type [2026-04-26,08:02:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,08:02:04.693] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-26,08:03:17.219] [DEBUG] Log Upload Complete! [2026-04-26,08:05:02.951] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,08:05:05.055] [DEBUG] 6 processes running of frp type [2026-04-26,08:20:02.645] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,08:22:05.033] [DEBUG] Remote Access Disabled Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,08:35:03.029] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,08:35:04.888] [DEBUG] 6 processes running of frp type [2026-04-26,08:50:02.625] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,08:50:04.713] [DEBUG] 6 processes running of frp type [2026-04-26,09:05:02.154] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,09:05:04.417] [DEBUG] 6 processes running of frp type [2026-04-26,09:20:02.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,09:20:04.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-26,09:35:02.815] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,09:35:19.242] [DEBUG] 6 processes running of frp type [2026-04-26,09:50:03.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,09:50:06.253] [DEBUG] 6 processes running of frp type [2026-04-26,10:05:02.701] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,10:05:08.493] [DEBUG] 6 processes running of frp type [2026-04-26,10:20:02.919] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,10:20:06.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-26,10:35:02.866] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,10:35:04.939] [DEBUG] 6 processes running of frp type [2026-04-26,10:50:02.703] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,10:50:05.081] [DEBUG] 6 processes running of frp type [2026-04-26,11:05:03.593] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,11:05:14.371] [DEBUG] 6 processes running of frp type [2026-04-26,11:20:02.651] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,11:20:05.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-26,11:35:02.741] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,11:35:04.787] [DEBUG] 6 processes running of frp type [2026-04-26,11:50:02.627] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,11:50:04.780] [DEBUG] 6 processes running of frp type [2026-04-26,12:05:02.350] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,12:05:04.368] [DEBUG] 6 processes running of frp type [2026-04-26,12:20:02.837] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,12: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' [2026-04-26,12:35:02.834] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,12:35:04.889] [DEBUG] 6 processes running of frp type [2026-04-26,12:50:02.768] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,12:50:04.727] [DEBUG] 6 processes running of frp type [2026-04-26,13:05:02.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,13:05:04.461] [DEBUG] 6 processes running of frp type [2026-04-26,13:20:04.256] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,13:20:13.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-26,13:35:03.158] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,13:35:06.181] [DEBUG] 6 processes running of frp type [2026-04-26,13:50:03.042] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,13:50:04.922] [DEBUG] 6 processes running of frp type [2026-04-26,14:05:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,14:05:07.315] [DEBUG] 6 processes running of frp type [2026-04-26,14:20:04.072] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,14:20:06.289] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,14:35:03.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,14:35:13.784] [DEBUG] 6 processes running of frp type [2026-04-26,14:50:03.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,14:50:10.899] [DEBUG] 6 processes running of frp type [2026-04-26,15:05:02.987] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,15:05:06.646] [DEBUG] 6 processes running of frp type [2026-04-26,15:20:03.387] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,15:20:06.148] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,15:35:04.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,15:35:17.063] [DEBUG] 6 processes running of frp type 2026-04-26 15:46:52.084 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 15:46:59.683 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 15:46:59.684 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 15:47:15.284 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success [2026-04-26,15:50:05.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,15:50:15.757] [DEBUG] 6 processes running of frp type 2026-04-26 15:51:13.622 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 15:51:15.301 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 15:51:15.302 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 15:51:15.948 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success [2026-04-26,16:05:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,16:05:04.645] [DEBUG] 6 processes running of frp type 2026-04-26 16:08:14.940 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 16:08:16.636 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 16:08:16.637 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 16:08:16.858 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success 2026-04-26 16:18:58.385 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 16:19:00.655 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 16:19:00.656 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 16:19:01.568 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success [2026-04-26,16:20:07.378] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,16:20:10.720] [DEBUG] 6 processes running of frp type 2026-04-26 16:21:46.867 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 16:21:52.457 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 16:21:52.458 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 16:21:53.643 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,16:35:02.767] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,16:35:04.560] [DEBUG] 6 processes running of frp type 2026-04-26 16:43:56.418 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 16:43:58.607 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 16:43:58.609 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 16:44:03.933 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success 2026-04-26 16:47:12.074 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 16:47:14.315 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 16:47:14.317 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 16:47:15.010 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success 2026-04-26 16:48:24.602 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 16:48:26.682 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 16:48:26.684 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 16:48:27.318 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success 2026-04-26 16:49:35.671 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 16:49:36.641 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 16:49:36.643 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 16:49:40.844 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success [2026-04-26,16:50:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,16:50:21.309] [DEBUG] 6 processes running of frp type 2026-04-26 17:00:32.058 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:00:32.060 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:00:34.185 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:00:34.186 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:00:38.848 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:00:38.849 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:00:48.888 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:00:48.889 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:01:08.891 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:01:08.892 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:01:28.894 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:01:28.895 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:01:48.896 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:01:48.898 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:02:08.898 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:02:08.900 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:02:28.902 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:02:28.903 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:02:48.904 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:02:48.905 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:03:08.907 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:03:08.909 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:03:28.910 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:03:28.912 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:03:48.912 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:03:48.914 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:04:08.915 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:04:08.917 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:04:28.918 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:04:28.919 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:04:48.920 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:04:48.922 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:05:08.923 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:05:08.925 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:05:28.926 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:05:28.931 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:05:48.933 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:05:50.789 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 17:05:50.790 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 17:05:51.185 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success 2026-04-26 17:06:30.186 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:06:30.188 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:06:32.317 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:06:32.319 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:06:36.787 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:06:36.788 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:06:46.351 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:06:46.353 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:07:06.354 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:07:06.356 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:07:26.356 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:07:26.358 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:07:46.359 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:07:46.361 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:08:06.362 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:08:06.363 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:08:26.364 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:08:26.365 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:08:46.366 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:08:46.368 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:09:06.368 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:09:06.370 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:09:26.371 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:09:26.372 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:09:46.374 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:09:46.375 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:10:06.376 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:10:06.378 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:10:26.379 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:10:26.380 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:10:46.381 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:10:46.383 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:11:06.383 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:11:06.385 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:11:26.386 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:11:26.391 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-26 17:11:46.392 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 17:11:47.717 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 17:11:47.719 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 17:11:48.739 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success [2026-04-26,17:20:03.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,17:20:08.262] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,17:35:02.894] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,17:35:06.142] [DEBUG] 6 processes running of frp type [2026-04-26,17:50:03.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,17:50:08.874] [DEBUG] 6 processes running of frp type 2026-04-26 18:04:11.645 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:04:21.647 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:04:21.647 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:04:31.649 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:04:31.650 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:04:41.652 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:04:41.652 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:04:51.654 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:04:51.654 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:05:01.657 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-04-26,18:05:17.902] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-26 18:05:21.657 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... [2026-04-26,18:05:22.590] [DEBUG] 6 processes running of frp type 2026-04-26 18:05:24.351 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 18:05:24.352 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 18:05:25.149 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success 2026-04-26 18:06:03.070 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:06:13.072 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:06:13.073 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:06:23.074 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:06:23.075 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:06:33.076 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:06:33.077 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:06:34.560 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 18:06:34.562 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 18:06:34.804 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success 2026-04-26 18:07:14.165 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:07:24.166 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:07:24.167 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:07:34.169 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:07:34.170 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:07:44.172 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:07:44.172 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:07:54.174 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:07:54.175 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:08:04.177 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:08:24.178 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:08:25.757 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 18:08:25.759 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 18:08:26.252 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success 2026-04-26 18:09:35.058 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:09:45.060 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:09:45.061 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:09:52.991 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 18:09:52.992 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 18:09:53.447 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success 2026-04-26 18:11:03.711 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:11:13.713 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:11:13.713 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:11:23.715 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:11:23.716 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:11:33.718 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:11:33.719 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:11:35.939 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 18:11:35.941 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 18:11:36.193 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success [2026-04-26,18:20:03.142] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,18:20:05.078] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-26 18:28:52.855 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:29:02.857 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:29:02.858 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:29:12.859 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:29:12.860 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:29:22.862 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:29:22.862 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:29:32.864 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:29:32.865 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:29:42.867 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:30:02.868 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:30:03.803 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 18:30:03.805 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 18:30:04.047 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success 2026-04-26 18:31:13.672 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:31:23.674 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:31:23.675 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:31:33.677 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:31:33.677 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:31:43.679 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:31:43.680 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:31:53.681 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:31:53.682 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:32:03.683 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:32:23.685 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:32:24.805 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 18:32:24.806 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 18:32:25.199 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success [2026-04-26,18:35:02.807] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,18:35:04.499] [DEBUG] 6 processes running of frp type 2026-04-26 18:39:37.460 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:39:47.462 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:39:47.462 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:39:57.464 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:39:57.465 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:40:07.467 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:40:07.468 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:40:17.469 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:40:17.470 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:40:27.471 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:40:47.473 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:40:57.474 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:41:17.476 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:41:18.843 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 18:41:18.845 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 18:41:19.121 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success 2026-04-26 18:44:29.006 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:44:39.008 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:44:39.009 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:44:47.284 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 18:44:47.286 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 18:44:48.255 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success 2026-04-26 18:45:56.757 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:46:06.758 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:46:06.759 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:46:16.761 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:46:16.762 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:46:26.763 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:46:26.764 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:46:36.766 [W] [client/service.go:297] [38506085d01574b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 18:46:56.768 [I] [client/service.go:294] [38506085d01574b3] try to connect to server... 2026-04-26 18:46:57.333 [I] [client/service.go:286] [38506085d01574b3] login to server success, get run id [38506085d01574b3] 2026-04-26 18:46:57.335 [I] [proxy/proxy_manager.go:173] [38506085d01574b3] proxy added: [DNL01B4203] 2026-04-26 18:46:57.562 [I] [client/control.go:168] [38506085d01574b3] [DNL01B4203] start proxy success [2026-04-26,18:50:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,18:50:05.645] [DEBUG] 6 processes running of frp type [2026-04-26,19:05:02.944] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,19:05:04.636] [DEBUG] 6 processes running of frp type [2026-04-26,19:20:03.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,19: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' [2026-04-26,19:35:02.894] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,19:35:05.194] [DEBUG] 6 processes running of frp type [2026-04-26,19:50:02.877] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,19:50:05.303] [DEBUG] 6 processes running of frp type [2026-04-26,20:05:02.769] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,20:05:04.788] [DEBUG] 6 processes running of frp type [2026-04-26,20:20:02.276] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,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-04-26,20:30:41.993] [INFO] Initializing BusSpeedStateManager V2 [2026-04-26,20:30:41.998] [INFO] LocationSqlManager initialising [2026-04-26,20:30:41.999] [INFO] Location DB initialising [2026-04-26,20:30:42.008] [INFO] LocationSqlManager initialisation complete [2026-04-26,20:30:42.008] [DEBUG] UploadManager Init [2026-04-26,20:30:42.009] [DEBUG] UploadManager Init Complete [2026-04-26,20:30:42.011] [INFO] Initializing GPS... [2026-04-26,20:30:42.013] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:30.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,20:32:32.041] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:32:51.448] [DEBUG] Log Upload Complete! [2026-04-26,20:35:30.354] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,20:35:32.066] [DEBUG] Remote Access Enabled [2026-04-26,20:35:33.440] [INFO] Server Address: 138.201.17.179 [2026-04-26,20:35:33.441] [INFO] Server Port: 7000 [2026-04-26,20:35:33.446] [DEBUG] Starting Remote Access! 2026-04-26 20:35:33.637 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-26 20:35:33.638 [I] [client/service.go:294] try to connect to server... 2026-04-26 20:35:34.230 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 20:35:34.231 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 20:35:34.422 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success 2026-04-26 20:37:49.300 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:37:59.303 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:37:59.304 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:38:16.651 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:38:16.652 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:38:30.186 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: session shutdown 2026-04-26 20:38:30.187 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:38:40.427 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:38:40.427 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:38:57.045 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:39:17.046 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:39:28.059 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:39:48.060 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:40:05.362 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:40:25.364 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:40:45.504 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: i/o deadline reached 2026-04-26 20:40:45.505 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:40:55.506 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:41:15.508 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:41:25.510 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:41:45.512 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:41:55.514 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:42:15.515 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:42:21.851 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: session shutdown 2026-04-26 20:42:41.852 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:42:55.627 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:43:15.628 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:43:30.224 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:43:50.225 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:44:04.936 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:44:24.938 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:44:34.940 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:44:54.941 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:45:11.449 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:45:31.451 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:45:41.452 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:46:01.454 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:46:11.455 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:46:31.456 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:46:46.194 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:47:06.195 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:47:17.394 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:47:37.395 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:47:47.397 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:48:07.398 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:48:08.199 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 20:48:08.201 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 20:48:08.403 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success 2026-04-26 20:48:47.593 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:48:58.639 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:48:58.640 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:49:17.051 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:49:17.051 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:49:32.666 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:49:32.666 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:49:42.668 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:49:42.669 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:49:59.998 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout [2026-04-26,20:50:10.924] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-26 20:50:19.999 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:50:30.000 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:50:50.002 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:51:00.004 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:51:20.006 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:51:30.008 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:51:50.010 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:52:00.011 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:52:20.013 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:52:30.015 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:52:50.016 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:53:00.018 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:53:20.019 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:53:30.022 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:53:50.022 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:54:00.025 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:54:20.026 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:54:30.028 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:54:50.030 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:55:00.031 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:55:20.032 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:55:30.034 [W] [client/service.go:297] [57425c7ceb7877a0] 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-04-26 20:55:50.035 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:56:09.372 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:56:29.374 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:56:42.037 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:57:02.037 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:57:12.040 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:57:32.041 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:57:42.044 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:58:02.045 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:58:17.342 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:58:37.343 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:58:55.780 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 20:59:15.781 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:59:25.783 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:59:45.785 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 20:59:55.787 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:00:15.788 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:00:25.790 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:00:45.791 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:00:55.793 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:01:15.794 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:01:26.082 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:01:46.084 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:01:56.085 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:02:16.087 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:02:26.089 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:02:46.091 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:02:58.725 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: i/o deadline reached 2026-04-26 21:03:18.726 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:03:29.688 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:03:49.689 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:04:06.319 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:04:26.320 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:04:36.322 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:04:56.323 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:05:06.326 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:05:26.327 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... [2026-04-26,21:05:27.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-26 21:05:36.329 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:05:56.331 [I] [client/service.go:294] [57425c7ceb7877a0] 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-04-26 21:06:06.334 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:06:26.335 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:06:37.920 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:06:57.921 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:07:07.924 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:07:27.925 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:07:41.521 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:08:01.521 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:08:11.524 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:08:31.525 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:08:41.527 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:09:01.529 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:09:11.531 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:09:31.532 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:09:43.210 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:10:03.211 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:10:13.214 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:10:33.214 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:10:43.217 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:11:03.218 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:11:12.199 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: session shutdown 2026-04-26 21:11:32.200 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:11:44.895 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: session shutdown 2026-04-26 21:12:04.895 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:12:13.387 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: read tcp 192.168.1.135:43866->138.201.17.179:7000: read: connection reset by peer 2026-04-26 21:12:34.338 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:12:46.302 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:13:06.303 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:13:18.311 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:13:38.312 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:13:48.314 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:14:09.196 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:14:19.199 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:14:39.200 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:14:51.914 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:15:11.915 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:15:21.917 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:15:41.918 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:15:57.170 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:16:17.171 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:16:22.958 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 21:16:22.959 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 21:16:23.236 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success 2026-04-26 21:17:00.497 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:17:10.499 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:17:10.500 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:17:20.003 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: read tcp 192.168.1.135:60618->138.201.17.179:7000: read: connection reset by peer 2026-04-26 21:17:20.003 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:17:36.003 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:17:36.003 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:17:46.004 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:17:46.005 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:18:00.512 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:18:20.513 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:18:30.515 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:18:50.517 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:19:00.519 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:19:20.521 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:19:32.581 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:19:52.583 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:20:02.584 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:20:22.585 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:20:32.588 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:20:52.590 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:21:02.592 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:21:22.593 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:21:32.596 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:21:52.597 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:22:08.531 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:22:28.532 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:22:38.534 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:22:58.535 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:23:08.537 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:23:28.538 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:23:38.540 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:23:58.542 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:24:08.544 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-04-26,21:24:21.598] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-26 21:24:28.546 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:24:38.548 [W] [client/service.go:297] [57425c7ceb7877a0] 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-04-26 21:24:58.550 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:25:08.552 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:25:28.553 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:25:38.555 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:25:58.557 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-26 21:26:08.559 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:26:28.560 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:26:38.974 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:26:58.976 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:27:08.978 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:27:28.979 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:27:38.982 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:27:58.983 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:28:08.986 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:28:28.987 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:28:38.989 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:28:58.991 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:29:13.780 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:29:33.781 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:29:43.783 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:30:03.784 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:30:13.787 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:30:33.788 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:30:51.188 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:31:11.190 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:31:23.885 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:31:43.887 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:32:03.856 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:32:23.857 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:32:33.859 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:32:53.860 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:33:06.978 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:33:26.978 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:33:36.980 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:33:56.982 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:34:12.816 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:34:32.817 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:34:42.819 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:35:02.821 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:35:12.823 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:35:32.825 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:35:42.827 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:36:02.828 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:36:14.022 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:36:34.023 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:36:46.781 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: i/o deadline reached 2026-04-26 21:37:06.782 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:37:10.998 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 21:37:11.000 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 21:37:12.181 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success [2026-04-26,21:37:13.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-26 21:38:26.668 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:38:45.299 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:38:45.300 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:39:02.639 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:39:02.639 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 285, in _read_status raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 285, in _read_status raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 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')) 2026-04-26 21:39:20.436 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:39:20.436 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:39:32.055 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:39:32.055 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:39:42.056 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:40:02.058 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:40:13.526 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:40:33.527 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:40:43.529 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:41:03.530 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:41:12.943 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 21:41:12.944 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 21:41:14.663 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success 2026-04-26 21:42:29.046 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:42:48.208 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:42:48.208 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:42:49.071 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 21:42:49.073 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 21:42:50.829 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success 2026-04-26 21:43:28.516 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:43:48.203 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: i/o deadline reached 2026-04-26 21:43:48.203 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:43:58.511 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:43:58.512 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:44:08.513 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:44:08.514 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:44:18.516 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:44:18.516 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:44:28.518 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:44:48.520 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:44:58.523 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:45:18.525 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:45:28.103 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: read tcp 192.168.1.135:45370->138.201.17.179:7000: read: connection reset by peer 2026-04-26 21:45:48.104 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:46:03.163 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:46:23.165 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:46:33.166 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:46:53.167 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:47:03.170 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:47:23.171 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:47:30.037 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: session shutdown 2026-04-26 21:47:50.039 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:48:00.041 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:48:20.042 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:48:37.748 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:48:57.750 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:49:07.752 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:49:27.754 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:49:37.756 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:49:57.756 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:50:13.012 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:50:33.013 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:50:43.016 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:51:03.017 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:51:15.062 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 21:51:35.064 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:51:45.065 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:52:05.066 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... [2026-04-26,21:52:14.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-26 21:52:14.519 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 21:52:14.521 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 21:52:18.085 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2026-04-26 21:54:34.935 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:54:36.538 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 21:54:36.540 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 21:54:36.962 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success 2026-04-26 21:55:46.186 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 21:55:47.380 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 21:55:47.382 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 21:55:47.634 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success 2026-04-26 22:02:01.235 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:02:15.362 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: session shutdown 2026-04-26 22:02:15.362 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:02:34.487 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:02:34.488 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:02:44.490 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:02:44.491 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:02:54.492 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:02:54.493 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:03:04.494 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:03:24.495 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:03:34.497 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:03:54.499 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:04:04.501 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:04:24.502 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:04:34.504 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:04:54.505 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:05:04.507 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:05:24.508 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... [2026-04-26,22:05:25.993] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-26 22:05:39.420 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:05:59.422 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:06:11.661 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:06:31.662 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:06:47.877 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:07:07.879 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:07:17.881 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:07:37.883 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2026-04-26 22:07:48.844 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: session shutdown 2026-04-26 22:08:08.846 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:08:18.848 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:08:38.850 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:08:48.852 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:09:08.853 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:09:21.160 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:09:41.162 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:09:51.165 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:10:11.166 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:10:25.693 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:10:45.694 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:10:52.363 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 22:10:52.365 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 22:10:54.189 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success 2026-04-26 22:12:01.506 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:12:10.217 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: session shutdown 2026-04-26 22:12:10.218 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:12:20.715 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:12:20.716 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:12:33.568 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: session shutdown 2026-04-26 22:12:33.569 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:12:44.858 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:12:44.859 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:12:55.428 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:13:15.428 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:13:25.431 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:13:45.432 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:13:53.668 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 22:13:53.669 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 22:13:54.078 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success 2026-04-26 22:19:06.797 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:19:13.263 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: read tcp 192.168.1.135:34860->138.201.17.179:7000: read: connection reset by peer 2026-04-26 22:19:13.263 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:19:19.701 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: read tcp 192.168.1.135:34872->138.201.17.179:7000: read: connection reset by peer 2026-04-26 22:19:19.701 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:19:29.703 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:19:29.704 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:19:45.328 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:19:45.329 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:19:47.146 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 22:19:47.147 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 22:19:47.880 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success [2026-04-26,22:20:02.171] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,22:22:07.520] [DEBUG] 6 processes running of frp type 2026-04-26 22:22:34.653 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:22:44.655 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:22:44.656 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:22:56.985 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:22:56.986 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:23:06.987 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:23:06.987 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:23:16.990 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:23:16.990 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:23:26.992 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:23:46.993 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:23:56.995 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:24:16.997 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:24:27.000 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:24:47.002 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:24:59.706 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:25:19.708 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:25:29.709 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:25:49.712 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:25:59.713 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-26 22:26:19.714 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:26:32.598 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:26:52.600 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:27:04.770 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:27:24.772 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:27:34.774 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:27:54.776 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:28:10.335 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:28:30.336 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:28:43.522 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:29:03.523 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:29:13.525 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:29:33.527 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:29:43.528 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:30:03.529 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:30:21.786 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:30:41.787 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:30:58.966 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:31:18.967 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:31:28.969 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:31:48.970 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:31:58.973 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:32:18.975 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:32:28.977 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:32:48.979 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:32:58.981 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:33:18.983 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:33:28.985 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:33:48.986 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:34:07.598 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: read tcp 192.168.1.135:46040->138.201.17.179:7000: read: connection reset by peer 2026-04-26 22:34:27.600 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:34:41.382 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:35:01.384 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:35:16.014 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:35:36.015 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... [2026-04-26,22:35:37.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-26 22:35:46.017 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:36:06.018 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:36:20.222 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:36:40.224 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:36:50.226 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:37:10.228 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:37:24.741 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:37:44.742 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:37:57.495 [W] [client/service.go:297] [57425c7ceb7877a0] 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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2026-04-26 22:38:17.497 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:38:34.451 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:38:54.453 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:39:04.455 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:39:24.456 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:39:34.459 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:39:54.460 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:40:04.463 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:40:24.945 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:40:25.477 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 22:40:25.479 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 22:40:25.667 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success [2026-04-26,22:50:10.631] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,22:50:25.473] [DEBUG] 6 processes running of frp type 2026-04-26 22:54:58.860 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:55:08.863 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:55:08.863 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:55:20.370 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:55:20.370 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:55:30.372 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:55:30.373 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:55:40.972 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:55:40.972 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:55:47.270 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 22:55:47.272 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 22:55:49.056 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success 2026-04-26 22:57:26.465 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:57:36.466 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:57:36.467 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:57:50.413 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: i/o deadline reached 2026-04-26 22:57:50.414 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:58:10.870 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: i/o deadline reached 2026-04-26 22:58:10.870 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:58:26.220 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:58:26.221 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:58:36.222 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 22:58:56.224 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:59:06.576 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 22:59:26.577 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 22:59:43.367 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: i/o deadline reached 2026-04-26 23:00:03.369 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:00:13.772 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 23:00:33.773 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:00:46.225 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 23:00:46.226 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 23:01:07.373 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success 2026-04-26 23:01:15.331 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:01:42.739 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 23:01:42.741 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 23:02:04.691 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:02:18.262 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 23:02:18.263 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:02:28.265 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 23:02:28.266 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:02:38.267 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 23:02:38.268 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:02:52.589 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: session shutdown 2026-04-26 23:02:52.590 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:02:57.407 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: read tcp 192.168.1.135:38504->138.201.17.179:7000: read: connection reset by peer 2026-04-26 23:03:17.409 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:03:36.237 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: i/o deadline reached 2026-04-26 23:03:56.238 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:04:06.240 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 23:04:26.241 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:04:39.850 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 23:04:59.851 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:05:14.985 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 23:05:34.987 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:05:48.922 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 23:06:08.923 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:06:27.558 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 23:06:47.559 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:07:03.008 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 23:07:23.009 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... [2026-04-26,23:07:23.101] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-04-26 23:07:33.570 [W] [client/service.go:297] [57425c7ceb7877a0] 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-04-26 23:07:53.572 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:08:03.574 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 23:08:23.576 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:08:34.718 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: i/o deadline reached 2026-04-26 23:08:54.720 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:09:08.389 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 23:09:28.390 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:09:33.173 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 23:09:33.175 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 23:09:43.169 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success 2026-04-26 23:10:08.710 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:10:18.712 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 23:10:18.713 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:10:28.715 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 23:10:28.715 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:10:38.717 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 23:10:38.718 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:10:46.143 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: read tcp 192.168.1.135:53242->138.201.17.179:7000: read: connection reset by peer 2026-04-26 23:11:05.034 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:11:18.766 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 23:11:38.767 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:11:48.769 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 23:12:08.770 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:12:23.997 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 23:12:43.998 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:12:54.000 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 23:13:14.001 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:13:28.187 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: connection write timeout 2026-04-26 23:13:48.189 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:14:06.199 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: session shutdown 2026-04-26 23:14:26.200 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:14:31.811 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: session shutdown 2026-04-26 23:14:51.812 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:15:01.814 [W] [client/service.go:297] [57425c7ceb7877a0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 23:15:21.161 [I] [client/service.go:294] [57425c7ceb7877a0] try to connect to server... 2026-04-26 23:15:21.686 [I] [client/service.go:286] [57425c7ceb7877a0] login to server success, get run id [57425c7ceb7877a0] 2026-04-26 23:15:21.687 [I] [proxy/proxy_manager.go:173] [57425c7ceb7877a0] proxy added: [DNL01B4203] 2026-04-26 23:15:21.857 [I] [client/control.go:168] [57425c7ceb7877a0] [DNL01B4203] start proxy success [2026-04-26,23:20:01.981] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,23:20:03.670] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,23:35:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,23:35:04.679] [DEBUG] 6 processes running of frp type [2026-04-26,23:50:02.352] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-26,23:50:03.986] [DEBUG] 6 processes running of frp type [2026-04-27,00:05:02.322] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,00:05:04.011] [DEBUG] 6 processes running of frp type [2026-04-27,00:20:02.195] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,00:20:03.913] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,00:35:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,00:35:03.914] [DEBUG] 6 processes running of frp type [2026-04-27,00:50:02.566] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,00:50:04.288] [DEBUG] 6 processes running of frp type [2026-04-27,01:05:02.669] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,01:05:04.364] [DEBUG] 6 processes running of frp type [2026-04-27,01:20:02.658] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,01: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-04-27,01:35:02.479] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,01:35:04.078] [DEBUG] 6 processes running of frp type [2026-04-27,01:50:02.753] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,01:50:04.398] [DEBUG] 6 processes running of frp type [2026-04-27,02:05:02.840] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,02:05:04.504] [DEBUG] 6 processes running of frp type [2026-04-27,02:20:02.829] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,02: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-27,02:35:02.785] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,02:35:04.417] [DEBUG] 6 processes running of frp type [2026-04-27,02:50:01.913] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,02:50:03.517] [DEBUG] 6 processes running of frp type [2026-04-27,03:05:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,03:05:04.510] [DEBUG] 6 processes running of frp type [2026-04-27,03:20:02.907] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,03: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-27,03:35:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,03:35:04.369] [DEBUG] 6 processes running of frp type [2026-04-27,03:50:03.090] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,03:50:04.726] [DEBUG] 6 processes running of frp type [2026-04-27,04:05:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,04:05:03.848] [DEBUG] 6 processes running of frp type [2026-04-27,04:20:02.026] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,04:20:03.646] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,04:35:02.905] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,04:35:04.508] [DEBUG] 6 processes running of frp type [2026-04-27,04:50:02.343] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,04:50:03.952] [DEBUG] 6 processes running of frp type [2026-04-27,05:05:02.290] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,05:05:03.862] [DEBUG] 6 processes running of frp type [2026-04-27,05:20:02.109] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,05:20:03.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-27,05:35:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,05:35:04.473] [DEBUG] 6 processes running of frp type [2026-04-27,05:50:01.961] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,05:50:03.612] [DEBUG] 6 processes running of frp type [2026-04-27,06:05:03.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,06:05:04.611] [DEBUG] 6 processes running of frp type [2026-04-27,06:20:02.884] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,06: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-27,06:30:40.949] [INFO] Initializing BusSpeedStateManager V2 [2026-04-27,06:30:40.953] [INFO] LocationSqlManager initialising [2026-04-27,06:30:40.954] [INFO] Location DB initialising [2026-04-27,06:30:40.963] [INFO] LocationSqlManager initialisation complete [2026-04-27,06:30:40.964] [DEBUG] UploadManager Init [2026-04-27,06:30:40.964] [DEBUG] UploadManager Init Complete [2026-04-27,06:30:40.967] [INFO] Initializing GPS... [2026-04-27,06:30:40.968] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,06:32:29.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,06:32:31.033] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-27,06:32:45.258] [DEBUG] Log Upload Complete! [2026-04-27,06:35:29.680] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,06:35:31.311] [DEBUG] Remote Access Enabled [2026-04-27,06:35:32.596] [INFO] Server Address: 138.201.17.179 [2026-04-27,06:35:32.597] [INFO] Server Port: 7000 [2026-04-27,06:35:32.601] [DEBUG] Starting Remote Access! 2026-04-27 06:35:32.735 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-27 06:35:32.735 [I] [client/service.go:294] try to connect to server... 2026-04-27 06:35:33.286 [I] [client/service.go:286] [baadcafb9b5c8658] login to server success, get run id [baadcafb9b5c8658] 2026-04-27 06:35:33.287 [I] [proxy/proxy_manager.go:173] [baadcafb9b5c8658] proxy added: [DNL01B4203] 2026-04-27 06:35:33.474 [I] [client/control.go:168] [baadcafb9b5c8658] [DNL01B4203] start proxy success [2026-04-27,06:50:02.591] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,06:50:04.226] [DEBUG] 6 processes running of frp type [2026-04-27,07:05:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,07:05:04.383] [DEBUG] 6 processes running of frp type [2026-04-27,07:20:02.550] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,07:20:04.179] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,07:35:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,07:35:04.344] [DEBUG] 6 processes running of frp type [2026-04-27,07:50:03.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,07:50:04.928] [DEBUG] 6 processes running of frp type [2026-04-27,08:02:02.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,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-04-27,08:02:24.965] [DEBUG] Log Upload Complete! [2026-04-27,08:05:02.236] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,08:05:03.937] [DEBUG] 6 processes running of frp type [2026-04-27,08:20:02.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,08: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-04-27,08:35:03.043] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,08:35:04.819] [DEBUG] 6 processes running of frp type [2026-04-27,08:50:02.605] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,08:50:04.340] [DEBUG] 6 processes running of frp type [2026-04-27,09:05:02.809] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,09:05:04.560] [DEBUG] 6 processes running of frp type [2026-04-27,09:20:02.888] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,09: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' [2026-04-27,09:35:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,09:35:04.461] [DEBUG] 6 processes running of frp type [2026-04-27,09:50:02.232] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,09:50:04.100] [DEBUG] 6 processes running of frp type [2026-04-27,10:05:02.585] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,10:05:04.409] [DEBUG] 6 processes running of frp type [2026-04-27,10:20:02.794] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,10:20:04.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-27,10:35:02.650] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,10:35:04.455] [DEBUG] 6 processes running of frp type [2026-04-27,10:50:02.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,10:50:03.828] [DEBUG] 6 processes running of frp type [2026-04-27,11:05:02.331] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,11:05:09.134] [DEBUG] 6 processes running of frp type [2026-04-27,11:20:02.384] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,11: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-04-27,11:35:02.597] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,11:35:04.467] [DEBUG] 6 processes running of frp type [2026-04-27,11:50:01.965] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,11:50:03.791] [DEBUG] 6 processes running of frp type [2026-04-27,11:03:52.367] [INFO] Initializing BusSpeedStateManager V2 [2026-04-27,11:03:52.372] [INFO] LocationSqlManager initialising [2026-04-27,11:03:52.373] [INFO] Location DB initialising [2026-04-27,11:03:52.382] [INFO] LocationSqlManager initialisation complete [2026-04-27,11:03:52.383] [DEBUG] UploadManager Init [2026-04-27,11:03:52.383] [DEBUG] UploadManager Init Complete [2026-04-27,11:03:52.386] [INFO] Initializing GPS... [2026-04-27,11:03:52.388] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:05:40.827] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-27,11:08:40.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 111] Connection refused')) [2026-04-27,11:08:40.860] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-27,18:20:02.542] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,18:20:04.387] [DEBUG] Remote Access Enabled [2026-04-27,18:20:05.775] [INFO] Server Address: 138.201.17.179 [2026-04-27,18:20:05.777] [INFO] Server Port: 7000 [2026-04-27,18:20:05.786] [DEBUG] Starting Remote Access! 2026-04-27 18:20:05.977 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-27 18:20:05.978 [I] [client/service.go:294] try to connect to server... 2026-04-27 18:20:06.568 [I] [client/service.go:286] [26ddffcdcfc903f7] login to server success, get run id [26ddffcdcfc903f7] 2026-04-27 18:20:06.569 [I] [proxy/proxy_manager.go:173] [26ddffcdcfc903f7] proxy added: [DNL01B4203] 2026-04-27 18:20:06.763 [I] [client/control.go:168] [26ddffcdcfc903f7] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:03.071] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,18:35:04.825] [DEBUG] 6 processes running of frp type [2026-04-27,18:50:02.626] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,18:50:04.384] [DEBUG] 6 processes running of frp type [2026-04-27,19:05:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,19:05:04.707] [DEBUG] 6 processes running of frp type [2026-04-27,19:20:01.994] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,19: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-04-27,19:35:02.980] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,19:35:04.662] [DEBUG] 6 processes running of frp type [2026-04-27,19:50:02.534] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,19:50:04.401] [DEBUG] 6 processes running of frp type [2026-04-27,20:05:02.816] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,20:05:04.641] [DEBUG] 6 processes running of frp type [2026-04-27,20:20:03.089] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,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-04-27,20:30:41.370] [INFO] Initializing BusSpeedStateManager V2 [2026-04-27,20:30:41.377] [INFO] LocationSqlManager initialising [2026-04-27,20:30:41.378] [INFO] Location DB initialising [2026-04-27,20:30:41.389] [INFO] LocationSqlManager initialisation complete [2026-04-27,20:30:41.390] [DEBUG] UploadManager Init [2026-04-27,20:30:41.391] [DEBUG] UploadManager Init Complete [2026-04-27,20:30:41.396] [INFO] Initializing GPS... [2026-04-27,20:30:41.398] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,20:32:29.802] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,20:32:31.557] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-27,20:32:50.018] [DEBUG] Log Upload Complete! [2026-04-27,20:35:29.808] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,20:35:31.764] [DEBUG] Remote Access Enabled [2026-04-27,20:35:33.142] [INFO] Server Address: 138.201.17.179 [2026-04-27,20:35:33.143] [INFO] Server Port: 7000 [2026-04-27,20:35:33.155] [DEBUG] Starting Remote Access! 2026-04-27 20:35:33.311 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-27 20:35:33.311 [I] [client/service.go:294] try to connect to server... 2026-04-27 20:35:34.163 [I] [client/service.go:286] [ae8ec44d43f72a19] login to server success, get run id [ae8ec44d43f72a19] 2026-04-27 20:35:34.164 [I] [proxy/proxy_manager.go:173] [ae8ec44d43f72a19] proxy added: [DNL01B4203] 2026-04-27 20:35:34.680 [I] [client/control.go:168] [ae8ec44d43f72a19] [DNL01B4203] start proxy success 2026-04-27 20:37:49.731 [I] [client/service.go:294] [ae8ec44d43f72a19] try to connect to server... 2026-04-27 20:37:59.733 [W] [client/service.go:297] [ae8ec44d43f72a19] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 20:37:59.734 [I] [client/service.go:294] [ae8ec44d43f72a19] try to connect to server... 2026-04-27 20:38:14.738 [W] [client/service.go:297] [ae8ec44d43f72a19] connect to server error: connection write timeout 2026-04-27 20:38:14.738 [I] [client/service.go:294] [ae8ec44d43f72a19] try to connect to server... 2026-04-27 20:38:24.740 [W] [client/service.go:297] [ae8ec44d43f72a19] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 20:38:24.741 [I] [client/service.go:294] [ae8ec44d43f72a19] try to connect to server... 2026-04-27 20:38:32.706 [I] [client/service.go:286] [ae8ec44d43f72a19] login to server success, get run id [ae8ec44d43f72a19] 2026-04-27 20:38:32.708 [I] [proxy/proxy_manager.go:173] [ae8ec44d43f72a19] proxy added: [DNL01B4203] 2026-04-27 20:38:37.625 [I] [client/control.go:168] [ae8ec44d43f72a19] [DNL01B4203] start proxy success [2026-04-27,20:50:02.701] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,20:50:04.646] [DEBUG] 6 processes running of frp type 2026-04-27 20:59:19.036 [I] [client/service.go:294] [ae8ec44d43f72a19] try to connect to server... 2026-04-27 20:59:19.665 [I] [client/service.go:286] [ae8ec44d43f72a19] login to server success, get run id [ae8ec44d43f72a19] 2026-04-27 20:59:19.667 [I] [proxy/proxy_manager.go:173] [ae8ec44d43f72a19] proxy added: [DNL01B4203] 2026-04-27 20:59:19.836 [I] [client/control.go:168] [ae8ec44d43f72a19] [DNL01B4203] start proxy success [2026-04-27,21:05:03.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,21:05:06.052] [DEBUG] 6 processes running of frp type 2026-04-27 21:10:16.759 [I] [client/service.go:294] [ae8ec44d43f72a19] try to connect to server... 2026-04-27 21:10:26.761 [W] [client/service.go:297] [ae8ec44d43f72a19] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 21:10:26.761 [I] [client/service.go:294] [ae8ec44d43f72a19] try to connect to server... 2026-04-27 21:10:36.762 [W] [client/service.go:297] [ae8ec44d43f72a19] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 21:10:36.763 [I] [client/service.go:294] [ae8ec44d43f72a19] try to connect to server... 2026-04-27 21:10:38.283 [I] [client/service.go:286] [ae8ec44d43f72a19] login to server success, get run id [ae8ec44d43f72a19] 2026-04-27 21:10:38.285 [I] [proxy/proxy_manager.go:173] [ae8ec44d43f72a19] proxy added: [DNL01B4203] 2026-04-27 21:10:38.478 [I] [client/control.go:168] [ae8ec44d43f72a19] [DNL01B4203] start proxy success [2026-04-27,21:20:02.370] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,21:20:04.032] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,21:35:03.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,21:35:04.931] [DEBUG] 6 processes running of frp type [2026-04-27,21:50:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,21:50:04.276] [DEBUG] 6 processes running of frp type [2026-04-27,22:05:02.722] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,22:05:04.460] [DEBUG] 6 processes running of frp type [2026-04-27,22:20:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,22:20:07.630] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,22:35:02.730] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,22:35:04.484] [DEBUG] 6 processes running of frp type [2026-04-27,22:50:02.092] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,22:50:04.071] [DEBUG] 6 processes running of frp type [2026-04-27,23:05:02.514] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,23:05:04.261] [DEBUG] 6 processes running of frp type [2026-04-27,23:20:02.614] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,23:20:06.799] [DEBUG] 6 processes running of frp type 2026-04-27 23:20:48.287 [I] [client/service.go:294] [ae8ec44d43f72a19] try to connect to server... 2026-04-27 23:20:51.037 [I] [client/service.go:286] [ae8ec44d43f72a19] login to server success, get run id [ae8ec44d43f72a19] 2026-04-27 23:20:51.038 [I] [proxy/proxy_manager.go:173] [ae8ec44d43f72a19] proxy added: [DNL01B4203] 2026-04-27 23:20:54.688 [I] [client/control.go:168] [ae8ec44d43f72a19] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.278] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,23:35:04.017] [DEBUG] 6 processes running of frp type [2026-04-27,23:50:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-27,23:50:04.716] [DEBUG] 6 processes running of frp type [2026-04-28,00:05:02.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,00:05:04.029] [DEBUG] 6 processes running of frp type [2026-04-28,00:20:02.380] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,00: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-28,00:35:02.195] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,00:35:03.859] [DEBUG] 6 processes running of frp type [2026-04-28,00:50:02.613] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,00:50:04.295] [DEBUG] 6 processes running of frp type [2026-04-28,01:05:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,01:05:04.617] [DEBUG] 6 processes running of frp type [2026-04-28,01:20:02.898] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,01: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-28,01:35:02.619] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,01:35:04.516] [DEBUG] 6 processes running of frp type [2026-04-28,01:50:02.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,01:50:03.849] [DEBUG] 6 processes running of frp type [2026-04-28,02:05:02.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,02:05:03.845] [DEBUG] 6 processes running of frp type [2026-04-28,02:20:02.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,02:20:03.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-28,02:35:03.079] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,02:35:04.960] [DEBUG] 6 processes running of frp type [2026-04-28,02:50:02.597] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,02:50:04.266] [DEBUG] 6 processes running of frp type [2026-04-28,03:05:02.609] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,03:05:04.705] [DEBUG] 6 processes running of frp type [2026-04-28,03:20:02.149] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,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-28,03:35:02.826] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,03:35:04.872] [DEBUG] 6 processes running of frp type [2026-04-28,03:50:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,03:50:04.127] [DEBUG] 6 processes running of frp type 2026-04-28 04:02:49.476 [I] [client/service.go:294] [ae8ec44d43f72a19] try to connect to server... 2026-04-28 04:02:56.912 [I] [client/service.go:286] [ae8ec44d43f72a19] login to server success, get run id [ae8ec44d43f72a19] 2026-04-28 04:02:56.914 [I] [proxy/proxy_manager.go:173] [ae8ec44d43f72a19] proxy added: [DNL01B4203] 2026-04-28 04:02:57.105 [I] [client/control.go:168] [ae8ec44d43f72a19] [DNL01B4203] start proxy success [2026-04-28,04:05:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,04:05:04.484] [DEBUG] 6 processes running of frp type [2026-04-28,04:20:02.859] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,04: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-28,04:35:02.612] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,04:35:04.401] [DEBUG] 6 processes running of frp type [2026-04-28,04:50:02.916] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,04:50:04.598] [DEBUG] 6 processes running of frp type [2026-04-28,05:05:03.037] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,05:05:04.748] [DEBUG] 6 processes running of frp type [2026-04-28,05:20:02.120] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,05: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-04-28,05:35:02.728] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,05:35:04.472] [DEBUG] 6 processes running of frp type [2026-04-28,05:50:02.152] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,05:50:03.900] [DEBUG] 6 processes running of frp type [2026-04-28,06:05:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,06:05:04.045] [DEBUG] 6 processes running of frp type [2026-04-28,06:20:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,06: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-04-28,06:30:41.972] [INFO] Initializing BusSpeedStateManager V2 [2026-04-28,06:30:41.980] [INFO] LocationSqlManager initialising [2026-04-28,06:30:41.981] [INFO] Location DB initialising [2026-04-28,06:30:41.992] [INFO] LocationSqlManager initialisation complete [2026-04-28,06:30:41.994] [DEBUG] UploadManager Init [2026-04-28,06:30:41.994] [DEBUG] UploadManager Init Complete [2026-04-28,06:30:41.999] [INFO] Initializing GPS... [2026-04-28,06:30:42.001] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,06:32:29.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,06:32:31.030] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-28,06:32:48.543] [DEBUG] Log Upload Complete! [2026-04-28,06:35:29.442] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,06:35:31.165] [DEBUG] Remote Access Enabled [2026-04-28,06:35:32.482] [INFO] Server Address: 138.201.17.179 [2026-04-28,06:35:32.483] [INFO] Server Port: 7000 [2026-04-28,06:35:32.492] [DEBUG] Starting Remote Access! 2026-04-28 06:35:32.682 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-28 06:35:32.683 [I] [client/service.go:294] try to connect to server... 2026-04-28 06:35:33.238 [I] [client/service.go:286] [8d7e7977bcddb632] login to server success, get run id [8d7e7977bcddb632] 2026-04-28 06:35:33.239 [I] [proxy/proxy_manager.go:173] [8d7e7977bcddb632] proxy added: [DNL01B4203] 2026-04-28 06:35:33.433 [I] [client/control.go:168] [8d7e7977bcddb632] [DNL01B4203] start proxy success [2026-04-28,06:50:02.180] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,06:50:03.840] [DEBUG] 6 processes running of frp type [2026-04-28,07:05:02.301] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,07:05:04.153] [DEBUG] 6 processes running of frp type [2026-04-28,07:20:02.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,07: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-04-28,07:35:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,07:35:04.395] [DEBUG] 6 processes running of frp type [2026-04-28,07:50:02.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,07:50:04.143] [DEBUG] 6 processes running of frp type [2026-04-28,08:02:02.379] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,08:02:03.966] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-28,08:02:29.665] [DEBUG] Log Upload Complete! [2026-04-28,08:05:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,08:05:04.345] [DEBUG] 6 processes running of frp type [2026-04-28,07:39:02.526] [INFO] Initializing BusSpeedStateManager V2 [2026-04-28,07:39:02.531] [INFO] LocationSqlManager initialising [2026-04-28,07:39:02.532] [INFO] Location DB initialising [2026-04-28,07:39:02.542] [INFO] LocationSqlManager initialisation complete [2026-04-28,07:39:02.543] [DEBUG] UploadManager Init [2026-04-28,07:39:02.544] [DEBUG] UploadManager Init Complete [2026-04-28,07:39:02.549] [INFO] Initializing GPS... [2026-04-28,07:39:02.552] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,07:43:51.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')) [2026-04-28,19:20:03.096] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,19:20:05.043] [DEBUG] Remote Access Enabled [2026-04-28,19:20:06.354] [INFO] Server Address: 138.201.17.179 [2026-04-28,19:20:06.355] [INFO] Server Port: 7000 [2026-04-28,19:20:06.360] [DEBUG] Starting Remote Access! 2026-04-28 19:20:06.488 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-28 19:20:06.489 [I] [client/service.go:294] try to connect to server... 2026-04-28 19:20:07.034 [I] [client/service.go:286] [73965eb1d4aa30f6] login to server success, get run id [73965eb1d4aa30f6] 2026-04-28 19:20:07.035 [I] [proxy/proxy_manager.go:173] [73965eb1d4aa30f6] proxy added: [DNL01B4203] 2026-04-28 19:20:07.211 [I] [client/control.go:168] [73965eb1d4aa30f6] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.682] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,19:35:04.522] [DEBUG] 6 processes running of frp type [2026-04-28,19:50:02.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,19:50:04.042] [DEBUG] 6 processes running of frp type [2026-04-28,20:05:02.523] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,20:05:04.281] [DEBUG] 6 processes running of frp type [2026-04-28,20:20:02.848] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,20: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-04-28,20:30:40.904] [INFO] Initializing BusSpeedStateManager V2 [2026-04-28,20:30:40.912] [INFO] LocationSqlManager initialising [2026-04-28,20:30:40.913] [INFO] Location DB initialising [2026-04-28,20:30:40.924] [INFO] LocationSqlManager initialisation complete [2026-04-28,20:30:40.925] [DEBUG] UploadManager Init [2026-04-28,20:30:40.926] [DEBUG] UploadManager Init Complete [2026-04-28,20:30:40.933] [INFO] Initializing GPS... [2026-04-28,20:30:40.937] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.699] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,20:32:31.445] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-28,20:32:59.597] [DEBUG] Log Upload Complete! [2026-04-28,20:35:29.926] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,20:35:31.677] [DEBUG] Remote Access Enabled [2026-04-28,20:35:33.024] [INFO] Server Address: 138.201.17.179 [2026-04-28,20:35:33.025] [INFO] Server Port: 7000 [2026-04-28,20:35:33.034] [DEBUG] Starting Remote Access! 2026-04-28 20:35:33.210 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-28 20:35:33.211 [I] [client/service.go:294] try to connect to server... 2026-04-28 20:35:33.851 [I] [client/service.go:286] [e5e0e56856e202e9] login to server success, get run id [e5e0e56856e202e9] 2026-04-28 20:35:33.852 [I] [proxy/proxy_manager.go:173] [e5e0e56856e202e9] proxy added: [DNL01B4203] 2026-04-28 20:35:34.153 [I] [client/control.go:168] [e5e0e56856e202e9] [DNL01B4203] start proxy success [2026-04-28,20:50:03.096] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,20:50:12.444] [DEBUG] 6 processes running of frp type [2026-04-28,21:05:02.862] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,21:05:05.141] [DEBUG] 6 processes running of frp type [2026-04-28,21:20:02.374] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,21: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-04-28,21:35:02.328] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,21:35:04.724] [DEBUG] 6 processes running of frp type [2026-04-28,21:50:02.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,21:50:06.441] [DEBUG] 6 processes running of frp type [2026-04-28,22:05:02.866] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,22:05:04.694] [DEBUG] 6 processes running of frp type [2026-04-28,22:20:02.045] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,22: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-04-28,22:35:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,22:35:04.655] [DEBUG] 6 processes running of frp type [2026-04-28,22:50:02.436] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,22:50:04.227] [DEBUG] 6 processes running of frp type [2026-04-28,23:05:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,23:05:04.562] [DEBUG] 6 processes running of frp type [2026-04-28,23:20:02.958] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,23:20:04.777] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,23:35:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,23:35:04.212] [DEBUG] 6 processes running of frp type [2026-04-28,23:50:03.310] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-28,23:50:05.093] [DEBUG] 6 processes running of frp type [2026-04-29,00:05:02.599] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,00:05:04.406] [DEBUG] 6 processes running of frp type [2026-04-29,00:20:02.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,00:20:04.378] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,00:35:02.445] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,00:35:04.222] [DEBUG] 6 processes running of frp type [2026-04-29,00:50:03.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,00:50:05.018] [DEBUG] 6 processes running of frp type [2026-04-29,01:05:02.403] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,01:05:04.391] [DEBUG] 6 processes running of frp type [2026-04-29,01:20:02.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,01: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-29,01:35:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,01:35:04.448] [DEBUG] 6 processes running of frp type [2026-04-29,01:50:02.181] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,01:50:03.978] [DEBUG] 6 processes running of frp type [2026-04-29,02:05:02.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,02:05:04.246] [DEBUG] 6 processes running of frp type [2026-04-29,02:20:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,02: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-04-29,02:35:03.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,02:35:04.927] [DEBUG] 6 processes running of frp type [2026-04-29,02:50:02.685] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,02:50:04.732] [DEBUG] 6 processes running of frp type [2026-04-29,03:05:02.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,03:05:03.912] [DEBUG] 6 processes running of frp type [2026-04-29,03:20:02.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,03: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-04-29,03:35:02.569] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,03:35:04.312] [DEBUG] 6 processes running of frp type [2026-04-29,03:50:02.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,03:50:04.723] [DEBUG] 6 processes running of frp type [2026-04-29,04:05:03.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,04:05:04.787] [DEBUG] 6 processes running of frp type [2026-04-29,04:20:02.108] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,04:20:03.766] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,04:35:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,04:35:04.427] [DEBUG] 6 processes running of frp type [2026-04-29,04:50:03.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,04:50:04.893] [DEBUG] 6 processes running of frp type [2026-04-29,05:05:02.348] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,05:05:04.035] [DEBUG] 6 processes running of frp type [2026-04-29,05:20:02.381] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,05: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-04-29,05:35:02.174] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,05:35:03.918] [DEBUG] 6 processes running of frp type [2026-04-29,05:50:02.546] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,05:50:04.586] [DEBUG] 6 processes running of frp type [2026-04-29,06:05:02.917] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,06:05:04.579] [DEBUG] 6 processes running of frp type [2026-04-29,06:20:02.781] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,06:20:05.866] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,06:30:41.002] [INFO] Initializing BusSpeedStateManager V2 [2026-04-29,06:30:41.007] [INFO] LocationSqlManager initialising [2026-04-29,06:30:41.008] [INFO] Location DB initialising [2026-04-29,06:30:41.017] [INFO] LocationSqlManager initialisation complete [2026-04-29,06:30:41.018] [DEBUG] UploadManager Init [2026-04-29,06:30:41.018] [DEBUG] UploadManager Init Complete [2026-04-29,06:30:41.021] [INFO] Initializing GPS... [2026-04-29,06:30:41.023] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,06:32:29.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,06:32:31.104] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-29,06:32:57.451] [DEBUG] Log Upload Complete! [2026-04-29,06:35:29.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,06:35:31.335] [DEBUG] Remote Access Enabled [2026-04-29,06:35:32.670] [INFO] Server Address: 138.201.17.179 [2026-04-29,06:35:32.672] [INFO] Server Port: 7000 [2026-04-29,06:35:32.682] [DEBUG] Starting Remote Access! 2026-04-29 06:35:32.851 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-29 06:35:32.852 [I] [client/service.go:294] try to connect to server... 2026-04-29 06:35:33.388 [I] [client/service.go:286] [db26aa37c5d06cb2] login to server success, get run id [db26aa37c5d06cb2] 2026-04-29 06:35:33.388 [I] [proxy/proxy_manager.go:173] [db26aa37c5d06cb2] proxy added: [DNL01B4203] 2026-04-29 06:35:33.616 [I] [client/control.go:168] [db26aa37c5d06cb2] [DNL01B4203] start proxy success [2026-04-29,06:50:02.388] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,06:50:04.333] [DEBUG] 6 processes running of frp type [2026-04-29,07:05:02.758] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,07:05:04.458] [DEBUG] 6 processes running of frp type [2026-04-29,07:20:02.809] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,07:20:04.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-04-29,07:35:02.765] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,07:35:04.426] [DEBUG] 6 processes running of frp type [2026-04-29,06:47:51.082] [INFO] Initializing BusSpeedStateManager V2 [2026-04-29,06:47:51.088] [INFO] LocationSqlManager initialising [2026-04-29,06:47:51.089] [INFO] Location DB initialising [2026-04-29,06:47:51.099] [INFO] LocationSqlManager initialisation complete [2026-04-29,06:47:51.099] [DEBUG] UploadManager Init [2026-04-29,06:47:51.100] [DEBUG] UploadManager Init Complete [2026-04-29,06:47:51.102] [INFO] Initializing GPS... [2026-04-29,06:47:51.104] [INFO] Starting location capture [2026-04-29,06:47:51.029] [INFO] Initializing BusSpeedStateManager V2 [2026-04-29,06:47:51.034] [INFO] LocationSqlManager initialising [2026-04-29,06:47:51.034] [INFO] Location DB initialising [2026-04-29,06:47:51.044] [INFO] LocationSqlManager initialisation complete [2026-04-29,06:47:51.045] [DEBUG] UploadManager Init [2026-04-29,06:47:51.045] [DEBUG] UploadManager Init Complete [2026-04-29,06:47:51.048] [INFO] Initializing GPS... [2026-04-29,06:47:51.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-29,06:52:39.773] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-29,19:20:02.903] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,19:20:04.562] [DEBUG] Remote Access Enabled [2026-04-29,19:20:05.834] [INFO] Server Address: 138.201.17.179 [2026-04-29,19:20:05.835] [INFO] Server Port: 7000 [2026-04-29,19:20:05.844] [DEBUG] Starting Remote Access! 2026-04-29 19:20:06.041 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-29 19:20:06.042 [I] [client/service.go:294] try to connect to server... 2026-04-29 19:20:06.619 [I] [client/service.go:286] [367da1ccbb38ebdd] login to server success, get run id [367da1ccbb38ebdd] 2026-04-29 19:20:06.619 [I] [proxy/proxy_manager.go:173] [367da1ccbb38ebdd] proxy added: [DNL01B4203] 2026-04-29 19:20:06.820 [I] [client/control.go:168] [367da1ccbb38ebdd] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.802] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,19:35:04.406] [DEBUG] 6 processes running of frp type [2026-04-29,19:50:02.011] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,19:50:03.707] [DEBUG] 6 processes running of frp type [2026-04-29,20:05:03.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,20:05:09.086] [DEBUG] 6 processes running of frp type [2026-04-29,20:20:02.331] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,20:20:04.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,20:30:39.963] [INFO] Initializing BusSpeedStateManager V2 [2026-04-29,20:30:39.971] [INFO] LocationSqlManager initialising [2026-04-29,20:30:39.972] [INFO] Location DB initialising [2026-04-29,20:30:39.984] [INFO] LocationSqlManager initialisation complete [2026-04-29,20:30:39.985] [DEBUG] UploadManager Init [2026-04-29,20:30:39.985] [DEBUG] UploadManager Init Complete [2026-04-29,20:30:39.990] [INFO] Initializing GPS... [2026-04-29,20:30:39.993] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,20:32:29.161] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,20:32:30.776] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-29,20:32:45.131] [DEBUG] Log Upload Complete! [2026-04-29,20:35:29.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,20:35:30.823] [DEBUG] Remote Access Enabled [2026-04-29,20:35:32.214] [INFO] Server Address: 138.201.17.179 [2026-04-29,20:35:32.216] [INFO] Server Port: 7000 [2026-04-29,20:35:32.225] [DEBUG] Starting Remote Access! 2026-04-29 20:35:32.406 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-29 20:35:32.407 [I] [client/service.go:294] try to connect to server... 2026-04-29 20:35:32.954 [I] [client/service.go:286] [4f0b25bf40b2ea31] login to server success, get run id [4f0b25bf40b2ea31] 2026-04-29 20:35:32.955 [I] [proxy/proxy_manager.go:173] [4f0b25bf40b2ea31] proxy added: [DNL01B4203] 2026-04-29 20:35:33.148 [I] [client/control.go:168] [4f0b25bf40b2ea31] [DNL01B4203] start proxy success [2026-04-29,20:50:04.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,20:50:07.296] [DEBUG] 6 processes running of frp type [2026-04-29,21:05:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,21:05:04.280] [DEBUG] 6 processes running of frp type [2026-04-29,21:20:02.563] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,21:20:04.263] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,21:35:02.403] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,21:35:04.200] [DEBUG] 6 processes running of frp type [2026-04-29,21:50:02.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,21:50:04.582] [DEBUG] 6 processes running of frp type [2026-04-29,22:05:03.130] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,22:05:13.033] [DEBUG] 6 processes running of frp type 2026-04-29 22:06:30.742 [I] [client/service.go:294] [4f0b25bf40b2ea31] try to connect to server... 2026-04-29 22:06:32.051 [I] [client/service.go:286] [4f0b25bf40b2ea31] login to server success, get run id [4f0b25bf40b2ea31] 2026-04-29 22:06:32.053 [I] [proxy/proxy_manager.go:173] [4f0b25bf40b2ea31] proxy added: [DNL01B4203] 2026-04-29 22:06:35.738 [I] [client/control.go:168] [4f0b25bf40b2ea31] [DNL01B4203] start proxy success [2026-04-29,22:20:02.461] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,22: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-04-29,22:35:02.999] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,22:35:04.672] [DEBUG] 6 processes running of frp type [2026-04-29,22:50:02.384] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,22:50:04.274] [DEBUG] 6 processes running of frp type [2026-04-29,23:05:02.733] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,23:05:04.413] [DEBUG] 6 processes running of frp type [2026-04-29,23:20:02.751] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,23: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-29,23:35:04.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,23:35:06.140] [DEBUG] 6 processes running of frp type [2026-04-29,23:50:02.900] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-29,23:50:04.684] [DEBUG] 6 processes running of frp type [2026-04-30,00:05:03.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,00:05:04.964] [DEBUG] 6 processes running of frp type [2026-04-30,00:20:02.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,00: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-04-30,00:35:03.155] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,00:35:04.933] [DEBUG] 6 processes running of frp type [2026-04-30,00:50:02.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,00:50:04.379] [DEBUG] 6 processes running of frp type [2026-04-30,01:05:03.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,01:05:05.566] [DEBUG] 6 processes running of frp type [2026-04-30,01:20:02.838] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,01: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-30,01:35:02.693] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,01:35:04.337] [DEBUG] 6 processes running of frp type [2026-04-30,01:50:02.964] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,01:50:04.576] [DEBUG] 6 processes running of frp type [2026-04-30,02:05:03.009] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,02:05:04.664] [DEBUG] 6 processes running of frp type [2026-04-30,02:20:03.151] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,02: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-30,02:35:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,02:35:04.369] [DEBUG] 6 processes running of frp type [2026-04-30,02:50:03.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,02:50:05.043] [DEBUG] 6 processes running of frp type [2026-04-30,03:05:02.326] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,03:05:04.015] [DEBUG] 6 processes running of frp type [2026-04-30,03:20:02.376] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,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-30,03:35:02.053] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,03:35:03.678] [DEBUG] 6 processes running of frp type [2026-04-30,03:50:02.049] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,03:50:03.709] [DEBUG] 6 processes running of frp type [2026-04-30,04:05:03.147] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,04:05:04.832] [DEBUG] 6 processes running of frp type [2026-04-30,04:20:02.000] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,04:20:03.706] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,04:35:03.046] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,04:35:04.763] [DEBUG] 6 processes running of frp type [2026-04-30,04:50:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,04:50:04.802] [DEBUG] 6 processes running of frp type [2026-04-30,05:05:02.281] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,05:05:04.008] [DEBUG] 6 processes running of frp type [2026-04-30,05:20:02.467] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,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' [2026-04-30,05:35:02.963] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,05:35:04.867] [DEBUG] 6 processes running of frp type [2026-04-30,05:50:02.720] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,05:50:04.766] [DEBUG] 6 processes running of frp type [2026-04-30,06:05:02.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,06:05:04.081] [DEBUG] 6 processes running of frp type [2026-04-30,06:20:02.479] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,06: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-04-30,06:30:55.640] [INFO] Initializing BusSpeedStateManager V2 [2026-04-30,06:30:55.645] [INFO] LocationSqlManager initialising [2026-04-30,06:30:55.646] [INFO] Location DB initialising [2026-04-30,06:30:55.655] [INFO] LocationSqlManager initialisation complete [2026-04-30,06:30:55.656] [DEBUG] UploadManager Init [2026-04-30,06:30:55.656] [DEBUG] UploadManager Init Complete [2026-04-30,06:30:55.659] [INFO] Initializing GPS... [2026-04-30,06:30:55.660] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,06:32:44.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,06:32:46.145] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-30,06:33:03.995] [DEBUG] Log Upload Complete! [2026-04-30,06:35:44.651] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,06:35:46.240] [DEBUG] Remote Access Enabled [2026-04-30,06:35:47.496] [INFO] Server Address: 138.201.17.179 [2026-04-30,06:35:47.497] [INFO] Server Port: 7000 [2026-04-30,06:35:47.502] [DEBUG] Starting Remote Access! 2026-04-30 06:35:47.679 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-30 06:35:47.680 [I] [client/service.go:294] try to connect to server... 2026-04-30 06:35:48.210 [I] [client/service.go:286] [568a8ea514ed21ef] login to server success, get run id [568a8ea514ed21ef] 2026-04-30 06:35:48.210 [I] [proxy/proxy_manager.go:173] [568a8ea514ed21ef] proxy added: [DNL01B4203] 2026-04-30 06:35:48.402 [I] [client/control.go:168] [568a8ea514ed21ef] [DNL01B4203] start proxy success [2026-04-30,06:50:02.183] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,06:50:03.881] [DEBUG] 6 processes running of frp type [2026-04-30,06:48:05.408] [INFO] Initializing BusSpeedStateManager V2 [2026-04-30,06:48:05.416] [INFO] LocationSqlManager initialising [2026-04-30,06:48:05.417] [INFO] Location DB initialising [2026-04-30,06:48:05.428] [INFO] LocationSqlManager initialisation complete [2026-04-30,06:48:05.429] [DEBUG] UploadManager Init [2026-04-30,06:48:05.430] [DEBUG] UploadManager Init Complete [2026-04-30,06:48:05.434] [INFO] Initializing GPS... [2026-04-30,06:48:05.437] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,06:52:54.010] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-30,08:33:04.984] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,08:33:06.650] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-30,08:33:22.352] [DEBUG] Log Upload Complete! [2026-04-30,08:38:39.312] [INFO] Initializing BusSpeedStateManager V2 [2026-04-30,08:38:39.318] [INFO] LocationSqlManager initialising [2026-04-30,08:38:39.319] [INFO] Location DB initialising [2026-04-30,08:38:39.329] [INFO] LocationSqlManager initialisation complete [2026-04-30,08:38:39.330] [DEBUG] UploadManager Init [2026-04-30,08:38:39.331] [DEBUG] UploadManager Init Complete [2026-04-30,08:38:39.334] [INFO] Initializing GPS... [2026-04-30,08:38:39.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' [2026-04-30,08:43:27.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 111] Connection refused')) [2026-04-30,08:43:27.967] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-30,08:50:02.251] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-30,08:58:28.015] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-30,09:05:02.688] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-30,09:13:33.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 111] Connection refused')) [2026-04-30,09:20:02.049] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-04-30,09:28:33.501] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-04-30,09:35:02.827] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-30,09:43: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 111] Connection refused')) [2026-04-30,09:50:02.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-30,09:58:38.717] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-04-30,10:05:02.586] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-30,10:13:38.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 111] Connection refused')) [2026-04-30,10:20:03.040] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-30,21:05:02.326] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,21:05:04.156] [DEBUG] Remote Access Enabled [2026-04-30,21:05:05.661] [INFO] Server Address: 138.201.17.179 [2026-04-30,21:05:05.663] [INFO] Server Port: 7000 [2026-04-30,21:05:05.675] [DEBUG] Starting Remote Access! 2026-04-30 21:05:05.841 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-30 21:05:05.842 [I] [client/service.go:294] try to connect to server... 2026-04-30 21:05:06.385 [I] [client/service.go:286] [0c79b53a170c9885] login to server success, get run id [0c79b53a170c9885] 2026-04-30 21:05:06.386 [I] [proxy/proxy_manager.go:173] [0c79b53a170c9885] proxy added: [DNL01B4203] 2026-04-30 21:05:06.588 [I] [client/control.go:168] [0c79b53a170c9885] [DNL01B4203] start proxy success [2026-04-30,21:20:02.722] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,21: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-30,21:35:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,21:35:04.330] [DEBUG] 6 processes running of frp type [2026-04-30,21:50:03.148] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,21:50:04.851] [DEBUG] 6 processes running of frp type [2026-04-30,22:05:02.354] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,22:05:05.581] [DEBUG] 6 processes running of frp type [2026-04-30,22:20:02.915] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,22:20:04.541] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,22:35:02.940] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,22:35:04.659] [DEBUG] 6 processes running of frp type 2026-04-30 22:49:58.445 [I] [client/service.go:294] [0c79b53a170c9885] try to connect to server... 2026-04-30 22:49:59.154 [I] [client/service.go:286] [0c79b53a170c9885] login to server success, get run id [0c79b53a170c9885] 2026-04-30 22:49:59.156 [I] [proxy/proxy_manager.go:173] [0c79b53a170c9885] proxy added: [DNL01B4203] 2026-04-30 22:49:59.327 [I] [client/control.go:168] [0c79b53a170c9885] [DNL01B4203] start proxy success [2026-04-30,22:50:02.565] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,22:50:04.256] [DEBUG] 6 processes running of frp type [2026-04-30,23:05:02.749] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,23:05:04.406] [DEBUG] 6 processes running of frp type [2026-04-30,23:20:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,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' [2026-04-30,23:35:02.495] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,23:35:04.257] [DEBUG] 6 processes running of frp type [2026-04-30,23:50:02.912] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-04-30,23:50:04.673] [DEBUG] 6 processes running of frp type [2026-05-01,00:05:03.146] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,00:05:04.728] [DEBUG] 6 processes running of frp type [2026-05-01,00:20:02.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,00: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' [2026-05-01,00:35:02.731] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,00:35:04.485] [DEBUG] 6 processes running of frp type [2026-05-01,00:50:01.982] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,00:50:03.682] [DEBUG] 6 processes running of frp type [2026-05-01,01:05:03.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,01:05:04.734] [DEBUG] 6 processes running of frp type [2026-05-01,01:20:02.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,01: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' [2026-05-01,01:35:02.956] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,01:35:04.642] [DEBUG] 6 processes running of frp type [2026-05-01,01:50:02.162] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,01:50:03.834] [DEBUG] 6 processes running of frp type [2026-05-01,02:05:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,02:05:04.048] [DEBUG] 6 processes running of frp type [2026-05-01,02:20:02.319] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,02: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-01,02:35:03.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,02:35:04.828] [DEBUG] 6 processes running of frp type 2026-05-01 02:49:16.708 [I] [client/service.go:294] [0c79b53a170c9885] try to connect to server... 2026-05-01 02:49:17.308 [I] [client/service.go:286] [0c79b53a170c9885] login to server success, get run id [0c79b53a170c9885] 2026-05-01 02:49:17.309 [I] [proxy/proxy_manager.go:173] [0c79b53a170c9885] proxy added: [DNL01B4203] 2026-05-01 02:49:17.516 [I] [client/control.go:168] [0c79b53a170c9885] [DNL01B4203] start proxy success [2026-05-01,02:50:02.627] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,02:50:04.254] [DEBUG] 6 processes running of frp type [2026-05-01,03:05:02.641] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,03:05:04.305] [DEBUG] 6 processes running of frp type [2026-05-01,03:20:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,03: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-05-01,03:35:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,03:35:04.230] [DEBUG] 6 processes running of frp type [2026-05-01,03:50:03.066] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,03:50:04.703] [DEBUG] 6 processes running of frp type [2026-05-01,04:05:03.144] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,04:05:05.114] [DEBUG] 6 processes running of frp type [2026-05-01,04:20:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,04: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-05-01,04:35:02.907] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,04:35:04.561] [DEBUG] 6 processes running of frp type [2026-05-01,04:50:03.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,04:50:04.827] [DEBUG] 6 processes running of frp type [2026-05-01,05:05:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,05:05:04.082] [DEBUG] 6 processes running of frp type [2026-05-01,05:20:02.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,05:20:04.022] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,05:35:04.747] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,05:35:06.511] [DEBUG] 6 processes running of frp type [2026-05-01,05:50:02.174] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,05:50:03.793] [DEBUG] 6 processes running of frp type [2026-05-01,06:05:02.149] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,06:05:04.056] [DEBUG] 6 processes running of frp type [2026-05-01,06:20:02.475] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,06:20:04.232] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,06:30:41.466] [INFO] Initializing BusSpeedStateManager V2 [2026-05-01,06:30:41.474] [INFO] LocationSqlManager initialising [2026-05-01,06:30:41.475] [INFO] Location DB initialising [2026-05-01,06:30:41.486] [INFO] LocationSqlManager initialisation complete [2026-05-01,06:30:41.487] [DEBUG] UploadManager Init [2026-05-01,06:30:41.488] [DEBUG] UploadManager Init Complete [2026-05-01,06:30:41.492] [INFO] Initializing GPS... [2026-05-01,06:30:41.495] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,06:32:29.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,06:32:31.424] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-01,06:32:57.453] [DEBUG] Log Upload Complete! [2026-05-01,06:35:29.857] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,06:35:31.689] [DEBUG] Remote Access Enabled [2026-05-01,06:35:33.023] [INFO] Server Address: 138.201.17.179 [2026-05-01,06:35:33.025] [INFO] Server Port: 7000 [2026-05-01,06:35:33.034] [DEBUG] Starting Remote Access! 2026-05-01 06:35:33.217 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-01 06:35:33.219 [I] [client/service.go:294] try to connect to server... 2026-05-01 06:35:33.866 [I] [client/service.go:286] [ae3e0fbd3a38a8b8] login to server success, get run id [ae3e0fbd3a38a8b8] 2026-05-01 06:35:33.867 [I] [proxy/proxy_manager.go:173] [ae3e0fbd3a38a8b8] proxy added: [DNL01B4203] 2026-05-01 06:35:34.236 [I] [client/control.go:168] [ae3e0fbd3a38a8b8] [DNL01B4203] start proxy success [2026-05-01,06:50:02.050] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,06:50:04.717] [DEBUG] 6 processes running of frp type [2026-05-01,07:05:02.501] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,07:05:04.656] [DEBUG] 6 processes running of frp type [2026-05-01,07:20:02.926] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,07:20:05.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-01,07:35:02.840] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,07:35:04.467] [DEBUG] 6 processes running of frp type [2026-05-01,07:50:02.160] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,07:50:03.832] [DEBUG] 6 processes running of frp type [2026-05-01,08:02:02.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,08:02:03.950] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-01,08:02:20.709] [DEBUG] Log Upload Complete! [2026-05-01,08:05:02.315] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,08:05:04.176] [DEBUG] 6 processes running of frp type [2026-05-01,08:20:02.623] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,08: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-05-01,08:35:02.505] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,08:35:05.063] [DEBUG] 6 processes running of frp type [2026-05-01,08:31:02.293] [INFO] Initializing BusSpeedStateManager V2 [2026-05-01,08:31:02.299] [INFO] LocationSqlManager initialising [2026-05-01,08:31:02.299] [INFO] Location DB initialising [2026-05-01,08:31:02.309] [INFO] LocationSqlManager initialisation complete [2026-05-01,08:31:02.310] [DEBUG] UploadManager Init [2026-05-01,08:31:02.311] [DEBUG] UploadManager Init Complete [2026-05-01,08:31:02.314] [INFO] Initializing GPS... [2026-05-01,08:31:02.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-05-01,08:35:51.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')) [2026-05-01,13:05:02.851] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,13:05:04.649] [DEBUG] Remote Access Enabled [2026-05-01,13:05:06.136] [INFO] Server Address: 138.201.17.179 [2026-05-01,13:05:06.137] [INFO] Server Port: 7000 [2026-05-01,13:05:06.142] [DEBUG] Starting Remote Access! 2026-05-01 13:05:06.273 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-01 13:05:06.274 [I] [client/service.go:294] try to connect to server... 2026-05-01 13:05:06.875 [I] [client/service.go:286] [a1f0347a39553bc7] login to server success, get run id [a1f0347a39553bc7] 2026-05-01 13:05:06.876 [I] [proxy/proxy_manager.go:173] [a1f0347a39553bc7] proxy added: [DNL01B4203] 2026-05-01 13:05:07.080 [I] [client/control.go:168] [a1f0347a39553bc7] [DNL01B4203] start proxy success [2026-05-01,13:20:02.504] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,13: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-05-01,13:35:02.354] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,13:35:04.149] [DEBUG] 6 processes running of frp type [2026-05-01,13:50:02.924] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,13:50:04.784] [DEBUG] 6 processes running of frp type [2026-05-01,14:05:04.303] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,14:05:06.351] [DEBUG] 6 processes running of frp type [2026-05-01,14:20:05.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,14:20:07.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-05-01,14:35:05.147] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,14:35:07.306] [DEBUG] 6 processes running of frp type [2026-05-01,14:50:04.312] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,14:50:06.434] [DEBUG] 6 processes running of frp type [2026-05-01,14:29:37.805] [INFO] Initializing BusSpeedStateManager V2 [2026-05-01,14:29:37.810] [INFO] LocationSqlManager initialising [2026-05-01,14:29:37.810] [INFO] Location DB initialising [2026-05-01,14:29:37.820] [INFO] LocationSqlManager initialisation complete [2026-05-01,14:29:37.821] [DEBUG] UploadManager Init [2026-05-01,14:29:37.821] [DEBUG] UploadManager Init Complete [2026-05-01,14:29:37.824] [INFO] Initializing GPS... [2026-05-01,14:29:37.825] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,14:34:26.312] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-01,16:46:23.867] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,16:46:25.793] [DEBUG] Remote Access Enabled [2026-05-01,16:46:27.104] [INFO] Server Address: 138.201.17.179 [2026-05-01,16:46:27.106] [INFO] Server Port: 7000 [2026-05-01,16:46:27.114] [DEBUG] Starting Remote Access! 2026-05-01 16:46:27.308 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-01 16:46:27.309 [I] [client/service.go:294] try to connect to server... 2026-05-01 16:46:27.924 [I] [client/service.go:286] [54856ccd5c4f7d40] login to server success, get run id [54856ccd5c4f7d40] 2026-05-01 16:46:27.925 [I] [proxy/proxy_manager.go:173] [54856ccd5c4f7d40] proxy added: [DNL01B4203] 2026-05-01 16:46:28.282 [I] [client/control.go:168] [54856ccd5c4f7d40] [DNL01B4203] start proxy success 2026-05-01 17:00:13.187 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:00:13.987 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 17:00:16.122 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:00:16.124 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:00:20.706 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:00:20.707 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:00:30.089 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:00:30.091 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2026-05-01,17:00:47.421] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-05-01 17:00:49.607 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:00:49.608 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:01:09.609 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:01:09.610 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:01:29.611 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:01:29.612 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:01:49.613 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:01:49.614 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:02:09.614 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:02:09.616 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:02:29.617 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:02:29.618 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:02:49.619 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:02:49.621 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:03:09.622 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:03:09.623 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:03:29.625 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:03:29.626 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:03:49.627 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:03:49.628 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:04:09.629 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:04:09.631 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:04:29.632 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:04:29.633 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:04:49.633 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:04:49.635 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:05:09.636 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:05:09.637 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:05:29.638 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:05:29.643 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:05:49.644 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:05:50.590 [I] [client/service.go:286] [54856ccd5c4f7d40] login to server success, get run id [54856ccd5c4f7d40] 2026-05-01 17:05:50.591 [I] [proxy/proxy_manager.go:173] [54856ccd5c4f7d40] proxy added: [DNL01B4203] 2026-05-01 17:05:51.873 [I] [client/control.go:168] [54856ccd5c4f7d40] [DNL01B4203] start proxy success 2026-05-01 17:07:00.016 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:07:00.018 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:07:02.185 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:07:02.186 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:07:06.933 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:07:06.934 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:07:16.706 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:07:16.708 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:07:36.709 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:07:36.711 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:07:56.711 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:07:56.713 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:08:16.713 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:08:16.715 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:08:36.716 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:08:36.717 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:08:56.718 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:08:56.720 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:09:16.721 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:09:16.722 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:09:36.723 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:09:36.725 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:09:56.725 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:09:56.727 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:10:16.728 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:10:16.729 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:10:36.730 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:10:36.731 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:10:56.733 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:10:56.734 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:11:16.736 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:11:16.737 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:11:36.738 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:11:36.739 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:11:56.740 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:11:56.747 [W] [client/service.go:297] [54856ccd5c4f7d40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:12:16.748 [I] [client/service.go:294] [54856ccd5c4f7d40] try to connect to server... 2026-05-01 17:12:17.286 [I] [client/service.go:286] [54856ccd5c4f7d40] login to server success, get run id [54856ccd5c4f7d40] 2026-05-01 17:12:17.288 [I] [proxy/proxy_manager.go:173] [54856ccd5c4f7d40] proxy added: [DNL01B4203] 2026-05-01 17:12:17.516 [I] [client/control.go:168] [54856ccd5c4f7d40] [DNL01B4203] start proxy success [2026-05-01,17:20:03.120] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,17: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-01,17:35:02.275] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,17:35:04.034] [DEBUG] 6 processes running of frp type [2026-05-01,17:50:02.693] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,17:50:04.406] [DEBUG] 6 processes running of frp type [2026-05-01,18:05:02.798] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,18:05:04.417] [DEBUG] 6 processes running of frp type [2026-05-01,18:20:02.664] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,18:20:04.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-01,18:35:02.485] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,18:35:04.444] [DEBUG] 6 processes running of frp type [2026-05-01,18:50:02.952] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,18:50:04.926] [DEBUG] 6 processes running of frp type [2026-05-01,19:05:02.391] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,19:05:04.122] [DEBUG] 6 processes running of frp type [2026-05-01,19:20:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,19:20:04.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-05-01,19:35:02.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,19:35:03.820] [DEBUG] 6 processes running of frp type [2026-05-01,19:50:02.556] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,19:50:04.198] [DEBUG] 6 processes running of frp type [2026-05-01,20:05:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,20:05:09.580] [DEBUG] 6 processes running of frp type [2026-05-01,20:20:03.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,20: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-01,20:30:41.508] [INFO] Initializing BusSpeedStateManager V2 [2026-05-01,20:30:41.514] [INFO] LocationSqlManager initialising [2026-05-01,20:30:41.515] [INFO] Location DB initialising [2026-05-01,20:30:41.524] [INFO] LocationSqlManager initialisation complete [2026-05-01,20:30:41.525] [DEBUG] UploadManager Init [2026-05-01,20:30:41.526] [DEBUG] UploadManager Init Complete [2026-05-01,20:30:41.529] [INFO] Initializing GPS... [2026-05-01,20:30:41.531] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:30.042] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,20:32:31.701] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-01,20:32:47.985] [DEBUG] Log Upload Complete! [2026-05-01,20:35:30.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,20:35:31.700] [DEBUG] Remote Access Enabled [2026-05-01,20:35:33.004] [INFO] Server Address: 138.201.17.179 [2026-05-01,20:35:33.005] [INFO] Server Port: 7000 [2026-05-01,20:35:33.010] [DEBUG] Starting Remote Access! 2026-05-01 20:35:33.161 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-01 20:35:33.162 [I] [client/service.go:294] try to connect to server... 2026-05-01 20:35:33.703 [I] [client/service.go:286] [40842ef9b32d134e] login to server success, get run id [40842ef9b32d134e] 2026-05-01 20:35:33.706 [I] [proxy/proxy_manager.go:173] [40842ef9b32d134e] proxy added: [DNL01B4203] 2026-05-01 20:35:33.883 [I] [client/control.go:168] [40842ef9b32d134e] [DNL01B4203] start proxy success [2026-05-01,20:50:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,20:50:04.613] [DEBUG] 6 processes running of frp type [2026-05-01,21:05:03.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,21:05:05.320] [DEBUG] 6 processes running of frp type [2026-05-01,21:20:02.651] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,21:20:04.487] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,21:35:01.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,21:35:03.628] [DEBUG] 6 processes running of frp type [2026-05-01,21:50:02.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,21:50:04.337] [DEBUG] 6 processes running of frp type 2026-05-01 21:59:48.836 [I] [client/service.go:294] [40842ef9b32d134e] try to connect to server... 2026-05-01 21:59:58.838 [W] [client/service.go:297] [40842ef9b32d134e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 21:59:58.839 [I] [client/service.go:294] [40842ef9b32d134e] try to connect to server... 2026-05-01 22:00:08.841 [W] [client/service.go:297] [40842ef9b32d134e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 22:00:08.841 [I] [client/service.go:294] [40842ef9b32d134e] try to connect to server... 2026-05-01 22:00:18.843 [W] [client/service.go:297] [40842ef9b32d134e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 22:00:18.844 [I] [client/service.go:294] [40842ef9b32d134e] try to connect to server... 2026-05-01 22:00:28.845 [W] [client/service.go:297] [40842ef9b32d134e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 22:00:28.847 [I] [client/service.go:294] [40842ef9b32d134e] try to connect to server... 2026-05-01 22:00:38.849 [W] [client/service.go:297] [40842ef9b32d134e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 22:00:58.850 [I] [client/service.go:294] [40842ef9b32d134e] try to connect to server... 2026-05-01 22:01:08.852 [W] [client/service.go:297] [40842ef9b32d134e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 22:01:28.853 [I] [client/service.go:294] [40842ef9b32d134e] try to connect to server... 2026-05-01 22:01:38.855 [W] [client/service.go:297] [40842ef9b32d134e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 22:01:58.856 [I] [client/service.go:294] [40842ef9b32d134e] try to connect to server... 2026-05-01 22:01:59.455 [I] [client/service.go:286] [40842ef9b32d134e] login to server success, get run id [40842ef9b32d134e] 2026-05-01 22:01:59.457 [I] [proxy/proxy_manager.go:173] [40842ef9b32d134e] proxy added: [DNL01B4203] 2026-05-01 22:01:59.628 [I] [client/control.go:168] [40842ef9b32d134e] [DNL01B4203] start proxy success [2026-05-01,22:05:02.848] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,22:05:04.613] [DEBUG] 6 processes running of frp type [2026-05-01,22:20:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,22: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-05-01,22:35:02.286] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,22:35:03.950] [DEBUG] 6 processes running of frp type [2026-05-01,22:50:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,22:50:05.281] [DEBUG] 6 processes running of frp type [2026-05-01,23:05:02.811] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,23:05:05.200] [DEBUG] 6 processes running of frp type [2026-05-01,23:20:02.747] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,23: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-05-01,23:35:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,23:35:04.159] [DEBUG] 6 processes running of frp type [2026-05-01,23:50:02.668] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-01,23:50:04.344] [DEBUG] 6 processes running of frp type [2026-05-02,00:05:02.797] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,00:05:04.640] [DEBUG] 6 processes running of frp type [2026-05-02,00:20:02.893] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,00: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-05-02,00:35:02.445] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,00:35:04.282] [DEBUG] 6 processes running of frp type [2026-05-02,00:50:02.723] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,00:50:04.383] [DEBUG] 6 processes running of frp type [2026-05-02,01:05:02.844] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,01:05:04.531] [DEBUG] 6 processes running of frp type [2026-05-02,01:20:02.930] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,01: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-05-02,01:35:02.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,01:35:03.690] [DEBUG] 6 processes running of frp type [2026-05-02,01:50:02.268] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,01:50:04.206] [DEBUG] 6 processes running of frp type [2026-05-02,02:05:02.601] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,02:05:04.707] [DEBUG] 6 processes running of frp type [2026-05-02,02:20:01.996] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,02: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-05-02,02:35:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,02:35:04.269] [DEBUG] 6 processes running of frp type [2026-05-02,02:50:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,02:50:04.654] [DEBUG] 6 processes running of frp type [2026-05-02,03:05:03.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,03:05:04.735] [DEBUG] 6 processes running of frp type [2026-05-02,03:20:02.067] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,03: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-05-02,03:35:02.846] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,03:35:04.589] [DEBUG] 6 processes running of frp type [2026-05-02,03:50:02.233] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,03:50:03.936] [DEBUG] 6 processes running of frp type [2026-05-02,04:05:02.237] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,04:05:04.142] [DEBUG] 6 processes running of frp type [2026-05-02,04:20:02.454] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,04: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-05-02,04:35:02.206] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,04:35:03.900] [DEBUG] 6 processes running of frp type [2026-05-02,04:50:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,04:50:04.197] [DEBUG] 6 processes running of frp type [2026-05-02,05:05:02.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,05:05:04.228] [DEBUG] 6 processes running of frp type [2026-05-02,05:20:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,05: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-05-02,05:35:02.471] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,05:35:04.133] [DEBUG] 6 processes running of frp type [2026-05-02,05:50:02.857] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,05:50:04.609] [DEBUG] 6 processes running of frp type [2026-05-02,06:05:03.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,06:05:05.634] [DEBUG] 6 processes running of frp type [2026-05-02,06:20:03.132] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,06: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-05-02,06:30:41.822] [INFO] Initializing BusSpeedStateManager V2 [2026-05-02,06:30:41.827] [INFO] LocationSqlManager initialising [2026-05-02,06:30:41.828] [INFO] Location DB initialising [2026-05-02,06:30:41.837] [INFO] LocationSqlManager initialisation complete [2026-05-02,06:30:41.838] [DEBUG] UploadManager Init [2026-05-02,06:30:41.838] [DEBUG] UploadManager Init Complete [2026-05-02,06:30:41.841] [INFO] Initializing GPS... [2026-05-02,06:30:41.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-05-02,06:32:30.475] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,06:32:32.325] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-02,06:32:49.134] [DEBUG] Log Upload Complete! [2026-05-02,06:35:30.675] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,06:35:32.356] [DEBUG] Remote Access Enabled [2026-05-02,06:35:33.658] [INFO] Server Address: 138.201.17.179 [2026-05-02,06:35:33.659] [INFO] Server Port: 7000 [2026-05-02,06:35:33.663] [DEBUG] Starting Remote Access! 2026-05-02 06:35:33.838 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-02 06:35:33.839 [I] [client/service.go:294] try to connect to server... 2026-05-02 06:35:34.342 [I] [client/service.go:286] [af455f65b83214d5] login to server success, get run id [af455f65b83214d5] 2026-05-02 06:35:34.343 [I] [proxy/proxy_manager.go:173] [af455f65b83214d5] proxy added: [DNL01B4203] 2026-05-02 06:35:34.534 [I] [client/control.go:168] [af455f65b83214d5] [DNL01B4203] start proxy success [2026-05-02,06:50:02.567] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,06:50:04.237] [DEBUG] 6 processes running of frp type [2026-05-02,06:47:51.698] [INFO] Initializing BusSpeedStateManager V2 [2026-05-02,06:47:51.703] [INFO] LocationSqlManager initialising [2026-05-02,06:47:51.704] [INFO] Location DB initialising [2026-05-02,06:47:51.713] [INFO] LocationSqlManager initialisation complete [2026-05-02,06:47:51.714] [DEBUG] UploadManager Init [2026-05-02,06:47:51.714] [DEBUG] UploadManager Init Complete [2026-05-02,06:47:51.717] [INFO] Initializing GPS... [2026-05-02,06:47:51.719] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,06:52:40.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')) [2026-05-02,19:20:03.019] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,19:20:04.788] [DEBUG] Remote Access Enabled [2026-05-02,19:20:06.225] [INFO] Server Address: 138.201.17.179 [2026-05-02,19:20:06.226] [INFO] Server Port: 7000 [2026-05-02,19:20:06.230] [DEBUG] Starting Remote Access! 2026-05-02 19:20:06.362 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-02 19:20:06.363 [I] [client/service.go:294] try to connect to server... 2026-05-02 19:20:06.970 [I] [client/service.go:286] [847c528d72b18cab] login to server success, get run id [847c528d72b18cab] 2026-05-02 19:20:06.971 [I] [proxy/proxy_manager.go:173] [847c528d72b18cab] proxy added: [DNL01B4203] 2026-05-02 19:20:07.186 [I] [client/control.go:168] [847c528d72b18cab] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.466] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,19:35:04.122] [DEBUG] 6 processes running of frp type [2026-05-02,19:50:02.912] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,19:50:04.516] [DEBUG] 6 processes running of frp type [2026-05-02,20:05:02.939] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,20:05:09.895] [DEBUG] 6 processes running of frp type [2026-05-02,20:20:02.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,20: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-05-02,20:30:43.052] [INFO] Initializing BusSpeedStateManager V2 [2026-05-02,20:30:43.060] [INFO] LocationSqlManager initialising [2026-05-02,20:30:43.061] [INFO] Location DB initialising [2026-05-02,20:30:43.072] [INFO] LocationSqlManager initialisation complete [2026-05-02,20:30:43.073] [DEBUG] UploadManager Init [2026-05-02,20:30:43.074] [DEBUG] UploadManager Init Complete [2026-05-02,20:30:43.078] [INFO] Initializing GPS... [2026-05-02,20:30:43.081] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:31.637] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,20:32:33.270] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-02,20:32:49.188] [DEBUG] Log Upload Complete! [2026-05-02,20:35:31.739] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,20:35:33.375] [DEBUG] Remote Access Enabled [2026-05-02,20:35:34.801] [INFO] Server Address: 138.201.17.179 [2026-05-02,20:35:34.802] [INFO] Server Port: 7000 [2026-05-02,20:35:34.807] [DEBUG] Starting Remote Access! 2026-05-02 20:35:35.011 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-02 20:35:35.012 [I] [client/service.go:294] try to connect to server... 2026-05-02 20:35:35.582 [I] [client/service.go:286] [dbb4af25677f791e] login to server success, get run id [dbb4af25677f791e] 2026-05-02 20:35:35.583 [I] [proxy/proxy_manager.go:173] [dbb4af25677f791e] proxy added: [DNL01B4203] 2026-05-02 20:35:35.820 [I] [client/control.go:168] [dbb4af25677f791e] [DNL01B4203] start proxy success [2026-05-02,20:50:02.836] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,20:50:04.597] [DEBUG] 6 processes running of frp type [2026-05-02,21:05:08.210] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,21:05:10.167] [DEBUG] 6 processes running of frp type [2026-05-02,21:20:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,21:20:04.238] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,21:35:02.345] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,21:35:03.948] [DEBUG] 6 processes running of frp type [2026-05-02,21:50:02.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,21:50:04.336] [DEBUG] 6 processes running of frp type [2026-05-02,22:05:02.891] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,22:05:04.573] [DEBUG] 6 processes running of frp type [2026-05-02,22:20:04.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,22:20:06.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-05-02,22:35:02.869] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,22:35:04.511] [DEBUG] 6 processes running of frp type [2026-05-02,22:50:02.300] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,22:50:03.975] [DEBUG] 6 processes running of frp type 2026-05-02 23:04:37.181 [I] [client/service.go:294] [dbb4af25677f791e] try to connect to server... 2026-05-02 23:04:47.184 [W] [client/service.go:297] [dbb4af25677f791e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 23:04:47.185 [I] [client/service.go:294] [dbb4af25677f791e] try to connect to server... 2026-05-02 23:04:52.989 [I] [client/service.go:286] [dbb4af25677f791e] login to server success, get run id [dbb4af25677f791e] 2026-05-02 23:04:52.991 [I] [proxy/proxy_manager.go:173] [dbb4af25677f791e] proxy added: [DNL01B4203] 2026-05-02 23:04:53.229 [I] [client/control.go:168] [dbb4af25677f791e] [DNL01B4203] start proxy success [2026-05-02,23:05:02.489] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,23:05:04.361] [DEBUG] 6 processes running of frp type [2026-05-02,23:20:02.584] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,23:20:04.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,23:35:02.690] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,23:35:04.465] [DEBUG] 6 processes running of frp type [2026-05-02,23:50:02.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-02,23:50:03.717] [DEBUG] 6 processes running of frp type [2026-05-03,00:05:02.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,00:05:03.861] [DEBUG] 6 processes running of frp type [2026-05-03,00:20:02.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,00:20:03.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-05-03,00:35:03.215] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,00:35:05.134] [DEBUG] 6 processes running of frp type [2026-05-03,00:50:03.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,00:50:04.681] [DEBUG] 6 processes running of frp type [2026-05-03,01:05:03.042] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,01:05:05.017] [DEBUG] 6 processes running of frp type [2026-05-03,01:20:02.423] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,01: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-05-03,01:35:02.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,01:35:04.020] [DEBUG] 6 processes running of frp type [2026-05-03,01:50:02.710] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,01:50:04.454] [DEBUG] 6 processes running of frp type [2026-05-03,02:05:03.033] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,02:05:04.976] [DEBUG] 6 processes running of frp type [2026-05-03,02:20:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,02: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-05-03,02:35:02.945] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,02:35:04.857] [DEBUG] 6 processes running of frp type [2026-05-03,02:50:02.704] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,02:50:04.912] [DEBUG] 6 processes running of frp type [2026-05-03,03:05:02.379] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,03:05:04.100] [DEBUG] 6 processes running of frp type [2026-05-03,03:20:02.483] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,03:20:04.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-03,03:35:02.056] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,03:35:03.914] [DEBUG] 6 processes running of frp type [2026-05-03,03:50:02.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,03:50:04.689] [DEBUG] 6 processes running of frp type [2026-05-03,04:05:03.119] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,04:05:05.344] [DEBUG] 6 processes running of frp type [2026-05-03,04:20:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,04: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-05-03,04:35:02.206] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,04:35:04.248] [DEBUG] 6 processes running of frp type [2026-05-03,04:50:02.992] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,04:50:04.716] [DEBUG] 6 processes running of frp type [2026-05-03,05:05:01.861] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,05:05:03.577] [DEBUG] 6 processes running of frp type [2026-05-03,05:20:02.854] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,05: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-05-03,05:35:02.518] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,05:35:04.477] [DEBUG] 6 processes running of frp type [2026-05-03,05:50:02.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,05:50:03.974] [DEBUG] 6 processes running of frp type [2026-05-03,06:05:02.385] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,06:05:04.319] [DEBUG] 6 processes running of frp type [2026-05-03,06:20:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,06: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-05-03,06:30:41.395] [INFO] Initializing BusSpeedStateManager V2 [2026-05-03,06:30:41.401] [INFO] LocationSqlManager initialising [2026-05-03,06:30:41.402] [INFO] Location DB initialising [2026-05-03,06:30:41.413] [INFO] LocationSqlManager initialisation complete [2026-05-03,06:30:41.415] [DEBUG] UploadManager Init [2026-05-03,06:30:41.415] [DEBUG] UploadManager Init Complete [2026-05-03,06:30:41.420] [INFO] Initializing GPS... [2026-05-03,06:30:41.423] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,06:32:29.631] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,06:32:31.283] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-03,06:32:48.378] [DEBUG] Log Upload Complete! [2026-05-03,06:35:29.867] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,06:35:31.789] [DEBUG] Remote Access Enabled [2026-05-03,06:35:33.184] [INFO] Server Address: 138.201.17.179 [2026-05-03,06:35:33.185] [INFO] Server Port: 7000 [2026-05-03,06:35:33.194] [DEBUG] Starting Remote Access! 2026-05-03 06:35:33.403 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-03 06:35:33.404 [I] [client/service.go:294] try to connect to server... 2026-05-03 06:35:33.972 [I] [client/service.go:286] [76723713e3130e79] login to server success, get run id [76723713e3130e79] 2026-05-03 06:35:33.972 [I] [proxy/proxy_manager.go:173] [76723713e3130e79] proxy added: [DNL01B4203] 2026-05-03 06:35:34.157 [I] [client/control.go:168] [76723713e3130e79] [DNL01B4203] start proxy success [2026-05-03,06:50:02.618] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,06:50:04.563] [DEBUG] 6 processes running of frp type [2026-05-03,07:05:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,07:05:04.598] [DEBUG] 6 processes running of frp type [2026-05-03,07:20:02.928] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,07:20:04.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-05-03,07:35:02.520] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,07:35:04.241] [DEBUG] 6 processes running of frp type [2026-05-03,07:50:03.064] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,07:50:04.686] [DEBUG] 6 processes running of frp type [2026-05-03,08:02:01.894] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,08:02:03.503] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:33.695] [DEBUG] Log Upload Complete! [2026-05-03,08:05:02.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,08:05:03.893] [DEBUG] 6 processes running of frp type [2026-05-03,07:39:02.626] [INFO] Initializing BusSpeedStateManager V2 [2026-05-03,07:39:02.632] [INFO] LocationSqlManager initialising [2026-05-03,07:39:02.633] [INFO] Location DB initialising [2026-05-03,07:39:02.643] [INFO] LocationSqlManager initialisation complete [2026-05-03,07:39:02.644] [DEBUG] UploadManager Init [2026-05-03,07:39:02.644] [DEBUG] UploadManager Init Complete [2026-05-03,07:39:02.647] [INFO] Initializing GPS... [2026-05-03,07:39:02.649] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:43:51.637] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-03,18:50:02.617] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,18:50:04.250] [DEBUG] Remote Access Enabled [2026-05-03,18:50:05.466] [INFO] Server Address: 138.201.17.179 [2026-05-03,18:50:05.466] [INFO] Server Port: 7000 [2026-05-03,18:50:05.471] [DEBUG] Starting Remote Access! 2026-05-03 18:50:05.599 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-03 18:50:05.600 [I] [client/service.go:294] try to connect to server... 2026-05-03 18:50:06.136 [I] [client/service.go:286] [82bad46a8f3797a8] login to server success, get run id [82bad46a8f3797a8] 2026-05-03 18:50:06.137 [I] [proxy/proxy_manager.go:173] [82bad46a8f3797a8] proxy added: [DNL01B4203] 2026-05-03 18:50:06.310 [I] [client/control.go:168] [82bad46a8f3797a8] [DNL01B4203] start proxy success [2026-05-03,19:05:02.275] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,19:05:03.978] [DEBUG] 6 processes running of frp type [2026-05-03,19:20:02.268] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,19: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' [2026-05-03,19:35:02.162] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,19:35:03.783] [DEBUG] 6 processes running of frp type [2026-05-03,19:50:02.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,19:50:03.987] [DEBUG] 6 processes running of frp type [2026-05-03,20:05:02.359] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,20:05:04.063] [DEBUG] 6 processes running of frp type [2026-05-03,20:20:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,20:20:03.957] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,20:30:41.011] [INFO] Initializing BusSpeedStateManager V2 [2026-05-03,20:30:41.018] [INFO] LocationSqlManager initialising [2026-05-03,20:30:41.019] [INFO] Location DB initialising [2026-05-03,20:30:41.028] [INFO] LocationSqlManager initialisation complete [2026-05-03,20:30:41.028] [DEBUG] UploadManager Init [2026-05-03,20:30:41.029] [DEBUG] UploadManager Init Complete [2026-05-03,20:30:41.031] [INFO] Initializing GPS... [2026-05-03,20:30:41.033] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:28.912] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,20:32:30.553] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,20:32:55.120] [DEBUG] Log Upload Complete! [2026-05-03,20:35:29.092] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,20:35:30.712] [DEBUG] Remote Access Enabled [2026-05-03,20:35:31.975] [INFO] Server Address: 138.201.17.179 [2026-05-03,20:35:31.976] [INFO] Server Port: 7000 [2026-05-03,20:35:31.981] [DEBUG] Starting Remote Access! 2026-05-03 20:35:32.132 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-03 20:35:32.133 [I] [client/service.go:294] try to connect to server... 2026-05-03 20:35:32.717 [I] [client/service.go:286] [bd9340b119ae7f45] login to server success, get run id [bd9340b119ae7f45] 2026-05-03 20:35:32.720 [I] [proxy/proxy_manager.go:173] [bd9340b119ae7f45] proxy added: [DNL01B4203] 2026-05-03 20:35:32.909 [I] [client/control.go:168] [bd9340b119ae7f45] [DNL01B4203] start proxy success [2026-05-03,20:50:03.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,20:50:04.931] [DEBUG] 6 processes running of frp type [2026-05-03,21:05:02.220] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,21:05:04.181] [DEBUG] 6 processes running of frp type [2026-05-03,21:20:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,21: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-05-03,21:35:02.509] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,21:35:04.156] [DEBUG] 6 processes running of frp type [2026-05-03,21:50:03.020] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,21:50:04.849] [DEBUG] 6 processes running of frp type [2026-05-03,22:05:02.357] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,22:05:04.162] [DEBUG] 6 processes running of frp type [2026-05-03,22:20:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,22: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-05-03,22:35:02.066] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,22:35:03.813] [DEBUG] 6 processes running of frp type [2026-05-03,22:50:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,22:50:04.179] [DEBUG] 6 processes running of frp type [2026-05-03,23:05:02.612] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,23:05:05.455] [DEBUG] 6 processes running of frp type [2026-05-03,23:20:02.634] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,23: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-05-03,23:35:02.261] [DEBUG] Device Mac: 78-22-88-e9-a7-65 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 700, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) [2026-05-03,23:50:02.845] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-03,23:50:04.194] [DEBUG] Remote Access Disabled [2026-05-04,00:05:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-04,00:20:06.011] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,00:20:08.055] [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.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,00:35:04.975] [DEBUG] Remote Access Disabled [2026-05-04,00:50:02.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,00:50:04.288] [DEBUG] Remote Access Disabled [2026-05-04,01:05:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,01:05:04.096] [DEBUG] Remote Access Disabled [2026-05-04,01:20:02.498] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,01:20:03.889] [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.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,01:35:04.406] [DEBUG] Remote Access Disabled [2026-05-04,01:50:03.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,01:50:04.545] [DEBUG] Remote Access Disabled [2026-05-04,02:05:03.024] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,02:05:04.297] [DEBUG] Remote Access Disabled [2026-05-04,02:20:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,02:20:03.895] [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.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,02:35:03.974] [DEBUG] Remote Access Disabled [2026-05-04,02:50:02.776] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,02:50:04.570] [DEBUG] 6 processes running of frp type [2026-05-04,03:05:03.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,03:05:04.855] [DEBUG] 6 processes running of frp type [2026-05-04,03:20:02.349] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,03:20:04.068] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,03:35:02.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,03:35:04.677] [DEBUG] 6 processes running of frp type [2026-05-04,03:50:02.227] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,03:50:03.956] [DEBUG] 6 processes running of frp type [2026-05-04,04:05:02.325] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,04:05:04.002] [DEBUG] 6 processes running of frp type [2026-05-04,04:20:02.355] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,04: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-05-04,04:35:03.070] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,04:35:04.720] [DEBUG] 6 processes running of frp type [2026-05-04,04:50:02.359] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,04:50:03.997] [DEBUG] 6 processes running of frp type [2026-05-04,05:05:02.390] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,05:05:04.135] [DEBUG] 6 processes running of frp type [2026-05-04,05:20:02.374] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,05: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-05-04,05:35:02.406] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,05:35:04.284] [DEBUG] 6 processes running of frp type [2026-05-04,05:50:03.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,05:50:05.130] [DEBUG] 6 processes running of frp type [2026-05-04,06:05:02.448] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,06:05:04.270] [DEBUG] 6 processes running of frp type [2026-05-04,06:20:02.689] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,06: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-05-04,06:30:41.156] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,06:30:41.161] [INFO] LocationSqlManager initialising [2026-05-04,06:30:41.162] [INFO] Location DB initialising [2026-05-04,06:30:41.171] [INFO] LocationSqlManager initialisation complete [2026-05-04,06:30:41.171] [DEBUG] UploadManager Init [2026-05-04,06:30:41.172] [DEBUG] UploadManager Init Complete [2026-05-04,06:30:41.174] [INFO] Initializing GPS... [2026-05-04,06:30:41.176] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,06:32:29.549] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,06:32:31.099] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-04,06:32:50.365] [DEBUG] Log Upload Complete! [2026-05-04,06:35:29.737] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,06:35:31.469] [DEBUG] Remote Access Enabled [2026-05-04,06:35:32.860] [INFO] Server Address: 138.201.17.179 [2026-05-04,06:35:32.861] [INFO] Server Port: 7000 [2026-05-04,06:35:32.870] [DEBUG] Starting Remote Access! 2026-05-04 06:35:33.050 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-04 06:35:33.051 [I] [client/service.go:294] try to connect to server... 2026-05-04 06:35:33.690 [I] [client/service.go:286] [eac0e69e96c74161] login to server success, get run id [eac0e69e96c74161] 2026-05-04 06:35:33.691 [I] [proxy/proxy_manager.go:173] [eac0e69e96c74161] proxy added: [DNL01B4203] 2026-05-04 06:35:33.875 [I] [client/control.go:168] [eac0e69e96c74161] [DNL01B4203] start proxy success [2026-05-04,06:50:02.657] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,06:50:09.762] [DEBUG] 6 processes running of frp type [2026-05-04,07:05:02.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,07:05:03.917] [DEBUG] 6 processes running of frp type [2026-05-04,07:20:02.092] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,07: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-05-04,07:35:03.072] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,07:35:05.059] [DEBUG] 6 processes running of frp type [2026-05-04,07:50:02.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,07:50:04.282] [DEBUG] 6 processes running of frp type [2026-05-04,08:02:06.067] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,08:05:49.315] [DEBUG] 6 processes running of frp type [2026-05-04,08:20:02.620] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,08: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-05-04,08:35:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,08:35:04.142] [DEBUG] 6 processes running of frp type [2026-05-04,08:50:02.678] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,08:50:05.160] [DEBUG] 6 processes running of frp type [2026-05-04,09:05:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,09:05:04.344] [DEBUG] 6 processes running of frp type [2026-05-04,09:20:02.756] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,09: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-05-04,09:35:02.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,09:35:04.661] [DEBUG] 6 processes running of frp type [2026-05-04,09:50:02.309] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,09:50:09.736] [DEBUG] 6 processes running of frp type [2026-05-04,10:05:02.247] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,10:05:09.487] [DEBUG] 6 processes running of frp type [2026-05-04,10:20:02.838] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,10:20:05.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-05-04,10:35:02.677] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,10:35:04.939] [DEBUG] 6 processes running of frp type [2026-05-04,10:50:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,10:50:04.350] [DEBUG] 6 processes running of frp type [2026-05-04,11:05:02.790] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,11:05:04.839] [DEBUG] 6 processes running of frp type [2026-05-04,11:20:02.143] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,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-04,11:35:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,11:35:04.896] [DEBUG] 6 processes running of frp type [2026-05-04,11:50:02.500] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,11:50:04.215] [DEBUG] 6 processes running of frp type [2026-05-04,12:05:02.664] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,12:05:04.390] [DEBUG] 6 processes running of frp type [2026-05-04,12:20:03.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,12:20:05.875] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,12:35:04.145] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,12:35:06.206] [DEBUG] 6 processes running of frp type [2026-05-04,12:50:02.809] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,12:50:04.634] [DEBUG] 6 processes running of frp type [2026-05-04,13:05:03.052] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,13:05:05.023] [DEBUG] 6 processes running of frp type [2026-05-04,13:20:02.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,13: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-05-04,13:35:02.258] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,13:35:03.953] [DEBUG] 6 processes running of frp type [2026-05-04,13:50:02.516] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,13:50:04.182] [DEBUG] 6 processes running of frp type [2026-05-04,14:05:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,14:05:04.311] [DEBUG] 6 processes running of frp type [2026-05-04,14:20:02.704] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,14: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-05-04,14:35:02.332] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,14:35:04.186] [DEBUG] 6 processes running of frp type [2026-05-04,14:50:02.965] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,14:50:04.648] [DEBUG] 6 processes running of frp type [2026-05-04,15:05:03.080] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,15:05:04.845] [DEBUG] 6 processes running of frp type [2026-05-04,15:20:02.126] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,15:20:03.854] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,15:35:02.924] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,15:35:04.707] [DEBUG] 6 processes running of frp type 2026-05-04 15:43:38.250 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 15:43:48.252 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 15:43:48.253 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 15:43:49.832 [I] [client/service.go:286] [eac0e69e96c74161] login to server success, get run id [eac0e69e96c74161] 2026-05-04 15:43:49.833 [I] [proxy/proxy_manager.go:173] [eac0e69e96c74161] proxy added: [DNL01B4203] 2026-05-04 15:43:50.013 [I] [client/control.go:168] [eac0e69e96c74161] [DNL01B4203] start proxy success [2026-05-04,15:50:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,15:50:04.285] [DEBUG] 6 processes running of frp type [2026-05-04,16:05:02.589] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,16:05:04.498] [DEBUG] 6 processes running of frp type [2026-05-04,16:20:03.096] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,16: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-05-04,16:35:02.845] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,16:35:04.555] [DEBUG] 6 processes running of frp type [2026-05-04,16:50:02.249] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,16:50:03.967] [DEBUG] 6 processes running of frp type 2026-05-04 17:00:24.268 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:00:24.269 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:00:26.467 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:00:26.469 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:00:31.145 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:00:31.146 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:00:40.839 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:00:40.841 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:01:00.841 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:01:00.842 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:01:20.843 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:01:20.844 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:01:40.845 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:01:40.847 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:02:00.848 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:02:00.849 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:02:20.850 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:02:20.851 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:02:40.852 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:02:40.854 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:03:00.855 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:03:00.858 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:03:20.860 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:03:20.864 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:03:40.865 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:03:40.869 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:04:00.870 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:04:00.873 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:04:20.874 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:04:20.879 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:04:40.880 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:04:40.885 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:05:00.886 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:05:00.890 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:05:20.891 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:05:20.896 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:05:40.898 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:05:41.397 [I] [client/service.go:286] [eac0e69e96c74161] login to server success, get run id [eac0e69e96c74161] 2026-05-04 17:05:41.399 [I] [proxy/proxy_manager.go:173] [eac0e69e96c74161] proxy added: [DNL01B4203] 2026-05-04 17:05:41.566 [I] [client/control.go:168] [eac0e69e96c74161] [DNL01B4203] start proxy success 2026-05-04 17:06:21.062 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:06:21.067 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:06:23.085 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:06:23.089 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:06:27.329 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:06:27.333 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:06:36.221 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:06:36.226 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:06:55.577 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:06:55.583 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:07:15.584 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:07:15.588 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:07:35.589 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:07:35.593 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:07:55.595 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:07:55.600 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:08:15.601 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:08:15.606 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:08:35.607 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:08:35.615 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:08:55.617 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:08:55.622 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:09:15.624 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:09:15.628 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:09:35.629 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:09:35.633 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:09:55.634 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:09:55.640 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:10:15.641 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:10:15.645 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:10:35.647 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:10:35.651 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:10:55.652 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:10:55.657 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:11:15.658 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:11:15.663 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:11:35.664 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:11:35.670 [W] [client/service.go:297] [eac0e69e96c74161] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:11:55.671 [I] [client/service.go:294] [eac0e69e96c74161] try to connect to server... 2026-05-04 17:11:56.236 [I] [client/service.go:286] [eac0e69e96c74161] login to server success, get run id [eac0e69e96c74161] 2026-05-04 17:11:56.238 [I] [proxy/proxy_manager.go:173] [eac0e69e96c74161] proxy added: [DNL01B4203] 2026-05-04 17:11:56.594 [I] [client/control.go:168] [eac0e69e96c74161] [DNL01B4203] start proxy success [2026-05-04,17:20:02.831] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,17: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-05-04,17:35:02.497] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,17:35:04.195] [DEBUG] 6 processes running of frp type [2026-05-04,17:50:02.829] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,17:50:04.513] [DEBUG] 6 processes running of frp type [2026-05-04,18:05:02.916] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,18:05:04.583] [DEBUG] 6 processes running of frp type [2026-05-04,18:20:02.881] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,18: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-05-04,18:35:02.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,18:35:04.125] [DEBUG] 6 processes running of frp type [2026-05-04,18:50:02.633] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,18:50:04.235] [DEBUG] 6 processes running of frp type [2026-05-04,19:05:02.646] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,19:05:04.447] [DEBUG] 6 processes running of frp type [2026-05-04,19:20:02.868] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,19: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-05-04,19:35:02.733] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,19:35:04.297] [DEBUG] 6 processes running of frp type [2026-05-04,19:50:02.881] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,19:50:04.518] [DEBUG] 6 processes running of frp type [2026-05-04,20:05:02.857] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,20:05:04.445] [DEBUG] 6 processes running of frp type [2026-05-04,20:20:02.792] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,20: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-05-04,20:30:40.752] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,20:30:40.757] [INFO] LocationSqlManager initialising [2026-05-04,20:30:40.758] [INFO] Location DB initialising [2026-05-04,20:30:40.767] [INFO] LocationSqlManager initialisation complete [2026-05-04,20:30:40.768] [DEBUG] UploadManager Init [2026-05-04,20:30:40.769] [DEBUG] UploadManager Init Complete [2026-05-04,20:30:40.772] [INFO] Initializing GPS... [2026-05-04,20:30:40.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' [2026-05-04,20:32:29.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,20:32:36.374] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-04,20:32:57.571] [DEBUG] Log Upload Complete! [2026-05-04,20:35:29.673] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,20:35:31.239] [DEBUG] Remote Access Enabled [2026-05-04,20:35:32.551] [INFO] Server Address: 138.201.17.179 [2026-05-04,20:35:32.552] [INFO] Server Port: 7000 [2026-05-04,20:35:32.557] [DEBUG] Starting Remote Access! 2026-05-04 20:35:32.684 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-04 20:35:32.685 [I] [client/service.go:294] try to connect to server... 2026-05-04 20:35:33.183 [I] [client/service.go:286] [c42a0cbd7deeadb3] login to server success, get run id [c42a0cbd7deeadb3] 2026-05-04 20:35:33.185 [I] [proxy/proxy_manager.go:173] [c42a0cbd7deeadb3] proxy added: [DNL01B4203] 2026-05-04 20:35:33.353 [I] [client/control.go:168] [c42a0cbd7deeadb3] [DNL01B4203] start proxy success [2026-05-04,20:50:02.494] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,20:50:04.108] [DEBUG] 6 processes running of frp type [2026-05-04,21:05:02.564] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,21:05:04.534] [DEBUG] 6 processes running of frp type [2026-05-04,21:20:02.953] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,21: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-05-04,21:35:02.859] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,21:35:04.647] [DEBUG] 6 processes running of frp type [2026-05-04,21:50:02.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,21:50:03.999] [DEBUG] 6 processes running of frp type [2026-05-04,22:05:02.396] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,22:05:09.301] [DEBUG] 6 processes running of frp type [2026-05-04,22:20:02.501] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,22: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-05-04,22:35:02.639] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,22:35:04.405] [DEBUG] 6 processes running of frp type [2026-05-04,22:50:03.068] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,22:50:04.753] [DEBUG] 6 processes running of frp type [2026-05-04,23:05:02.010] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,23:05:03.668] [DEBUG] 6 processes running of frp type [2026-05-04,23:20:02.877] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,23: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-05-04,23:35:02.799] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,23:35:04.547] [DEBUG] 6 processes running of frp type [2026-05-04,23:50:02.383] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-04,23:50:04.158] [DEBUG] 6 processes running of frp type [2026-05-05,00:05:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,00:05:04.331] [DEBUG] 6 processes running of frp type [2026-05-05,00:20:02.743] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,00: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' [2026-05-05,00:35:02.623] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,00:35:04.713] [DEBUG] 6 processes running of frp type [2026-05-05,00:50:02.389] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,00:50:04.832] [DEBUG] 6 processes running of frp type [2026-05-05,01:05:02.325] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,01:05:04.257] [DEBUG] 6 processes running of frp type [2026-05-05,01:20:02.366] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,01: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-05-05,01:35:02.365] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,01:35:04.071] [DEBUG] 6 processes running of frp type [2026-05-05,01:50:02.890] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,01:50:04.615] [DEBUG] 6 processes running of frp type [2026-05-05,02:05:03.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,02:05:04.803] [DEBUG] 6 processes running of frp type [2026-05-05,02:20:02.080] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,02: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' [2026-05-05,02:35:03.658] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,02:35:06.099] [DEBUG] 6 processes running of frp type [2026-05-05,02:50:02.515] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,02:50:04.239] [DEBUG] 6 processes running of frp type [2026-05-05,03:05:02.717] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,03:05:05.089] [DEBUG] 6 processes running of frp type [2026-05-05,03:20:02.541] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,03: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' [2026-05-05,03:35:02.384] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,03:35:03.978] [DEBUG] 6 processes running of frp type [2026-05-05,03:50:02.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,03:50:04.335] [DEBUG] 6 processes running of frp type [2026-05-05,04:05:02.781] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,04:05:04.571] [DEBUG] 6 processes running of frp type [2026-05-05,04:20:02.917] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,04:20:04.652] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-05,04:35:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,04:35:04.526] [DEBUG] 6 processes running of frp type [2026-05-05,04:50:02.380] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,04:50:04.095] [DEBUG] 6 processes running of frp type [2026-05-05,05:05:02.595] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,05:05:04.372] [DEBUG] 6 processes running of frp type [2026-05-05,05:20:02.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,05: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-05-05,05:35:02.524] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,05:35:04.437] [DEBUG] 6 processes running of frp type [2026-05-05,05:50:03.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,05:50:05.004] [DEBUG] 6 processes running of frp type [2026-05-05,06:05:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,06:05:04.138] [DEBUG] 6 processes running of frp type [2026-05-05,06:20:02.518] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,06: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-05-05,06:30:42.133] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:30:42.138] [INFO] LocationSqlManager initialising [2026-05-05,06:30:42.138] [INFO] Location DB initialising [2026-05-05,06:30:42.148] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:30:42.149] [DEBUG] UploadManager Init [2026-05-05,06:30:42.149] [DEBUG] UploadManager Init Complete [2026-05-05,06:30:42.152] [INFO] Initializing GPS... [2026-05-05,06:30:42.154] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-05,06:32:30.731] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,06:32:32.477] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-05,06:34:06.370] [DEBUG] Log Upload Complete! [2026-05-05,06:35:31.010] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,06:35:32.682] [DEBUG] Remote Access Enabled [2026-05-05,06:35:33.998] [INFO] Server Address: 138.201.17.179 [2026-05-05,06:35:33.999] [INFO] Server Port: 7000 [2026-05-05,06:35:34.004] [DEBUG] Starting Remote Access! 2026-05-05 06:35:34.199 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-05 06:35:34.200 [I] [client/service.go:294] try to connect to server... 2026-05-05 06:35:34.826 [I] [client/service.go:286] [c4cab78f3e24c8ec] login to server success, get run id [c4cab78f3e24c8ec] 2026-05-05 06:35:34.827 [I] [proxy/proxy_manager.go:173] [c4cab78f3e24c8ec] proxy added: [DNL01B4203] 2026-05-05 06:35:35.024 [I] [client/control.go:168] [c4cab78f3e24c8ec] [DNL01B4203] start proxy success [2026-05-05,06:50:03.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,06:50:04.786] [DEBUG] 6 processes running of frp type [2026-05-05,07:05:02.271] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,07:05:04.071] [DEBUG] 6 processes running of frp type [2026-05-05,07:20:02.416] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,07: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-05-05,07:35:02.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,07:35:03.994] [DEBUG] 6 processes running of frp type [2026-05-05,07:50:02.912] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,07:50:04.622] [DEBUG] 6 processes running of frp type [2026-05-05,08:02:02.810] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,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-05-05,08:02:31.393] [DEBUG] Log Upload Complete! [2026-05-05,08:05:03.079] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,08:05:04.913] [DEBUG] 6 processes running of frp type [2026-05-05,08:20:02.186] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,08: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-05-05,08:35:02.988] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,08:35:04.684] [DEBUG] 6 processes running of frp type [2026-05-05,08:50:02.444] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,08:50:04.178] [DEBUG] 6 processes running of frp type [2026-05-05,09:05:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,09:05:04.473] [DEBUG] 6 processes running of frp type [2026-05-05,09:20:02.937] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,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-05,09:35:02.831] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,09:35:04.708] [DEBUG] 6 processes running of frp type [2026-05-05,09:50:02.253] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,09:50:04.036] [DEBUG] 6 processes running of frp type [2026-05-05,10:05:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,10:08:54.165] [DEBUG] Remote Access Disabled [2026-05-05,10:20:02.517] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,10:22:03.865] [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-05,10:35:02.814] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,10:35:04.504] [DEBUG] 6 processes running of frp type [2026-05-05,10:50:02.283] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,10:50:03.923] [DEBUG] 6 processes running of frp type [2026-05-05,11:05:02.436] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,11:05:04.075] [DEBUG] 6 processes running of frp type [2026-05-05,11:20:02.426] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,11: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-05-05,11:35:02.320] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,11:35:03.942] [DEBUG] 6 processes running of frp type [2026-05-05,11:50:02.682] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,11:50:04.367] [DEBUG] 6 processes running of frp type [2026-05-05,12:05:02.800] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,12:05:04.460] [DEBUG] 6 processes running of frp type [2026-05-05,12:20:02.795] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,12:20:04.692] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-05,12:35:02.172] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,12:35:03.937] [DEBUG] 6 processes running of frp type [2026-05-05,12:50:02.707] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,12:50:04.668] [DEBUG] 6 processes running of frp type [2026-05-05,13:05:03.048] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,13:05:04.723] [DEBUG] 6 processes running of frp type [2026-05-05,13:20:02.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,13: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-05-05,13:35:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,13:35:04.403] [DEBUG] 6 processes running of frp type [2026-05-05,13:50:02.239] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,13:50:03.914] [DEBUG] 6 processes running of frp type [2026-05-05,14:05:02.303] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,14:05:03.926] [DEBUG] 6 processes running of frp type [2026-05-05,14:20:02.331] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,14:20:04.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-05-05,14:35:02.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,14:35:03.883] [DEBUG] 6 processes running of frp type [2026-05-05,14:50:02.684] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,14:50:04.405] [DEBUG] 6 processes running of frp type [2026-05-05,15:05:02.873] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,15:05:04.700] [DEBUG] 6 processes running of frp type [2026-05-05,15:20:02.079] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,15:20:03.906] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-05,15:35:02.718] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,15:35:04.568] [DEBUG] 6 processes running of frp type [2026-05-05,15:50:02.318] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,15:50:04.068] [DEBUG] 6 processes running of frp type [2026-05-05,16:05:02.492] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,16:05:04.228] [DEBUG] 6 processes running of frp type [2026-05-05,16:20:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,16: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-05-05,16:35:02.334] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,16:35:04.170] [DEBUG] 6 processes running of frp type [2026-05-05,16:50:02.962] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,16:50:04.912] [DEBUG] 6 processes running of frp type 2026-05-05 17:00:13.255 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:00:13.668 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-05 17:00:15.730 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:00:25.733 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-05 17:00:25.734 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:00:25.735 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:00:34.950 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:00:34.951 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:00:54.887 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:00:54.888 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:01:14.889 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:01:14.890 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:01:34.891 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:01:34.893 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:01:54.894 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:01:54.895 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:02:14.896 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:02:14.898 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:02:34.899 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:02:34.900 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:02:54.902 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:02:54.903 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:03:14.904 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:03:14.905 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:03:34.905 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:03:34.907 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:03:54.908 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:03:54.913 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:04:14.914 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:04:14.919 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:04:34.920 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:04:34.924 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:04:54.925 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:04:54.931 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-05-05,17:05:02.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-05-05 17:05:14.932 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:05:14.936 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:05:34.937 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:05:34.942 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:05:54.944 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:05:54.948 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:06:14.949 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:06:14.953 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:06:34.954 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:06:34.958 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:06:54.959 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:06:54.964 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:07:14.965 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:07:14.969 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:07:34.970 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:07:34.975 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:07:54.976 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:07:54.981 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:08:14.982 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:08:14.987 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:08:34.988 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:08:34.993 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:08:54.994 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:08:54.998 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:09:14.999 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:09:15.003 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:09:35.004 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:09:35.008 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:09:55.010 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:09:55.015 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:10:15.016 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:10:15.021 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:10:35.023 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:10:35.027 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:10:55.028 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:10:55.032 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:11:15.033 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:11:15.040 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:11:35.041 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:11:35.045 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:11:55.046 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:11:55.051 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:12:15.053 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:12:15.057 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:12:35.059 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:12:35.064 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:12:55.065 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:12:55.069 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:13:15.071 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:13:15.075 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:13:35.077 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:13:35.082 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:13:55.083 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:13:55.089 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:14:15.090 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:14:15.094 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:14:35.095 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:14:35.099 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:14:55.101 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:14:55.105 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:15:15.106 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:15:15.110 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:15:35.111 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:15:35.115 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:15:55.117 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:15:55.121 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:16:15.122 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:16:15.127 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:16:35.128 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:16:35.132 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:16:55.133 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:16:55.137 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:17:15.138 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:17:15.143 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:17:35.145 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:17:35.151 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:17:55.152 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:17:55.156 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:18:15.158 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:18:15.162 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:18:35.163 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:18:35.168 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:18:55.169 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:18:55.175 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:19:15.176 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:19:15.180 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:19:35.182 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:19:35.187 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:19:55.188 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:19:55.193 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-05-05,17:20:02.780] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-05-05 17:20:15.195 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:20:15.199 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:20:35.200 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:20:35.205 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:20:55.206 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:20:55.210 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:21:15.211 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:21:15.216 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:21:35.217 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:21:35.222 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:21:55.223 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:21:55.228 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:22:15.229 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:22:15.233 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:22:35.235 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:22:35.240 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:22:55.242 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:22:55.247 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:23:15.249 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:23:15.253 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:23:35.255 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:23:35.259 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:23:55.260 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:23:55.264 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:24:15.266 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:24:15.270 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:24:35.271 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:24:35.275 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:24:55.277 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:24:55.282 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:25:15.283 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:25:15.287 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:25:35.289 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:25:35.293 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:25:55.295 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:25:55.299 [W] [client/service.go:297] [c4cab78f3e24c8ec] 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' 2026-05-05 17:26:15.301 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:26:15.305 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:26:35.307 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:26:35.314 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:26:55.315 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:26:55.320 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:27:15.321 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:27:15.326 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:27:35.328 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:27:35.333 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:27:55.335 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:27:55.340 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:28:15.341 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:28:15.345 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:28:35.347 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:28:35.350 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:28:55.352 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:28:55.357 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:29:15.357 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:29:15.361 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:29:35.362 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:29:35.367 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:29:55.368 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:29:55.372 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:30:15.373 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:30:15.377 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:30:35.379 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:30:35.384 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:30:55.386 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:30:55.390 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:31:15.392 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:31:15.396 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:31:35.397 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:31:35.401 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:31:55.403 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:31:55.407 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:32:15.408 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:32:15.412 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:32:35.413 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:32:35.418 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:32:55.418 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:32:55.425 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:33:15.426 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:33:15.430 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:33:35.431 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:33:35.436 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:33:55.438 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:33:55.442 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:34:15.443 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:34:15.447 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:34:35.449 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:34:35.453 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:34:55.454 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:34:55.458 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-05-05,17:35:02.697] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-05-05 17:35:15.459 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:35:15.463 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:35:35.464 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:35:35.469 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:35:55.471 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:35:55.475 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:36:15.476 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:36:15.481 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:36:35.481 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:36:35.485 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:36:55.485 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:36:55.490 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:37:15.491 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:37:15.496 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:37:35.497 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:37:35.505 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:37:55.507 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:37:55.512 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:38:15.513 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:38:15.517 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:38:35.518 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:38:35.522 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:38:55.523 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:38:55.528 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:39:15.528 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:39:15.535 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:39:35.537 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:39:35.542 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:39:55.544 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:39:55.549 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:40:15.550 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:40:15.554 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:40:35.555 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:40:35.559 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:40:55.561 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:40:55.565 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:41:15.565 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:41:15.570 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:41:35.572 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:41:35.579 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:41:55.580 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:41:55.585 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:42:15.585 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:42:15.590 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:42:35.592 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:42:35.596 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:42:55.598 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:42:55.602 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:43:15.602 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:43:15.607 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:43:35.609 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:43:35.614 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:43:55.616 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:43:55.621 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:44:15.622 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:44:15.626 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:44:35.627 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:44:35.631 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:44:55.632 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:44:55.636 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:45:15.637 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:45:15.642 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:45:35.643 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:45:35.650 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:45:55.651 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:45:55.655 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:46:15.656 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:46:15.660 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:46:35.661 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:46:35.665 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:46:55.666 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:46:55.670 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:47:15.671 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:47:15.675 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:47:35.677 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:47:35.682 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:47:55.683 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:47:55.688 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:48:15.690 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:48:15.694 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:48:35.694 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:48:35.699 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:48:55.701 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:48:55.705 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:49:15.706 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:49:15.710 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:49:35.711 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:49:35.716 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:49:55.718 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:49:55.722 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-05-05,17:50:02.551] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-05-05 17:50:15.723 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:50:15.728 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:50:35.729 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:50:35.733 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:50:55.734 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:50:55.738 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:51:15.739 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:51:15.744 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:51:35.747 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:51:35.751 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:51:55.752 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:51:55.757 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:52:15.758 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:52:15.762 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:52:35.763 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:52:35.768 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:52:55.769 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:52:55.774 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:53:15.775 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:53:15.780 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:53:35.782 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:53:35.787 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:53:55.788 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:53:55.792 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:54:15.794 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:54:15.798 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:54:35.799 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:54:35.803 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:54:55.804 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:54:55.810 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:55:15.811 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:55:15.816 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:55:35.817 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:55:35.825 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:55:55.826 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:55:55.831 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:56:15.832 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:56:15.837 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:56:35.838 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:56:35.843 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:56:55.844 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:56:55.848 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:57:15.850 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:57:15.854 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:57:35.856 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:57:35.861 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:57:55.863 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:57:55.867 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:58:15.868 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:58:15.872 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:58:35.873 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:58:35.878 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:58:55.879 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:58:55.883 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:59:15.884 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:59:15.889 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:59:35.891 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:59:35.898 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 17:59:55.900 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 17:59:55.904 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:00:15.906 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:00:15.911 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:00:35.912 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:00:35.915 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:00:55.916 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:00:55.920 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:01:15.921 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:01:15.925 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:01:35.926 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:01:35.932 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:01:55.934 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:01:55.938 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:02:15.940 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:02:15.944 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:02:35.946 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:02:35.950 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:02:55.951 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:02:55.955 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:03:15.956 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:03:15.961 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:03:35.962 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:03:35.974 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:03:55.975 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:03:55.979 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:04:15.980 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:04:15.985 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:04:35.986 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:04:35.990 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:04:55.992 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:04:55.996 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-05-05,18:05:03.209] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-05-05 18:05:15.997 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:05:16.001 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:05:36.003 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:05:36.010 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:05:56.012 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:05:56.017 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:06:16.018 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:06:16.024 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:06:36.026 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:06:36.030 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:06:56.032 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:06:56.036 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:07:16.037 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:07:16.041 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:07:36.042 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:07:36.048 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:07:56.051 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:07:56.055 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:08:16.056 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:08:16.061 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:08:36.062 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:08:36.067 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:08:56.068 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:08:56.071 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:09:16.073 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:09:16.077 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:09:36.080 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:09:36.087 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:09:56.090 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:09:56.094 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:10:16.095 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:10:16.099 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:10:36.101 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:10:36.106 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:10:56.108 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:10:56.112 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:11:16.114 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:11:16.118 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:11:36.120 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:11:36.127 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:11:56.130 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:11:56.135 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:12:16.136 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:12:16.140 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:12:36.141 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:12:36.146 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:12:56.147 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:12:56.151 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:13:16.152 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:13:16.158 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:13:36.161 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:13:36.167 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:13:56.169 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:13:56.173 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:14:16.175 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:14:16.179 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:14:36.181 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:14:36.184 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:14:56.186 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:14:56.190 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:15:16.191 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:15:16.195 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:15:36.197 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:15:36.202 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:15:56.206 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:15:56.211 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:16:16.212 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:16:16.216 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:16:36.218 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:16:36.221 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:16:56.222 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:16:56.227 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:17:16.228 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:17:16.232 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:17:36.233 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:17:36.241 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:17:56.242 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:17:56.247 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:18:16.248 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:18:16.253 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:18:36.254 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:18:36.258 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:18:56.260 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:18:56.265 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:19:16.265 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:19:16.270 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:19:36.271 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:19:36.275 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:19:56.277 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:19:56.281 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-05-05,18:20:02.503] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-05-05 18:20:16.282 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:20:16.287 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:20:36.288 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:20:36.293 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:20:56.294 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:20:56.298 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:21:16.299 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:21:16.303 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:21:36.307 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:21:36.312 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:21:56.313 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:21:56.318 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:22:16.319 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:22:16.323 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:22:36.324 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:22:36.328 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:22:56.330 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:22:56.334 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:23:16.336 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:23:16.343 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:23:36.346 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:23:36.351 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:23:56.352 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:23:56.358 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:24:16.359 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:24:16.363 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:24:36.365 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:24:36.370 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:24:56.372 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:24:56.377 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:25:16.378 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:25:16.382 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:25:36.384 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:25:36.392 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:25:56.393 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:25:56.398 [W] [client/service.go:297] [c4cab78f3e24c8ec] 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' 2026-05-05 18:26:16.399 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:26:16.403 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:26:36.404 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:26:36.408 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:26:56.410 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:26:56.414 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:27:16.416 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:27:16.420 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:27:36.421 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:27:36.426 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:27:56.428 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:27:56.432 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:28:16.434 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:28:16.438 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:28:36.439 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:28:36.446 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:28:56.447 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:28:56.452 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:29:16.454 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:29:16.459 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:29:36.461 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:29:36.468 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:29:56.469 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:29:56.474 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:30:16.475 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:30:16.480 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:30:36.480 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:30:36.484 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:30:56.485 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:30:56.489 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:31:16.491 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:31:16.495 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:31:36.496 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:31:36.504 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:31:56.505 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:31:56.510 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:32:16.512 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:32:16.516 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:32:36.517 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:32:36.521 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:32:56.523 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:32:56.527 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:33:16.529 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:33:16.532 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:33:36.533 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:33:36.540 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:33:56.542 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:33:56.546 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:34:16.547 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:34:16.551 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:34:36.552 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:34:36.557 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:34:56.558 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:34:56.562 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-05-05,18:35:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-05-05 18:35:16.564 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:35:16.568 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:35:36.569 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:35:36.576 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:35:56.577 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:35:56.583 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:36:16.585 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:36:16.589 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:36:36.590 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:36:36.596 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:36:56.597 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:36:56.601 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:37:16.602 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:37:16.607 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:37:36.608 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:37:36.616 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:37:56.619 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:37:56.623 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:38:16.625 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:38:16.629 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:38:36.631 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:38:36.635 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:38:56.635 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:38:56.640 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:39:16.641 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:39:16.645 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:39:36.646 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:39:36.652 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:39:56.654 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:39:56.659 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:40:16.660 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:40:16.664 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:40:36.665 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:40:36.669 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:40:56.670 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:40:56.675 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:41:16.676 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:41:16.681 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:41:36.683 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:41:36.688 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:41:56.689 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:41:56.693 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:42:16.695 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:42:16.700 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:42:36.701 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:42:36.706 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:42:56.707 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:42:56.713 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:43:16.715 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:43:16.719 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:43:36.720 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:43:36.726 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:43:56.728 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:43:56.732 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:44:16.734 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:44:16.738 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:44:36.739 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:44:36.743 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:44:56.745 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:44:56.749 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:45:16.750 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:45:16.754 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:45:36.755 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:45:36.764 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:45:56.765 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:45:56.769 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:46:16.770 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:46:16.775 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:46:36.776 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:46:36.781 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:46:56.783 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:46:56.788 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:47:16.789 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:47:16.793 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:47:36.794 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:47:36.800 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:47:56.803 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:47:56.807 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:48:16.808 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:48:16.813 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:48:36.813 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:48:36.818 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:48:56.819 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:48:56.824 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:49:16.826 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:49:16.831 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:49:36.832 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:49:36.837 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:49:56.840 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:49:56.844 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-05-05,18:50:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-05-05 18:50:16.846 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:50:16.850 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:50:36.851 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:50:36.856 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:50:56.857 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:50:56.861 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:51:16.862 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:51:16.867 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:51:36.867 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:51:36.873 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:51:56.875 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:51:56.880 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:52:16.881 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:52:16.886 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:52:36.887 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:52:36.892 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:52:56.893 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:52:56.897 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:53:16.897 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:53:16.902 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:53:36.903 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:53:36.910 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:53:56.911 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:53:56.915 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:54:16.916 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:54:16.921 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:54:36.922 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:54:36.928 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:54:56.930 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:54:56.934 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:55:16.935 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:55:16.940 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:55:36.941 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:55:36.948 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:55:56.949 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:55:56.954 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:56:16.955 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:56:16.960 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:56:36.962 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:56:36.966 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:56:56.967 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:56:56.972 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:57:16.973 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:57:16.980 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:57:36.982 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:57:36.986 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:57:56.988 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:57:56.992 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:58:16.993 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:58:16.998 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:58:36.999 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:58:37.003 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:58:57.004 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:58:57.009 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:59:17.011 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:59:17.016 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:59:37.017 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:59:37.026 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 18:59:57.027 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 18:59:57.033 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:00:17.034 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:00:17.038 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:00:37.039 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:00:37.042 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:00:57.043 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:00:57.048 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:01:17.049 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:01:17.053 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:01:37.055 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:01:37.060 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:01:57.062 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:01:57.067 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:02:17.068 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:02:17.072 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:02:37.074 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:02:37.078 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:02:57.079 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:02:57.084 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:03:17.085 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:03:17.089 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:03:37.091 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:03:37.096 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:03:57.097 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:03:57.101 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:04:17.103 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:04:17.108 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:04:37.109 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:04:37.114 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:04:57.115 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:04:57.119 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-05-05,19:05:02.836] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-05-05 19:05:17.120 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:05:17.125 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:05:37.126 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:05:37.135 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:05:57.136 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:05:57.140 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:06:17.141 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:06:17.146 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:06:37.148 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:06:37.152 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:06:57.153 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:06:57.157 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:07:17.158 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:07:17.163 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:07:37.166 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:07:37.171 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:07:57.173 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:07:57.177 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:08:17.178 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:08:17.183 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:08:37.184 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:08:37.188 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:08:57.190 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:08:57.196 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:09:17.197 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:09:17.201 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:09:37.204 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:09:37.210 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:09:57.212 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:09:57.216 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:10:17.217 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:10:17.221 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:10:37.223 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:10:37.228 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:10:57.229 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:10:57.233 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:11:17.235 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:11:17.240 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:11:37.242 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:11:37.248 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:11:57.250 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:11:57.254 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:12:17.256 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:12:17.260 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:12:37.261 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:12:37.266 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:12:57.268 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:12:57.272 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:13:17.273 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:13:17.277 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:13:37.278 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:13:37.283 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:13:57.285 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:13:57.289 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:14:17.291 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:14:17.296 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:14:37.297 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:14:37.302 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:14:57.303 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:14:57.307 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:15:17.309 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:15:17.313 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:15:37.315 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:15:37.320 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:15:57.321 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:15:57.326 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:16:17.327 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:16:17.331 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:16:37.332 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:16:37.336 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:16:57.337 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:16:57.341 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:17:17.343 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:17:17.348 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:17:37.351 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:17:37.355 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:17:57.357 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:17:57.361 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:18:17.362 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:18:17.367 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:18:37.368 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:18:37.377 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:18:57.378 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:18:57.382 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:19:17.384 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:19:17.388 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:19:37.390 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:19:37.394 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:19:57.395 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:19:57.399 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-05-05,19:20:02.224] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2026-05-05 19:20:17.400 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:20:17.403 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:20:37.404 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:20:37.411 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:20:57.412 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:20:57.416 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:21:17.418 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:21:17.422 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:21:37.424 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:21:37.428 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:21:57.429 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:21:57.434 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:22:17.434 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:22:17.438 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:22:37.440 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:22:37.445 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:22:57.446 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:22:57.450 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:23:17.452 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:23:17.456 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:23:37.457 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:23:37.464 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:23:57.465 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:23:57.470 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:24:17.471 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:24:17.475 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:24:37.476 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:24:37.480 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:24:57.481 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:24:57.485 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:25:17.487 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:25:17.490 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:25:37.492 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:25:37.500 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:25:57.502 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:25:57.506 [W] [client/service.go:297] [c4cab78f3e24c8ec] 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' 2026-05-05 19:26:17.507 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:26:17.512 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:26:37.513 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:26:37.518 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-05 19:26:57.519 [I] [client/service.go:294] [c4cab78f3e24c8ec] try to connect to server... 2026-05-05 19:26:57.523 [W] [client/service.go:297] [c4cab78f3e24c8ec] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2026-05-05,16:57:25.255] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:57:25.263] [INFO] LocationSqlManager initialising [2026-05-05,16:57:25.263] [INFO] Location DB initialising [2026-05-05,16:57:25.274] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:57:25.275] [DEBUG] UploadManager Init [2026-05-05,16:57:25.276] [DEBUG] UploadManager Init Complete [2026-05-05,16:57:25.280] [INFO] Initializing GPS... [2026-05-05,16:57:25.283] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-05,16:59:13.617] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-05,17:02:13.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 111] Connection refused')) [2026-05-05,17:02:13.653] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-05,17:05:03.147] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-05,17:17:13.604] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-05,17:20:02.409] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-05,17:32:13.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-05-05,17:35:04.203] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-05,17:47:13.756] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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,16:57:24.770] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,16:57:24.776] [INFO] LocationSqlManager initialising [2026-05-05,16:57:24.776] [INFO] Location DB initialising [2026-05-05,16:57:24.786] [INFO] LocationSqlManager initialisation complete [2026-05-05,16:57:24.786] [DEBUG] UploadManager Init [2026-05-05,16:57:24.787] [DEBUG] UploadManager Init Complete [2026-05-05,16:57:24.789] [INFO] Initializing GPS... [2026-05-05,16:57:24.791] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:59:13.574] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-05,17:02:13.479] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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,17:02:13.532] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-05,17:05:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-05,17:17:13.520] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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,17:20:02.777] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-05,17:32:13.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 111] Connection refused')) [2026-05-05,17:35:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-05,17:47:13.686] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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,17:50:02.273] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-05,18:02:13.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 111] Connection refused')) [2026-05-05,18:05:02.819] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-05,23:35:02.853] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,23:35:04.618] [DEBUG] Remote Access Enabled [2026-05-05,23:35:06.015] [INFO] Server Address: 138.201.17.179 [2026-05-05,23:35:06.017] [INFO] Server Port: 7000 [2026-05-05,23:35:06.022] [DEBUG] Starting Remote Access! 2026-05-05 23:35:06.148 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-05 23:35:06.149 [I] [client/service.go:294] try to connect to server... 2026-05-05 23:35:06.714 [I] [client/service.go:286] [d6a6361ba3c112dd] login to server success, get run id [d6a6361ba3c112dd] 2026-05-05 23:35:06.714 [I] [proxy/proxy_manager.go:173] [d6a6361ba3c112dd] proxy added: [DNL01B4203] 2026-05-05 23:35:06.894 [I] [client/control.go:168] [d6a6361ba3c112dd] [DNL01B4203] start proxy success [2026-05-05,23:50:02.188] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-05,23:50:03.862] [DEBUG] 6 processes running of frp type [2026-05-06,00:05:02.276] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,00:05:04.205] [DEBUG] 6 processes running of frp type [2026-05-06,00:20:02.504] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,00:20:04.271] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-06,00:35:02.330] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,00:35:04.038] [DEBUG] 6 processes running of frp type [2026-05-06,00:50:02.822] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,00:50:04.722] [DEBUG] 6 processes running of frp type [2026-05-06,01:05:02.186] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,01:05:03.984] [DEBUG] 6 processes running of frp type [2026-05-06,01:20:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,01: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-05-06,01:35:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,01:35:04.039] [DEBUG] 6 processes running of frp type [2026-05-06,01:50:02.802] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,01:50:04.470] [DEBUG] 6 processes running of frp type [2026-05-06,02:05:02.981] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,02:05:04.698] [DEBUG] 6 processes running of frp type [2026-05-06,02:20:03.030] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,02: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-06,02:35:02.711] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,02:35:04.477] [DEBUG] 6 processes running of frp type [2026-05-06,02:50:03.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,02:50:04.811] [DEBUG] 6 processes running of frp type [2026-05-06,03:05:02.226] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,03:05:03.993] [DEBUG] 6 processes running of frp type [2026-05-06,03:20:02.277] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,03:20:03.991] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-06,03:35:02.851] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,03:35:04.568] [DEBUG] 6 processes running of frp type [2026-05-06,03:50:02.048] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,03:50:03.782] [DEBUG] 6 processes running of frp type [2026-05-06,04:05:02.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,04:05:03.975] [DEBUG] 6 processes running of frp type [2026-05-06,04:20:02.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,04: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-05-06,04:35:03.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,04:35:04.800] [DEBUG] 6 processes running of frp type [2026-05-06,04:50:02.472] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,04:50:04.189] [DEBUG] 6 processes running of frp type [2026-05-06,05:05:02.516] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,05:05:04.301] [DEBUG] 6 processes running of frp type [2026-05-06,05:20:02.636] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,05: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-05-06,05:35:02.505] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,05:35:04.140] [DEBUG] 6 processes running of frp type [2026-05-06,05:50:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,05:50:04.353] [DEBUG] 6 processes running of frp type [2026-05-06,06:05:02.804] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,06:05:04.554] [DEBUG] 6 processes running of frp type [2026-05-06,06:20:03.014] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,06: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-05-06,06:30:40.955] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:30:40.960] [INFO] LocationSqlManager initialising [2026-05-06,06:30:40.961] [INFO] Location DB initialising [2026-05-06,06:30:40.971] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:30:40.971] [DEBUG] UploadManager Init [2026-05-06,06:30:40.972] [DEBUG] UploadManager Init Complete [2026-05-06,06:30:40.975] [INFO] Initializing GPS... [2026-05-06,06:30:40.976] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-06,06:32:29.394] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,06:32:30.939] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-06,06:32:53.208] [DEBUG] Log Upload Complete! [2026-05-06,06:35:29.665] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,06:35:31.302] [DEBUG] Remote Access Enabled [2026-05-06,06:35:32.626] [INFO] Server Address: 138.201.17.179 [2026-05-06,06:35:32.628] [INFO] Server Port: 7000 [2026-05-06,06:35:32.639] [DEBUG] Starting Remote Access! 2026-05-06 06:35:32.784 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-06 06:35:32.784 [I] [client/service.go:294] try to connect to server... 2026-05-06 06:35:33.296 [I] [client/service.go:286] [a2324639f9d1955a] login to server success, get run id [a2324639f9d1955a] 2026-05-06 06:35:33.296 [I] [proxy/proxy_manager.go:173] [a2324639f9d1955a] proxy added: [DNL01B4203] 2026-05-06 06:35:33.473 [I] [client/control.go:168] [a2324639f9d1955a] [DNL01B4203] start proxy success [2026-05-06,06:50:03.079] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,06:50:04.788] [DEBUG] 6 processes running of frp type [2026-05-06,07:05:02.070] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,07:05:03.851] [DEBUG] 6 processes running of frp type [2026-05-06,07:20:02.169] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,07: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-05-06,07:35:02.572] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,07:35:04.199] [DEBUG] 6 processes running of frp type [2026-05-06,07:50:03.072] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,07:50:04.790] [DEBUG] 6 processes running of frp type [2026-05-06,08:02:01.960] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,08:02:03.639] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-06,08:02:25.209] [DEBUG] Log Upload Complete! [2026-05-06,08:05:02.008] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,08:05:03.730] [DEBUG] 6 processes running of frp type [2026-05-06,08:20:02.215] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,08: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' [2026-05-06,08:35:02.659] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,08:35:04.330] [DEBUG] 6 processes running of frp type [2026-05-06,08:50:03.091] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,08:50:05.047] [DEBUG] 6 processes running of frp type [2026-05-06,09:05:02.401] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,09:05:04.672] [DEBUG] 6 processes running of frp type [2026-05-06,09:20:03.106] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,09: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-05-06,09:35:02.774] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,09:35:04.478] [DEBUG] 6 processes running of frp type [2026-05-06,09:50:02.294] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,09:50:04.304] [DEBUG] 6 processes running of frp type [2026-05-06,10:05:02.705] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,10:05:04.833] [DEBUG] 6 processes running of frp type [2026-05-06,10:20:02.183] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,10:20:03.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-05-06,10:35:03.194] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,10:35:05.211] [DEBUG] 6 processes running of frp type [2026-05-06,10:50:03.030] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,10:50:05.281] [DEBUG] 6 processes running of frp type [2026-05-06,11:05:02.818] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,11:05:04.732] [DEBUG] 6 processes running of frp type [2026-05-06,11:20:02.055] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,11: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-05-06,11:35:02.917] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,11:35:04.877] [DEBUG] 6 processes running of frp type [2026-05-06,11:50:02.728] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,11:50:04.404] [DEBUG] 6 processes running of frp type [2026-05-06,12:05:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,12:05:04.676] [DEBUG] 6 processes running of frp type [2026-05-06,12:20:03.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,12: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-06,12:35:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,12:35:04.531] [DEBUG] 6 processes running of frp type [2026-05-06,12:50:02.323] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,12:50:04.314] [DEBUG] 6 processes running of frp type [2026-05-06,13:05:02.538] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,13:05:04.323] [DEBUG] 6 processes running of frp type [2026-05-06,13:20:02.621] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,13:20:04.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-05-06,13:35:02.651] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,13:35:04.688] [DEBUG] 6 processes running of frp type [2026-05-06,13:50:02.314] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,13:50:04.005] [DEBUG] 6 processes running of frp type [2026-05-06,14:05:02.470] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,14:05:04.200] [DEBUG] 6 processes running of frp type [2026-05-06,14:20:02.601] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,14: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-05-06,14:35:02.457] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,14:35:04.195] [DEBUG] 6 processes running of frp type [2026-05-06,14:50:02.925] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,14:50:04.570] [DEBUG] 6 processes running of frp type [2026-05-06,15:05:03.185] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,15:05:04.837] [DEBUG] 6 processes running of frp type [2026-05-06,15:20:02.027] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,15: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' [2026-05-06,15:35:03.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,15:35:04.731] [DEBUG] 6 processes running of frp type [2026-05-06,15:50:02.395] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,15:50:04.083] [DEBUG] 6 processes running of frp type [2026-05-06,16:05:02.396] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,16:05:04.027] [DEBUG] 6 processes running of frp type [2026-05-06,16:20:02.431] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,16: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-06,16:35:02.231] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,16:35:04.002] [DEBUG] 6 processes running of frp type [2026-05-06,16:50:02.631] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,16:50:04.414] [DEBUG] 6 processes running of frp type 2026-05-06 17:00:33.108 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:00:33.110 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:00:35.225 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:00:35.226 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:00:39.539 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:00:39.540 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:00:48.497 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:00:48.498 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:01:07.695 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:01:07.697 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:01:27.698 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:01:27.699 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:01:47.700 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:01:47.702 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:02:07.704 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:02:07.705 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:02:27.707 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:02:27.709 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:02:47.710 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:02:47.711 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:03:07.713 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:03:07.714 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:03:27.715 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:03:27.716 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:03:47.717 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:03:47.718 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:04:07.719 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:04:07.720 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:04:27.722 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:04:27.723 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:04:47.725 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:04:47.726 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:05:07.727 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:05:07.728 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:05:27.729 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:05:27.733 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:05:47.734 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:05:49.698 [I] [client/service.go:286] [a2324639f9d1955a] login to server success, get run id [a2324639f9d1955a] 2026-05-06 17:05:49.700 [I] [proxy/proxy_manager.go:173] [a2324639f9d1955a] proxy added: [DNL01B4203] 2026-05-06 17:05:49.892 [I] [client/control.go:168] [a2324639f9d1955a] [DNL01B4203] start proxy success 2026-05-06 17:06:27.955 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:06:27.956 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:06:29.985 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:06:29.986 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:06:34.226 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:06:34.227 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:06:43.323 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:06:43.324 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:07:01.957 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:07:01.958 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:07:21.959 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:07:21.960 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:07:41.961 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:07:41.962 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:08:01.963 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:08:01.964 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:08:21.965 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:08:21.966 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:08:41.967 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:08:41.969 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:09:01.970 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:09:01.971 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:09:21.971 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:09:21.973 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:09:41.974 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:09:41.975 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:10:01.976 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:10:01.978 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:10:21.979 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:10:21.980 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:10:41.981 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:10:41.982 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:11:01.983 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:11:01.984 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:11:21.985 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:11:21.989 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:11:41.991 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:11:41.995 [W] [client/service.go:297] [a2324639f9d1955a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-06 17:12:01.996 [I] [client/service.go:294] [a2324639f9d1955a] try to connect to server... 2026-05-06 17:12:02.717 [I] [client/service.go:286] [a2324639f9d1955a] login to server success, get run id [a2324639f9d1955a] 2026-05-06 17:12:02.718 [I] [proxy/proxy_manager.go:173] [a2324639f9d1955a] proxy added: [DNL01B4203] 2026-05-06 17:12:03.553 [I] [client/control.go:168] [a2324639f9d1955a] [DNL01B4203] start proxy success [2026-05-06,17:20:02.125] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,17: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-05-06,17:35:03.208] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,17:35:04.910] [DEBUG] 6 processes running of frp type [2026-05-06,17:50:02.657] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,17:50:04.353] [DEBUG] 6 processes running of frp type [2026-05-06,18:05:02.821] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,18:05:04.516] [DEBUG] 6 processes running of frp type [2026-05-06,18:20:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,18: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-05-06,18:35:02.611] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,18:35:04.427] [DEBUG] 6 processes running of frp type [2026-05-06,18:50:02.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,18:50:04.092] [DEBUG] 6 processes running of frp type [2026-05-06,19:05:02.491] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,19:05:04.765] [DEBUG] 6 processes running of frp type [2026-05-06,19:20:01.931] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,19:20:18.681] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-06,19:35:02.588] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,19:35:04.412] [DEBUG] 6 processes running of frp type [2026-05-06,19:50:02.025] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,19:50:03.683] [DEBUG] 6 processes running of frp type [2026-05-06,20:05:03.189] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,20:05:09.628] [DEBUG] 6 processes running of frp type [2026-05-06,20:20:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,20: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-06,20:30:41.247] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,20:30:41.254] [INFO] LocationSqlManager initialising [2026-05-06,20:30:41.255] [INFO] Location DB initialising [2026-05-06,20:30:41.266] [INFO] LocationSqlManager initialisation complete [2026-05-06,20:30:41.267] [DEBUG] UploadManager Init [2026-05-06,20:30:41.268] [DEBUG] UploadManager Init Complete [2026-05-06,20:30:41.273] [INFO] Initializing GPS... [2026-05-06,20:30:41.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-05-06,20:32:29.455] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,20:32:31.234] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-06,20:32:51.020] [DEBUG] Log Upload Complete! [2026-05-06,20:35:29.602] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,20:35:31.206] [DEBUG] Remote Access Enabled [2026-05-06,20:35:32.451] [INFO] Server Address: 138.201.17.179 [2026-05-06,20:35:32.452] [INFO] Server Port: 7000 [2026-05-06,20:35:32.457] [DEBUG] Starting Remote Access! 2026-05-06 20:35:32.589 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-06 20:35:32.589 [I] [client/service.go:294] try to connect to server... 2026-05-06 20:35:33.150 [I] [client/service.go:286] [501c5d0464ba74e7] login to server success, get run id [501c5d0464ba74e7] 2026-05-06 20:35:33.152 [I] [proxy/proxy_manager.go:173] [501c5d0464ba74e7] proxy added: [DNL01B4203] 2026-05-06 20:35:33.324 [I] [client/control.go:168] [501c5d0464ba74e7] [DNL01B4203] start proxy success [2026-05-06,20:50:02.486] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,20:50:04.291] [DEBUG] 6 processes running of frp type [2026-05-06,21:05:02.698] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,21:05:09.488] [DEBUG] 6 processes running of frp type [2026-05-06,21:20:02.796] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,21: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-05-06,21:35:02.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,21:35:04.237] [DEBUG] 6 processes running of frp type [2026-05-06,21:50:02.867] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,21:50:04.585] [DEBUG] 6 processes running of frp type [2026-05-06,22:05:03.007] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,22:05:09.880] [DEBUG] 6 processes running of frp type [2026-05-06,22:20:02.150] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,22: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-05-06,22:35:02.913] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,22:35:04.626] [DEBUG] 6 processes running of frp type [2026-05-06,22:50:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,22:50:04.005] [DEBUG] 6 processes running of frp type [2026-05-06,23:05:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,23:05:04.231] [DEBUG] 6 processes running of frp type [2026-05-06,23:20:02.406] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,23: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-05-06,23:35:02.482] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,23:35:04.313] [DEBUG] 6 processes running of frp type [2026-05-06,23:50:03.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-06,23:50:04.820] [DEBUG] 6 processes running of frp type [2026-05-06,23:59:25.033] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,23:59:25.038] [INFO] LocationSqlManager initialising [2026-05-06,23:59:25.038] [INFO] Location DB initialising [2026-05-06,23:59:25.048] [INFO] LocationSqlManager initialisation complete [2026-05-06,23:59:25.048] [DEBUG] UploadManager Init [2026-05-06,23:59:25.049] [DEBUG] UploadManager Init Complete [2026-05-06,23:59:25.051] [INFO] Initializing GPS... [2026-05-06,23:59:25.053] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,00:04:13.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')) [2026-05-07,07:10:44.529] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,07:10:46.313] [DEBUG] Remote Access Enabled [2026-05-07,07:10:47.718] [INFO] Server Address: 138.201.17.179 [2026-05-07,07:10:47.720] [INFO] Server Port: 7000 [2026-05-07,07:10:47.729] [DEBUG] Starting Remote Access! 2026-05-07 07:10:47.918 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-07 07:10:47.919 [I] [client/service.go:294] try to connect to server... 2026-05-07 07:10:49.203 [I] [client/service.go:286] [93d17b09a0f8db76] login to server success, get run id [93d17b09a0f8db76] 2026-05-07 07:10:49.204 [I] [proxy/proxy_manager.go:173] [93d17b09a0f8db76] proxy added: [DNL01B4203] 2026-05-07 07:10:50.284 [I] [client/control.go:168] [93d17b09a0f8db76] [DNL01B4203] start proxy success [2026-05-07,07:20:02.454] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,07: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-07,07:35:02.491] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,07:35:04.226] [DEBUG] 6 processes running of frp type [2026-05-07,07:50:02.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,07:50:03.823] [DEBUG] 6 processes running of frp type [2026-05-07,08:02:02.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,08:02:03.964] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-07,08:02:27.465] [DEBUG] Log Upload Complete! [2026-05-07,08:05:02.347] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,08:05:04.223] [DEBUG] 6 processes running of frp type [2026-05-07,08:20:02.647] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,08: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-05-07,08:35:02.468] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,08:35:04.274] [DEBUG] 6 processes running of frp type [2026-05-07,08:50:03.142] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,08:50:04.877] [DEBUG] 6 processes running of frp type [2026-05-07,09:05:02.128] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,09:05:04.474] [DEBUG] 6 processes running of frp type [2026-05-07,09:20:02.752] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,09: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-05-07,09:35:02.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,09:35:04.181] [DEBUG] 6 processes running of frp type [2026-05-07,09:50:02.995] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,09:50:04.708] [DEBUG] 6 processes running of frp type [2026-05-07,10:05:02.201] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,10:05:04.078] [DEBUG] 6 processes running of frp type [2026-05-07,10:20:02.364] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,10:20:03.991] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,10:35:02.268] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,10:35:03.897] [DEBUG] 6 processes running of frp type [2026-05-07,10:50:02.756] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,10:50:04.598] [DEBUG] 6 processes running of frp type [2026-05-07,11:05:03.286] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,11:05:04.975] [DEBUG] 6 processes running of frp type [2026-05-07,11:20:02.298] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,11: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-05-07,11:35:02.291] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,11:35:03.980] [DEBUG] 6 processes running of frp type [2026-05-07,11:50:02.912] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,11:50:04.618] [DEBUG] 6 processes running of frp type [2026-05-07,12:05:03.236] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,12:05:04.782] [DEBUG] 6 processes running of frp type [2026-05-07,12:20:01.997] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,12:20:03.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,12:35:03.024] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,12:35:04.748] [DEBUG] 6 processes running of frp type [2026-05-07,12:50:02.242] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,12:50:03.968] [DEBUG] 6 processes running of frp type [2026-05-07,13:05:02.340] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,13:05:09.323] [DEBUG] 6 processes running of frp type [2026-05-07,13:20:02.583] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,13: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-05-07,13:35:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,13:35:04.114] [DEBUG] 6 processes running of frp type [2026-05-07,13:50:02.961] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,13:50:04.697] [DEBUG] 6 processes running of frp type [2026-05-07,14:05:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,14:05:09.368] [DEBUG] 6 processes running of frp type [2026-05-07,14:20:02.726] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,14:20:05.733] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,14:35:02.576] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,14:35:04.727] [DEBUG] 6 processes running of frp type [2026-05-07,14:50:02.649] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,14:50:05.288] [DEBUG] 6 processes running of frp type [2026-05-07,15:05:02.999] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,15:05:09.698] [DEBUG] 6 processes running of frp type [2026-05-07,15:20:03.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,15: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-05-07,15:35:02.743] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,15:35:04.681] [DEBUG] 6 processes running of frp type [2026-05-07,15:50:02.373] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,15:50:04.118] [DEBUG] 6 processes running of frp type [2026-05-07,16:05:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,16:05:04.330] [DEBUG] 6 processes running of frp type [2026-05-07,16:20:02.791] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,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-05-07,16:35:02.735] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,16:35:04.782] [DEBUG] 6 processes running of frp type [2026-05-07,16:50:02.593] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,16:50:04.504] [DEBUG] 6 processes running of frp type 2026-05-07 17:00:35.763 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:00:35.764 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:00:37.854 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:00:37.855 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:00:42.049 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:00:42.050 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:00:51.209 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:00:51.210 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:01:10.959 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:01:10.960 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:01:30.961 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:01:30.962 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:01:50.963 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:01:50.964 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:02:10.965 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:02:10.967 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:02:30.967 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:02:30.969 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:02:50.970 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:02:50.971 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:03:10.972 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:03:10.974 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:03:30.975 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:03:30.976 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:03:50.978 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:03:50.979 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:04:10.980 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:04:10.981 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:04:30.982 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:04:30.983 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:04:50.984 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:04:50.985 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:05:10.986 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:05:10.990 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:05:30.991 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:05:30.995 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:05:50.997 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:05:51.520 [I] [client/service.go:286] [93d17b09a0f8db76] login to server success, get run id [93d17b09a0f8db76] 2026-05-07 17:05:51.522 [I] [proxy/proxy_manager.go:173] [93d17b09a0f8db76] proxy added: [DNL01B4203] 2026-05-07 17:05:51.950 [I] [client/control.go:168] [93d17b09a0f8db76] [DNL01B4203] start proxy success 2026-05-07 17:06:31.164 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:06:31.164 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:06:33.232 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:06:33.233 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:06:37.498 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:06:37.500 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:06:46.201 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:06:46.202 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:07:04.112 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:07:04.113 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:07:24.114 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:07:24.115 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:07:44.116 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:07:44.117 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:08:04.118 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:08:04.120 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:08:24.122 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:08:24.123 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:08:44.124 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:08:44.125 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:09:04.127 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:09:04.128 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:09:24.129 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:09:24.131 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:09:44.132 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:09:44.133 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:10:04.134 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:10:04.136 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:10:24.137 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:10:24.139 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:10:44.140 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:10:44.141 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:11:04.143 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:11:04.144 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:11:24.145 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:11:24.148 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:11:44.150 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:11:44.154 [W] [client/service.go:297] [93d17b09a0f8db76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:12:04.154 [I] [client/service.go:294] [93d17b09a0f8db76] try to connect to server... 2026-05-07 17:12:05.178 [I] [client/service.go:286] [93d17b09a0f8db76] login to server success, get run id [93d17b09a0f8db76] 2026-05-07 17:12:05.180 [I] [proxy/proxy_manager.go:173] [93d17b09a0f8db76] proxy added: [DNL01B4203] 2026-05-07 17:12:06.299 [I] [client/control.go:168] [93d17b09a0f8db76] [DNL01B4203] start proxy success [2026-05-07,17:20:02.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,17:20:04.287] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,17:35:03.008] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,17:35:05.083] [DEBUG] 6 processes running of frp type [2026-05-07,17:50:03.050] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,17:50:05.000] [DEBUG] 6 processes running of frp type [2026-05-07,18:05:02.461] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,18:05:04.240] [DEBUG] 6 processes running of frp type [2026-05-07,18:20:02.602] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,18: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' [2026-05-07,18:35:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,18:35:22.547] [DEBUG] 6 processes running of frp type [2026-05-07,18:50:02.302] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,18:50:03.909] [DEBUG] 6 processes running of frp type [2026-05-07,19:05:02.298] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,19:05:04.221] [DEBUG] 6 processes running of frp type [2026-05-07,19:20:02.631] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,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' [2026-05-07,19:35:02.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,19:35:03.953] [DEBUG] 6 processes running of frp type [2026-05-07,19:50:02.817] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,19:50:04.513] [DEBUG] 6 processes running of frp type [2026-05-07,20:05:03.047] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,20:05:04.894] [DEBUG] 6 processes running of frp type [2026-05-07,20:20:02.410] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,20:20:04.232] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,20:30:41.015] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,20:30:41.020] [INFO] LocationSqlManager initialising [2026-05-07,20:30:41.020] [INFO] Location DB initialising [2026-05-07,20:30:41.029] [INFO] LocationSqlManager initialisation complete [2026-05-07,20:30:41.030] [DEBUG] UploadManager Init [2026-05-07,20:30:41.030] [DEBUG] UploadManager Init Complete [2026-05-07,20:30:41.033] [INFO] Initializing GPS... [2026-05-07,20:30:41.035] [INFO] Starting location capture [2026-05-07,20:31:44.101] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,20:31:44.106] [INFO] LocationSqlManager initialising [2026-05-07,20:31:44.106] [INFO] Location DB initialising [2026-05-07,20:31:44.115] [INFO] LocationSqlManager initialisation complete [2026-05-07,20:31:44.116] [DEBUG] UploadManager Init [2026-05-07,20:31:44.116] [DEBUG] UploadManager Init Complete [2026-05-07,20:31:44.119] [INFO] Initializing GPS... [2026-05-07,20:31:44.121] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:33:32.642] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,20:33:34.377] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-07,20:33:52.013] [DEBUG] Log Upload Complete! [2026-05-07,20:36:32.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,20:36:34.442] [DEBUG] Remote Access Enabled [2026-05-07,20:36:35.726] [INFO] Server Address: 138.201.17.179 [2026-05-07,20:36:35.728] [INFO] Server Port: 7000 [2026-05-07,20:36:35.736] [DEBUG] Starting Remote Access! 2026-05-07 20:36:35.915 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-07 20:36:35.915 [I] [client/service.go:294] try to connect to server... 2026-05-07 20:36:36.493 [I] [client/service.go:286] [2d2b9f34edb823ec] login to server success, get run id [2d2b9f34edb823ec] 2026-05-07 20:36:36.494 [I] [proxy/proxy_manager.go:173] [2d2b9f34edb823ec] proxy added: [DNL01B4203] 2026-05-07 20:36:36.663 [I] [client/control.go:168] [2d2b9f34edb823ec] [DNL01B4203] start proxy success [2026-05-07,20:50:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,20:50:09.444] [DEBUG] 6 processes running of frp type [2026-05-07,21:05:02.869] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,21:05:04.454] [DEBUG] 6 processes running of frp type [2026-05-07,21:20:02.683] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,21: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-05-07,21:35:02.605] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,21:35:04.386] [DEBUG] 6 processes running of frp type [2026-05-07,21:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,21:50:04.846] [DEBUG] 6 processes running of frp type [2026-05-07,22:05:02.223] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,22:05:04.065] [DEBUG] 6 processes running of frp type [2026-05-07,22:20:02.358] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,22: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' [2026-05-07,22:35:03.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,22:35:04.908] [DEBUG] 6 processes running of frp type [2026-05-07,22:50:02.680] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,22:50:04.384] [DEBUG] 6 processes running of frp type [2026-05-07,23:05:02.990] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,23:05:04.694] [DEBUG] 6 processes running of frp type [2026-05-07,23:20:03.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,23:20:04.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-05-07,23:35:03.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,23:35:04.693] [DEBUG] 6 processes running of frp type [2026-05-07,23:50:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-07,23:50:04.194] [DEBUG] 6 processes running of frp type [2026-05-08,00:05:02.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,00:05:04.451] [DEBUG] 6 processes running of frp type [2026-05-08,00:20:02.703] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,00: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-05-08,00:35:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,00:35:04.262] [DEBUG] 6 processes running of frp type [2026-05-08,00:50:02.994] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,00:50:05.004] [DEBUG] 6 processes running of frp type [2026-05-08,01:05:02.545] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,01:05:04.331] [DEBUG] 6 processes running of frp type [2026-05-08,01:20:02.594] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,01: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' [2026-05-08,01:35:02.546] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,01:35:04.173] [DEBUG] 6 processes running of frp type [2026-05-08,01:50:02.921] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,01:50:04.644] [DEBUG] 6 processes running of frp type [2026-05-08,02:05:03.246] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,02:05:05.074] [DEBUG] 6 processes running of frp type [2026-05-08,02:20:02.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,02: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-05-08,02:35:03.059] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,02:35:04.723] [DEBUG] 6 processes running of frp type [2026-05-08,02:50:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,02:50:04.094] [DEBUG] 6 processes running of frp type [2026-05-08,03:05:02.558] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,03:05:04.341] [DEBUG] 6 processes running of frp type [2026-05-08,03:20:02.699] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,03: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-05-08,03:35:02.597] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,03:35:04.350] [DEBUG] 6 processes running of frp type [2026-05-08,03:50:02.107] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,03:50:03.708] [DEBUG] 6 processes running of frp type [2026-05-08,04:05:03.133] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,04:05:04.792] [DEBUG] 6 processes running of frp type [2026-05-08,04:20:02.117] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,04: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-05-08,04:35:02.643] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,04:35:04.323] [DEBUG] 6 processes running of frp type 2026-05-08 04:39:36.088 [I] [client/service.go:294] [2d2b9f34edb823ec] try to connect to server... 2026-05-08 04:39:46.090 [W] [client/service.go:297] [2d2b9f34edb823ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 04:39:46.091 [I] [client/service.go:294] [2d2b9f34edb823ec] try to connect to server... 2026-05-08 04:39:56.093 [W] [client/service.go:297] [2d2b9f34edb823ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 04:39:56.094 [I] [client/service.go:294] [2d2b9f34edb823ec] try to connect to server... 2026-05-08 04:39:59.815 [I] [client/service.go:286] [2d2b9f34edb823ec] login to server success, get run id [2d2b9f34edb823ec] 2026-05-08 04:39:59.816 [I] [proxy/proxy_manager.go:173] [2d2b9f34edb823ec] proxy added: [DNL01B4203] 2026-05-08 04:40:00.008 [I] [client/control.go:168] [2d2b9f34edb823ec] [DNL01B4203] start proxy success 2026-05-08 04:50:13.041 [I] [client/service.go:294] [2d2b9f34edb823ec] try to connect to server... 2026-05-08 04:50:23.043 [W] [client/service.go:297] [2d2b9f34edb823ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 04:50:23.044 [I] [client/service.go:294] [2d2b9f34edb823ec] try to connect to server... 2026-05-08 04:50:33.046 [W] [client/service.go:297] [2d2b9f34edb823ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 04:50:33.047 [I] [client/service.go:294] [2d2b9f34edb823ec] try to connect to server... 2026-05-08 04:50:43.049 [W] [client/service.go:297] [2d2b9f34edb823ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 04:50:43.050 [I] [client/service.go:294] [2d2b9f34edb823ec] try to connect to server... 2026-05-08 04:50:53.051 [W] [client/service.go:297] [2d2b9f34edb823ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 04:50:53.052 [I] [client/service.go:294] [2d2b9f34edb823ec] try to connect to server... 2026-05-08 04:51:03.053 [W] [client/service.go:297] [2d2b9f34edb823ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 04:51:23.054 [I] [client/service.go:294] [2d2b9f34edb823ec] try to connect to server... [2026-05-08,04:51:23.276] [DEBUG] Device Mac: 78-22-88-e9-a7-65 2026-05-08 04:51:23.625 [I] [client/service.go:286] [2d2b9f34edb823ec] login to server success, get run id [2d2b9f34edb823ec] 2026-05-08 04:51:23.627 [I] [proxy/proxy_manager.go:173] [2d2b9f34edb823ec] proxy added: [DNL01B4203] 2026-05-08 04:51:23.843 [I] [client/control.go:168] [2d2b9f34edb823ec] [DNL01B4203] start proxy success [2026-05-08,04:51:25.127] [DEBUG] 6 processes running of frp type [2026-05-08,05:05:02.543] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,05:05:04.257] [DEBUG] 6 processes running of frp type [2026-05-08,05:20:02.672] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,05: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-08,05:35:02.443] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,05:35:04.207] [DEBUG] 6 processes running of frp type [2026-05-08,05:50:03.051] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,05:50:04.760] [DEBUG] 6 processes running of frp type [2026-05-08,06:05:02.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,06:05:04.293] [DEBUG] 6 processes running of frp type [2026-05-08,06:20:02.717] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,06: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-08,06:30:40.907] [INFO] Initializing BusSpeedStateManager V2 [2026-05-08,06:30:40.912] [INFO] LocationSqlManager initialising [2026-05-08,06:30:40.912] [INFO] Location DB initialising [2026-05-08,06:30:40.921] [INFO] LocationSqlManager initialisation complete [2026-05-08,06:30:40.922] [DEBUG] UploadManager Init [2026-05-08,06:30:40.922] [DEBUG] UploadManager Init Complete [2026-05-08,06:30:40.925] [INFO] Initializing GPS... [2026-05-08,06:30:40.927] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,06:32:29.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,06:32:31.376] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-08,06:32:46.717] [DEBUG] Log Upload Complete! [2026-05-08,06:35:29.903] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,06:35:31.724] [DEBUG] Remote Access Enabled [2026-05-08,06:35:33.160] [INFO] Server Address: 138.201.17.179 [2026-05-08,06:35:33.162] [INFO] Server Port: 7000 [2026-05-08,06:35:33.171] [DEBUG] Starting Remote Access! 2026-05-08 06:35:33.362 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-08 06:35:33.362 [I] [client/service.go:294] try to connect to server... 2026-05-08 06:35:33.907 [I] [client/service.go:286] [6ae2f038fa25f356] login to server success, get run id [6ae2f038fa25f356] 2026-05-08 06:35:33.908 [I] [proxy/proxy_manager.go:173] [6ae2f038fa25f356] proxy added: [DNL01B4203] 2026-05-08 06:35:34.105 [I] [client/control.go:168] [6ae2f038fa25f356] [DNL01B4203] start proxy success [2026-05-08,06:50:02.970] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,06:50:04.697] [DEBUG] 6 processes running of frp type [2026-05-08,07:05:02.166] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,07:05:03.933] [DEBUG] 6 processes running of frp type [2026-05-08,07:20:02.163] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,07:20:03.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-08,07:35:03.121] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,07:35:04.933] [DEBUG] 6 processes running of frp type [2026-05-08,07:50:02.580] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,07:50:04.387] [DEBUG] 6 processes running of frp type [2026-05-08,08:02:02.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,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( [2026-05-08,08:03:53.501] [DEBUG] Log Upload Complete! [2026-05-08,08:05:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,08:05:04.709] [DEBUG] 6 processes running of frp type [2026-05-08,08:20:03.036] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,08: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-05-08,08:35:02.915] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,08:35:04.867] [DEBUG] 6 processes running of frp type [2026-05-08,08:50:02.592] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,08:50:04.384] [DEBUG] 6 processes running of frp type [2026-05-08,09:05:02.845] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,09:05:04.904] [DEBUG] 6 processes running of frp type [2026-05-08,09:20:02.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,09:20:03.918] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,09:35:02.311] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,09:35:04.106] [DEBUG] 6 processes running of frp type [2026-05-08,09:50:03.019] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,09:50:04.787] [DEBUG] 6 processes running of frp type [2026-05-08,10:05:02.284] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,10:05:04.038] [DEBUG] 6 processes running of frp type [2026-05-08,10:20:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,10: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' [2026-05-08,10:35:03.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,10:35:04.940] [DEBUG] 6 processes running of frp type [2026-05-08,10:50:02.727] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,10:50:04.508] [DEBUG] 6 processes running of frp type [2026-05-08,11:05:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,11:05:04.719] [DEBUG] 6 processes running of frp type [2026-05-08,11:20:03.157] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,11: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-05-08,11:35:03.004] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,11:35:05.065] [DEBUG] 6 processes running of frp type [2026-05-08,11:50:02.874] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,11:50:04.625] [DEBUG] 6 processes running of frp type [2026-05-08,12:05:03.140] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,12:05:05.105] [DEBUG] 6 processes running of frp type [2026-05-08,12:20:02.303] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,12:20:04.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-05-08,12:35:02.464] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,12:35:04.377] [DEBUG] 6 processes running of frp type [2026-05-08,12:50:02.074] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,12:50:03.865] [DEBUG] 6 processes running of frp type [2026-05-08,13:05:02.356] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,13:05:04.226] [DEBUG] 6 processes running of frp type [2026-05-08,13:20:02.467] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,13: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-08,13:35:02.267] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,13:35:04.033] [DEBUG] 6 processes running of frp type [2026-05-08,13:50:02.925] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,13:50:04.671] [DEBUG] 6 processes running of frp type [2026-05-08,14:05:02.282] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,14:05:09.246] [DEBUG] 6 processes running of frp type [2026-05-08,14:20:02.775] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,14: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-05-08,14:35:02.570] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,14:35:04.365] [DEBUG] 6 processes running of frp type [2026-05-08,14:50:02.303] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,14:50:04.180] [DEBUG] 6 processes running of frp type [2026-05-08,15:05:02.650] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,15:05:05.289] [DEBUG] 6 processes running of frp type [2026-05-08,15:20:02.637] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,15:20:04.841] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,15:35:02.626] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,15:35:04.439] [DEBUG] 6 processes running of frp type [2026-05-08,15:50:02.448] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,15:50:04.399] [DEBUG] 6 processes running of frp type [2026-05-08,16:05:02.864] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,16:05:05.003] [DEBUG] 6 processes running of frp type [2026-05-08,16:20:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,16: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-05-08,16:35:02.296] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,16:35:04.164] [DEBUG] 6 processes running of frp type [2026-05-08,16:50:03.096] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,16:50:04.925] [DEBUG] 6 processes running of frp type 2026-05-08 17:00:25.807 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:00:35.809 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 17:00:35.810 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:00:35.810 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:00:40.260 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:00:40.261 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:00:49.546 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:00:49.548 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:01:08.131 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:01:08.132 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:01:28.134 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:01:28.135 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:01:48.136 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:01:48.137 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:02:08.138 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:02:08.139 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:02:28.140 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:02:28.141 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:02:48.142 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:02:48.143 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:03:08.144 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:03:08.146 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:03:28.147 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:03:28.149 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:03:48.149 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:03:48.151 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:04:08.152 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:04:08.156 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:04:28.157 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:04:28.161 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:04:48.163 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:04:48.167 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:05:08.168 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:05:08.173 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:05:28.174 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:05:28.178 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:05:48.180 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:05:48.730 [I] [client/service.go:286] [6ae2f038fa25f356] login to server success, get run id [6ae2f038fa25f356] 2026-05-08 17:05:48.732 [I] [proxy/proxy_manager.go:173] [6ae2f038fa25f356] proxy added: [DNL01B4203] 2026-05-08 17:05:49.338 [I] [client/control.go:168] [6ae2f038fa25f356] [DNL01B4203] start proxy success 2026-05-08 17:06:58.522 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:06:58.524 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:07:00.541 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:07:00.542 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:07:04.841 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:07:04.842 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:07:14.057 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:07:14.058 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:07:32.891 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:07:32.892 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:07:52.893 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:07:52.895 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:08:12.896 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:08:12.897 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:08:32.899 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:08:32.900 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:08:52.901 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:08:52.903 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:09:12.905 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:09:12.906 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:09:32.906 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:09:32.908 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:09:52.908 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:09:52.909 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:10:12.910 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:10:12.911 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:10:32.912 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:10:32.913 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:10:52.915 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:10:52.916 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:11:12.918 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:11:12.919 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:11:32.920 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:11:32.925 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-08 17:11:52.927 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:11:52.931 [W] [client/service.go:297] [6ae2f038fa25f356] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-08 17:12:12.931 [I] [client/service.go:294] [6ae2f038fa25f356] try to connect to server... 2026-05-08 17:12:13.488 [I] [client/service.go:286] [6ae2f038fa25f356] login to server success, get run id [6ae2f038fa25f356] 2026-05-08 17:12:13.489 [I] [proxy/proxy_manager.go:173] [6ae2f038fa25f356] proxy added: [DNL01B4203] 2026-05-08 17:12:13.848 [I] [client/control.go:168] [6ae2f038fa25f356] [DNL01B4203] start proxy success [2026-05-08,17:20:02.617] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,17: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' [2026-05-08,17:35:02.639] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,17:35:04.510] [DEBUG] 6 processes running of frp type [2026-05-08,17:50:02.312] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,17:50:04.127] [DEBUG] 6 processes running of frp type [2026-05-08,18:05:02.694] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,18:05:05.045] [DEBUG] 6 processes running of frp type [2026-05-08,18:20:02.333] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,18: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-05-08,18:35:02.235] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,18:35:04.175] [DEBUG] 6 processes running of frp type [2026-05-08,18:50:03.049] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,18:50:05.152] [DEBUG] 6 processes running of frp type [2026-05-08,19:05:02.578] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,19:05:04.374] [DEBUG] 6 processes running of frp type [2026-05-08,19:20:02.733] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,19: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-05-08,19:35:02.595] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,19:35:04.332] [DEBUG] 6 processes running of frp type [2026-05-08,19:50:03.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,19:50:10.310] [DEBUG] 6 processes running of frp type [2026-05-08,20:05:02.830] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,20:05:04.676] [DEBUG] 6 processes running of frp type [2026-05-08,20:20:02.076] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,20: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-05-08,20:30:42.075] [INFO] Initializing BusSpeedStateManager V2 [2026-05-08,20:30:42.080] [INFO] LocationSqlManager initialising [2026-05-08,20:30:42.081] [INFO] Location DB initialising [2026-05-08,20:30:42.090] [INFO] LocationSqlManager initialisation complete [2026-05-08,20:30:42.091] [DEBUG] UploadManager Init [2026-05-08,20:30:42.092] [DEBUG] UploadManager Init Complete [2026-05-08,20:30:42.094] [INFO] Initializing GPS... [2026-05-08,20:30:42.096] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,20:32:30.099] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,20:32:31.874] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-08,20:32:56.899] [DEBUG] Log Upload Complete! [2026-05-08,20:35:30.204] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,20:35:31.986] [DEBUG] Remote Access Enabled [2026-05-08,20:35:33.343] [INFO] Server Address: 138.201.17.179 [2026-05-08,20:35:33.345] [INFO] Server Port: 7000 [2026-05-08,20:35:33.354] [DEBUG] Starting Remote Access! 2026-05-08 20:35:33.499 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-08 20:35:33.500 [I] [client/service.go:294] try to connect to server... 2026-05-08 20:35:34.108 [I] [client/service.go:286] [983bc301c9b9208c] login to server success, get run id [983bc301c9b9208c] 2026-05-08 20:35:34.109 [I] [proxy/proxy_manager.go:173] [983bc301c9b9208c] proxy added: [DNL01B4203] 2026-05-08 20:35:34.319 [I] [client/control.go:168] [983bc301c9b9208c] [DNL01B4203] start proxy success [2026-05-08,20:50:02.221] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,20:50:04.427] [DEBUG] 6 processes running of frp type [2026-05-08,21:05:02.907] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,21:05:04.694] [DEBUG] 6 processes running of frp type [2026-05-08,21:20:02.085] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,21:20:04.033] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,21:35:02.921] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,21:35:04.689] [DEBUG] 6 processes running of frp type [2026-05-08,21:50:02.384] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,21:50:04.265] [DEBUG] 6 processes running of frp type [2026-05-08,22:05:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,22:05:04.628] [DEBUG] 6 processes running of frp type [2026-05-08,22:20:03.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,22:20:05.103] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,22:35:02.835] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,22:35:04.594] [DEBUG] 6 processes running of frp type [2026-05-08,22:50:02.370] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,22:50:04.334] [DEBUG] 6 processes running of frp type [2026-05-08,23:05:02.793] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,23:05:04.590] [DEBUG] 6 processes running of frp type [2026-05-08,23:20:02.972] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,23: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-05-08,23:35:02.724] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,23:35:06.005] [DEBUG] 6 processes running of frp type [2026-05-08,23:50:02.739] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-08,23:50:04.670] [DEBUG] 6 processes running of frp type [2026-05-09,00:05:03.164] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,00:05:05.195] [DEBUG] 6 processes running of frp type [2026-05-09,00:20:02.616] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,00:20:04.329] [DEBUG] 6 processes running of frp type 2026-05-09 00:23:43.818 [I] [client/service.go:294] [983bc301c9b9208c] try to connect to server... 2026-05-09 00:23:50.216 [I] [client/service.go:286] [983bc301c9b9208c] login to server success, get run id [983bc301c9b9208c] 2026-05-09 00:23:50.218 [I] [proxy/proxy_manager.go:173] [983bc301c9b9208c] proxy added: [DNL01B4203] 2026-05-09 00:23:50.465 [I] [client/control.go:168] [983bc301c9b9208c] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.363] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,00:35:04.236] [DEBUG] 6 processes running of frp type [2026-05-09,00:50:02.972] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,00:50:04.894] [DEBUG] 6 processes running of frp type [2026-05-09,01:05:02.352] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,01:05:04.228] [DEBUG] 6 processes running of frp type [2026-05-09,01:20:02.473] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,01: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-09,01:35:02.409] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,01:35:04.215] [DEBUG] 6 processes running of frp type [2026-05-09,01:50:02.903] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,01:50:04.825] [DEBUG] 6 processes running of frp type [2026-05-09,02:05:02.177] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,02:05:04.258] [DEBUG] 6 processes running of frp type [2026-05-09,02:20:02.517] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,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-09,02:35:02.371] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,02:35:04.102] [DEBUG] 6 processes running of frp type [2026-05-09,02:50:02.961] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,02:50:04.739] [DEBUG] 6 processes running of frp type [2026-05-09,03:05:02.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,03:05:03.929] [DEBUG] 6 processes running of frp type [2026-05-09,03:20:02.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,03: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-05-09,03:35:02.787] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,03:35:04.585] [DEBUG] 6 processes running of frp type [2026-05-09,03:50:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,03:50:04.216] [DEBUG] 6 processes running of frp type [2026-05-09,04:05:02.680] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,04:05:04.537] [DEBUG] 6 processes running of frp type [2026-05-09,04:20:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,04: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' [2026-05-09,04:35:02.454] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,04:35:04.181] [DEBUG] 6 processes running of frp type [2026-05-09,04:50:02.975] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,04:50:04.720] [DEBUG] 6 processes running of frp type [2026-05-09,05:05:01.850] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,05:05:03.754] [DEBUG] 6 processes running of frp type [2026-05-09,05:20:02.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,05:20:03.917] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,05:35:02.955] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,05:35:04.695] [DEBUG] 6 processes running of frp type [2026-05-09,05:50:02.305] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,05:50:03.968] [DEBUG] 6 processes running of frp type [2026-05-09,06:05:02.348] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,06:05:04.130] [DEBUG] 6 processes running of frp type [2026-05-09,06:20:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,06: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-09,06:30:41.160] [INFO] Initializing BusSpeedStateManager V2 [2026-05-09,06:30:41.165] [INFO] LocationSqlManager initialising [2026-05-09,06:30:41.165] [INFO] Location DB initialising [2026-05-09,06:30:41.175] [INFO] LocationSqlManager initialisation complete [2026-05-09,06:30:41.175] [DEBUG] UploadManager Init [2026-05-09,06:30:41.176] [DEBUG] UploadManager Init Complete [2026-05-09,06:30:41.178] [INFO] Initializing GPS... [2026-05-09,06:30:41.180] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,06:32:29.265] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,06:32:30.963] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-09,06:32:46.655] [DEBUG] Log Upload Complete! [2026-05-09,06:35:29.449] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,06:35:31.190] [DEBUG] Remote Access Enabled [2026-05-09,06:35:32.451] [INFO] Server Address: 138.201.17.179 [2026-05-09,06:35:32.453] [INFO] Server Port: 7000 [2026-05-09,06:35:32.461] [DEBUG] Starting Remote Access! 2026-05-09 06:35:32.635 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-09 06:35:32.636 [I] [client/service.go:294] try to connect to server... 2026-05-09 06:35:33.302 [I] [client/service.go:286] [f6eeccf3f433b281] login to server success, get run id [f6eeccf3f433b281] 2026-05-09 06:35:33.303 [I] [proxy/proxy_manager.go:173] [f6eeccf3f433b281] proxy added: [DNL01B4203] 2026-05-09 06:35:33.482 [I] [client/control.go:168] [f6eeccf3f433b281] [DNL01B4203] start proxy success [2026-05-09,06:50:02.244] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,06:50:04.035] [DEBUG] 6 processes running of frp type [2026-05-09,07:05:02.280] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,07:05:04.330] [DEBUG] 6 processes running of frp type [2026-05-09,07:20:02.494] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,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-05-09,07:35:02.454] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,07:35:04.249] [DEBUG] 6 processes running of frp type [2026-05-09,07:50:02.885] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,07:50:04.915] [DEBUG] 6 processes running of frp type [2026-05-09,08:02:02.199] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,08:02:04.065] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-05-09,08:05:02.433] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,08:05:04.162] [DEBUG] 6 processes running of frp type [2026-05-09,08:20:02.519] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,08:20:04.284] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,08:35:02.214] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,08:35:04.225] [DEBUG] 6 processes running of frp type [2026-05-09,08:50:02.934] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,08:50:04.813] [DEBUG] 6 processes running of frp type [2026-05-09,09:05:02.013] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,09:05:04.047] [DEBUG] 6 processes running of frp type [2026-05-09,09:20:02.420] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,09: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-05-09,09:35:03.126] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,09:35:04.896] [DEBUG] 6 processes running of frp type [2026-05-09,09:50:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,09:50:04.834] [DEBUG] 6 processes running of frp type [2026-05-09,10:05:03.632] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,10:05:08.504] [DEBUG] 6 processes running of frp type [2026-05-09,10:20:03.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,10:20:11.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-05-09,10:35:02.828] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,10:35:04.739] [DEBUG] 6 processes running of frp type [2026-05-09,10:50:02.370] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,10:50:04.169] [DEBUG] 6 processes running of frp type [2026-05-09,11:05:02.595] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,11:05:04.313] [DEBUG] 6 processes running of frp type [2026-05-09,11:20:02.660] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,11:20:04.508] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,11:35:02.685] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,11:35:04.515] [DEBUG] 6 processes running of frp type [2026-05-09,11:50:02.388] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,11:50:04.517] [DEBUG] 6 processes running of frp type [2026-05-09,12:05:03.094] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,12:05:04.917] [DEBUG] 6 processes running of frp type [2026-05-09,12:20:02.260] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,12: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-05-09,12:35:02.050] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,12:35:03.807] [DEBUG] 6 processes running of frp type [2026-05-09,12:50:02.593] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,12:50:04.293] [DEBUG] 6 processes running of frp type [2026-05-09,13:05:02.795] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,13:05:04.565] [DEBUG] 6 processes running of frp type [2026-05-09,13:20:02.847] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,13:20:04.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-05-09,13:35:02.712] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,13:35:04.464] [DEBUG] 6 processes running of frp type [2026-05-09,13:50:02.245] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,13:50:04.013] [DEBUG] 6 processes running of frp type [2026-05-09,14:05:02.517] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,14:05:04.586] [DEBUG] 6 processes running of frp type [2026-05-09,14:20:02.975] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,14: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-05-09,14:35:02.789] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,14:35:04.500] [DEBUG] 6 processes running of frp type [2026-05-09,14:50:02.317] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,14:50:04.136] [DEBUG] 6 processes running of frp type [2026-05-09,15:05:02.602] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,15:05:04.589] [DEBUG] 6 processes running of frp type [2026-05-09,15:20:02.961] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,15: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' [2026-05-09,15:35:02.970] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,15:35:04.881] [DEBUG] 6 processes running of frp type [2026-05-09,15:50:02.609] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,15:50:04.394] [DEBUG] 6 processes running of frp type [2026-05-09,16:05:03.061] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,16:05:04.909] [DEBUG] 6 processes running of frp type [2026-05-09,16:20:02.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,16: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-05-09,16:35:02.225] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,16:35:03.925] [DEBUG] 6 processes running of frp type [2026-05-09,16:50:02.736] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,16:50:04.355] [DEBUG] 6 processes running of frp type 2026-05-09 17:00:33.081 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:00:33.082 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:00:35.232 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:00:35.233 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:00:39.686 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:00:39.687 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:00:49.133 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:00:49.134 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:01:09.135 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:01:09.136 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:01:29.137 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:01:29.138 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:01:49.140 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:01:49.141 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:02:09.142 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:02:09.144 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:02:29.145 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:02:29.147 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:02:49.147 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:02:49.149 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:03:09.150 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:03:09.151 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:03:29.152 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:03:29.153 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:03:49.155 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:03:49.156 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:04:09.157 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:04:09.158 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:04:29.160 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:04:29.161 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:04:49.163 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:04:49.165 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:05:09.165 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:05:09.167 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:05:29.168 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:05:29.173 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:05:49.175 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:05:49.861 [I] [client/service.go:286] [f6eeccf3f433b281] login to server success, get run id [f6eeccf3f433b281] 2026-05-09 17:05:49.864 [I] [proxy/proxy_manager.go:173] [f6eeccf3f433b281] proxy added: [DNL01B4203] 2026-05-09 17:05:50.079 [I] [client/control.go:168] [f6eeccf3f433b281] [DNL01B4203] start proxy success 2026-05-09 17:06:29.423 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:06:32.164 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 17:06:32.165 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:06:42.167 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 17:06:42.168 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:06:42.169 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:06:51.040 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:06:51.042 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:07:09.624 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:07:09.626 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:07:29.626 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:07:29.628 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:07:49.629 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:07:49.630 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:08:09.631 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:08:09.632 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:08:29.634 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:08:29.635 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:08:49.636 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:08:49.637 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:09:09.638 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:09:09.640 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:09:29.640 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:09:29.642 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:09:49.642 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:09:49.643 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:10:09.644 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:10:09.646 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:10:29.647 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:10:29.648 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:10:49.649 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:10:49.651 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:11:09.652 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:11:09.653 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:11:29.654 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:11:29.657 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:11:49.657 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:11:49.662 [W] [client/service.go:297] [f6eeccf3f433b281] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:12:09.664 [I] [client/service.go:294] [f6eeccf3f433b281] try to connect to server... 2026-05-09 17:12:11.646 [I] [client/service.go:286] [f6eeccf3f433b281] login to server success, get run id [f6eeccf3f433b281] 2026-05-09 17:12:11.647 [I] [proxy/proxy_manager.go:173] [f6eeccf3f433b281] proxy added: [DNL01B4203] 2026-05-09 17:12:12.617 [I] [client/control.go:168] [f6eeccf3f433b281] [DNL01B4203] start proxy success [2026-05-09,17:20:02.214] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,17:20:04.508] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,17:35:03.131] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,17:35:05.270] [DEBUG] 6 processes running of frp type [2026-05-09,17:50:03.156] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,17:50:05.488] [DEBUG] 6 processes running of frp type [2026-05-09,18:05:03.099] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,18:05:04.902] [DEBUG] 6 processes running of frp type [2026-05-09,18:20:02.287] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,18: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-05-09,18:35:03.144] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,18:35:05.160] [DEBUG] 6 processes running of frp type [2026-05-09,18:50:03.123] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,18:50:04.987] [DEBUG] 6 processes running of frp type [2026-05-09,19:05:02.478] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,19:05:14.376] [DEBUG] 6 processes running of frp type [2026-05-09,19:20:02.812] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,19: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-09,19:35:02.674] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,19:35:04.717] [DEBUG] 6 processes running of frp type [2026-05-09,19:50:02.533] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,19:50:04.367] [DEBUG] 6 processes running of frp type [2026-05-09,20:05:02.926] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,20:05:04.809] [DEBUG] 6 processes running of frp type [2026-05-09,20:20:02.213] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,20: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-09,20:30:41.982] [INFO] Initializing BusSpeedStateManager V2 [2026-05-09,20:30:41.987] [INFO] LocationSqlManager initialising [2026-05-09,20:30:41.988] [INFO] Location DB initialising [2026-05-09,20:30:41.998] [INFO] LocationSqlManager initialisation complete [2026-05-09,20:30:41.999] [DEBUG] UploadManager Init [2026-05-09,20:30:42.000] [DEBUG] UploadManager Init Complete [2026-05-09,20:30:42.003] [INFO] Initializing GPS... [2026-05-09,20:30:42.005] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.624] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,20:32:31.628] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-05-09,20:35:29.761] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,20:35:31.542] [DEBUG] Remote Access Enabled [2026-05-09,20:35:32.900] [INFO] Server Address: 138.201.17.179 [2026-05-09,20:35:32.901] [INFO] Server Port: 7000 [2026-05-09,20:35:32.910] [DEBUG] Starting Remote Access! 2026-05-09 20:35:33.095 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-09 20:35:33.097 [I] [client/service.go:294] try to connect to server... 2026-05-09 20:35:33.673 [I] [client/service.go:286] [9caa295c6ff73b08] login to server success, get run id [9caa295c6ff73b08] 2026-05-09 20:35:33.674 [I] [proxy/proxy_manager.go:173] [9caa295c6ff73b08] proxy added: [DNL01B4203] 2026-05-09 20:35:33.881 [I] [client/control.go:168] [9caa295c6ff73b08] [DNL01B4203] start proxy success [2026-05-09,20:50:02.887] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,20:50:04.829] [DEBUG] 6 processes running of frp type [2026-05-09,21:05:02.222] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,21:05:04.082] [DEBUG] 6 processes running of frp type [2026-05-09,21:20:02.534] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,21:20:04.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-05-09,21:35:03.191] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,21:35:05.708] [DEBUG] 6 processes running of frp type [2026-05-09,21:50:02.438] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,21:50:04.289] [DEBUG] 6 processes running of frp type [2026-05-09,22:05:02.738] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,22:05:04.500] [DEBUG] 6 processes running of frp type [2026-05-09,22:20:02.857] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,22:20:04.640] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,22:35:01.863] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,22:35:03.595] [DEBUG] 6 processes running of frp type [2026-05-09,22:50:02.254] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,22:50:04.003] [DEBUG] 6 processes running of frp type [2026-05-09,23:05:02.261] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,23:05:04.202] [DEBUG] 6 processes running of frp type [2026-05-09,23:20:02.377] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,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-05-09,23:35:02.335] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,23:35:04.115] [DEBUG] 6 processes running of frp type [2026-05-09,23:50:02.801] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-09,23:50:04.634] [DEBUG] 6 processes running of frp type [2026-05-10,00:05:03.138] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,00:05:04.906] [DEBUG] 6 processes running of frp type [2026-05-10,00:20:02.193] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,00: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-05-10,00:35:02.884] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,00:35:04.768] [DEBUG] 6 processes running of frp type [2026-05-10,00:50:02.546] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,00:50:04.263] [DEBUG] 6 processes running of frp type [2026-05-10,01:05:02.670] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,01:05:04.394] [DEBUG] 6 processes running of frp type [2026-05-10,01:20:02.766] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,01: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-05-10,01:35:02.651] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,01:35:04.326] [DEBUG] 6 processes running of frp type [2026-05-10,01:50:03.069] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,01:50:04.835] [DEBUG] 6 processes running of frp type [2026-05-10,02:05:02.134] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,02:05:03.847] [DEBUG] 6 processes running of frp type [2026-05-10,02:20:02.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,02: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-05-10,02:35:02.976] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,02:35:04.696] [DEBUG] 6 processes running of frp type [2026-05-10,02:50:02.176] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,02:50:03.934] [DEBUG] 6 processes running of frp type [2026-05-10,03:05:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,03:05:04.150] [DEBUG] 6 processes running of frp type [2026-05-10,03:20:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,03: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-05-10,03:35:02.361] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,03:35:04.375] [DEBUG] 6 processes running of frp type [2026-05-10,03:50:03.035] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,03:50:04.739] [DEBUG] 6 processes running of frp type [2026-05-10,04:05:02.116] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,04:05:03.811] [DEBUG] 6 processes running of frp type [2026-05-10,04:20:02.153] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,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-05-10,04:35:02.980] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,04:35:04.808] [DEBUG] 6 processes running of frp type [2026-05-10,04:50:02.447] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,04:50:04.992] [DEBUG] 6 processes running of frp type [2026-05-10,05:05:02.435] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,05:05:04.092] [DEBUG] 6 processes running of frp type [2026-05-10,05:20:02.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,05: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-05-10,05:35:03.214] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,05:35:05.117] [DEBUG] 6 processes running of frp type [2026-05-10,05:50:02.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,05:50:04.502] [DEBUG] 6 processes running of frp type [2026-05-10,06:05:03.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,06:05:04.743] [DEBUG] 6 processes running of frp type [2026-05-10,06:20:02.248] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,06:20:06.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-10,06:30:41.723] [INFO] Initializing BusSpeedStateManager V2 [2026-05-10,06:30:41.730] [INFO] LocationSqlManager initialising [2026-05-10,06:30:41.731] [INFO] Location DB initialising [2026-05-10,06:30:41.742] [INFO] LocationSqlManager initialisation complete [2026-05-10,06:30:41.743] [DEBUG] UploadManager Init [2026-05-10,06:30:41.744] [DEBUG] UploadManager Init Complete [2026-05-10,06:30:41.748] [INFO] Initializing GPS... [2026-05-10,06:30:41.751] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,06:32:30.343] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,06:32:31.967] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-10,06:32:49.407] [DEBUG] Log Upload Complete! [2026-05-10,06:35:30.228] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,06:35:31.973] [DEBUG] Remote Access Enabled [2026-05-10,06:35:33.257] [INFO] Server Address: 138.201.17.179 [2026-05-10,06:35:33.257] [INFO] Server Port: 7000 [2026-05-10,06:35:33.262] [DEBUG] Starting Remote Access! 2026-05-10 06:35:33.426 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-10 06:35:33.427 [I] [client/service.go:294] try to connect to server... 2026-05-10 06:35:34.018 [I] [client/service.go:286] [94bde42380642628] login to server success, get run id [94bde42380642628] 2026-05-10 06:35:34.019 [I] [proxy/proxy_manager.go:173] [94bde42380642628] proxy added: [DNL01B4203] 2026-05-10 06:35:34.209 [I] [client/control.go:168] [94bde42380642628] [DNL01B4203] start proxy success [2026-05-10,06:50:03.033] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,06:50:04.793] [DEBUG] 6 processes running of frp type [2026-05-10,07:05:02.026] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,07:05:05.368] [DEBUG] 6 processes running of frp type [2026-05-10,07:20:02.544] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,07: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-05-10,07:35:02.289] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,07:35:04.524] [DEBUG] 6 processes running of frp type [2026-05-10,07:50:02.304] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,07:50:04.108] [DEBUG] 6 processes running of frp type [2026-05-10,08:02:02.364] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,08:02:04.019] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-10,08:02:30.135] [DEBUG] Log Upload Complete! [2026-05-10,08:05:02.542] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,08:05:04.171] [DEBUG] 6 processes running of frp type [2026-05-10,08:20:02.381] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,08:20:04.079] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,08:35:02.380] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,08:35:04.055] [DEBUG] 6 processes running of frp type [2026-05-10,08:50:02.891] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,08:50:04.881] [DEBUG] 6 processes running of frp type [2026-05-10,09:05:02.369] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,09:05:04.090] [DEBUG] 6 processes running of frp type [2026-05-10,09:20:02.207] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,09:20:03.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-05-10,09:35:02.183] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,09:35:04.080] [DEBUG] 6 processes running of frp type [2026-05-10,09:50:02.836] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,09:50:04.580] [DEBUG] 6 processes running of frp type [2026-05-10,10:05:03.065] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,10:05:04.714] [DEBUG] 6 processes running of frp type [2026-05-10,10:20:02.200] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,10: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-05-10,10:02:10.717] [INFO] Initializing BusSpeedStateManager V2 [2026-05-10,10:02:10.722] [INFO] LocationSqlManager initialising [2026-05-10,10:02:10.723] [INFO] Location DB initialising [2026-05-10,10:02:10.732] [INFO] LocationSqlManager initialisation complete [2026-05-10,10:02:10.733] [DEBUG] UploadManager Init [2026-05-10,10:02:10.733] [DEBUG] UploadManager Init Complete [2026-05-10,10:02:10.735] [INFO] Initializing GPS... [2026-05-10,10:02:10.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-05-10,10:06:59.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')) [2026-05-10,18:50:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,18:50:04.248] [DEBUG] Remote Access Enabled [2026-05-10,18:50:05.673] [INFO] Server Address: 138.201.17.179 [2026-05-10,18:50:05.674] [INFO] Server Port: 7000 [2026-05-10,18:50:05.679] [DEBUG] Starting Remote Access! 2026-05-10 18:50:05.809 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-10 18:50:05.810 [I] [client/service.go:294] try to connect to server... 2026-05-10 18:50:06.352 [I] [client/service.go:286] [66ca6cb629ba4f42] login to server success, get run id [66ca6cb629ba4f42] 2026-05-10 18:50:06.353 [I] [proxy/proxy_manager.go:173] [66ca6cb629ba4f42] proxy added: [DNL01B4203] 2026-05-10 18:50:06.543 [I] [client/control.go:168] [66ca6cb629ba4f42] [DNL01B4203] start proxy success [2026-05-10,19:05:02.934] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,19:05:04.640] [DEBUG] 6 processes running of frp type [2026-05-10,19:20:02.948] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,19: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-05-10,19:35:02.267] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,19:35:03.979] [DEBUG] 6 processes running of frp type [2026-05-10,19:50:02.717] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,19:50:04.401] [DEBUG] 6 processes running of frp type [2026-05-10,20:05:02.927] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,20:05:04.674] [DEBUG] 6 processes running of frp type [2026-05-10,20:20:01.999] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,20:20:03.809] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,20:30:41.069] [INFO] Initializing BusSpeedStateManager V2 [2026-05-10,20:30:41.074] [INFO] LocationSqlManager initialising [2026-05-10,20:30:41.074] [INFO] Location DB initialising [2026-05-10,20:30:41.084] [INFO] LocationSqlManager initialisation complete [2026-05-10,20:30:41.085] [DEBUG] UploadManager Init [2026-05-10,20:30:41.085] [DEBUG] UploadManager Init Complete [2026-05-10,20:30:41.088] [INFO] Initializing GPS... [2026-05-10,20:30:41.090] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,20:32:29.605] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,20:32:31.286] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-10,20:32:52.328] [DEBUG] Log Upload Complete! [2026-05-10,20:35:29.795] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,20:35:31.419] [DEBUG] Remote Access Enabled [2026-05-10,20:35:32.704] [INFO] Server Address: 138.201.17.179 [2026-05-10,20:35:32.705] [INFO] Server Port: 7000 [2026-05-10,20:35:32.710] [DEBUG] Starting Remote Access! 2026-05-10 20:35:32.849 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-10 20:35:32.850 [I] [client/service.go:294] try to connect to server... 2026-05-10 20:35:33.438 [I] [client/service.go:286] [aefd421f1466de60] login to server success, get run id [aefd421f1466de60] 2026-05-10 20:35:33.439 [I] [proxy/proxy_manager.go:173] [aefd421f1466de60] proxy added: [DNL01B4203] 2026-05-10 20:35:33.647 [I] [client/control.go:168] [aefd421f1466de60] [DNL01B4203] start proxy success [2026-05-10,20:50:02.806] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,20:50:04.469] [DEBUG] 6 processes running of frp type 2026-05-10 20:58:52.876 [I] [client/service.go:294] [aefd421f1466de60] try to connect to server... 2026-05-10 20:59:01.077 [I] [client/service.go:286] [aefd421f1466de60] login to server success, get run id [aefd421f1466de60] 2026-05-10 20:59:01.078 [I] [proxy/proxy_manager.go:173] [aefd421f1466de60] proxy added: [DNL01B4203] 2026-05-10 20:59:03.643 [I] [client/control.go:168] [aefd421f1466de60] [DNL01B4203] start proxy success [2026-05-10,21:05:02.781] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,21:05:04.652] [DEBUG] 6 processes running of frp type [2026-05-10,21:20:01.882] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,21:20:03.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-05-10,21:35:02.858] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,21:35:04.710] [DEBUG] 6 processes running of frp type [2026-05-10,21:50:02.540] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,21:50:04.160] [DEBUG] 6 processes running of frp type [2026-05-10,22:05:02.638] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,22:05:04.372] [DEBUG] 6 processes running of frp type [2026-05-10,22:20:02.626] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,22: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-05-10,22:35:02.543] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,22:35:06.552] [DEBUG] 6 processes running of frp type [2026-05-10,22:50:03.043] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,22:50:04.742] [DEBUG] 6 processes running of frp type [2026-05-10,23:05:03.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,23:05:04.843] [DEBUG] 6 processes running of frp type [2026-05-10,23:20:02.104] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,23: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-05-10,23:35:03.125] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,23:35:04.869] [DEBUG] 6 processes running of frp type [2026-05-10,23:50:02.317] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-10,23:50:04.038] [DEBUG] 6 processes running of frp type [2026-05-11,00:05:02.465] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,00:05:04.437] [DEBUG] 6 processes running of frp type [2026-05-11,00:20:02.857] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,00: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-05-11,00:35:02.319] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,00:35:04.009] [DEBUG] 6 processes running of frp type [2026-05-11,00:50:02.850] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,00:50:04.488] [DEBUG] 6 processes running of frp type [2026-05-11,01:05:02.847] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,01:05:04.528] [DEBUG] 6 processes running of frp type [2026-05-11,01:20:03.088] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,01: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-05-11,01:35:02.744] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,01:35:04.424] [DEBUG] 6 processes running of frp type [2026-05-11,01:50:03.108] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,01:50:04.794] [DEBUG] 6 processes running of frp type [2026-05-11,02:05:02.093] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,02:05:03.822] [DEBUG] 6 processes running of frp type [2026-05-11,02:20:02.015] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,02:20:04.071] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,02:35:02.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,02:35:05.371] [DEBUG] 6 processes running of frp type [2026-05-11,02:50:03.150] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,02:50:05.478] [DEBUG] 6 processes running of frp type [2026-05-11,03:05:02.937] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,03:05:05.041] [DEBUG] 6 processes running of frp type [2026-05-11,03:20:02.491] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,03: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-11,03:35:03.006] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,03:35:04.699] [DEBUG] 6 processes running of frp type [2026-05-11,03:50:02.554] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,03:50:04.158] [DEBUG] 6 processes running of frp type [2026-05-11,04:05:02.521] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,04:05:04.225] [DEBUG] 6 processes running of frp type [2026-05-11,04:20:02.380] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,04:20:04.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,04:35:02.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,04:35:03.923] [DEBUG] 6 processes running of frp type [2026-05-11,04:50:02.525] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,04:50:04.152] [DEBUG] 6 processes running of frp type [2026-05-11,05:05:02.615] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,05:05:04.332] [DEBUG] 6 processes running of frp type [2026-05-11,05:20:02.560] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,05: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-05-11,05:35:02.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,05:35:04.163] [DEBUG] 6 processes running of frp type [2026-05-11,05:50:02.914] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,05:50:04.770] [DEBUG] 6 processes running of frp type [2026-05-11,06:05:02.074] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,06:05:03.884] [DEBUG] 6 processes running of frp type [2026-05-11,06:20:02.342] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,06: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-05-11,06:30:42.042] [INFO] Initializing BusSpeedStateManager V2 [2026-05-11,06:30:42.048] [INFO] LocationSqlManager initialising [2026-05-11,06:30:42.049] [INFO] Location DB initialising [2026-05-11,06:30:42.059] [INFO] LocationSqlManager initialisation complete [2026-05-11,06:30:42.060] [DEBUG] UploadManager Init [2026-05-11,06:30:42.060] [DEBUG] UploadManager Init Complete [2026-05-11,06:30:42.063] [INFO] Initializing GPS... [2026-05-11,06:30:42.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-05-11,06:32:30.445] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,06:32:32.001] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-11,06:32:49.364] [DEBUG] Log Upload Complete! [2026-05-11,06:35:30.589] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,06:35:32.184] [DEBUG] Remote Access Enabled [2026-05-11,06:35:33.467] [INFO] Server Address: 138.201.17.179 [2026-05-11,06:35:33.468] [INFO] Server Port: 7000 [2026-05-11,06:35:33.473] [DEBUG] Starting Remote Access! 2026-05-11 06:35:33.607 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-11 06:35:33.608 [I] [client/service.go:294] try to connect to server... 2026-05-11 06:35:34.159 [I] [client/service.go:286] [406ee51573e7cc3a] login to server success, get run id [406ee51573e7cc3a] 2026-05-11 06:35:34.160 [I] [proxy/proxy_manager.go:173] [406ee51573e7cc3a] proxy added: [DNL01B4203] 2026-05-11 06:35:34.456 [I] [client/control.go:168] [406ee51573e7cc3a] [DNL01B4203] start proxy success [2026-05-11,06:50:02.259] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,06:50:03.946] [DEBUG] 6 processes running of frp type [2026-05-11,07:05:02.308] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,07:05:04.144] [DEBUG] 6 processes running of frp type [2026-05-11,07:20:02.490] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,07: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-05-11 07:28:37.746 [I] [client/service.go:294] [406ee51573e7cc3a] try to connect to server... 2026-05-11 07:28:45.696 [I] [client/service.go:286] [406ee51573e7cc3a] login to server success, get run id [406ee51573e7cc3a] 2026-05-11 07:28:45.698 [I] [proxy/proxy_manager.go:173] [406ee51573e7cc3a] proxy added: [DNL01B4203] 2026-05-11 07:28:46.052 [I] [client/control.go:168] [406ee51573e7cc3a] [DNL01B4203] start proxy success [2026-05-11,07:35:02.009] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,07:35:26.618] [DEBUG] 6 processes running of frp type [2026-05-11,07:50:02.101] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,07:50:03.834] [DEBUG] 6 processes running of frp type 2026-05-11 08:00:13.274 [I] [client/service.go:294] [406ee51573e7cc3a] try to connect to server... 2026-05-11 08:00:25.447 [I] [client/service.go:286] [406ee51573e7cc3a] login to server success, get run id [406ee51573e7cc3a] 2026-05-11 08:00:25.448 [I] [proxy/proxy_manager.go:173] [406ee51573e7cc3a] proxy added: [DNL01B4203] 2026-05-11 08:00:25.795 [I] [client/control.go:168] [406ee51573e7cc3a] [DNL01B4203] start proxy success [2026-05-11,08:02:02.077] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,08:02:03.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-05-11,08:03:04.831] [DEBUG] Log Upload Complete! [2026-05-11,08:05:02.459] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,08:05:04.148] [DEBUG] 6 processes running of frp type [2026-05-11,08:20:02.413] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,08: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-05-11,08:35:02.368] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,08:35:04.161] [DEBUG] 6 processes running of frp type [2026-05-11,08:50:02.881] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,08:50:04.625] [DEBUG] 6 processes running of frp type [2026-05-11,09:05:03.100] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,09:05:04.908] [DEBUG] 6 processes running of frp type [2026-05-11,09:20:02.063] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,09:20:03.791] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,09:35:02.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,09:35:04.755] [DEBUG] 6 processes running of frp type [2026-05-11,09:50:02.367] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,09:50:04.169] [DEBUG] 6 processes running of frp type [2026-05-11,10:05:02.679] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,10:05:04.445] [DEBUG] 6 processes running of frp type [2026-05-11,10:20:02.935] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,10: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-05-11,10:35:02.657] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,10:35:04.535] [DEBUG] 6 processes running of frp type [2026-05-11,10:50:01.930] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,10:50:03.671] [DEBUG] 6 processes running of frp type [2026-05-11,11:05:03.548] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,11:05:05.904] [DEBUG] 6 processes running of frp type [2026-05-11,11:20:02.118] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,11: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-05-11,11:35:03.111] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,11:35:04.861] [DEBUG] 6 processes running of frp type [2026-05-11,11:50:02.550] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,11:50:04.326] [DEBUG] 6 processes running of frp type [2026-05-11,12:05:02.716] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,12:05:04.666] [DEBUG] 6 processes running of frp type [2026-05-11,12:20:02.954] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,12: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-05-11,12:35:02.599] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,12:35:04.588] [DEBUG] 6 processes running of frp type [2026-05-11,12:50:03.190] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,12:50:05.176] [DEBUG] 6 processes running of frp type [2026-05-11,13:05:07.422] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,13:05:09.415] [DEBUG] 6 processes running of frp type [2026-05-11,13:20:02.763] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,13: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-05-11,13:35:02.655] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,13:35:04.536] [DEBUG] 6 processes running of frp type [2026-05-11,13:50:02.084] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,13:50:03.751] [DEBUG] 6 processes running of frp type [2026-05-11,14:05:02.229] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,14:05:03.977] [DEBUG] 6 processes running of frp type [2026-05-11,14:20:02.314] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,14: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-05-11,14:11:56.723] [INFO] Initializing BusSpeedStateManager V2 [2026-05-11,14:11:56.728] [INFO] LocationSqlManager initialising [2026-05-11,14:11:56.729] [INFO] Location DB initialising [2026-05-11,14:11:56.738] [INFO] LocationSqlManager initialisation complete [2026-05-11,14:11:56.739] [DEBUG] UploadManager Init [2026-05-11,14:11:56.739] [DEBUG] UploadManager Init Complete [2026-05-11,14:11:56.742] [INFO] Initializing GPS... [2026-05-11,14:11:56.744] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:16:45.462] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-11,18:50:33.501] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,18:50:35.150] [DEBUG] Remote Access Enabled [2026-05-11,18:50:36.448] [INFO] Server Address: 138.201.17.179 [2026-05-11,18:50:36.449] [INFO] Server Port: 7000 [2026-05-11,18:50:36.454] [DEBUG] Starting Remote Access! 2026-05-11 18:50:36.687 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-11 18:50:36.688 [I] [client/service.go:294] try to connect to server... 2026-05-11 18:50:37.230 [I] [client/service.go:286] [f860e9ec9ec0c2cc] login to server success, get run id [f860e9ec9ec0c2cc] 2026-05-11 18:50:37.231 [I] [proxy/proxy_manager.go:173] [f860e9ec9ec0c2cc] proxy added: [DNL01B4203] 2026-05-11 18:50:37.421 [I] [client/control.go:168] [f860e9ec9ec0c2cc] [DNL01B4203] start proxy success [2026-05-11,19:05:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,19:05:04.128] [DEBUG] 6 processes running of frp type [2026-05-11,19:20:02.462] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,19: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-05-11,19:35:02.247] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,19:35:03.905] [DEBUG] 6 processes running of frp type [2026-05-11,19:50:02.709] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,19:50:04.332] [DEBUG] 6 processes running of frp type [2026-05-11,20:05:02.807] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,20:05:04.427] [DEBUG] 6 processes running of frp type [2026-05-11,20:20:02.734] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,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-05-11,20:30:41.009] [INFO] Initializing BusSpeedStateManager V2 [2026-05-11,20:30:41.014] [INFO] LocationSqlManager initialising [2026-05-11,20:30:41.014] [INFO] Location DB initialising [2026-05-11,20:30:41.023] [INFO] LocationSqlManager initialisation complete [2026-05-11,20:30:41.024] [DEBUG] UploadManager Init [2026-05-11,20:30:41.024] [DEBUG] UploadManager Init Complete [2026-05-11,20:30:41.027] [INFO] Initializing GPS... [2026-05-11,20:30:41.029] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:29.640] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,20:32:31.257] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-11,20:32:52.553] [DEBUG] Log Upload Complete! [2026-05-11,20:35:29.746] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,20:35:31.531] [DEBUG] Remote Access Enabled [2026-05-11,20:35:32.932] [INFO] Server Address: 138.201.17.179 [2026-05-11,20:35:32.933] [INFO] Server Port: 7000 [2026-05-11,20:35:32.942] [DEBUG] Starting Remote Access! 2026-05-11 20:35:33.134 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-11 20:35:33.135 [I] [client/service.go:294] try to connect to server... 2026-05-11 20:35:33.727 [I] [client/service.go:286] [c6cd79365f831ef3] login to server success, get run id [c6cd79365f831ef3] 2026-05-11 20:35:33.727 [I] [proxy/proxy_manager.go:173] [c6cd79365f831ef3] proxy added: [DNL01B4203] 2026-05-11 20:35:33.950 [I] [client/control.go:168] [c6cd79365f831ef3] [DNL01B4203] start proxy success [2026-05-11,20:50:02.562] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,20:50:04.295] [DEBUG] 6 processes running of frp type [2026-05-11,21:05:02.614] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,21:05:04.305] [DEBUG] 6 processes running of frp type [2026-05-11,21:20:02.576] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,21:20:04.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-05-11,21:35:02.486] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,21:35:04.190] [DEBUG] 6 processes running of frp type [2026-05-11,21:50:02.813] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,21:50:06.593] [DEBUG] 6 processes running of frp type [2026-05-11,22:05:03.175] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,22:05:04.878] [DEBUG] 6 processes running of frp type [2026-05-11,22:20:02.137] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,22:20:03.935] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,22:35:03.018] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,22:35:05.069] [DEBUG] 6 processes running of frp type [2026-05-11,22:50:02.625] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,22:50:04.305] [DEBUG] 6 processes running of frp type 2026-05-11 22:54:39.495 [I] [client/service.go:294] [c6cd79365f831ef3] try to connect to server... 2026-05-11 22:54:41.508 [I] [client/service.go:286] [c6cd79365f831ef3] login to server success, get run id [c6cd79365f831ef3] 2026-05-11 22:54:41.509 [I] [proxy/proxy_manager.go:173] [c6cd79365f831ef3] proxy added: [DNL01B4203] 2026-05-11 22:54:41.860 [I] [client/control.go:168] [c6cd79365f831ef3] [DNL01B4203] start proxy success [2026-05-11,23:05:02.706] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,23:05:04.499] [DEBUG] 6 processes running of frp type [2026-05-11,23:20:02.868] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,23: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,23:35:02.808] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,23:35:04.453] [DEBUG] 6 processes running of frp type [2026-05-11,23:50:03.221] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-11,23:50:05.082] [DEBUG] 6 processes running of frp type [2026-05-12,00:05:02.497] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,00:05:04.336] [DEBUG] 6 processes running of frp type [2026-05-12,00:20:02.708] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,00: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-05-12,00:35:02.351] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,00:35:04.417] [DEBUG] 6 processes running of frp type [2026-05-12,00:50:02.059] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,00:50:03.777] [DEBUG] 6 processes running of frp type [2026-05-12,01:05:02.148] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,01:05:03.789] [DEBUG] 6 processes running of frp type [2026-05-12,01:20:02.139] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,01:20:03.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-12,01:35:03.103] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,01:35:04.747] [DEBUG] 6 processes running of frp type [2026-05-12,01:50:02.527] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,01:50:04.202] [DEBUG] 6 processes running of frp type [2026-05-12,02:05:02.616] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,02:05:04.475] [DEBUG] 6 processes running of frp type [2026-05-12,02:20:02.845] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,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-05-12,02:35:02.647] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,02:35:04.907] [DEBUG] 6 processes running of frp type [2026-05-12,02:50:02.526] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,02:50:05.651] [DEBUG] 6 processes running of frp type [2026-05-12,03:05:03.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,03:05:05.178] [DEBUG] 6 processes running of frp type [2026-05-12,03:20:02.541] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,03: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-05-12,03:35:02.068] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,03:35:04.123] [DEBUG] 6 processes running of frp type [2026-05-12,03:50:02.675] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,03:50:04.591] [DEBUG] 6 processes running of frp type [2026-05-12,04:05:02.971] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,04:05:04.579] [DEBUG] 6 processes running of frp type [2026-05-12,04:20:02.994] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,04:20:04.829] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,04:35:02.743] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,04:35:05.326] [DEBUG] 6 processes running of frp type [2026-05-12,04:50:03.048] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,04:50:04.904] [DEBUG] 6 processes running of frp type [2026-05-12,05:05:02.865] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,05:05:04.896] [DEBUG] 6 processes running of frp type [2026-05-12,05:20:02.087] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,05:20:03.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-05-12,05:35:02.895] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,05:35:04.670] [DEBUG] 6 processes running of frp type [2026-05-12,05:50:02.359] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,05:50:04.070] [DEBUG] 6 processes running of frp type [2026-05-12,06:05:02.428] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,06:05:04.131] [DEBUG] 6 processes running of frp type [2026-05-12,06:20:02.353] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,06:20:03.985] [DEBUG] 6 processes running of frp type [2026-05-12,06:05:10.542] [INFO] Initializing BusSpeedStateManager V2 [2026-05-12,06:05:10.547] [INFO] LocationSqlManager initialising [2026-05-12,06:05:10.548] [INFO] Location DB initialising [2026-05-12,06:05:10.557] [INFO] LocationSqlManager initialisation complete [2026-05-12,06:05:10.558] [DEBUG] UploadManager Init [2026-05-12,06:05:10.558] [DEBUG] UploadManager Init Complete [2026-05-12,06:05:10.561] [INFO] Initializing GPS... [2026-05-12,06:05:10.563] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:09:59.199] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-05-12,19:20:02.368] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,19:20:04.059] [DEBUG] Remote Access Enabled [2026-05-12,19:20:05.401] [INFO] Server Address: 138.201.17.179 [2026-05-12,19:20:05.403] [INFO] Server Port: 7000 [2026-05-12,19:20:05.412] [DEBUG] Starting Remote Access! 2026-05-12 19:20:05.557 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-12 19:20:05.558 [I] [client/service.go:294] try to connect to server... 2026-05-12 19:20:06.128 [I] [client/service.go:286] [269f8b30441d9e35] login to server success, get run id [269f8b30441d9e35] 2026-05-12 19:20:06.129 [I] [proxy/proxy_manager.go:173] [269f8b30441d9e35] proxy added: [DNL01B4203] 2026-05-12 19:20:06.318 [I] [client/control.go:168] [269f8b30441d9e35] [DNL01B4203] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:03.295] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,19:35:05.133] [DEBUG] 6 processes running of frp type [2026-05-12,19:50:02.757] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,19:50:04.543] [DEBUG] 6 processes running of frp type [2026-05-12,20:05:03.129] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,20:05:04.843] [DEBUG] 6 processes running of frp type [2026-05-12,20:20:02.266] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,20:20:03.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-05-12,20:30:43.559] [INFO] Initializing BusSpeedStateManager V2 [2026-05-12,20:30:43.566] [INFO] LocationSqlManager initialising [2026-05-12,20:30:43.567] [INFO] Location DB initialising [2026-05-12,20:30:43.579] [INFO] LocationSqlManager initialisation complete [2026-05-12,20:30:43.580] [DEBUG] UploadManager Init [2026-05-12,20:30:43.581] [DEBUG] UploadManager Init Complete [2026-05-12,20:30:43.585] [INFO] Initializing GPS... [2026-05-12,20:30:43.588] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:32.183] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,20:32:33.863] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-12,20:32:49.574] [DEBUG] Log Upload Complete! [2026-05-12,20:35:32.458] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,20:35:34.179] [DEBUG] Remote Access Enabled [2026-05-12,20:35:35.520] [INFO] Server Address: 138.201.17.179 [2026-05-12,20:35:35.522] [INFO] Server Port: 7000 [2026-05-12,20:35:35.530] [DEBUG] Starting Remote Access! 2026-05-12 20:35:35.698 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-12 20:35:35.699 [I] [client/service.go:294] try to connect to server... 2026-05-12 20:35:36.487 [I] [client/service.go:286] [865c4ae068f280e2] login to server success, get run id [865c4ae068f280e2] 2026-05-12 20:35:36.488 [I] [proxy/proxy_manager.go:173] [865c4ae068f280e2] proxy added: [DNL01B4203] 2026-05-12 20:35:36.758 [I] [client/control.go:168] [865c4ae068f280e2] [DNL01B4203] start proxy success [2026-05-12,20:50:02.333] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,20:50:04.018] [DEBUG] 6 processes running of frp type [2026-05-12,21:05:02.405] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,21:05:04.201] [DEBUG] 6 processes running of frp type [2026-05-12,21:20:02.667] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,21: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-05-12,21:35:02.627] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,21:35:04.379] [DEBUG] 6 processes running of frp type [2026-05-12,21:50:02.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,21:50:04.037] [DEBUG] 6 processes running of frp type [2026-05-12,22:05:02.654] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,22:05:04.356] [DEBUG] 6 processes running of frp type [2026-05-12,22:20:02.853] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,22: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-05-12,22:35:02.759] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,22:35:04.523] [DEBUG] 6 processes running of frp type [2026-05-12,22:50:02.350] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,22:50:04.121] [DEBUG] 6 processes running of frp type [2026-05-12,23:05:02.680] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,23:05:04.398] [DEBUG] 6 processes running of frp type [2026-05-12,23:20:02.583] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,23: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-05-12,23:35:02.511] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,23:35:04.366] [DEBUG] 6 processes running of frp type [2026-05-12,23:50:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-12,23:50:03.913] [DEBUG] 6 processes running of frp type [2026-05-13,00:05:02.414] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,00:05:04.164] [DEBUG] 6 processes running of frp type [2026-05-13,00:20:02.507] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,00: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-05-13,00:35:02.136] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,00:35:03.889] [DEBUG] 6 processes running of frp type [2026-05-13,00:50:02.663] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,00:50:04.657] [DEBUG] 6 processes running of frp type [2026-05-13,01:05:03.113] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,01:05:05.145] [DEBUG] 6 processes running of frp type [2026-05-13,01:20:02.429] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,01: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-13,01:35:02.255] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,01:35:04.103] [DEBUG] 6 processes running of frp type [2026-05-13,01:50:02.920] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,01:50:04.799] [DEBUG] 6 processes running of frp type [2026-05-13,02:05:02.211] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,02:05:03.939] [DEBUG] 6 processes running of frp type [2026-05-13,02:20:02.136] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,02:20:03.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-13,02:35:03.195] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,02:35:05.146] [DEBUG] 6 processes running of frp type [2026-05-13,02:50:02.841] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,02:50:04.745] [DEBUG] 6 processes running of frp type [2026-05-13,03:05:02.168] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,03:05:04.020] [DEBUG] 6 processes running of frp type [2026-05-13,03:20:02.312] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,03: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' [2026-05-13,03:35:02.034] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,03:35:03.776] [DEBUG] 6 processes running of frp type [2026-05-13,03:50:02.605] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,03:50:04.307] [DEBUG] 6 processes running of frp type [2026-05-13,04:05:02.825] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,04:05:04.545] [DEBUG] 6 processes running of frp type [2026-05-13,04:20:02.892] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,04: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-05-13,04:35:02.648] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,04:35:04.352] [DEBUG] 6 processes running of frp type [2026-05-13,04:50:03.241] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,04:50:05.040] [DEBUG] 6 processes running of frp type [2026-05-13,05:05:02.460] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,05:05:04.158] [DEBUG] 6 processes running of frp type [2026-05-13,05:20:02.317] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,05: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-05-13,05:35:02.212] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,05:35:04.074] [DEBUG] 6 processes running of frp type [2026-05-13,05:50:02.555] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,05:50:04.367] [DEBUG] 6 processes running of frp type [2026-05-13,05:41:17.520] [INFO] Initializing BusSpeedStateManager V2 [2026-05-13,05:41:17.528] [INFO] LocationSqlManager initialising [2026-05-13,05:41:17.529] [INFO] Location DB initialising [2026-05-13,05:41:17.540] [INFO] LocationSqlManager initialisation complete [2026-05-13,05:41:17.541] [DEBUG] UploadManager Init [2026-05-13,05:41:17.541] [DEBUG] UploadManager Init Complete [2026-05-13,05:41:17.546] [INFO] Initializing GPS... [2026-05-13,05:41:17.549] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:43:06.049] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,05:46:06.170] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,05:46:06.178] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,05:50:02.333] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,06:01:06.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 111] Connection refused')) [2026-05-13,06:05:02.770] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,06:16:06.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 111] Connection refused')) [2026-05-13,06:20:01.919] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (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-13,05:41:17.487] [INFO] Initializing BusSpeedStateManager V2 [2026-05-13,05:41:17.495] [INFO] LocationSqlManager initialising [2026-05-13,05:41:17.496] [INFO] Location DB initialising [2026-05-13,05:41:17.507] [INFO] LocationSqlManager initialisation complete [2026-05-13,05:41:17.508] [DEBUG] UploadManager Init [2026-05-13,05:41:17.509] [DEBUG] UploadManager Init Complete [2026-05-13,05:41:17.513] [INFO] Initializing GPS... [2026-05-13,05:41:17.516] [INFO] Starting location capture [2026-05-13,08:09:26.516] [INFO] Initializing BusSpeedStateManager V2 [2026-05-13,08:09:26.521] [INFO] LocationSqlManager initialising [2026-05-13,08:09:26.521] [INFO] Location DB initialising [2026-05-13,08:09:26.530] [INFO] LocationSqlManager initialisation complete [2026-05-13,08:09:26.531] [DEBUG] UploadManager Init [2026-05-13,08:09:26.531] [DEBUG] UploadManager Init Complete [2026-05-13,08:09:26.534] [INFO] Initializing GPS... [2026-05-13,08:09:26.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' [2026-05-13,08:11:15.012] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,08:11:16.884] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-05-13,08:14:15.055] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,08:14:16.825] [DEBUG] Remote Access Enabled [2026-05-13,08:14:18.657] [INFO] Server Address: 138.201.17.179 [2026-05-13,08:14:18.659] [INFO] Server Port: 7000 [2026-05-13,08:14:18.668] [DEBUG] Starting Remote Access! 2026-05-13 08:14:18.863 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-13 08:14:18.864 [I] [client/service.go:294] try to connect to server... 2026-05-13 08:14:19.462 [I] [client/service.go:286] [916b359cd83ae3aa] login to server success, get run id [916b359cd83ae3aa] 2026-05-13 08:14:19.463 [I] [proxy/proxy_manager.go:173] [916b359cd83ae3aa] proxy added: [DNL01B4203] 2026-05-13 08:14:19.646 [I] [client/control.go:168] [916b359cd83ae3aa] [DNL01B4203] start proxy success [2026-05-13,08:20:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,08: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-05-13,08:35:02.544] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,08:35:04.317] [DEBUG] 6 processes running of frp type [2026-05-13,08:50:03.061] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,08:50:04.853] [DEBUG] 6 processes running of frp type [2026-05-13,09:05:02.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,09:05:03.843] [DEBUG] 6 processes running of frp type [2026-05-13,09:20:02.017] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,09:20:03.773] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,09:35:03.001] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,09:35:04.731] [DEBUG] 6 processes running of frp type [2026-05-13,09:50:02.476] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,09:50:04.265] [DEBUG] 6 processes running of frp type [2026-05-13,10:05:02.791] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,10:05:04.696] [DEBUG] 6 processes running of frp type [2026-05-13,10:20:03.073] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,10: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-05-13,10:35:02.834] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,10:35:04.644] [DEBUG] 6 processes running of frp type [2026-05-13,10:50:02.393] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,10:50:04.160] [DEBUG] 6 processes running of frp type [2026-05-13,11:05:02.587] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,11:05:04.453] [DEBUG] 6 processes running of frp type [2026-05-13,11:20:02.776] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,11: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-13,11:35:03.218] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,11:35:04.940] [DEBUG] 6 processes running of frp type [2026-05-13,11:50:02.646] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,11:50:04.340] [DEBUG] 6 processes running of frp type [2026-05-13,12:05:02.872] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,12:05:04.659] [DEBUG] 6 processes running of frp type [2026-05-13,12:20:02.083] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,12:20:03.820] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,12:35:02.897] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,12:35:04.685] [DEBUG] 6 processes running of frp type [2026-05-13,12:50:02.385] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,12:50:04.187] [DEBUG] 6 processes running of frp type [2026-05-13,13:05:02.372] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,13:05:04.155] [DEBUG] 6 processes running of frp type [2026-05-13,13:20:02.484] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,13:20:04.167] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,13:35:02.336] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,13:35:04.125] [DEBUG] 6 processes running of frp type [2026-05-13,13:50:02.808] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,13:50:04.683] [DEBUG] 6 processes running of frp type [2026-05-13,14:05:03.202] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,14:05:10.089] [DEBUG] 6 processes running of frp type [2026-05-13,14:20:02.286] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,14: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-05-13,14:35:02.312] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,14:35:03.975] [DEBUG] 6 processes running of frp type [2026-05-13,14:50:02.781] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,14:50:04.535] [DEBUG] 6 processes running of frp type [2026-05-13,15:05:03.190] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,15:05:04.962] [DEBUG] 6 processes running of frp type [2026-05-13,15:20:02.252] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,15:20:04.030] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,15:35:03.257] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,15:35:09.292] [DEBUG] 6 processes running of frp type [2026-05-13,15:50:03.054] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,15:50:05.073] [DEBUG] 6 processes running of frp type [2026-05-13,16:05:02.536] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,16:05:09.270] [DEBUG] 6 processes running of frp type [2026-05-13,16:20:02.610] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,16:20:04.518] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,16:35:02.732] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,16:35:04.404] [DEBUG] 6 processes running of frp type [2026-05-13,16:50:03.094] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,16:50:05.029] [DEBUG] 6 processes running of frp type 2026-05-13 17:00:33.157 [I] [client/service.go:294] [916b359cd83ae3aa] try to connect to server... 2026-05-13 17:00:33.158 [W] [client/service.go:297] [916b359cd83ae3aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:00:35.278 [I] [client/service.go:294] [916b359cd83ae3aa] try to connect to server... 2026-05-13 17:00:35.279 [W] [client/service.go:297] [916b359cd83ae3aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:00:39.647 [I] [client/service.go:294] [916b359cd83ae3aa] try to connect to server... 2026-05-13 17:00:39.648 [W] [client/service.go:297] [916b359cd83ae3aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:00:49.172 [I] [client/service.go:294] [916b359cd83ae3aa] try to connect to server... 2026-05-13 17:00:49.173 [W] [client/service.go:297] [916b359cd83ae3aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:01:09.174 [I] [client/service.go:294] [916b359cd83ae3aa] try to connect to server... 2026-05-13 17:01:09.176 [W] [client/service.go:297] [916b359cd83ae3aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:01:29.177 [I] [client/service.go:294] [916b359cd83ae3aa] try to connect to server... 2026-05-13 17:01:29.179 [W] [client/service.go:297] [916b359cd83ae3aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:01:49.180 [I] [client/service.go:294] [916b359cd83ae3aa] try to connect to server... 2026-05-13 17:01:49.181 [W] [client/service.go:297] [916b359cd83ae3aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:02:09.183 [I] [client/service.go:294] [916b359cd83ae3aa] try to connect to server... 2026-05-13 17:02:09.185 [W] [client/service.go:297] [916b359cd83ae3aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:02:29.185 [I] [client/service.go:294] [916b359cd83ae3aa] try to connect to server... 2026-05-13 17:02:29.187 [W] [client/service.go:297] [916b359cd83ae3aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:02:49.188 [I] [client/service.go:294] [916b359cd83ae3aa] try to connect to server... 2026-05-13 17:02:49.189 [W] [client/service.go:297] [916b359cd83ae3aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:03:09.190 [I] [client/service.go:294] [916b359cd83ae3aa] try to connect to server... 2026-05-13 17:03:09.195 [W] [client/service.go:297] [916b359cd83ae3aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:03:29.196 [I] [client/service.go:294] [916b359cd83ae3aa] try to connect to server... 2026-05-13 17:03:29.202 [W] [client/service.go:297] [916b359cd83ae3aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2026-05-13,16:45:54.511] [INFO] Initializing BusSpeedStateManager V2 [2026-05-13,16:45:54.518] [INFO] LocationSqlManager initialising [2026-05-13,16:45:54.519] [INFO] Location DB initialising [2026-05-13,16:45:54.530] [INFO] LocationSqlManager initialisation complete [2026-05-13,16:45:54.532] [DEBUG] UploadManager Init [2026-05-13,16:45:54.532] [DEBUG] UploadManager Init Complete [2026-05-13,16:45:54.537] [INFO] Initializing GPS... [2026-05-13,16:45:54.540] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:47:43.533] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,16:50:43.729] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,16:50:43.764] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,17:05:03.147] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,17:05:43.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 111] Connection refused')) [2026-05-13,17:20:02.508] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,17:20:43.877] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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 "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.434] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,17:35:43.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 111] Connection refused')) [2026-05-13,17:50:03.127] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,17:50:44.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 111] Connection refused')) [2026-05-13,18:05:02.776] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,18:05:44.096] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-13,18:20:02.108] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,18:20:44.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 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-13,18:35:02.805] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,18:35:44.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 111] Connection refused')) [2026-05-13,18:50:02.573] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,18:50:44.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 111] Connection refused')) [2026-05-13,19:05:02.957] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,19:05:44.500] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,19:20:02.243] [DEBUG] Device Mac: 78-22-88-e9-a7-65 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-a7-65 (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-a7-65 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-13,19:20:44.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 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-13,21:07:27.756] [INFO] Initializing BusSpeedStateManager V2 [2026-05-13,21:07:27.763] [INFO] LocationSqlManager initialising [2026-05-13,21:07:27.764] [INFO] Location DB initialising [2026-05-13,21:07:27.776] [INFO] LocationSqlManager initialisation complete [2026-05-13,21:07:27.777] [DEBUG] UploadManager Init [2026-05-13,21:07:27.778] [DEBUG] UploadManager Init Complete [2026-05-13,21:07:27.783] [INFO] Initializing GPS... [2026-05-13,21:07:27.786] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,21:09:16.450] [DEBUG] Device Mac: 78-22-88-e9-a7-65 [2026-05-13,21:09:18.129] [DEBUG] Log Upload Started!